diff --git a/grammar.js b/grammar.js index 48e52f2..7e68ec5 100644 --- a/grammar.js +++ b/grammar.js @@ -94,8 +94,9 @@ module.exports = grammar({ alias('@use', $.directive), alias('(', $.bracket_start), optional(alias($._section_parameter, $.parameter)), - ',', - optional(alias($._section_parameter, $.parameter)), + optional( + seq(',', alias($._section_parameter, $.parameter)) + ), alias(')', $.bracket_end) ), // !nested directives diff --git a/src/grammar.json b/src/grammar.json index 3863a8a..8ed4cbc 100644 --- a/src/grammar.json +++ b/src/grammar.json @@ -353,21 +353,26 @@ } ] }, - { - "type": "STRING", - "value": "," - }, { "type": "CHOICE", "members": [ { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_section_parameter" - }, - "named": true, - "value": "parameter" + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_section_parameter" + }, + "named": true, + "value": "parameter" + } + ] }, { "type": "BLANK" diff --git a/src/parser.c b/src/parser.c index e6d00f5..4f9e1b3 100644 --- a/src/parser.c +++ b/src/parser.c @@ -14,7 +14,7 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 7163 +#define STATE_COUNT 7195 #define LARGE_STATE_COUNT 658 #define SYMBOL_COUNT 195 #define ALIAS_COUNT 0 @@ -1407,16 +1407,16 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE }, [2] = { [1] = anon_sym_LBRACE_LBRACE, - [3] = anon_sym_RBRACE_RBRACE, + [2] = anon_sym_RBRACE_RBRACE, }, [3] = { - [0] = aux_sym_keyword_token1, [1] = anon_sym_LBRACE_LBRACE, [3] = anon_sym_RBRACE_RBRACE, }, [4] = { + [0] = aux_sym_keyword_token1, [1] = anon_sym_LBRACE_LBRACE, - [2] = anon_sym_RBRACE_RBRACE, + [3] = anon_sym_RBRACE_RBRACE, }, [5] = { [1] = anon_sym_LBRACE_LBRACE, @@ -1446,150 +1446,150 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [0] = 0, [1] = 1, [2] = 2, - [3] = 2, - [4] = 4, - [5] = 2, - [6] = 4, - [7] = 2, - [8] = 4, - [9] = 2, - [10] = 4, - [11] = 2, - [12] = 2, - [13] = 4, - [14] = 4, - [15] = 2, - [16] = 4, - [17] = 2, - [18] = 2, - [19] = 4, - [20] = 4, + [3] = 3, + [4] = 2, + [5] = 3, + [6] = 2, + [7] = 3, + [8] = 2, + [9] = 3, + [10] = 2, + [11] = 3, + [12] = 3, + [13] = 2, + [14] = 2, + [15] = 3, + [16] = 2, + [17] = 3, + [18] = 3, + [19] = 2, + [20] = 3, [21] = 2, - [22] = 2, - [23] = 4, - [24] = 4, + [22] = 3, + [23] = 2, + [24] = 3, [25] = 2, - [26] = 2, - [27] = 4, - [28] = 4, + [26] = 3, + [27] = 2, + [28] = 3, [29] = 2, - [30] = 4, + [30] = 3, [31] = 2, [32] = 2, - [33] = 4, - [34] = 4, - [35] = 2, + [33] = 3, + [34] = 3, + [35] = 3, [36] = 2, - [37] = 4, - [38] = 4, + [37] = 2, + [38] = 3, [39] = 2, - [40] = 4, + [40] = 3, [41] = 2, - [42] = 2, - [43] = 4, - [44] = 4, - [45] = 2, - [46] = 4, + [42] = 3, + [43] = 2, + [44] = 2, + [45] = 3, + [46] = 2, [47] = 2, - [48] = 2, - [49] = 4, - [50] = 4, - [51] = 2, + [48] = 3, + [49] = 2, + [50] = 3, + [51] = 3, [52] = 2, - [53] = 4, - [54] = 2, - [55] = 4, - [56] = 2, - [57] = 4, - [58] = 2, - [59] = 4, - [60] = 2, + [53] = 2, + [54] = 3, + [55] = 2, + [56] = 3, + [57] = 2, + [58] = 3, + [59] = 2, + [60] = 3, [61] = 2, - [62] = 4, - [63] = 4, - [64] = 4, - [65] = 2, + [62] = 3, + [63] = 2, + [64] = 3, + [65] = 3, [66] = 2, - [67] = 4, + [67] = 3, [68] = 2, - [69] = 4, - [70] = 4, - [71] = 4, + [69] = 3, + [70] = 3, + [71] = 2, [72] = 72, - [73] = 73, - [74] = 73, - [75] = 73, - [76] = 72, - [77] = 73, - [78] = 73, - [79] = 73, - [80] = 80, - [81] = 81, - [82] = 81, - [83] = 73, - [84] = 80, - [85] = 73, - [86] = 73, - [87] = 72, - [88] = 73, - [89] = 73, - [90] = 72, - [91] = 73, - [92] = 80, - [93] = 73, - [94] = 73, + [73] = 72, + [74] = 74, + [75] = 75, + [76] = 76, + [77] = 72, + [78] = 74, + [79] = 76, + [80] = 75, + [81] = 72, + [82] = 76, + [83] = 75, + [84] = 76, + [85] = 76, + [86] = 74, + [87] = 76, + [88] = 72, + [89] = 74, + [90] = 75, + [91] = 72, + [92] = 72, + [93] = 72, + [94] = 72, [95] = 95, - [96] = 73, - [97] = 73, - [98] = 73, - [99] = 72, - [100] = 73, - [101] = 81, + [96] = 72, + [97] = 72, + [98] = 75, + [99] = 76, + [100] = 74, + [101] = 72, [102] = 72, - [103] = 80, - [104] = 73, - [105] = 95, - [106] = 81, - [107] = 81, - [108] = 108, - [109] = 80, - [110] = 73, + [103] = 74, + [104] = 76, + [105] = 105, + [106] = 72, + [107] = 74, + [108] = 72, + [109] = 75, + [110] = 75, [111] = 72, - [112] = 73, - [113] = 80, - [114] = 81, - [115] = 115, - [116] = 80, - [117] = 115, - [118] = 81, - [119] = 73, - [120] = 81, - [121] = 73, - [122] = 72, - [123] = 73, - [124] = 80, - [125] = 80, - [126] = 81, - [127] = 73, - [128] = 73, - [129] = 73, - [130] = 73, - [131] = 81, - [132] = 81, - [133] = 80, - [134] = 81, - [135] = 73, - [136] = 72, - [137] = 73, - [138] = 72, - [139] = 73, - [140] = 73, - [141] = 80, - [142] = 72, - [143] = 81, - [144] = 73, - [145] = 73, - [146] = 73, + [112] = 72, + [113] = 76, + [114] = 75, + [115] = 72, + [116] = 75, + [117] = 76, + [118] = 76, + [119] = 74, + [120] = 72, + [121] = 121, + [122] = 76, + [123] = 72, + [124] = 72, + [125] = 72, + [126] = 72, + [127] = 74, + [128] = 72, + [129] = 72, + [130] = 72, + [131] = 72, + [132] = 72, + [133] = 72, + [134] = 72, + [135] = 72, + [136] = 76, + [137] = 121, + [138] = 74, + [139] = 72, + [140] = 72, + [141] = 75, + [142] = 75, + [143] = 72, + [144] = 95, + [145] = 72, + [146] = 74, [147] = 147, [148] = 147, [149] = 147, @@ -1599,7 +1599,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [153] = 147, [154] = 147, [155] = 147, - [156] = 147, + [156] = 156, [157] = 147, [158] = 147, [159] = 147, @@ -1610,17 +1610,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [164] = 147, [165] = 147, [166] = 147, - [167] = 167, + [167] = 147, [168] = 147, [169] = 147, - [170] = 167, + [170] = 147, [171] = 147, [172] = 147, [173] = 147, [174] = 147, [175] = 147, [176] = 147, - [177] = 147, + [177] = 156, [178] = 147, [179] = 147, [180] = 147, @@ -1634,473 +1634,473 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [188] = 188, [189] = 189, [190] = 190, - [191] = 189, + [191] = 191, [192] = 192, [193] = 193, [194] = 194, [195] = 195, - [196] = 184, - [197] = 197, - [198] = 198, + [196] = 196, + [197] = 196, + [198] = 192, [199] = 186, [200] = 187, [201] = 188, [202] = 189, [203] = 190, - [204] = 192, + [204] = 191, [205] = 193, [206] = 194, - [207] = 184, - [208] = 195, - [209] = 194, - [210] = 195, - [211] = 193, - [212] = 184, - [213] = 190, - [214] = 192, - [215] = 192, - [216] = 197, - [217] = 193, + [207] = 195, + [208] = 196, + [209] = 184, + [210] = 192, + [211] = 186, + [212] = 187, + [213] = 184, + [214] = 188, + [215] = 196, + [216] = 189, + [217] = 195, [218] = 190, [219] = 194, - [220] = 189, - [221] = 188, - [222] = 198, - [223] = 187, - [224] = 186, - [225] = 187, - [226] = 186, + [220] = 191, + [221] = 193, + [222] = 194, + [223] = 195, + [224] = 196, + [225] = 184, + [226] = 192, [227] = 186, - [228] = 187, - [229] = 195, - [230] = 198, - [231] = 184, - [232] = 197, + [228] = 193, + [229] = 186, + [230] = 184, + [231] = 191, + [232] = 187, [233] = 188, - [234] = 189, - [235] = 190, - [236] = 192, - [237] = 193, + [234] = 196, + [235] = 195, + [236] = 189, + [237] = 190, [238] = 195, [239] = 194, - [240] = 194, - [241] = 195, - [242] = 198, - [243] = 197, - [244] = 184, - [245] = 197, - [246] = 198, + [240] = 191, + [241] = 193, + [242] = 194, + [243] = 194, + [244] = 195, + [245] = 196, + [246] = 184, [247] = 193, - [248] = 186, - [249] = 184, - [250] = 187, - [251] = 184, - [252] = 195, - [253] = 188, - [254] = 194, - [255] = 255, - [256] = 193, - [257] = 192, - [258] = 187, - [259] = 198, - [260] = 192, - [261] = 197, - [262] = 184, - [263] = 189, - [264] = 190, - [265] = 190, - [266] = 192, - [267] = 193, - [268] = 194, - [269] = 189, - [270] = 270, - [271] = 195, - [272] = 188, - [273] = 195, - [274] = 194, - [275] = 184, - [276] = 193, - [277] = 197, - [278] = 198, - [279] = 185, - [280] = 186, + [248] = 192, + [249] = 186, + [250] = 191, + [251] = 193, + [252] = 191, + [253] = 187, + [254] = 188, + [255] = 190, + [256] = 185, + [257] = 189, + [258] = 190, + [259] = 189, + [260] = 260, + [261] = 190, + [262] = 188, + [263] = 187, + [264] = 191, + [265] = 193, + [266] = 194, + [267] = 195, + [268] = 196, + [269] = 184, + [270] = 192, + [271] = 271, + [272] = 186, + [273] = 260, + [274] = 186, + [275] = 192, + [276] = 186, + [277] = 187, + [278] = 188, + [279] = 189, + [280] = 190, [281] = 281, - [282] = 187, - [283] = 195, - [284] = 188, - [285] = 189, - [286] = 190, - [287] = 192, - [288] = 193, - [289] = 194, - [290] = 194, - [291] = 195, - [292] = 184, - [293] = 281, - [294] = 197, - [295] = 193, - [296] = 192, - [297] = 198, - [298] = 186, + [282] = 191, + [283] = 260, + [284] = 193, + [285] = 194, + [286] = 195, + [287] = 196, + [288] = 184, + [289] = 192, + [290] = 186, + [291] = 184, + [292] = 281, + [293] = 196, + [294] = 195, + [295] = 189, + [296] = 194, + [297] = 193, + [298] = 191, [299] = 187, - [300] = 281, - [301] = 188, - [302] = 192, - [303] = 189, - [304] = 190, - [305] = 190, - [306] = 192, - [307] = 193, - [308] = 194, - [309] = 195, - [310] = 190, - [311] = 184, - [312] = 197, - [313] = 198, - [314] = 186, + [300] = 188, + [301] = 189, + [302] = 190, + [303] = 191, + [304] = 193, + [305] = 194, + [306] = 195, + [307] = 196, + [308] = 184, + [309] = 192, + [310] = 186, + [311] = 190, + [312] = 189, + [313] = 188, + [314] = 187, [315] = 187, - [316] = 189, - [317] = 188, - [318] = 189, - [319] = 190, - [320] = 192, - [321] = 187, - [322] = 186, - [323] = 193, - [324] = 194, - [325] = 195, - [326] = 184, - [327] = 189, - [328] = 197, - [329] = 198, - [330] = 188, - [331] = 186, + [316] = 188, + [317] = 189, + [318] = 190, + [319] = 191, + [320] = 193, + [321] = 194, + [322] = 195, + [323] = 196, + [324] = 184, + [325] = 192, + [326] = 186, + [327] = 260, + [328] = 271, + [329] = 193, + [330] = 192, + [331] = 187, [332] = 188, - [333] = 187, - [334] = 198, - [335] = 197, - [336] = 188, - [337] = 188, - [338] = 189, - [339] = 189, - [340] = 190, + [333] = 189, + [334] = 190, + [335] = 191, + [336] = 193, + [337] = 194, + [338] = 195, + [339] = 196, + [340] = 184, [341] = 192, - [342] = 193, + [342] = 186, [343] = 184, - [344] = 188, - [345] = 190, - [346] = 195, - [347] = 194, - [348] = 195, - [349] = 194, - [350] = 193, - [351] = 192, - [352] = 184, - [353] = 190, - [354] = 190, + [344] = 196, + [345] = 195, + [346] = 188, + [347] = 187, + [348] = 194, + [349] = 187, + [350] = 188, + [351] = 189, + [352] = 190, + [353] = 191, + [354] = 193, [355] = 187, - [356] = 197, - [357] = 198, - [358] = 186, - [359] = 189, - [360] = 188, - [361] = 187, - [362] = 255, - [363] = 195, - [364] = 188, - [365] = 186, + [356] = 194, + [357] = 195, + [358] = 196, + [359] = 184, + [360] = 192, + [361] = 186, + [362] = 190, + [363] = 191, + [364] = 185, + [365] = 190, [366] = 189, [367] = 188, - [368] = 189, - [369] = 190, - [370] = 192, - [371] = 193, - [372] = 194, - [373] = 195, - [374] = 184, - [375] = 186, - [376] = 197, - [377] = 198, - [378] = 186, - [379] = 187, - [380] = 190, - [381] = 185, - [382] = 188, - [383] = 281, - [384] = 189, - [385] = 190, - [386] = 192, - [387] = 193, - [388] = 194, - [389] = 195, - [390] = 184, - [391] = 198, - [392] = 197, - [393] = 198, - [394] = 186, - [395] = 187, - [396] = 187, - [397] = 281, + [368] = 260, + [369] = 189, + [370] = 187, + [371] = 188, + [372] = 189, + [373] = 190, + [374] = 191, + [375] = 193, + [376] = 194, + [377] = 195, + [378] = 196, + [379] = 184, + [380] = 192, + [381] = 186, + [382] = 187, + [383] = 186, + [384] = 281, + [385] = 192, + [386] = 260, + [387] = 184, + [388] = 187, + [389] = 188, + [390] = 189, + [391] = 190, + [392] = 191, + [393] = 193, + [394] = 196, + [395] = 195, + [396] = 194, + [397] = 194, [398] = 192, - [399] = 188, - [400] = 188, - [401] = 189, - [402] = 190, - [403] = 192, - [404] = 193, - [405] = 194, - [406] = 198, - [407] = 195, - [408] = 184, - [409] = 197, - [410] = 198, + [399] = 195, + [400] = 193, + [401] = 196, + [402] = 184, + [403] = 191, + [404] = 192, + [405] = 186, + [406] = 190, + [407] = 187, + [408] = 188, + [409] = 189, + [410] = 188, [411] = 187, - [412] = 186, - [413] = 186, - [414] = 187, - [415] = 185, - [416] = 188, - [417] = 189, - [418] = 190, - [419] = 192, - [420] = 193, - [421] = 194, - [422] = 198, - [423] = 197, - [424] = 195, - [425] = 184, - [426] = 197, - [427] = 198, - [428] = 186, - [429] = 184, - [430] = 195, - [431] = 187, - [432] = 193, - [433] = 194, - [434] = 193, - [435] = 192, - [436] = 188, - [437] = 190, - [438] = 189, - [439] = 190, - [440] = 192, - [441] = 281, - [442] = 186, - [443] = 198, - [444] = 197, - [445] = 197, - [446] = 198, - [447] = 281, - [448] = 185, - [449] = 192, - [450] = 255, - [451] = 255, - [452] = 186, - [453] = 197, - [454] = 187, - [455] = 190, - [456] = 281, - [457] = 185, - [458] = 193, - [459] = 255, - [460] = 255, - [461] = 189, - [462] = 188, - [463] = 194, - [464] = 189, - [465] = 190, - [466] = 281, - [467] = 198, - [468] = 194, - [469] = 192, - [470] = 255, - [471] = 193, - [472] = 194, - [473] = 184, - [474] = 197, - [475] = 281, - [476] = 193, + [412] = 189, + [413] = 190, + [414] = 191, + [415] = 193, + [416] = 194, + [417] = 195, + [418] = 196, + [419] = 184, + [420] = 192, + [421] = 186, + [422] = 186, + [423] = 191, + [424] = 186, + [425] = 192, + [426] = 187, + [427] = 188, + [428] = 189, + [429] = 190, + [430] = 191, + [431] = 193, + [432] = 194, + [433] = 195, + [434] = 196, + [435] = 184, + [436] = 192, + [437] = 186, + [438] = 184, + [439] = 196, + [440] = 195, + [441] = 194, + [442] = 187, + [443] = 188, + [444] = 193, + [445] = 186, + [446] = 189, + [447] = 192, + [448] = 260, + [449] = 281, + [450] = 185, + [451] = 184, + [452] = 196, + [453] = 194, + [454] = 195, + [455] = 260, + [456] = 189, + [457] = 281, + [458] = 185, + [459] = 194, + [460] = 195, + [461] = 193, + [462] = 260, + [463] = 185, + [464] = 281, + [465] = 191, + [466] = 193, + [467] = 192, + [468] = 190, + [469] = 189, + [470] = 188, + [471] = 260, + [472] = 191, + [473] = 260, + [474] = 281, + [475] = 187, + [476] = 190, [477] = 185, - [478] = 195, - [479] = 185, - [480] = 184, - [481] = 281, - [482] = 255, - [483] = 195, - [484] = 198, - [485] = 188, - [486] = 184, - [487] = 197, - [488] = 198, - [489] = 184, - [490] = 270, - [491] = 281, - [492] = 185, - [493] = 184, - [494] = 185, - [495] = 186, - [496] = 255, - [497] = 281, - [498] = 187, - [499] = 197, - [500] = 188, - [501] = 195, - [502] = 194, - [503] = 184, - [504] = 194, - [505] = 281, - [506] = 185, - [507] = 197, - [508] = 189, - [509] = 195, - [510] = 255, - [511] = 190, - [512] = 192, - [513] = 187, - [514] = 194, - [515] = 187, + [478] = 281, + [479] = 191, + [480] = 196, + [481] = 184, + [482] = 190, + [483] = 281, + [484] = 189, + [485] = 260, + [486] = 187, + [487] = 260, + [488] = 281, + [489] = 186, + [490] = 185, + [491] = 192, + [492] = 184, + [493] = 187, + [494] = 196, + [495] = 195, + [496] = 189, + [497] = 188, + [498] = 260, + [499] = 185, + [500] = 281, + [501] = 194, + [502] = 188, + [503] = 185, + [504] = 193, + [505] = 193, + [506] = 191, + [507] = 190, + [508] = 194, + [509] = 188, + [510] = 187, + [511] = 191, + [512] = 260, + [513] = 281, + [514] = 188, + [515] = 189, [516] = 193, - [517] = 281, - [518] = 185, - [519] = 198, - [520] = 186, - [521] = 192, - [522] = 255, - [523] = 193, + [517] = 185, + [518] = 188, + [519] = 187, + [520] = 185, + [521] = 187, + [522] = 187, + [523] = 188, [524] = 194, [525] = 189, - [526] = 195, - [527] = 186, - [528] = 184, - [529] = 190, - [530] = 197, - [531] = 198, - [532] = 186, - [533] = 189, - [534] = 187, - [535] = 184, - [536] = 189, - [537] = 281, - [538] = 198, - [539] = 185, - [540] = 197, - [541] = 188, - [542] = 189, - [543] = 188, - [544] = 190, + [526] = 190, + [527] = 195, + [528] = 186, + [529] = 195, + [530] = 192, + [531] = 184, + [532] = 260, + [533] = 190, + [534] = 281, + [535] = 191, + [536] = 193, + [537] = 260, + [538] = 194, + [539] = 281, + [540] = 195, + [541] = 196, + [542] = 184, + [543] = 196, + [544] = 191, [545] = 192, - [546] = 193, - [547] = 194, - [548] = 184, - [549] = 195, - [550] = 195, - [551] = 193, - [552] = 281, - [553] = 255, - [554] = 184, - [555] = 185, - [556] = 197, - [557] = 192, - [558] = 255, - [559] = 186, - [560] = 194, - [561] = 195, - [562] = 193, + [546] = 186, + [547] = 185, + [548] = 193, + [549] = 186, + [550] = 194, + [551] = 195, + [552] = 187, + [553] = 188, + [554] = 189, + [555] = 196, + [556] = 190, + [557] = 189, + [558] = 188, + [559] = 187, + [560] = 184, + [561] = 186, + [562] = 185, [563] = 192, - [564] = 198, - [565] = 190, + [564] = 192, + [565] = 184, [566] = 186, - [567] = 187, - [568] = 187, - [569] = 187, - [570] = 186, - [571] = 198, - [572] = 197, - [573] = 184, - [574] = 188, - [575] = 195, - [576] = 194, - [577] = 185, - [578] = 193, - [579] = 281, - [580] = 192, - [581] = 190, - [582] = 189, - [583] = 188, - [584] = 197, - [585] = 187, + [567] = 190, + [568] = 192, + [569] = 184, + [570] = 196, + [571] = 195, + [572] = 194, + [573] = 193, + [574] = 191, + [575] = 190, + [576] = 189, + [577] = 188, + [578] = 184, + [579] = 187, + [580] = 191, + [581] = 581, + [582] = 281, + [583] = 196, + [584] = 260, + [585] = 195, [586] = 186, - [587] = 186, - [588] = 197, - [589] = 198, - [590] = 198, - [591] = 198, - [592] = 197, - [593] = 255, - [594] = 184, - [595] = 195, - [596] = 188, - [597] = 194, - [598] = 193, - [599] = 192, - [600] = 192, - [601] = 190, - [602] = 190, - [603] = 189, - [604] = 188, - [605] = 186, - [606] = 281, - [607] = 187, - [608] = 185, - [609] = 193, - [610] = 187, - [611] = 186, - [612] = 198, - [613] = 613, - [614] = 197, - [615] = 184, - [616] = 195, - [617] = 194, + [587] = 194, + [588] = 192, + [589] = 184, + [590] = 196, + [591] = 195, + [592] = 186, + [593] = 193, + [594] = 194, + [595] = 193, + [596] = 191, + [597] = 190, + [598] = 191, + [599] = 189, + [600] = 188, + [601] = 187, + [602] = 260, + [603] = 190, + [604] = 192, + [605] = 281, + [606] = 189, + [607] = 186, + [608] = 188, + [609] = 187, + [610] = 186, + [611] = 192, + [612] = 196, + [613] = 184, + [614] = 196, + [615] = 195, + [616] = 194, + [617] = 190, [618] = 193, - [619] = 192, - [620] = 197, + [619] = 191, + [620] = 193, [621] = 188, - [622] = 186, - [623] = 194, - [624] = 190, + [622] = 190, + [623] = 189, + [624] = 185, [625] = 189, - [626] = 255, - [627] = 188, - [628] = 187, - [629] = 187, - [630] = 186, - [631] = 198, - [632] = 197, - [633] = 187, + [626] = 188, + [627] = 187, + [628] = 190, + [629] = 191, + [630] = 193, + [631] = 194, + [632] = 186, + [633] = 192, [634] = 184, - [635] = 195, - [636] = 194, - [637] = 193, - [638] = 189, - [639] = 188, - [640] = 192, - [641] = 190, - [642] = 189, - [643] = 188, - [644] = 189, - [645] = 195, - [646] = 187, - [647] = 190, - [648] = 186, - [649] = 189, - [650] = 198, - [651] = 197, - [652] = 184, - [653] = 195, - [654] = 194, - [655] = 193, - [656] = 255, - [657] = 192, + [635] = 196, + [636] = 195, + [637] = 194, + [638] = 195, + [639] = 193, + [640] = 191, + [641] = 194, + [642] = 190, + [643] = 185, + [644] = 195, + [645] = 189, + [646] = 196, + [647] = 184, + [648] = 188, + [649] = 187, + [650] = 186, + [651] = 192, + [652] = 196, + [653] = 186, + [654] = 184, + [655] = 192, + [656] = 192, + [657] = 184, [658] = 658, [659] = 658, [660] = 658, @@ -2116,61 +2116,61 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [670] = 658, [671] = 658, [672] = 672, - [673] = 672, - [674] = 672, + [673] = 673, + [674] = 674, [675] = 675, - [676] = 676, - [677] = 675, - [678] = 678, - [679] = 678, - [680] = 672, - [681] = 678, + [676] = 674, + [677] = 674, + [678] = 672, + [679] = 675, + [680] = 673, + [681] = 675, [682] = 675, [683] = 672, [684] = 675, - [685] = 675, - [686] = 676, - [687] = 675, - [688] = 676, - [689] = 678, + [685] = 673, + [686] = 675, + [687] = 674, + [688] = 675, + [689] = 672, [690] = 675, - [691] = 678, + [691] = 673, [692] = 675, - [693] = 676, - [694] = 675, - [695] = 672, - [696] = 676, - [697] = 675, - [698] = 672, + [693] = 672, + [694] = 672, + [695] = 675, + [696] = 673, + [697] = 674, + [698] = 675, [699] = 672, - [700] = 676, - [701] = 678, - [702] = 672, - [703] = 676, - [704] = 672, - [705] = 678, - [706] = 678, - [707] = 672, - [708] = 676, - [709] = 675, - [710] = 672, - [711] = 678, - [712] = 678, - [713] = 672, - [714] = 676, - [715] = 676, - [716] = 676, - [717] = 676, - [718] = 675, - [719] = 678, - [720] = 675, - [721] = 676, - [722] = 678, - [723] = 678, - [724] = 675, - [725] = 676, - [726] = 672, - [727] = 678, + [700] = 675, + [701] = 673, + [702] = 673, + [703] = 674, + [704] = 673, + [705] = 674, + [706] = 672, + [707] = 673, + [708] = 674, + [709] = 674, + [710] = 675, + [711] = 675, + [712] = 672, + [713] = 673, + [714] = 674, + [715] = 674, + [716] = 673, + [717] = 674, + [718] = 672, + [719] = 672, + [720] = 674, + [721] = 673, + [722] = 672, + [723] = 672, + [724] = 672, + [725] = 674, + [726] = 673, + [727] = 673, [728] = 658, [729] = 658, [730] = 658, @@ -2194,7 +2194,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [748] = 658, [749] = 749, [750] = 750, - [751] = 676, + [751] = 751, [752] = 752, [753] = 753, [754] = 754, @@ -2209,7 +2209,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [763] = 763, [764] = 764, [765] = 765, - [766] = 766, + [766] = 750, [767] = 767, [768] = 768, [769] = 769, @@ -2221,7 +2221,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [775] = 775, [776] = 776, [777] = 777, - [778] = 750, + [778] = 778, [779] = 779, [780] = 780, [781] = 781, @@ -2235,26 +2235,26 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [789] = 789, [790] = 790, [791] = 791, - [792] = 749, - [793] = 793, + [792] = 792, + [793] = 749, [794] = 794, - [795] = 785, + [795] = 795, [796] = 796, [797] = 797, [798] = 798, - [799] = 799, + [799] = 674, [800] = 800, - [801] = 801, + [801] = 757, [802] = 802, [803] = 803, [804] = 804, [805] = 805, - [806] = 806, + [806] = 675, [807] = 807, [808] = 808, [809] = 809, [810] = 810, - [811] = 675, + [811] = 811, [812] = 812, [813] = 813, [814] = 814, @@ -2262,8 +2262,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [816] = 816, [817] = 817, [818] = 818, - [819] = 756, - [820] = 807, + [819] = 819, + [820] = 800, [821] = 821, [822] = 822, [823] = 823, @@ -2272,6340 +2272,6372 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [826] = 826, [827] = 827, [828] = 828, - [829] = 829, + [829] = 812, [830] = 830, - [831] = 676, + [831] = 831, [832] = 832, [833] = 833, [834] = 834, [835] = 835, [836] = 836, [837] = 837, - [838] = 752, - [839] = 672, - [840] = 753, - [841] = 754, - [842] = 755, - [843] = 757, - [844] = 758, - [845] = 759, - [846] = 760, - [847] = 761, - [848] = 762, - [849] = 763, - [850] = 764, - [851] = 765, - [852] = 756, - [853] = 766, - [854] = 767, - [855] = 768, - [856] = 769, - [857] = 770, - [858] = 771, - [859] = 772, - [860] = 773, - [861] = 774, - [862] = 775, + [838] = 674, + [839] = 798, + [840] = 797, + [841] = 796, + [842] = 795, + [843] = 794, + [844] = 749, + [845] = 792, + [846] = 673, + [847] = 791, + [848] = 790, + [849] = 789, + [850] = 788, + [851] = 787, + [852] = 786, + [853] = 785, + [854] = 784, + [855] = 783, + [856] = 782, + [857] = 781, + [858] = 780, + [859] = 800, + [860] = 779, + [861] = 778, + [862] = 777, [863] = 776, - [864] = 864, - [865] = 777, - [866] = 750, - [867] = 779, - [868] = 780, - [869] = 781, - [870] = 782, - [871] = 783, - [872] = 784, - [873] = 786, - [874] = 787, - [875] = 788, - [876] = 789, - [877] = 790, - [878] = 791, - [879] = 749, - [880] = 793, - [881] = 785, - [882] = 794, - [883] = 785, - [884] = 796, - [885] = 797, - [886] = 798, - [887] = 799, - [888] = 800, - [889] = 801, - [890] = 802, - [891] = 675, - [892] = 675, - [893] = 675, - [894] = 803, - [895] = 675, - [896] = 675, - [897] = 675, - [898] = 675, - [899] = 804, - [900] = 805, + [864] = 775, + [865] = 774, + [866] = 773, + [867] = 772, + [868] = 771, + [869] = 770, + [870] = 769, + [871] = 871, + [872] = 768, + [873] = 767, + [874] = 750, + [875] = 765, + [876] = 764, + [877] = 763, + [878] = 762, + [879] = 761, + [880] = 760, + [881] = 759, + [882] = 758, + [883] = 757, + [884] = 756, + [885] = 755, + [886] = 754, + [887] = 753, + [888] = 752, + [889] = 757, + [890] = 751, + [891] = 891, + [892] = 803, + [893] = 804, + [894] = 805, + [895] = 802, + [896] = 807, + [897] = 808, + [898] = 809, + [899] = 810, + [900] = 811, [901] = 675, - [902] = 806, - [903] = 903, - [904] = 675, - [905] = 672, - [906] = 808, - [907] = 809, - [908] = 675, - [909] = 672, - [910] = 810, - [911] = 911, - [912] = 675, - [913] = 672, - [914] = 675, - [915] = 812, - [916] = 675, - [917] = 813, - [918] = 676, - [919] = 814, - [920] = 911, - [921] = 864, - [922] = 815, - [923] = 672, - [924] = 676, - [925] = 816, - [926] = 817, - [927] = 676, - [928] = 911, - [929] = 864, - [930] = 818, - [931] = 672, - [932] = 676, - [933] = 756, - [934] = 911, - [935] = 832, - [936] = 821, - [937] = 864, - [938] = 822, - [939] = 672, - [940] = 676, - [941] = 823, - [942] = 824, - [943] = 672, - [944] = 825, - [945] = 676, - [946] = 826, - [947] = 827, - [948] = 756, - [949] = 828, - [950] = 829, - [951] = 672, - [952] = 676, - [953] = 830, - [954] = 773, - [955] = 672, - [956] = 676, - [957] = 833, - [958] = 834, - [959] = 835, - [960] = 864, - [961] = 672, - [962] = 676, - [963] = 836, - [964] = 837, - [965] = 752, - [966] = 753, - [967] = 672, - [968] = 676, - [969] = 754, - [970] = 755, - [971] = 672, - [972] = 676, - [973] = 757, - [974] = 758, - [975] = 759, - [976] = 760, - [977] = 785, - [978] = 676, - [979] = 761, - [980] = 762, - [981] = 763, - [982] = 764, - [983] = 676, - [984] = 765, - [985] = 752, - [986] = 753, - [987] = 754, - [988] = 755, - [989] = 757, - [990] = 758, - [991] = 759, - [992] = 760, - [993] = 761, - [994] = 762, - [995] = 763, - [996] = 764, - [997] = 765, - [998] = 766, - [999] = 767, - [1000] = 768, - [1001] = 769, - [1002] = 770, - [1003] = 771, - [1004] = 772, - [1005] = 773, - [1006] = 774, - [1007] = 911, - [1008] = 775, - [1009] = 776, - [1010] = 777, - [1011] = 750, - [1012] = 779, - [1013] = 780, + [902] = 813, + [903] = 814, + [904] = 815, + [905] = 816, + [906] = 817, + [907] = 818, + [908] = 819, + [909] = 800, + [910] = 821, + [911] = 822, + [912] = 823, + [913] = 824, + [914] = 825, + [915] = 826, + [916] = 827, + [917] = 675, + [918] = 675, + [919] = 919, + [920] = 675, + [921] = 675, + [922] = 675, + [923] = 675, + [924] = 675, + [925] = 675, + [926] = 675, + [927] = 673, + [928] = 675, + [929] = 673, + [930] = 675, + [931] = 673, + [932] = 674, + [933] = 828, + [934] = 836, + [935] = 674, + [936] = 919, + [937] = 871, + [938] = 675, + [939] = 674, + [940] = 830, + [941] = 919, + [942] = 871, + [943] = 673, + [944] = 831, + [945] = 673, + [946] = 674, + [947] = 832, + [948] = 919, + [949] = 871, + [950] = 833, + [951] = 673, + [952] = 834, + [953] = 674, + [954] = 835, + [955] = 772, + [956] = 800, + [957] = 837, + [958] = 798, + [959] = 673, + [960] = 674, + [961] = 797, + [962] = 796, + [963] = 673, + [964] = 674, + [965] = 795, + [966] = 794, + [967] = 749, + [968] = 871, + [969] = 673, + [970] = 674, + [971] = 792, + [972] = 791, + [973] = 790, + [974] = 789, + [975] = 673, + [976] = 674, + [977] = 788, + [978] = 787, + [979] = 673, + [980] = 674, + [981] = 786, + [982] = 785, + [983] = 784, + [984] = 673, + [985] = 674, + [986] = 757, + [987] = 783, + [988] = 782, + [989] = 781, + [990] = 673, + [991] = 674, + [992] = 780, + [993] = 779, + [994] = 778, + [995] = 674, + [996] = 777, + [997] = 798, + [998] = 797, + [999] = 796, + [1000] = 795, + [1001] = 794, + [1002] = 771, + [1003] = 792, + [1004] = 791, + [1005] = 790, + [1006] = 789, + [1007] = 788, + [1008] = 787, + [1009] = 786, + [1010] = 785, + [1011] = 784, + [1012] = 783, + [1013] = 782, [1014] = 781, - [1015] = 782, - [1016] = 783, - [1017] = 784, - [1018] = 786, - [1019] = 787, - [1020] = 788, - [1021] = 789, - [1022] = 766, - [1023] = 676, - [1024] = 790, - [1025] = 791, - [1026] = 749, - [1027] = 793, - [1028] = 794, - [1029] = 796, - [1030] = 797, - [1031] = 672, - [1032] = 798, - [1033] = 799, - [1034] = 800, - [1035] = 801, - [1036] = 802, - [1037] = 803, - [1038] = 804, - [1039] = 767, - [1040] = 805, - [1041] = 806, - [1042] = 768, - [1043] = 756, - [1044] = 769, - [1045] = 903, - [1046] = 808, - [1047] = 809, - [1048] = 810, - [1049] = 675, - [1050] = 812, - [1051] = 813, - [1052] = 770, - [1053] = 814, - [1054] = 815, - [1055] = 864, - [1056] = 816, - [1057] = 817, - [1058] = 771, - [1059] = 818, - [1060] = 772, - [1061] = 807, - [1062] = 821, - [1063] = 822, - [1064] = 823, - [1065] = 824, - [1066] = 825, - [1067] = 826, - [1068] = 791, - [1069] = 827, - [1070] = 828, - [1071] = 774, - [1072] = 785, - [1073] = 829, - [1074] = 775, - [1075] = 830, - [1076] = 832, - [1077] = 833, - [1078] = 834, - [1079] = 835, - [1080] = 836, - [1081] = 776, - [1082] = 777, - [1083] = 837, - [1084] = 752, - [1085] = 753, - [1086] = 754, - [1087] = 755, - [1088] = 757, - [1089] = 758, - [1090] = 759, - [1091] = 760, - [1092] = 761, - [1093] = 762, - [1094] = 763, - [1095] = 764, - [1096] = 765, - [1097] = 766, - [1098] = 767, - [1099] = 768, - [1100] = 769, - [1101] = 770, - [1102] = 911, - [1103] = 771, - [1104] = 772, - [1105] = 773, - [1106] = 774, - [1107] = 775, - [1108] = 776, - [1109] = 777, - [1110] = 750, - [1111] = 779, - [1112] = 780, - [1113] = 781, - [1114] = 782, - [1115] = 783, - [1116] = 784, - [1117] = 750, - [1118] = 676, - [1119] = 786, - [1120] = 787, - [1121] = 788, - [1122] = 789, - [1123] = 790, - [1124] = 791, - [1125] = 749, - [1126] = 672, - [1127] = 793, - [1128] = 794, - [1129] = 796, - [1130] = 797, - [1131] = 798, - [1132] = 799, - [1133] = 800, - [1134] = 779, - [1135] = 801, - [1136] = 802, - [1137] = 780, - [1138] = 756, - [1139] = 781, - [1140] = 803, - [1141] = 804, - [1142] = 805, - [1143] = 806, - [1144] = 903, - [1145] = 808, - [1146] = 809, - [1147] = 782, - [1148] = 810, - [1149] = 675, - [1150] = 864, - [1151] = 812, - [1152] = 813, - [1153] = 783, - [1154] = 814, - [1155] = 784, - [1156] = 815, - [1157] = 816, - [1158] = 817, - [1159] = 818, - [1160] = 807, - [1161] = 821, - [1162] = 822, - [1163] = 786, - [1164] = 823, - [1165] = 824, - [1166] = 825, - [1167] = 785, - [1168] = 826, - [1169] = 787, - [1170] = 827, - [1171] = 828, - [1172] = 788, - [1173] = 829, - [1174] = 830, - [1175] = 832, - [1176] = 833, - [1177] = 834, - [1178] = 835, - [1179] = 836, - [1180] = 789, - [1181] = 790, - [1182] = 837, - [1183] = 752, - [1184] = 753, - [1185] = 754, - [1186] = 755, - [1187] = 757, - [1188] = 758, - [1189] = 759, - [1190] = 760, - [1191] = 761, - [1192] = 762, - [1193] = 763, - [1194] = 764, - [1195] = 765, - [1196] = 766, - [1197] = 911, - [1198] = 767, - [1199] = 768, - [1200] = 769, - [1201] = 770, - [1202] = 771, - [1203] = 772, - [1204] = 773, - [1205] = 774, - [1206] = 775, - [1207] = 776, - [1208] = 777, - [1209] = 750, - [1210] = 779, - [1211] = 780, - [1212] = 804, - [1213] = 676, - [1214] = 781, - [1215] = 782, - [1216] = 783, - [1217] = 784, - [1218] = 786, - [1219] = 787, - [1220] = 788, - [1221] = 672, - [1222] = 789, - [1223] = 790, - [1224] = 791, - [1225] = 749, - [1226] = 793, - [1227] = 794, - [1228] = 796, - [1229] = 775, - [1230] = 797, - [1231] = 798, - [1232] = 756, - [1233] = 793, - [1234] = 799, - [1235] = 800, - [1236] = 801, - [1237] = 802, - [1238] = 803, - [1239] = 804, - [1240] = 805, - [1241] = 794, - [1242] = 806, - [1243] = 903, - [1244] = 776, - [1245] = 808, - [1246] = 809, - [1247] = 785, - [1248] = 810, - [1249] = 796, - [1250] = 675, - [1251] = 812, - [1252] = 813, - [1253] = 814, - [1254] = 815, - [1255] = 816, - [1256] = 817, - [1257] = 818, - [1258] = 807, - [1259] = 821, - [1260] = 785, - [1261] = 822, - [1262] = 797, - [1263] = 823, - [1264] = 824, - [1265] = 825, - [1266] = 826, - [1267] = 827, - [1268] = 828, - [1269] = 798, - [1270] = 829, - [1271] = 830, - [1272] = 832, - [1273] = 833, - [1274] = 834, - [1275] = 835, - [1276] = 836, - [1277] = 799, - [1278] = 800, - [1279] = 837, - [1280] = 752, - [1281] = 753, - [1282] = 754, - [1283] = 755, - [1284] = 757, - [1285] = 758, - [1286] = 759, - [1287] = 760, - [1288] = 761, - [1289] = 762, - [1290] = 777, - [1291] = 763, - [1292] = 764, - [1293] = 765, - [1294] = 801, - [1295] = 766, - [1296] = 767, - [1297] = 768, - [1298] = 769, - [1299] = 770, - [1300] = 771, - [1301] = 772, - [1302] = 773, - [1303] = 774, - [1304] = 837, - [1305] = 802, - [1306] = 803, - [1307] = 836, - [1308] = 835, - [1309] = 834, - [1310] = 833, - [1311] = 832, - [1312] = 830, - [1313] = 829, - [1314] = 672, - [1315] = 828, - [1316] = 827, - [1317] = 826, - [1318] = 825, - [1319] = 824, - [1320] = 823, - [1321] = 822, - [1322] = 818, - [1323] = 821, - [1324] = 807, - [1325] = 756, - [1326] = 805, - [1327] = 818, - [1328] = 817, - [1329] = 816, - [1330] = 815, - [1331] = 814, - [1332] = 813, - [1333] = 812, - [1334] = 806, - [1335] = 810, - [1336] = 809, - [1337] = 864, - [1338] = 808, - [1339] = 903, - [1340] = 903, - [1341] = 806, - [1342] = 808, - [1343] = 805, - [1344] = 804, - [1345] = 803, - [1346] = 802, - [1347] = 801, - [1348] = 800, - [1349] = 799, - [1350] = 798, - [1351] = 797, - [1352] = 796, - [1353] = 785, - [1354] = 794, - [1355] = 809, - [1356] = 793, - [1357] = 749, - [1358] = 791, - [1359] = 790, - [1360] = 789, - [1361] = 788, - [1362] = 787, - [1363] = 786, - [1364] = 784, - [1365] = 783, - [1366] = 782, - [1367] = 781, - [1368] = 780, - [1369] = 779, - [1370] = 903, - [1371] = 777, - [1372] = 776, - [1373] = 775, - [1374] = 774, - [1375] = 773, - [1376] = 772, - [1377] = 771, - [1378] = 770, + [1015] = 780, + [1016] = 919, + [1017] = 779, + [1018] = 778, + [1019] = 777, + [1020] = 776, + [1021] = 775, + [1022] = 774, + [1023] = 773, + [1024] = 772, + [1025] = 771, + [1026] = 770, + [1027] = 769, + [1028] = 768, + [1029] = 767, + [1030] = 750, + [1031] = 776, + [1032] = 674, + [1033] = 765, + [1034] = 764, + [1035] = 763, + [1036] = 762, + [1037] = 761, + [1038] = 760, + [1039] = 759, + [1040] = 673, + [1041] = 758, + [1042] = 756, + [1043] = 755, + [1044] = 754, + [1045] = 753, + [1046] = 752, + [1047] = 751, + [1048] = 775, + [1049] = 891, + [1050] = 803, + [1051] = 774, + [1052] = 800, + [1053] = 773, + [1054] = 804, + [1055] = 805, + [1056] = 802, + [1057] = 807, + [1058] = 808, + [1059] = 809, + [1060] = 810, + [1061] = 811, + [1062] = 755, + [1063] = 813, + [1064] = 871, + [1065] = 814, + [1066] = 815, + [1067] = 816, + [1068] = 771, + [1069] = 817, + [1070] = 770, + [1071] = 818, + [1072] = 819, + [1073] = 821, + [1074] = 822, + [1075] = 823, + [1076] = 824, + [1077] = 825, + [1078] = 769, + [1079] = 826, + [1080] = 827, + [1081] = 828, + [1082] = 757, + [1083] = 812, + [1084] = 768, + [1085] = 767, + [1086] = 830, + [1087] = 831, + [1088] = 832, + [1089] = 833, + [1090] = 834, + [1091] = 835, + [1092] = 836, + [1093] = 750, + [1094] = 765, + [1095] = 837, + [1096] = 798, + [1097] = 797, + [1098] = 796, + [1099] = 795, + [1100] = 794, + [1101] = 749, + [1102] = 792, + [1103] = 791, + [1104] = 790, + [1105] = 789, + [1106] = 788, + [1107] = 787, + [1108] = 786, + [1109] = 785, + [1110] = 784, + [1111] = 783, + [1112] = 919, + [1113] = 782, + [1114] = 781, + [1115] = 780, + [1116] = 779, + [1117] = 778, + [1118] = 777, + [1119] = 776, + [1120] = 775, + [1121] = 774, + [1122] = 773, + [1123] = 772, + [1124] = 771, + [1125] = 770, + [1126] = 769, + [1127] = 764, + [1128] = 674, + [1129] = 768, + [1130] = 767, + [1131] = 750, + [1132] = 765, + [1133] = 764, + [1134] = 763, + [1135] = 762, + [1136] = 673, + [1137] = 761, + [1138] = 760, + [1139] = 759, + [1140] = 758, + [1141] = 756, + [1142] = 755, + [1143] = 754, + [1144] = 763, + [1145] = 753, + [1146] = 752, + [1147] = 762, + [1148] = 800, + [1149] = 761, + [1150] = 751, + [1151] = 891, + [1152] = 803, + [1153] = 804, + [1154] = 805, + [1155] = 802, + [1156] = 807, + [1157] = 808, + [1158] = 809, + [1159] = 810, + [1160] = 871, + [1161] = 811, + [1162] = 675, + [1163] = 813, + [1164] = 760, + [1165] = 814, + [1166] = 759, + [1167] = 815, + [1168] = 816, + [1169] = 817, + [1170] = 818, + [1171] = 819, + [1172] = 821, + [1173] = 822, + [1174] = 758, + [1175] = 823, + [1176] = 824, + [1177] = 825, + [1178] = 757, + [1179] = 826, + [1180] = 757, + [1181] = 827, + [1182] = 828, + [1183] = 812, + [1184] = 756, + [1185] = 830, + [1186] = 831, + [1187] = 832, + [1188] = 833, + [1189] = 834, + [1190] = 835, + [1191] = 836, + [1192] = 809, + [1193] = 754, + [1194] = 837, + [1195] = 798, + [1196] = 797, + [1197] = 796, + [1198] = 795, + [1199] = 794, + [1200] = 749, + [1201] = 792, + [1202] = 791, + [1203] = 790, + [1204] = 789, + [1205] = 788, + [1206] = 787, + [1207] = 786, + [1208] = 919, + [1209] = 785, + [1210] = 784, + [1211] = 783, + [1212] = 782, + [1213] = 781, + [1214] = 780, + [1215] = 779, + [1216] = 778, + [1217] = 777, + [1218] = 776, + [1219] = 775, + [1220] = 774, + [1221] = 773, + [1222] = 772, + [1223] = 753, + [1224] = 674, + [1225] = 771, + [1226] = 770, + [1227] = 769, + [1228] = 768, + [1229] = 767, + [1230] = 750, + [1231] = 765, + [1232] = 673, + [1233] = 764, + [1234] = 763, + [1235] = 762, + [1236] = 761, + [1237] = 760, + [1238] = 759, + [1239] = 758, + [1240] = 752, + [1241] = 756, + [1242] = 755, + [1243] = 800, + [1244] = 751, + [1245] = 754, + [1246] = 753, + [1247] = 752, + [1248] = 751, + [1249] = 891, + [1250] = 803, + [1251] = 804, + [1252] = 805, + [1253] = 802, + [1254] = 807, + [1255] = 770, + [1256] = 808, + [1257] = 809, + [1258] = 810, + [1259] = 891, + [1260] = 811, + [1261] = 803, + [1262] = 675, + [1263] = 813, + [1264] = 814, + [1265] = 815, + [1266] = 816, + [1267] = 817, + [1268] = 818, + [1269] = 819, + [1270] = 821, + [1271] = 822, + [1272] = 757, + [1273] = 823, + [1274] = 804, + [1275] = 824, + [1276] = 825, + [1277] = 826, + [1278] = 827, + [1279] = 828, + [1280] = 812, + [1281] = 805, + [1282] = 830, + [1283] = 831, + [1284] = 832, + [1285] = 833, + [1286] = 834, + [1287] = 835, + [1288] = 836, + [1289] = 802, + [1290] = 807, + [1291] = 837, + [1292] = 798, + [1293] = 797, + [1294] = 796, + [1295] = 795, + [1296] = 794, + [1297] = 749, + [1298] = 792, + [1299] = 791, + [1300] = 790, + [1301] = 789, + [1302] = 769, + [1303] = 788, + [1304] = 787, + [1305] = 786, + [1306] = 785, + [1307] = 784, + [1308] = 783, + [1309] = 782, + [1310] = 781, + [1311] = 780, + [1312] = 779, + [1313] = 778, + [1314] = 777, + [1315] = 776, + [1316] = 837, + [1317] = 808, + [1318] = 821, + [1319] = 836, + [1320] = 835, + [1321] = 834, + [1322] = 833, + [1323] = 832, + [1324] = 831, + [1325] = 830, + [1326] = 673, + [1327] = 812, + [1328] = 828, + [1329] = 827, + [1330] = 826, + [1331] = 825, + [1332] = 824, + [1333] = 823, + [1334] = 810, + [1335] = 822, + [1336] = 821, + [1337] = 800, + [1338] = 811, + [1339] = 819, + [1340] = 818, + [1341] = 817, + [1342] = 816, + [1343] = 815, + [1344] = 814, + [1345] = 813, + [1346] = 775, + [1347] = 811, + [1348] = 810, + [1349] = 871, + [1350] = 809, + [1351] = 808, + [1352] = 807, + [1353] = 813, + [1354] = 802, + [1355] = 814, + [1356] = 805, + [1357] = 804, + [1358] = 803, + [1359] = 891, + [1360] = 751, + [1361] = 752, + [1362] = 753, + [1363] = 754, + [1364] = 755, + [1365] = 756, + [1366] = 757, + [1367] = 758, + [1368] = 815, + [1369] = 759, + [1370] = 760, + [1371] = 761, + [1372] = 762, + [1373] = 763, + [1374] = 764, + [1375] = 765, + [1376] = 891, + [1377] = 767, + [1378] = 768, [1379] = 769, - [1380] = 768, - [1381] = 767, - [1382] = 766, - [1383] = 911, - [1384] = 765, - [1385] = 764, - [1386] = 763, - [1387] = 762, - [1388] = 761, - [1389] = 760, - [1390] = 759, - [1391] = 758, - [1392] = 757, - [1393] = 755, - [1394] = 754, - [1395] = 753, - [1396] = 752, - [1397] = 837, - [1398] = 810, - [1399] = 812, - [1400] = 836, - [1401] = 835, - [1402] = 834, - [1403] = 833, - [1404] = 832, - [1405] = 830, - [1406] = 829, - [1407] = 672, - [1408] = 828, - [1409] = 827, - [1410] = 826, - [1411] = 825, - [1412] = 824, - [1413] = 823, - [1414] = 822, - [1415] = 813, - [1416] = 821, - [1417] = 807, - [1418] = 756, - [1419] = 814, + [1380] = 770, + [1381] = 771, + [1382] = 772, + [1383] = 773, + [1384] = 774, + [1385] = 775, + [1386] = 776, + [1387] = 777, + [1388] = 778, + [1389] = 779, + [1390] = 780, + [1391] = 781, + [1392] = 782, + [1393] = 783, + [1394] = 784, + [1395] = 785, + [1396] = 919, + [1397] = 786, + [1398] = 787, + [1399] = 788, + [1400] = 789, + [1401] = 790, + [1402] = 791, + [1403] = 792, + [1404] = 749, + [1405] = 794, + [1406] = 795, + [1407] = 796, + [1408] = 797, + [1409] = 798, + [1410] = 837, + [1411] = 816, + [1412] = 817, + [1413] = 836, + [1414] = 835, + [1415] = 834, + [1416] = 833, + [1417] = 832, + [1418] = 831, + [1419] = 830, [1420] = 818, - [1421] = 817, - [1422] = 816, - [1423] = 815, - [1424] = 814, - [1425] = 813, - [1426] = 812, - [1427] = 815, - [1428] = 810, - [1429] = 809, - [1430] = 864, - [1431] = 808, - [1432] = 903, - [1433] = 816, - [1434] = 806, + [1421] = 812, + [1422] = 828, + [1423] = 827, + [1424] = 826, + [1425] = 825, + [1426] = 824, + [1427] = 823, + [1428] = 819, + [1429] = 822, + [1430] = 821, + [1431] = 800, + [1432] = 800, + [1433] = 819, + [1434] = 818, [1435] = 817, - [1436] = 805, - [1437] = 804, - [1438] = 803, - [1439] = 802, - [1440] = 801, - [1441] = 800, - [1442] = 799, - [1443] = 798, - [1444] = 797, - [1445] = 796, - [1446] = 785, - [1447] = 794, - [1448] = 793, - [1449] = 749, - [1450] = 791, - [1451] = 790, - [1452] = 789, - [1453] = 788, - [1454] = 787, - [1455] = 786, - [1456] = 784, - [1457] = 783, - [1458] = 782, - [1459] = 781, - [1460] = 780, - [1461] = 779, - [1462] = 750, - [1463] = 777, - [1464] = 776, - [1465] = 775, - [1466] = 774, - [1467] = 773, - [1468] = 772, - [1469] = 771, - [1470] = 770, - [1471] = 769, - [1472] = 768, - [1473] = 767, - [1474] = 766, - [1475] = 911, - [1476] = 765, - [1477] = 764, - [1478] = 763, - [1479] = 762, - [1480] = 761, - [1481] = 760, - [1482] = 759, - [1483] = 758, - [1484] = 757, - [1485] = 755, - [1486] = 754, - [1487] = 753, - [1488] = 752, - [1489] = 837, - [1490] = 825, - [1491] = 756, - [1492] = 836, - [1493] = 835, - [1494] = 834, - [1495] = 833, - [1496] = 832, - [1497] = 830, - [1498] = 829, - [1499] = 807, - [1500] = 828, - [1501] = 827, - [1502] = 826, - [1503] = 825, - [1504] = 824, - [1505] = 823, - [1506] = 822, - [1507] = 821, - [1508] = 821, - [1509] = 807, - [1510] = 818, - [1511] = 817, - [1512] = 816, - [1513] = 815, - [1514] = 814, - [1515] = 813, - [1516] = 812, - [1517] = 822, - [1518] = 810, - [1519] = 809, - [1520] = 864, - [1521] = 808, - [1522] = 903, - [1523] = 823, - [1524] = 806, - [1525] = 824, - [1526] = 805, - [1527] = 804, - [1528] = 803, - [1529] = 802, - [1530] = 801, - [1531] = 800, - [1532] = 799, - [1533] = 798, - [1534] = 797, - [1535] = 796, - [1536] = 794, - [1537] = 793, - [1538] = 749, - [1539] = 791, - [1540] = 790, - [1541] = 789, - [1542] = 788, - [1543] = 787, - [1544] = 786, - [1545] = 784, - [1546] = 783, - [1547] = 782, - [1548] = 781, - [1549] = 780, - [1550] = 779, - [1551] = 750, - [1552] = 777, - [1553] = 776, - [1554] = 775, - [1555] = 774, - [1556] = 773, - [1557] = 772, - [1558] = 771, - [1559] = 770, - [1560] = 769, + [1436] = 816, + [1437] = 815, + [1438] = 814, + [1439] = 813, + [1440] = 774, + [1441] = 811, + [1442] = 810, + [1443] = 871, + [1444] = 809, + [1445] = 808, + [1446] = 807, + [1447] = 812, + [1448] = 802, + [1449] = 822, + [1450] = 805, + [1451] = 804, + [1452] = 803, + [1453] = 891, + [1454] = 751, + [1455] = 752, + [1456] = 753, + [1457] = 754, + [1458] = 755, + [1459] = 756, + [1460] = 757, + [1461] = 758, + [1462] = 759, + [1463] = 760, + [1464] = 761, + [1465] = 762, + [1466] = 763, + [1467] = 764, + [1468] = 765, + [1469] = 750, + [1470] = 767, + [1471] = 768, + [1472] = 769, + [1473] = 770, + [1474] = 771, + [1475] = 772, + [1476] = 773, + [1477] = 774, + [1478] = 775, + [1479] = 776, + [1480] = 777, + [1481] = 778, + [1482] = 779, + [1483] = 780, + [1484] = 781, + [1485] = 782, + [1486] = 783, + [1487] = 784, + [1488] = 785, + [1489] = 919, + [1490] = 786, + [1491] = 787, + [1492] = 788, + [1493] = 789, + [1494] = 790, + [1495] = 791, + [1496] = 792, + [1497] = 749, + [1498] = 794, + [1499] = 795, + [1500] = 796, + [1501] = 797, + [1502] = 798, + [1503] = 837, + [1504] = 823, + [1505] = 824, + [1506] = 836, + [1507] = 835, + [1508] = 834, + [1509] = 833, + [1510] = 832, + [1511] = 831, + [1512] = 830, + [1513] = 825, + [1514] = 812, + [1515] = 828, + [1516] = 827, + [1517] = 826, + [1518] = 825, + [1519] = 824, + [1520] = 823, + [1521] = 826, + [1522] = 822, + [1523] = 821, + [1524] = 819, + [1525] = 818, + [1526] = 817, + [1527] = 816, + [1528] = 815, + [1529] = 814, + [1530] = 813, + [1531] = 773, + [1532] = 811, + [1533] = 810, + [1534] = 871, + [1535] = 809, + [1536] = 808, + [1537] = 807, + [1538] = 827, + [1539] = 802, + [1540] = 828, + [1541] = 805, + [1542] = 804, + [1543] = 803, + [1544] = 891, + [1545] = 751, + [1546] = 752, + [1547] = 753, + [1548] = 754, + [1549] = 755, + [1550] = 756, + [1551] = 758, + [1552] = 759, + [1553] = 760, + [1554] = 761, + [1555] = 762, + [1556] = 763, + [1557] = 764, + [1558] = 765, + [1559] = 750, + [1560] = 767, [1561] = 768, - [1562] = 767, - [1563] = 766, - [1564] = 911, - [1565] = 765, - [1566] = 764, - [1567] = 763, - [1568] = 762, - [1569] = 761, - [1570] = 760, - [1571] = 759, - [1572] = 758, - [1573] = 757, - [1574] = 755, - [1575] = 754, - [1576] = 753, - [1577] = 752, - [1578] = 837, - [1579] = 837, - [1580] = 826, - [1581] = 836, - [1582] = 835, - [1583] = 834, - [1584] = 833, - [1585] = 832, - [1586] = 830, - [1587] = 829, - [1588] = 827, - [1589] = 828, - [1590] = 827, - [1591] = 826, - [1592] = 825, - [1593] = 824, - [1594] = 823, - [1595] = 822, - [1596] = 828, - [1597] = 821, - [1598] = 807, - [1599] = 818, - [1600] = 817, - [1601] = 816, - [1602] = 815, - [1603] = 814, - [1604] = 813, - [1605] = 812, - [1606] = 829, - [1607] = 810, - [1608] = 809, - [1609] = 864, - [1610] = 808, - [1611] = 903, - [1612] = 830, - [1613] = 806, - [1614] = 832, - [1615] = 805, - [1616] = 804, - [1617] = 803, - [1618] = 802, - [1619] = 801, - [1620] = 800, - [1621] = 799, - [1622] = 798, - [1623] = 797, - [1624] = 796, - [1625] = 794, - [1626] = 793, - [1627] = 749, - [1628] = 791, - [1629] = 790, - [1630] = 789, - [1631] = 788, - [1632] = 787, - [1633] = 786, - [1634] = 784, - [1635] = 783, - [1636] = 782, - [1637] = 781, - [1638] = 780, - [1639] = 779, - [1640] = 750, - [1641] = 777, - [1642] = 776, - [1643] = 775, - [1644] = 774, - [1645] = 773, - [1646] = 772, - [1647] = 771, - [1648] = 770, - [1649] = 769, - [1650] = 768, - [1651] = 767, - [1652] = 766, - [1653] = 911, - [1654] = 765, - [1655] = 764, - [1656] = 763, - [1657] = 762, - [1658] = 761, - [1659] = 760, - [1660] = 759, - [1661] = 758, - [1662] = 757, - [1663] = 755, - [1664] = 754, - [1665] = 753, - [1666] = 752, - [1667] = 837, - [1668] = 833, - [1669] = 834, - [1670] = 836, - [1671] = 835, - [1672] = 834, - [1673] = 833, - [1674] = 832, - [1675] = 830, - [1676] = 829, - [1677] = 835, - [1678] = 828, - [1679] = 827, - [1680] = 826, - [1681] = 825, - [1682] = 824, - [1683] = 823, - [1684] = 822, - [1685] = 821, - [1686] = 807, - [1687] = 818, - [1688] = 817, - [1689] = 816, - [1690] = 815, - [1691] = 814, - [1692] = 813, - [1693] = 812, - [1694] = 675, - [1695] = 810, - [1696] = 809, - [1697] = 864, - [1698] = 808, - [1699] = 903, - [1700] = 806, - [1701] = 836, - [1702] = 805, - [1703] = 804, - [1704] = 803, - [1705] = 802, - [1706] = 801, - [1707] = 800, - [1708] = 799, - [1709] = 798, - [1710] = 797, - [1711] = 796, - [1712] = 794, - [1713] = 793, - [1714] = 749, - [1715] = 791, - [1716] = 790, - [1717] = 789, - [1718] = 788, - [1719] = 787, - [1720] = 786, - [1721] = 784, - [1722] = 783, - [1723] = 782, - [1724] = 781, - [1725] = 780, - [1726] = 779, - [1727] = 750, - [1728] = 777, - [1729] = 776, - [1730] = 775, - [1731] = 774, - [1732] = 773, - [1733] = 772, - [1734] = 771, - [1735] = 770, - [1736] = 769, - [1737] = 768, + [1562] = 769, + [1563] = 770, + [1564] = 771, + [1565] = 772, + [1566] = 773, + [1567] = 774, + [1568] = 775, + [1569] = 776, + [1570] = 777, + [1571] = 778, + [1572] = 779, + [1573] = 780, + [1574] = 781, + [1575] = 782, + [1576] = 783, + [1577] = 784, + [1578] = 785, + [1579] = 919, + [1580] = 786, + [1581] = 787, + [1582] = 788, + [1583] = 789, + [1584] = 790, + [1585] = 791, + [1586] = 792, + [1587] = 749, + [1588] = 794, + [1589] = 795, + [1590] = 796, + [1591] = 797, + [1592] = 798, + [1593] = 837, + [1594] = 837, + [1595] = 830, + [1596] = 836, + [1597] = 835, + [1598] = 834, + [1599] = 833, + [1600] = 832, + [1601] = 831, + [1602] = 830, + [1603] = 831, + [1604] = 812, + [1605] = 828, + [1606] = 827, + [1607] = 826, + [1608] = 825, + [1609] = 824, + [1610] = 823, + [1611] = 832, + [1612] = 822, + [1613] = 821, + [1614] = 819, + [1615] = 818, + [1616] = 817, + [1617] = 816, + [1618] = 815, + [1619] = 814, + [1620] = 813, + [1621] = 772, + [1622] = 811, + [1623] = 810, + [1624] = 871, + [1625] = 809, + [1626] = 808, + [1627] = 807, + [1628] = 833, + [1629] = 802, + [1630] = 834, + [1631] = 805, + [1632] = 804, + [1633] = 803, + [1634] = 891, + [1635] = 751, + [1636] = 752, + [1637] = 753, + [1638] = 754, + [1639] = 755, + [1640] = 756, + [1641] = 758, + [1642] = 759, + [1643] = 760, + [1644] = 761, + [1645] = 762, + [1646] = 763, + [1647] = 764, + [1648] = 765, + [1649] = 750, + [1650] = 767, + [1651] = 768, + [1652] = 769, + [1653] = 770, + [1654] = 771, + [1655] = 772, + [1656] = 773, + [1657] = 774, + [1658] = 775, + [1659] = 776, + [1660] = 777, + [1661] = 778, + [1662] = 779, + [1663] = 780, + [1664] = 781, + [1665] = 782, + [1666] = 783, + [1667] = 784, + [1668] = 785, + [1669] = 919, + [1670] = 786, + [1671] = 787, + [1672] = 788, + [1673] = 789, + [1674] = 790, + [1675] = 791, + [1676] = 792, + [1677] = 749, + [1678] = 794, + [1679] = 795, + [1680] = 796, + [1681] = 797, + [1682] = 798, + [1683] = 837, + [1684] = 835, + [1685] = 836, + [1686] = 836, + [1687] = 835, + [1688] = 834, + [1689] = 833, + [1690] = 832, + [1691] = 831, + [1692] = 830, + [1693] = 757, + [1694] = 812, + [1695] = 828, + [1696] = 827, + [1697] = 826, + [1698] = 825, + [1699] = 824, + [1700] = 823, + [1701] = 822, + [1702] = 821, + [1703] = 819, + [1704] = 818, + [1705] = 817, + [1706] = 816, + [1707] = 815, + [1708] = 814, + [1709] = 813, + [1710] = 675, + [1711] = 811, + [1712] = 810, + [1713] = 871, + [1714] = 809, + [1715] = 808, + [1716] = 807, + [1717] = 802, + [1718] = 757, + [1719] = 805, + [1720] = 804, + [1721] = 803, + [1722] = 891, + [1723] = 751, + [1724] = 752, + [1725] = 753, + [1726] = 754, + [1727] = 755, + [1728] = 756, + [1729] = 758, + [1730] = 759, + [1731] = 760, + [1732] = 761, + [1733] = 762, + [1734] = 763, + [1735] = 764, + [1736] = 765, + [1737] = 750, [1738] = 767, - [1739] = 766, - [1740] = 911, - [1741] = 765, - [1742] = 764, - [1743] = 763, - [1744] = 762, - [1745] = 761, - [1746] = 760, - [1747] = 759, - [1748] = 758, - [1749] = 757, - [1750] = 755, - [1751] = 754, - [1752] = 753, - [1753] = 752, - [1754] = 837, - [1755] = 785, + [1739] = 768, + [1740] = 769, + [1741] = 770, + [1742] = 771, + [1743] = 772, + [1744] = 773, + [1745] = 774, + [1746] = 775, + [1747] = 776, + [1748] = 777, + [1749] = 778, + [1750] = 779, + [1751] = 780, + [1752] = 781, + [1753] = 782, + [1754] = 783, + [1755] = 784, [1756] = 785, - [1757] = 836, - [1758] = 835, - [1759] = 834, - [1760] = 833, - [1761] = 832, - [1762] = 830, - [1763] = 829, - [1764] = 756, - [1765] = 828, - [1766] = 827, - [1767] = 826, - [1768] = 825, - [1769] = 824, - [1770] = 823, - [1771] = 822, - [1772] = 821, - [1773] = 807, - [1774] = 818, - [1775] = 817, - [1776] = 816, - [1777] = 815, - [1778] = 814, - [1779] = 813, - [1780] = 812, - [1781] = 672, - [1782] = 810, - [1783] = 809, - [1784] = 864, - [1785] = 808, - [1786] = 903, - [1787] = 806, - [1788] = 676, - [1789] = 805, - [1790] = 804, - [1791] = 803, - [1792] = 802, - [1793] = 801, - [1794] = 800, - [1795] = 799, - [1796] = 798, - [1797] = 797, - [1798] = 796, - [1799] = 794, - [1800] = 793, - [1801] = 749, - [1802] = 791, - [1803] = 790, - [1804] = 789, - [1805] = 788, - [1806] = 787, - [1807] = 786, - [1808] = 784, - [1809] = 783, - [1810] = 782, - [1811] = 781, - [1812] = 780, - [1813] = 779, - [1814] = 750, - [1815] = 777, - [1816] = 776, - [1817] = 775, - [1818] = 774, - [1819] = 773, - [1820] = 772, - [1821] = 771, - [1822] = 770, - [1823] = 769, - [1824] = 768, - [1825] = 767, - [1826] = 766, - [1827] = 911, - [1828] = 765, - [1829] = 764, - [1830] = 763, - [1831] = 762, - [1832] = 761, - [1833] = 760, - [1834] = 759, - [1835] = 758, - [1836] = 757, - [1837] = 755, - [1838] = 754, - [1839] = 753, - [1840] = 752, - [1841] = 837, - [1842] = 785, - [1843] = 756, - [1844] = 836, - [1845] = 835, - [1846] = 834, - [1847] = 833, - [1848] = 832, - [1849] = 830, - [1850] = 829, - [1851] = 672, - [1852] = 828, - [1853] = 827, - [1854] = 826, - [1855] = 825, - [1856] = 824, - [1857] = 823, - [1858] = 822, - [1859] = 821, - [1860] = 807, - [1861] = 818, - [1862] = 817, - [1863] = 816, - [1864] = 815, - [1865] = 814, - [1866] = 813, - [1867] = 812, - [1868] = 675, - [1869] = 810, - [1870] = 809, - [1871] = 864, - [1872] = 808, - [1873] = 903, - [1874] = 806, - [1875] = 676, - [1876] = 805, - [1877] = 804, - [1878] = 803, - [1879] = 802, - [1880] = 801, - [1881] = 800, - [1882] = 799, - [1883] = 798, - [1884] = 797, - [1885] = 796, - [1886] = 794, - [1887] = 793, - [1888] = 749, - [1889] = 791, - [1890] = 790, - [1891] = 789, - [1892] = 788, - [1893] = 787, - [1894] = 786, - [1895] = 784, - [1896] = 783, - [1897] = 782, - [1898] = 781, - [1899] = 780, - [1900] = 779, - [1901] = 750, - [1902] = 777, - [1903] = 776, - [1904] = 775, - [1905] = 774, - [1906] = 773, - [1907] = 772, - [1908] = 771, - [1909] = 770, - [1910] = 769, - [1911] = 768, - [1912] = 767, - [1913] = 766, - [1914] = 911, - [1915] = 765, - [1916] = 764, - [1917] = 763, - [1918] = 762, - [1919] = 761, - [1920] = 760, - [1921] = 759, - [1922] = 758, - [1923] = 757, - [1924] = 755, - [1925] = 754, - [1926] = 753, - [1927] = 752, - [1928] = 837, - [1929] = 676, - [1930] = 675, - [1931] = 836, - [1932] = 835, - [1933] = 834, - [1934] = 833, - [1935] = 832, - [1936] = 830, - [1937] = 829, - [1938] = 756, - [1939] = 828, - [1940] = 827, - [1941] = 826, - [1942] = 825, - [1943] = 824, - [1944] = 823, - [1945] = 822, - [1946] = 821, - [1947] = 807, - [1948] = 818, - [1949] = 817, - [1950] = 816, - [1951] = 815, - [1952] = 814, - [1953] = 813, - [1954] = 812, - [1955] = 675, - [1956] = 810, - [1957] = 809, - [1958] = 672, - [1959] = 808, - [1960] = 903, - [1961] = 806, - [1962] = 805, - [1963] = 804, - [1964] = 803, - [1965] = 802, - [1966] = 801, - [1967] = 800, - [1968] = 799, - [1969] = 798, - [1970] = 797, - [1971] = 796, - [1972] = 794, - [1973] = 793, - [1974] = 749, - [1975] = 791, - [1976] = 790, - [1977] = 789, - [1978] = 788, - [1979] = 787, - [1980] = 786, - [1981] = 784, - [1982] = 783, - [1983] = 782, - [1984] = 781, - [1985] = 780, - [1986] = 779, - [1987] = 750, - [1988] = 911, - [1989] = 864, - [1990] = 828, - [1991] = 757, - [1992] = 752, - [1993] = 753, - [1994] = 754, - [1995] = 755, - [1996] = 757, - [1997] = 758, - [1998] = 759, - [1999] = 760, - [2000] = 761, - [2001] = 762, - [2002] = 763, - [2003] = 764, - [2004] = 765, - [2005] = 766, - [2006] = 767, - [2007] = 768, - [2008] = 769, - [2009] = 770, - [2010] = 763, - [2011] = 772, - [2012] = 773, - [2013] = 774, - [2014] = 775, - [2015] = 776, - [2016] = 777, - [2017] = 750, - [2018] = 779, - [2019] = 780, - [2020] = 781, - [2021] = 782, - [2022] = 783, - [2023] = 784, + [1757] = 919, + [1758] = 786, + [1759] = 787, + [1760] = 788, + [1761] = 789, + [1762] = 790, + [1763] = 791, + [1764] = 792, + [1765] = 749, + [1766] = 794, + [1767] = 795, + [1768] = 796, + [1769] = 797, + [1770] = 798, + [1771] = 837, + [1772] = 800, + [1773] = 673, + [1774] = 836, + [1775] = 835, + [1776] = 834, + [1777] = 833, + [1778] = 832, + [1779] = 831, + [1780] = 830, + [1781] = 674, + [1782] = 812, + [1783] = 828, + [1784] = 827, + [1785] = 826, + [1786] = 825, + [1787] = 824, + [1788] = 823, + [1789] = 822, + [1790] = 821, + [1791] = 819, + [1792] = 818, + [1793] = 817, + [1794] = 816, + [1795] = 815, + [1796] = 814, + [1797] = 813, + [1798] = 675, + [1799] = 811, + [1800] = 810, + [1801] = 871, + [1802] = 809, + [1803] = 808, + [1804] = 807, + [1805] = 802, + [1806] = 800, + [1807] = 805, + [1808] = 804, + [1809] = 803, + [1810] = 891, + [1811] = 751, + [1812] = 752, + [1813] = 753, + [1814] = 754, + [1815] = 755, + [1816] = 756, + [1817] = 758, + [1818] = 759, + [1819] = 760, + [1820] = 761, + [1821] = 762, + [1822] = 763, + [1823] = 764, + [1824] = 765, + [1825] = 750, + [1826] = 767, + [1827] = 768, + [1828] = 769, + [1829] = 770, + [1830] = 771, + [1831] = 772, + [1832] = 773, + [1833] = 774, + [1834] = 775, + [1835] = 776, + [1836] = 777, + [1837] = 778, + [1838] = 779, + [1839] = 780, + [1840] = 781, + [1841] = 782, + [1842] = 783, + [1843] = 784, + [1844] = 785, + [1845] = 919, + [1846] = 786, + [1847] = 787, + [1848] = 788, + [1849] = 789, + [1850] = 790, + [1851] = 791, + [1852] = 792, + [1853] = 749, + [1854] = 794, + [1855] = 795, + [1856] = 796, + [1857] = 797, + [1858] = 798, + [1859] = 837, + [1860] = 757, + [1861] = 673, + [1862] = 836, + [1863] = 835, + [1864] = 834, + [1865] = 833, + [1866] = 832, + [1867] = 831, + [1868] = 830, + [1869] = 674, + [1870] = 812, + [1871] = 828, + [1872] = 827, + [1873] = 826, + [1874] = 825, + [1875] = 824, + [1876] = 823, + [1877] = 822, + [1878] = 821, + [1879] = 819, + [1880] = 818, + [1881] = 817, + [1882] = 816, + [1883] = 815, + [1884] = 814, + [1885] = 813, + [1886] = 675, + [1887] = 811, + [1888] = 810, + [1889] = 871, + [1890] = 809, + [1891] = 808, + [1892] = 807, + [1893] = 802, + [1894] = 674, + [1895] = 805, + [1896] = 804, + [1897] = 803, + [1898] = 891, + [1899] = 751, + [1900] = 752, + [1901] = 753, + [1902] = 754, + [1903] = 755, + [1904] = 756, + [1905] = 758, + [1906] = 759, + [1907] = 760, + [1908] = 761, + [1909] = 762, + [1910] = 763, + [1911] = 764, + [1912] = 765, + [1913] = 750, + [1914] = 767, + [1915] = 768, + [1916] = 769, + [1917] = 770, + [1918] = 771, + [1919] = 772, + [1920] = 773, + [1921] = 774, + [1922] = 775, + [1923] = 776, + [1924] = 777, + [1925] = 778, + [1926] = 779, + [1927] = 780, + [1928] = 781, + [1929] = 782, + [1930] = 783, + [1931] = 784, + [1932] = 785, + [1933] = 919, + [1934] = 786, + [1935] = 787, + [1936] = 788, + [1937] = 789, + [1938] = 790, + [1939] = 791, + [1940] = 792, + [1941] = 749, + [1942] = 794, + [1943] = 795, + [1944] = 796, + [1945] = 797, + [1946] = 798, + [1947] = 837, + [1948] = 675, + [1949] = 800, + [1950] = 836, + [1951] = 835, + [1952] = 834, + [1953] = 833, + [1954] = 832, + [1955] = 831, + [1956] = 830, + [1957] = 673, + [1958] = 812, + [1959] = 828, + [1960] = 827, + [1961] = 826, + [1962] = 825, + [1963] = 824, + [1964] = 823, + [1965] = 822, + [1966] = 821, + [1967] = 819, + [1968] = 818, + [1969] = 817, + [1970] = 816, + [1971] = 815, + [1972] = 814, + [1973] = 813, + [1974] = 675, + [1975] = 811, + [1976] = 810, + [1977] = 809, + [1978] = 808, + [1979] = 807, + [1980] = 802, + [1981] = 805, + [1982] = 804, + [1983] = 803, + [1984] = 891, + [1985] = 751, + [1986] = 752, + [1987] = 753, + [1988] = 754, + [1989] = 755, + [1990] = 756, + [1991] = 758, + [1992] = 759, + [1993] = 760, + [1994] = 761, + [1995] = 762, + [1996] = 763, + [1997] = 764, + [1998] = 765, + [1999] = 750, + [2000] = 767, + [2001] = 768, + [2002] = 919, + [2003] = 871, + [2004] = 791, + [2005] = 754, + [2006] = 837, + [2007] = 836, + [2008] = 835, + [2009] = 768, + [2010] = 834, + [2011] = 798, + [2012] = 797, + [2013] = 796, + [2014] = 795, + [2015] = 794, + [2016] = 749, + [2017] = 792, + [2018] = 791, + [2019] = 790, + [2020] = 833, + [2021] = 789, + [2022] = 788, + [2023] = 787, [2024] = 786, - [2025] = 787, - [2026] = 788, - [2027] = 789, - [2028] = 790, - [2029] = 791, - [2030] = 749, - [2031] = 793, - [2032] = 794, - [2033] = 796, - [2034] = 797, - [2035] = 798, - [2036] = 799, - [2037] = 800, - [2038] = 801, - [2039] = 802, - [2040] = 803, - [2041] = 804, - [2042] = 805, - [2043] = 806, - [2044] = 864, - [2045] = 903, - [2046] = 808, - [2047] = 809, - [2048] = 810, - [2049] = 812, - [2050] = 813, - [2051] = 814, - [2052] = 815, - [2053] = 816, - [2054] = 817, - [2055] = 818, - [2056] = 807, - [2057] = 821, - [2058] = 822, - [2059] = 823, - [2060] = 824, - [2061] = 825, - [2062] = 826, - [2063] = 827, - [2064] = 828, - [2065] = 829, - [2066] = 830, - [2067] = 832, - [2068] = 833, - [2069] = 834, - [2070] = 835, - [2071] = 836, - [2072] = 837, - [2073] = 752, - [2074] = 753, - [2075] = 754, - [2076] = 755, - [2077] = 757, - [2078] = 758, - [2079] = 759, - [2080] = 760, - [2081] = 761, - [2082] = 762, - [2083] = 805, - [2084] = 764, - [2085] = 765, - [2086] = 911, - [2087] = 766, - [2088] = 767, - [2089] = 768, - [2090] = 769, - [2091] = 770, - [2092] = 771, - [2093] = 772, - [2094] = 773, - [2095] = 774, - [2096] = 775, - [2097] = 776, - [2098] = 777, - [2099] = 750, - [2100] = 779, - [2101] = 780, - [2102] = 781, - [2103] = 782, - [2104] = 783, - [2105] = 784, - [2106] = 786, - [2107] = 787, - [2108] = 788, - [2109] = 789, - [2110] = 790, - [2111] = 791, - [2112] = 749, - [2113] = 793, - [2114] = 794, - [2115] = 796, - [2116] = 797, - [2117] = 798, - [2118] = 799, - [2119] = 800, - [2120] = 801, - [2121] = 802, - [2122] = 803, - [2123] = 804, - [2124] = 810, - [2125] = 806, - [2126] = 903, - [2127] = 808, - [2128] = 809, - [2129] = 810, - [2130] = 864, - [2131] = 812, - [2132] = 813, - [2133] = 814, - [2134] = 815, - [2135] = 816, - [2136] = 817, - [2137] = 818, - [2138] = 807, - [2139] = 821, - [2140] = 822, - [2141] = 823, - [2142] = 824, - [2143] = 825, - [2144] = 826, - [2145] = 827, - [2146] = 828, - [2147] = 829, - [2148] = 830, - [2149] = 832, - [2150] = 833, - [2151] = 834, - [2152] = 835, - [2153] = 836, - [2154] = 837, - [2155] = 752, - [2156] = 753, - [2157] = 754, - [2158] = 755, - [2159] = 757, - [2160] = 758, - [2161] = 759, - [2162] = 760, - [2163] = 761, - [2164] = 762, - [2165] = 763, - [2166] = 764, - [2167] = 765, - [2168] = 766, - [2169] = 767, - [2170] = 768, - [2171] = 769, - [2172] = 911, - [2173] = 770, - [2174] = 771, - [2175] = 772, - [2176] = 773, - [2177] = 774, - [2178] = 775, - [2179] = 776, - [2180] = 777, - [2181] = 750, - [2182] = 779, - [2183] = 780, - [2184] = 781, - [2185] = 782, - [2186] = 783, - [2187] = 784, - [2188] = 786, - [2189] = 787, - [2190] = 788, - [2191] = 789, - [2192] = 790, - [2193] = 791, - [2194] = 749, - [2195] = 793, - [2196] = 794, - [2197] = 796, - [2198] = 797, - [2199] = 798, - [2200] = 799, - [2201] = 800, - [2202] = 801, - [2203] = 802, - [2204] = 803, - [2205] = 804, - [2206] = 805, - [2207] = 806, - [2208] = 903, - [2209] = 808, - [2210] = 809, - [2211] = 832, - [2212] = 812, - [2213] = 813, - [2214] = 814, - [2215] = 815, - [2216] = 864, - [2217] = 816, - [2218] = 817, - [2219] = 818, - [2220] = 807, - [2221] = 821, - [2222] = 822, - [2223] = 823, - [2224] = 824, - [2225] = 825, - [2226] = 826, - [2227] = 827, - [2228] = 828, - [2229] = 829, - [2230] = 830, - [2231] = 749, - [2232] = 833, - [2233] = 834, - [2234] = 835, - [2235] = 836, - [2236] = 837, - [2237] = 752, - [2238] = 753, - [2239] = 754, - [2240] = 755, - [2241] = 757, - [2242] = 758, - [2243] = 759, - [2244] = 760, - [2245] = 761, - [2246] = 762, - [2247] = 763, - [2248] = 764, - [2249] = 765, - [2250] = 766, - [2251] = 767, - [2252] = 768, - [2253] = 769, - [2254] = 770, - [2255] = 771, - [2256] = 772, - [2257] = 773, - [2258] = 911, - [2259] = 774, - [2260] = 775, - [2261] = 776, - [2262] = 777, - [2263] = 750, - [2264] = 779, - [2265] = 780, - [2266] = 781, - [2267] = 782, - [2268] = 783, - [2269] = 784, - [2270] = 786, - [2271] = 787, - [2272] = 837, + [2025] = 785, + [2026] = 784, + [2027] = 783, + [2028] = 782, + [2029] = 781, + [2030] = 780, + [2031] = 779, + [2032] = 778, + [2033] = 777, + [2034] = 776, + [2035] = 775, + [2036] = 774, + [2037] = 773, + [2038] = 772, + [2039] = 771, + [2040] = 770, + [2041] = 769, + [2042] = 824, + [2043] = 767, + [2044] = 750, + [2045] = 765, + [2046] = 764, + [2047] = 763, + [2048] = 762, + [2049] = 761, + [2050] = 760, + [2051] = 759, + [2052] = 758, + [2053] = 756, + [2054] = 755, + [2055] = 754, + [2056] = 753, + [2057] = 752, + [2058] = 751, + [2059] = 891, + [2060] = 803, + [2061] = 804, + [2062] = 805, + [2063] = 802, + [2064] = 871, + [2065] = 807, + [2066] = 808, + [2067] = 809, + [2068] = 810, + [2069] = 811, + [2070] = 832, + [2071] = 813, + [2072] = 814, + [2073] = 815, + [2074] = 816, + [2075] = 817, + [2076] = 818, + [2077] = 819, + [2078] = 821, + [2079] = 822, + [2080] = 823, + [2081] = 813, + [2082] = 825, + [2083] = 826, + [2084] = 827, + [2085] = 828, + [2086] = 812, + [2087] = 830, + [2088] = 831, + [2089] = 832, + [2090] = 833, + [2091] = 834, + [2092] = 835, + [2093] = 836, + [2094] = 837, + [2095] = 798, + [2096] = 797, + [2097] = 796, + [2098] = 795, + [2099] = 794, + [2100] = 749, + [2101] = 792, + [2102] = 791, + [2103] = 790, + [2104] = 789, + [2105] = 788, + [2106] = 787, + [2107] = 919, + [2108] = 786, + [2109] = 785, + [2110] = 784, + [2111] = 783, + [2112] = 782, + [2113] = 781, + [2114] = 780, + [2115] = 779, + [2116] = 778, + [2117] = 777, + [2118] = 776, + [2119] = 775, + [2120] = 774, + [2121] = 773, + [2122] = 772, + [2123] = 771, + [2124] = 770, + [2125] = 769, + [2126] = 768, + [2127] = 767, + [2128] = 750, + [2129] = 765, + [2130] = 764, + [2131] = 763, + [2132] = 762, + [2133] = 761, + [2134] = 760, + [2135] = 759, + [2136] = 758, + [2137] = 756, + [2138] = 755, + [2139] = 754, + [2140] = 753, + [2141] = 752, + [2142] = 751, + [2143] = 891, + [2144] = 803, + [2145] = 804, + [2146] = 805, + [2147] = 802, + [2148] = 807, + [2149] = 808, + [2150] = 809, + [2151] = 871, + [2152] = 810, + [2153] = 811, + [2154] = 831, + [2155] = 769, + [2156] = 814, + [2157] = 815, + [2158] = 816, + [2159] = 817, + [2160] = 818, + [2161] = 819, + [2162] = 821, + [2163] = 822, + [2164] = 823, + [2165] = 824, + [2166] = 825, + [2167] = 826, + [2168] = 827, + [2169] = 828, + [2170] = 812, + [2171] = 830, + [2172] = 831, + [2173] = 832, + [2174] = 833, + [2175] = 834, + [2176] = 835, + [2177] = 836, + [2178] = 837, + [2179] = 798, + [2180] = 797, + [2181] = 796, + [2182] = 795, + [2183] = 794, + [2184] = 749, + [2185] = 792, + [2186] = 791, + [2187] = 790, + [2188] = 789, + [2189] = 788, + [2190] = 787, + [2191] = 786, + [2192] = 785, + [2193] = 784, + [2194] = 919, + [2195] = 783, + [2196] = 782, + [2197] = 781, + [2198] = 780, + [2199] = 779, + [2200] = 778, + [2201] = 777, + [2202] = 776, + [2203] = 775, + [2204] = 774, + [2205] = 773, + [2206] = 772, + [2207] = 771, + [2208] = 770, + [2209] = 797, + [2210] = 768, + [2211] = 767, + [2212] = 750, + [2213] = 765, + [2214] = 764, + [2215] = 763, + [2216] = 762, + [2217] = 761, + [2218] = 760, + [2219] = 759, + [2220] = 758, + [2221] = 756, + [2222] = 755, + [2223] = 754, + [2224] = 753, + [2225] = 752, + [2226] = 751, + [2227] = 891, + [2228] = 803, + [2229] = 804, + [2230] = 805, + [2231] = 802, + [2232] = 807, + [2233] = 808, + [2234] = 809, + [2235] = 810, + [2236] = 811, + [2237] = 830, + [2238] = 871, + [2239] = 813, + [2240] = 814, + [2241] = 815, + [2242] = 816, + [2243] = 817, + [2244] = 818, + [2245] = 819, + [2246] = 821, + [2247] = 822, + [2248] = 823, + [2249] = 824, + [2250] = 825, + [2251] = 826, + [2252] = 827, + [2253] = 828, + [2254] = 812, + [2255] = 830, + [2256] = 831, + [2257] = 832, + [2258] = 833, + [2259] = 834, + [2260] = 835, + [2261] = 836, + [2262] = 837, + [2263] = 798, + [2264] = 763, + [2265] = 796, + [2266] = 795, + [2267] = 794, + [2268] = 749, + [2269] = 792, + [2270] = 791, + [2271] = 790, + [2272] = 789, [2273] = 788, - [2274] = 789, - [2275] = 836, - [2276] = 835, - [2277] = 834, - [2278] = 833, - [2279] = 832, - [2280] = 830, - [2281] = 829, - [2282] = 790, - [2283] = 828, - [2284] = 827, - [2285] = 826, - [2286] = 825, - [2287] = 824, - [2288] = 823, - [2289] = 822, - [2290] = 821, - [2291] = 807, - [2292] = 818, - [2293] = 817, - [2294] = 816, - [2295] = 815, - [2296] = 814, - [2297] = 813, - [2298] = 812, - [2299] = 791, - [2300] = 810, - [2301] = 809, - [2302] = 864, - [2303] = 808, - [2304] = 903, - [2305] = 806, - [2306] = 805, - [2307] = 804, - [2308] = 803, - [2309] = 802, - [2310] = 801, - [2311] = 800, - [2312] = 799, - [2313] = 798, - [2314] = 797, - [2315] = 796, - [2316] = 794, - [2317] = 793, - [2318] = 749, - [2319] = 791, - [2320] = 790, - [2321] = 789, - [2322] = 788, - [2323] = 787, - [2324] = 786, - [2325] = 784, - [2326] = 783, - [2327] = 782, - [2328] = 781, - [2329] = 780, - [2330] = 779, - [2331] = 750, - [2332] = 777, - [2333] = 776, - [2334] = 775, - [2335] = 774, - [2336] = 773, - [2337] = 772, - [2338] = 771, - [2339] = 770, - [2340] = 769, - [2341] = 768, - [2342] = 767, - [2343] = 766, - [2344] = 911, - [2345] = 765, + [2274] = 787, + [2275] = 786, + [2276] = 785, + [2277] = 784, + [2278] = 783, + [2279] = 782, + [2280] = 781, + [2281] = 919, + [2282] = 780, + [2283] = 779, + [2284] = 778, + [2285] = 777, + [2286] = 776, + [2287] = 775, + [2288] = 774, + [2289] = 773, + [2290] = 772, + [2291] = 771, + [2292] = 770, + [2293] = 769, + [2294] = 768, + [2295] = 837, + [2296] = 767, + [2297] = 750, + [2298] = 836, + [2299] = 835, + [2300] = 834, + [2301] = 833, + [2302] = 832, + [2303] = 831, + [2304] = 830, + [2305] = 765, + [2306] = 812, + [2307] = 828, + [2308] = 827, + [2309] = 826, + [2310] = 825, + [2311] = 824, + [2312] = 823, + [2313] = 822, + [2314] = 821, + [2315] = 819, + [2316] = 818, + [2317] = 817, + [2318] = 816, + [2319] = 815, + [2320] = 814, + [2321] = 813, + [2322] = 764, + [2323] = 811, + [2324] = 810, + [2325] = 871, + [2326] = 809, + [2327] = 808, + [2328] = 807, + [2329] = 802, + [2330] = 805, + [2331] = 804, + [2332] = 803, + [2333] = 891, + [2334] = 751, + [2335] = 752, + [2336] = 753, + [2337] = 754, + [2338] = 755, + [2339] = 756, + [2340] = 758, + [2341] = 759, + [2342] = 760, + [2343] = 761, + [2344] = 762, + [2345] = 763, [2346] = 764, - [2347] = 763, - [2348] = 762, - [2349] = 761, - [2350] = 760, - [2351] = 759, - [2352] = 758, - [2353] = 757, - [2354] = 755, - [2355] = 754, - [2356] = 753, - [2357] = 752, - [2358] = 837, - [2359] = 800, - [2360] = 793, - [2361] = 836, - [2362] = 835, - [2363] = 834, - [2364] = 833, - [2365] = 832, - [2366] = 830, - [2367] = 829, - [2368] = 794, - [2369] = 828, - [2370] = 827, - [2371] = 826, - [2372] = 825, - [2373] = 824, - [2374] = 823, - [2375] = 822, - [2376] = 821, - [2377] = 807, - [2378] = 818, - [2379] = 817, - [2380] = 816, - [2381] = 815, - [2382] = 814, - [2383] = 813, - [2384] = 812, - [2385] = 796, - [2386] = 810, - [2387] = 809, - [2388] = 864, - [2389] = 808, - [2390] = 903, - [2391] = 806, - [2392] = 805, - [2393] = 804, - [2394] = 803, - [2395] = 802, - [2396] = 801, - [2397] = 800, - [2398] = 799, - [2399] = 798, - [2400] = 797, - [2401] = 796, - [2402] = 794, - [2403] = 793, - [2404] = 749, - [2405] = 791, - [2406] = 790, - [2407] = 789, - [2408] = 788, - [2409] = 787, - [2410] = 786, - [2411] = 784, - [2412] = 783, - [2413] = 782, - [2414] = 781, - [2415] = 780, - [2416] = 779, - [2417] = 750, - [2418] = 777, - [2419] = 776, - [2420] = 775, - [2421] = 774, - [2422] = 773, - [2423] = 772, - [2424] = 771, - [2425] = 770, - [2426] = 769, - [2427] = 768, - [2428] = 767, - [2429] = 766, - [2430] = 911, - [2431] = 765, - [2432] = 764, - [2433] = 763, - [2434] = 762, - [2435] = 761, - [2436] = 760, - [2437] = 759, - [2438] = 758, - [2439] = 757, - [2440] = 755, - [2441] = 754, - [2442] = 753, - [2443] = 752, - [2444] = 837, - [2445] = 797, - [2446] = 798, - [2447] = 836, - [2448] = 835, - [2449] = 834, - [2450] = 833, - [2451] = 832, - [2452] = 830, - [2453] = 829, - [2454] = 799, - [2455] = 828, - [2456] = 827, - [2457] = 826, - [2458] = 825, - [2459] = 824, - [2460] = 823, - [2461] = 822, - [2462] = 821, - [2463] = 807, - [2464] = 818, - [2465] = 817, - [2466] = 816, - [2467] = 815, - [2468] = 814, - [2469] = 813, - [2470] = 812, - [2471] = 805, - [2472] = 810, - [2473] = 809, - [2474] = 864, - [2475] = 808, - [2476] = 903, - [2477] = 806, - [2478] = 805, - [2479] = 804, - [2480] = 803, - [2481] = 802, - [2482] = 801, - [2483] = 800, - [2484] = 799, - [2485] = 798, - [2486] = 797, - [2487] = 796, - [2488] = 794, - [2489] = 793, - [2490] = 749, - [2491] = 791, - [2492] = 790, - [2493] = 789, - [2494] = 788, - [2495] = 787, - [2496] = 786, - [2497] = 784, - [2498] = 783, - [2499] = 782, - [2500] = 781, - [2501] = 780, - [2502] = 779, - [2503] = 750, - [2504] = 777, - [2505] = 776, - [2506] = 775, - [2507] = 774, - [2508] = 773, - [2509] = 772, - [2510] = 771, - [2511] = 770, - [2512] = 769, - [2513] = 768, - [2514] = 767, - [2515] = 766, - [2516] = 911, - [2517] = 765, - [2518] = 764, + [2347] = 765, + [2348] = 750, + [2349] = 767, + [2350] = 768, + [2351] = 769, + [2352] = 770, + [2353] = 771, + [2354] = 772, + [2355] = 773, + [2356] = 774, + [2357] = 775, + [2358] = 776, + [2359] = 777, + [2360] = 778, + [2361] = 779, + [2362] = 780, + [2363] = 781, + [2364] = 782, + [2365] = 783, + [2366] = 784, + [2367] = 785, + [2368] = 919, + [2369] = 786, + [2370] = 787, + [2371] = 788, + [2372] = 789, + [2373] = 790, + [2374] = 791, + [2375] = 792, + [2376] = 749, + [2377] = 794, + [2378] = 795, + [2379] = 796, + [2380] = 797, + [2381] = 798, + [2382] = 837, + [2383] = 759, + [2384] = 762, + [2385] = 836, + [2386] = 835, + [2387] = 834, + [2388] = 833, + [2389] = 832, + [2390] = 831, + [2391] = 830, + [2392] = 761, + [2393] = 812, + [2394] = 828, + [2395] = 827, + [2396] = 826, + [2397] = 825, + [2398] = 824, + [2399] = 823, + [2400] = 822, + [2401] = 821, + [2402] = 819, + [2403] = 818, + [2404] = 817, + [2405] = 816, + [2406] = 815, + [2407] = 814, + [2408] = 813, + [2409] = 760, + [2410] = 811, + [2411] = 810, + [2412] = 871, + [2413] = 809, + [2414] = 808, + [2415] = 807, + [2416] = 802, + [2417] = 805, + [2418] = 804, + [2419] = 803, + [2420] = 891, + [2421] = 751, + [2422] = 752, + [2423] = 753, + [2424] = 754, + [2425] = 755, + [2426] = 756, + [2427] = 758, + [2428] = 759, + [2429] = 760, + [2430] = 761, + [2431] = 762, + [2432] = 763, + [2433] = 764, + [2434] = 765, + [2435] = 750, + [2436] = 767, + [2437] = 768, + [2438] = 769, + [2439] = 770, + [2440] = 771, + [2441] = 772, + [2442] = 773, + [2443] = 774, + [2444] = 775, + [2445] = 776, + [2446] = 777, + [2447] = 778, + [2448] = 779, + [2449] = 780, + [2450] = 781, + [2451] = 782, + [2452] = 783, + [2453] = 784, + [2454] = 785, + [2455] = 919, + [2456] = 786, + [2457] = 787, + [2458] = 788, + [2459] = 789, + [2460] = 790, + [2461] = 791, + [2462] = 792, + [2463] = 749, + [2464] = 794, + [2465] = 795, + [2466] = 796, + [2467] = 797, + [2468] = 798, + [2469] = 837, + [2470] = 891, + [2471] = 758, + [2472] = 836, + [2473] = 835, + [2474] = 834, + [2475] = 833, + [2476] = 832, + [2477] = 831, + [2478] = 830, + [2479] = 756, + [2480] = 812, + [2481] = 828, + [2482] = 827, + [2483] = 826, + [2484] = 825, + [2485] = 824, + [2486] = 823, + [2487] = 822, + [2488] = 821, + [2489] = 819, + [2490] = 818, + [2491] = 817, + [2492] = 816, + [2493] = 815, + [2494] = 814, + [2495] = 813, + [2496] = 755, + [2497] = 811, + [2498] = 810, + [2499] = 871, + [2500] = 809, + [2501] = 808, + [2502] = 807, + [2503] = 802, + [2504] = 805, + [2505] = 804, + [2506] = 803, + [2507] = 891, + [2508] = 751, + [2509] = 752, + [2510] = 753, + [2511] = 754, + [2512] = 755, + [2513] = 756, + [2514] = 758, + [2515] = 759, + [2516] = 760, + [2517] = 761, + [2518] = 762, [2519] = 763, - [2520] = 762, - [2521] = 761, - [2522] = 760, - [2523] = 759, - [2524] = 758, - [2525] = 757, - [2526] = 755, - [2527] = 754, - [2528] = 753, - [2529] = 752, - [2530] = 837, - [2531] = 801, - [2532] = 802, - [2533] = 836, - [2534] = 835, - [2535] = 834, - [2536] = 833, - [2537] = 832, - [2538] = 830, - [2539] = 829, - [2540] = 803, - [2541] = 828, - [2542] = 827, - [2543] = 826, - [2544] = 825, - [2545] = 824, - [2546] = 823, - [2547] = 822, - [2548] = 821, - [2549] = 807, - [2550] = 818, - [2551] = 817, - [2552] = 816, - [2553] = 815, - [2554] = 814, - [2555] = 813, - [2556] = 812, - [2557] = 804, - [2558] = 810, - [2559] = 809, - [2560] = 864, - [2561] = 808, - [2562] = 903, - [2563] = 806, - [2564] = 805, - [2565] = 804, - [2566] = 803, - [2567] = 802, - [2568] = 801, - [2569] = 800, - [2570] = 799, - [2571] = 798, - [2572] = 797, - [2573] = 796, - [2574] = 794, - [2575] = 793, - [2576] = 749, - [2577] = 791, - [2578] = 790, - [2579] = 789, - [2580] = 788, - [2581] = 787, - [2582] = 786, - [2583] = 784, - [2584] = 783, - [2585] = 782, - [2586] = 781, - [2587] = 780, - [2588] = 779, - [2589] = 750, - [2590] = 777, - [2591] = 776, - [2592] = 775, - [2593] = 774, - [2594] = 773, - [2595] = 772, - [2596] = 771, - [2597] = 770, - [2598] = 769, - [2599] = 768, - [2600] = 767, - [2601] = 766, - [2602] = 911, - [2603] = 765, - [2604] = 764, - [2605] = 763, - [2606] = 762, - [2607] = 761, - [2608] = 760, - [2609] = 759, - [2610] = 758, - [2611] = 757, - [2612] = 755, - [2613] = 754, - [2614] = 753, - [2615] = 752, - [2616] = 837, - [2617] = 813, - [2618] = 806, - [2619] = 836, - [2620] = 835, - [2621] = 834, - [2622] = 833, - [2623] = 832, - [2624] = 830, - [2625] = 829, - [2626] = 903, - [2627] = 828, - [2628] = 827, - [2629] = 826, - [2630] = 825, - [2631] = 824, - [2632] = 823, - [2633] = 822, - [2634] = 821, - [2635] = 807, - [2636] = 818, - [2637] = 817, - [2638] = 816, - [2639] = 815, - [2640] = 814, - [2641] = 813, - [2642] = 812, - [2643] = 808, - [2644] = 810, - [2645] = 809, - [2646] = 864, - [2647] = 808, - [2648] = 903, - [2649] = 806, - [2650] = 805, - [2651] = 804, - [2652] = 803, - [2653] = 802, - [2654] = 801, - [2655] = 800, - [2656] = 799, - [2657] = 798, - [2658] = 797, - [2659] = 796, - [2660] = 794, - [2661] = 793, - [2662] = 749, - [2663] = 791, - [2664] = 790, - [2665] = 789, - [2666] = 788, - [2667] = 787, - [2668] = 786, - [2669] = 784, - [2670] = 783, - [2671] = 782, - [2672] = 781, - [2673] = 780, - [2674] = 779, - [2675] = 750, - [2676] = 777, - [2677] = 776, - [2678] = 775, - [2679] = 774, - [2680] = 773, - [2681] = 772, - [2682] = 771, - [2683] = 770, - [2684] = 769, - [2685] = 768, - [2686] = 767, - [2687] = 766, - [2688] = 911, - [2689] = 765, - [2690] = 764, - [2691] = 763, + [2520] = 764, + [2521] = 765, + [2522] = 750, + [2523] = 767, + [2524] = 768, + [2525] = 769, + [2526] = 770, + [2527] = 771, + [2528] = 772, + [2529] = 773, + [2530] = 774, + [2531] = 775, + [2532] = 776, + [2533] = 777, + [2534] = 778, + [2535] = 779, + [2536] = 780, + [2537] = 781, + [2538] = 782, + [2539] = 783, + [2540] = 784, + [2541] = 785, + [2542] = 919, + [2543] = 786, + [2544] = 787, + [2545] = 788, + [2546] = 789, + [2547] = 790, + [2548] = 791, + [2549] = 792, + [2550] = 749, + [2551] = 794, + [2552] = 795, + [2553] = 796, + [2554] = 797, + [2555] = 798, + [2556] = 837, + [2557] = 754, + [2558] = 753, + [2559] = 836, + [2560] = 835, + [2561] = 834, + [2562] = 833, + [2563] = 832, + [2564] = 831, + [2565] = 830, + [2566] = 752, + [2567] = 812, + [2568] = 828, + [2569] = 827, + [2570] = 826, + [2571] = 825, + [2572] = 824, + [2573] = 823, + [2574] = 822, + [2575] = 821, + [2576] = 819, + [2577] = 818, + [2578] = 817, + [2579] = 816, + [2580] = 815, + [2581] = 814, + [2582] = 813, + [2583] = 751, + [2584] = 811, + [2585] = 810, + [2586] = 871, + [2587] = 809, + [2588] = 808, + [2589] = 807, + [2590] = 802, + [2591] = 805, + [2592] = 804, + [2593] = 803, + [2594] = 891, + [2595] = 751, + [2596] = 752, + [2597] = 753, + [2598] = 754, + [2599] = 755, + [2600] = 756, + [2601] = 758, + [2602] = 759, + [2603] = 760, + [2604] = 761, + [2605] = 762, + [2606] = 763, + [2607] = 764, + [2608] = 765, + [2609] = 750, + [2610] = 767, + [2611] = 768, + [2612] = 769, + [2613] = 770, + [2614] = 771, + [2615] = 772, + [2616] = 773, + [2617] = 774, + [2618] = 775, + [2619] = 776, + [2620] = 777, + [2621] = 778, + [2622] = 779, + [2623] = 780, + [2624] = 781, + [2625] = 782, + [2626] = 783, + [2627] = 784, + [2628] = 785, + [2629] = 919, + [2630] = 786, + [2631] = 787, + [2632] = 788, + [2633] = 789, + [2634] = 790, + [2635] = 791, + [2636] = 792, + [2637] = 749, + [2638] = 794, + [2639] = 795, + [2640] = 796, + [2641] = 797, + [2642] = 798, + [2643] = 837, + [2644] = 802, + [2645] = 803, + [2646] = 836, + [2647] = 835, + [2648] = 834, + [2649] = 833, + [2650] = 832, + [2651] = 831, + [2652] = 830, + [2653] = 804, + [2654] = 812, + [2655] = 828, + [2656] = 827, + [2657] = 826, + [2658] = 825, + [2659] = 824, + [2660] = 823, + [2661] = 822, + [2662] = 821, + [2663] = 819, + [2664] = 818, + [2665] = 817, + [2666] = 816, + [2667] = 815, + [2668] = 814, + [2669] = 813, + [2670] = 805, + [2671] = 811, + [2672] = 810, + [2673] = 871, + [2674] = 809, + [2675] = 808, + [2676] = 807, + [2677] = 802, + [2678] = 805, + [2679] = 804, + [2680] = 803, + [2681] = 891, + [2682] = 751, + [2683] = 752, + [2684] = 753, + [2685] = 754, + [2686] = 755, + [2687] = 756, + [2688] = 758, + [2689] = 759, + [2690] = 760, + [2691] = 761, [2692] = 762, - [2693] = 761, - [2694] = 760, - [2695] = 759, - [2696] = 758, - [2697] = 757, - [2698] = 755, - [2699] = 754, - [2700] = 753, - [2701] = 752, - [2702] = 837, - [2703] = 809, - [2704] = 810, - [2705] = 836, - [2706] = 835, - [2707] = 834, - [2708] = 833, - [2709] = 832, - [2710] = 830, - [2711] = 829, - [2712] = 812, - [2713] = 828, - [2714] = 827, - [2715] = 826, - [2716] = 825, - [2717] = 824, - [2718] = 823, - [2719] = 822, - [2720] = 821, - [2721] = 807, - [2722] = 818, - [2723] = 817, - [2724] = 816, - [2725] = 815, - [2726] = 814, - [2727] = 813, - [2728] = 812, - [2729] = 818, - [2730] = 810, - [2731] = 809, - [2732] = 864, - [2733] = 808, - [2734] = 903, - [2735] = 806, - [2736] = 805, - [2737] = 804, - [2738] = 803, - [2739] = 802, - [2740] = 801, - [2741] = 800, - [2742] = 799, - [2743] = 798, - [2744] = 797, - [2745] = 796, - [2746] = 794, - [2747] = 793, - [2748] = 749, - [2749] = 791, - [2750] = 790, - [2751] = 789, - [2752] = 788, - [2753] = 787, - [2754] = 786, - [2755] = 784, - [2756] = 783, - [2757] = 782, - [2758] = 781, - [2759] = 780, - [2760] = 779, - [2761] = 750, - [2762] = 777, - [2763] = 776, - [2764] = 775, - [2765] = 774, - [2766] = 773, - [2767] = 772, - [2768] = 771, - [2769] = 770, - [2770] = 769, - [2771] = 768, - [2772] = 767, - [2773] = 766, - [2774] = 911, - [2775] = 765, - [2776] = 764, - [2777] = 763, - [2778] = 762, - [2779] = 761, - [2780] = 760, - [2781] = 759, - [2782] = 758, - [2783] = 757, - [2784] = 755, - [2785] = 754, - [2786] = 753, - [2787] = 752, - [2788] = 837, - [2789] = 814, - [2790] = 815, - [2791] = 836, - [2792] = 835, - [2793] = 834, - [2794] = 833, - [2795] = 832, - [2796] = 830, - [2797] = 829, - [2798] = 816, - [2799] = 828, - [2800] = 827, - [2801] = 826, - [2802] = 825, - [2803] = 824, - [2804] = 823, - [2805] = 822, - [2806] = 821, - [2807] = 807, - [2808] = 818, - [2809] = 817, - [2810] = 816, - [2811] = 815, - [2812] = 814, - [2813] = 813, - [2814] = 812, - [2815] = 817, - [2816] = 810, - [2817] = 809, - [2818] = 864, - [2819] = 808, - [2820] = 903, - [2821] = 806, - [2822] = 805, - [2823] = 804, - [2824] = 803, - [2825] = 802, - [2826] = 801, - [2827] = 800, - [2828] = 799, - [2829] = 798, - [2830] = 797, - [2831] = 796, - [2832] = 794, - [2833] = 793, - [2834] = 749, - [2835] = 791, - [2836] = 790, - [2837] = 789, - [2838] = 788, - [2839] = 787, - [2840] = 786, - [2841] = 784, - [2842] = 783, - [2843] = 782, - [2844] = 781, - [2845] = 780, - [2846] = 779, - [2847] = 750, - [2848] = 777, - [2849] = 776, - [2850] = 775, - [2851] = 774, - [2852] = 773, - [2853] = 772, - [2854] = 771, - [2855] = 770, - [2856] = 769, - [2857] = 768, - [2858] = 767, - [2859] = 766, - [2860] = 911, - [2861] = 765, - [2862] = 764, - [2863] = 763, - [2864] = 762, + [2693] = 763, + [2694] = 764, + [2695] = 765, + [2696] = 750, + [2697] = 767, + [2698] = 768, + [2699] = 769, + [2700] = 770, + [2701] = 771, + [2702] = 772, + [2703] = 773, + [2704] = 774, + [2705] = 775, + [2706] = 776, + [2707] = 777, + [2708] = 778, + [2709] = 779, + [2710] = 780, + [2711] = 781, + [2712] = 782, + [2713] = 783, + [2714] = 784, + [2715] = 785, + [2716] = 919, + [2717] = 786, + [2718] = 787, + [2719] = 788, + [2720] = 789, + [2721] = 790, + [2722] = 791, + [2723] = 792, + [2724] = 749, + [2725] = 794, + [2726] = 795, + [2727] = 796, + [2728] = 797, + [2729] = 798, + [2730] = 837, + [2731] = 815, + [2732] = 807, + [2733] = 836, + [2734] = 835, + [2735] = 834, + [2736] = 833, + [2737] = 832, + [2738] = 831, + [2739] = 830, + [2740] = 808, + [2741] = 812, + [2742] = 828, + [2743] = 827, + [2744] = 826, + [2745] = 825, + [2746] = 824, + [2747] = 823, + [2748] = 822, + [2749] = 821, + [2750] = 819, + [2751] = 818, + [2752] = 817, + [2753] = 816, + [2754] = 815, + [2755] = 814, + [2756] = 813, + [2757] = 809, + [2758] = 811, + [2759] = 810, + [2760] = 871, + [2761] = 809, + [2762] = 808, + [2763] = 807, + [2764] = 802, + [2765] = 805, + [2766] = 804, + [2767] = 803, + [2768] = 891, + [2769] = 751, + [2770] = 752, + [2771] = 753, + [2772] = 754, + [2773] = 755, + [2774] = 756, + [2775] = 758, + [2776] = 759, + [2777] = 760, + [2778] = 761, + [2779] = 762, + [2780] = 763, + [2781] = 764, + [2782] = 765, + [2783] = 750, + [2784] = 767, + [2785] = 768, + [2786] = 769, + [2787] = 770, + [2788] = 771, + [2789] = 772, + [2790] = 773, + [2791] = 774, + [2792] = 775, + [2793] = 776, + [2794] = 777, + [2795] = 778, + [2796] = 779, + [2797] = 780, + [2798] = 781, + [2799] = 782, + [2800] = 783, + [2801] = 784, + [2802] = 785, + [2803] = 919, + [2804] = 786, + [2805] = 787, + [2806] = 788, + [2807] = 789, + [2808] = 790, + [2809] = 791, + [2810] = 792, + [2811] = 749, + [2812] = 794, + [2813] = 795, + [2814] = 796, + [2815] = 797, + [2816] = 798, + [2817] = 837, + [2818] = 810, + [2819] = 811, + [2820] = 836, + [2821] = 835, + [2822] = 834, + [2823] = 833, + [2824] = 832, + [2825] = 831, + [2826] = 830, + [2827] = 813, + [2828] = 812, + [2829] = 828, + [2830] = 827, + [2831] = 826, + [2832] = 825, + [2833] = 824, + [2834] = 823, + [2835] = 822, + [2836] = 821, + [2837] = 819, + [2838] = 818, + [2839] = 817, + [2840] = 816, + [2841] = 815, + [2842] = 814, + [2843] = 813, + [2844] = 814, + [2845] = 811, + [2846] = 810, + [2847] = 871, + [2848] = 809, + [2849] = 808, + [2850] = 807, + [2851] = 802, + [2852] = 805, + [2853] = 804, + [2854] = 803, + [2855] = 891, + [2856] = 751, + [2857] = 752, + [2858] = 753, + [2859] = 754, + [2860] = 755, + [2861] = 756, + [2862] = 758, + [2863] = 759, + [2864] = 760, [2865] = 761, - [2866] = 760, - [2867] = 759, - [2868] = 758, - [2869] = 771, - [2870] = 755, - [2871] = 754, - [2872] = 753, - [2873] = 752, - [2874] = 837, - [2875] = 826, - [2876] = 807, - [2877] = 836, - [2878] = 835, - [2879] = 834, - [2880] = 833, - [2881] = 832, - [2882] = 830, - [2883] = 829, - [2884] = 821, - [2885] = 828, - [2886] = 827, - [2887] = 826, - [2888] = 825, - [2889] = 824, - [2890] = 823, - [2891] = 822, - [2892] = 821, - [2893] = 807, - [2894] = 818, - [2895] = 817, - [2896] = 816, - [2897] = 815, - [2898] = 814, - [2899] = 813, - [2900] = 812, - [2901] = 822, - [2902] = 810, - [2903] = 809, - [2904] = 864, - [2905] = 808, - [2906] = 903, - [2907] = 806, - [2908] = 805, - [2909] = 804, - [2910] = 803, - [2911] = 802, - [2912] = 801, - [2913] = 800, - [2914] = 799, - [2915] = 798, - [2916] = 797, - [2917] = 796, - [2918] = 794, - [2919] = 793, - [2920] = 749, - [2921] = 791, - [2922] = 790, - [2923] = 789, - [2924] = 788, - [2925] = 787, - [2926] = 786, - [2927] = 784, - [2928] = 783, - [2929] = 782, - [2930] = 781, - [2931] = 780, - [2932] = 779, - [2933] = 750, - [2934] = 777, - [2935] = 776, - [2936] = 775, - [2937] = 774, - [2938] = 773, - [2939] = 772, - [2940] = 771, - [2941] = 770, - [2942] = 769, - [2943] = 768, - [2944] = 767, - [2945] = 766, - [2946] = 911, - [2947] = 765, - [2948] = 764, - [2949] = 763, - [2950] = 762, - [2951] = 761, - [2952] = 760, - [2953] = 759, - [2954] = 758, - [2955] = 757, - [2956] = 755, - [2957] = 754, - [2958] = 753, - [2959] = 752, - [2960] = 837, - [2961] = 823, - [2962] = 824, - [2963] = 836, - [2964] = 835, - [2965] = 834, - [2966] = 833, - [2967] = 832, - [2968] = 830, - [2969] = 829, - [2970] = 825, - [2971] = 828, - [2972] = 827, - [2973] = 826, - [2974] = 825, - [2975] = 824, - [2976] = 823, - [2977] = 822, - [2978] = 821, - [2979] = 807, - [2980] = 818, - [2981] = 817, - [2982] = 816, - [2983] = 815, - [2984] = 814, - [2985] = 813, - [2986] = 812, - [2987] = 835, - [2988] = 810, - [2989] = 809, - [2990] = 827, - [2991] = 808, - [2992] = 903, - [2993] = 806, - [2994] = 805, - [2995] = 804, - [2996] = 803, - [2997] = 802, - [2998] = 801, - [2999] = 800, - [3000] = 799, - [3001] = 798, - [3002] = 797, - [3003] = 796, - [3004] = 794, - [3005] = 793, - [3006] = 749, - [3007] = 791, - [3008] = 790, - [3009] = 789, - [3010] = 788, - [3011] = 787, - [3012] = 786, - [3013] = 784, - [3014] = 783, - [3015] = 782, - [3016] = 781, - [3017] = 780, - [3018] = 779, - [3019] = 750, - [3020] = 777, - [3021] = 776, - [3022] = 775, - [3023] = 774, - [3024] = 773, - [3025] = 772, - [3026] = 771, - [3027] = 770, - [3028] = 769, - [3029] = 768, - [3030] = 767, - [3031] = 766, - [3032] = 765, - [3033] = 764, - [3034] = 763, - [3035] = 762, - [3036] = 761, - [3037] = 760, - [3038] = 759, - [3039] = 758, - [3040] = 757, - [3041] = 755, - [3042] = 754, - [3043] = 753, - [3044] = 752, - [3045] = 837, - [3046] = 829, - [3047] = 830, - [3048] = 836, - [3049] = 835, - [3050] = 834, - [3051] = 833, - [3052] = 832, - [3053] = 830, - [3054] = 829, - [3055] = 832, - [3056] = 828, - [3057] = 827, - [3058] = 826, - [3059] = 825, - [3060] = 824, - [3061] = 823, - [3062] = 822, - [3063] = 821, - [3064] = 807, - [3065] = 818, - [3066] = 817, - [3067] = 816, - [3068] = 815, - [3069] = 814, - [3070] = 813, - [3071] = 812, - [3072] = 833, - [3073] = 810, - [3074] = 809, - [3075] = 834, - [3076] = 808, - [3077] = 903, - [3078] = 806, - [3079] = 805, - [3080] = 804, - [3081] = 803, - [3082] = 802, - [3083] = 801, - [3084] = 800, - [3085] = 799, - [3086] = 798, - [3087] = 797, - [3088] = 796, - [3089] = 794, - [3090] = 793, - [3091] = 749, - [3092] = 791, - [3093] = 790, - [3094] = 789, - [3095] = 788, - [3096] = 787, - [3097] = 786, - [3098] = 784, - [3099] = 783, - [3100] = 782, - [3101] = 781, - [3102] = 780, - [3103] = 779, - [3104] = 750, - [3105] = 777, - [3106] = 776, - [3107] = 775, - [3108] = 774, - [3109] = 773, - [3110] = 772, - [3111] = 771, - [3112] = 770, - [3113] = 769, - [3114] = 768, - [3115] = 767, - [3116] = 766, - [3117] = 760, - [3118] = 765, - [3119] = 764, - [3120] = 763, - [3121] = 762, - [3122] = 761, - [3123] = 760, + [2866] = 762, + [2867] = 763, + [2868] = 764, + [2869] = 765, + [2870] = 750, + [2871] = 767, + [2872] = 768, + [2873] = 769, + [2874] = 770, + [2875] = 771, + [2876] = 772, + [2877] = 773, + [2878] = 774, + [2879] = 775, + [2880] = 776, + [2881] = 777, + [2882] = 778, + [2883] = 779, + [2884] = 780, + [2885] = 781, + [2886] = 782, + [2887] = 783, + [2888] = 784, + [2889] = 785, + [2890] = 919, + [2891] = 786, + [2892] = 787, + [2893] = 788, + [2894] = 789, + [2895] = 790, + [2896] = 812, + [2897] = 792, + [2898] = 749, + [2899] = 794, + [2900] = 795, + [2901] = 796, + [2902] = 797, + [2903] = 798, + [2904] = 837, + [2905] = 819, + [2906] = 816, + [2907] = 836, + [2908] = 835, + [2909] = 834, + [2910] = 833, + [2911] = 832, + [2912] = 831, + [2913] = 830, + [2914] = 817, + [2915] = 812, + [2916] = 828, + [2917] = 827, + [2918] = 826, + [2919] = 825, + [2920] = 824, + [2921] = 823, + [2922] = 822, + [2923] = 821, + [2924] = 819, + [2925] = 818, + [2926] = 817, + [2927] = 816, + [2928] = 815, + [2929] = 814, + [2930] = 813, + [2931] = 818, + [2932] = 811, + [2933] = 810, + [2934] = 871, + [2935] = 809, + [2936] = 808, + [2937] = 807, + [2938] = 802, + [2939] = 805, + [2940] = 804, + [2941] = 803, + [2942] = 891, + [2943] = 751, + [2944] = 752, + [2945] = 753, + [2946] = 754, + [2947] = 755, + [2948] = 756, + [2949] = 758, + [2950] = 759, + [2951] = 760, + [2952] = 761, + [2953] = 762, + [2954] = 763, + [2955] = 764, + [2956] = 765, + [2957] = 750, + [2958] = 767, + [2959] = 768, + [2960] = 769, + [2961] = 770, + [2962] = 771, + [2963] = 772, + [2964] = 773, + [2965] = 774, + [2966] = 775, + [2967] = 776, + [2968] = 777, + [2969] = 778, + [2970] = 779, + [2971] = 780, + [2972] = 781, + [2973] = 782, + [2974] = 783, + [2975] = 784, + [2976] = 785, + [2977] = 919, + [2978] = 786, + [2979] = 787, + [2980] = 788, + [2981] = 789, + [2982] = 790, + [2983] = 791, + [2984] = 792, + [2985] = 749, + [2986] = 794, + [2987] = 795, + [2988] = 796, + [2989] = 797, + [2990] = 798, + [2991] = 837, + [2992] = 828, + [2993] = 821, + [2994] = 836, + [2995] = 835, + [2996] = 834, + [2997] = 833, + [2998] = 832, + [2999] = 831, + [3000] = 830, + [3001] = 822, + [3002] = 812, + [3003] = 828, + [3004] = 827, + [3005] = 826, + [3006] = 825, + [3007] = 824, + [3008] = 823, + [3009] = 822, + [3010] = 821, + [3011] = 819, + [3012] = 818, + [3013] = 817, + [3014] = 816, + [3015] = 815, + [3016] = 814, + [3017] = 813, + [3018] = 823, + [3019] = 811, + [3020] = 810, + [3021] = 824, + [3022] = 809, + [3023] = 808, + [3024] = 807, + [3025] = 802, + [3026] = 805, + [3027] = 804, + [3028] = 803, + [3029] = 891, + [3030] = 751, + [3031] = 752, + [3032] = 753, + [3033] = 754, + [3034] = 755, + [3035] = 756, + [3036] = 758, + [3037] = 759, + [3038] = 760, + [3039] = 761, + [3040] = 762, + [3041] = 763, + [3042] = 764, + [3043] = 765, + [3044] = 750, + [3045] = 767, + [3046] = 768, + [3047] = 769, + [3048] = 770, + [3049] = 771, + [3050] = 772, + [3051] = 773, + [3052] = 774, + [3053] = 775, + [3054] = 776, + [3055] = 777, + [3056] = 778, + [3057] = 779, + [3058] = 780, + [3059] = 781, + [3060] = 782, + [3061] = 783, + [3062] = 784, + [3063] = 785, + [3064] = 825, + [3065] = 786, + [3066] = 787, + [3067] = 788, + [3068] = 789, + [3069] = 790, + [3070] = 791, + [3071] = 792, + [3072] = 749, + [3073] = 794, + [3074] = 795, + [3075] = 796, + [3076] = 797, + [3077] = 798, + [3078] = 837, + [3079] = 826, + [3080] = 827, + [3081] = 836, + [3082] = 835, + [3083] = 834, + [3084] = 833, + [3085] = 832, + [3086] = 831, + [3087] = 830, + [3088] = 828, + [3089] = 812, + [3090] = 828, + [3091] = 827, + [3092] = 826, + [3093] = 825, + [3094] = 824, + [3095] = 823, + [3096] = 822, + [3097] = 821, + [3098] = 819, + [3099] = 818, + [3100] = 817, + [3101] = 816, + [3102] = 815, + [3103] = 814, + [3104] = 813, + [3105] = 835, + [3106] = 811, + [3107] = 810, + [3108] = 812, + [3109] = 809, + [3110] = 808, + [3111] = 807, + [3112] = 802, + [3113] = 805, + [3114] = 804, + [3115] = 803, + [3116] = 891, + [3117] = 751, + [3118] = 752, + [3119] = 753, + [3120] = 754, + [3121] = 755, + [3122] = 756, + [3123] = 758, [3124] = 759, - [3125] = 758, - [3126] = 757, - [3127] = 755, - [3128] = 754, - [3129] = 753, - [3130] = 752, - [3131] = 837, - [3132] = 836, - [3133] = 837, - [3134] = 836, - [3135] = 835, - [3136] = 834, - [3137] = 833, - [3138] = 832, - [3139] = 830, - [3140] = 829, - [3141] = 752, - [3142] = 828, - [3143] = 827, - [3144] = 826, - [3145] = 825, - [3146] = 824, - [3147] = 823, - [3148] = 822, - [3149] = 821, - [3150] = 807, - [3151] = 818, - [3152] = 817, - [3153] = 816, - [3154] = 815, - [3155] = 814, - [3156] = 813, - [3157] = 812, - [3158] = 753, - [3159] = 810, - [3160] = 809, - [3161] = 754, - [3162] = 808, - [3163] = 903, - [3164] = 806, - [3165] = 805, - [3166] = 804, - [3167] = 803, - [3168] = 802, - [3169] = 801, - [3170] = 800, - [3171] = 799, - [3172] = 798, - [3173] = 797, - [3174] = 796, - [3175] = 794, - [3176] = 793, - [3177] = 749, - [3178] = 791, - [3179] = 790, - [3180] = 789, - [3181] = 788, - [3182] = 787, - [3183] = 786, - [3184] = 784, - [3185] = 783, - [3186] = 782, - [3187] = 781, - [3188] = 780, - [3189] = 779, - [3190] = 750, - [3191] = 777, - [3192] = 776, - [3193] = 775, - [3194] = 774, - [3195] = 773, - [3196] = 772, - [3197] = 771, - [3198] = 770, - [3199] = 769, - [3200] = 768, - [3201] = 767, - [3202] = 766, - [3203] = 755, - [3204] = 765, - [3205] = 764, - [3206] = 763, - [3207] = 762, - [3208] = 761, - [3209] = 760, - [3210] = 759, - [3211] = 758, - [3212] = 757, - [3213] = 755, - [3214] = 754, - [3215] = 753, - [3216] = 752, - [3217] = 837, - [3218] = 757, - [3219] = 758, - [3220] = 836, - [3221] = 835, - [3222] = 834, - [3223] = 833, - [3224] = 832, - [3225] = 830, - [3226] = 829, - [3227] = 759, - [3228] = 828, - [3229] = 827, - [3230] = 826, - [3231] = 825, - [3232] = 824, - [3233] = 823, - [3234] = 822, - [3235] = 821, - [3236] = 807, - [3237] = 818, - [3238] = 817, - [3239] = 816, - [3240] = 815, - [3241] = 814, - [3242] = 813, - [3243] = 812, - [3244] = 776, - [3245] = 810, - [3246] = 809, - [3247] = 761, - [3248] = 808, - [3249] = 903, - [3250] = 806, - [3251] = 805, - [3252] = 804, - [3253] = 803, - [3254] = 802, - [3255] = 801, - [3256] = 800, - [3257] = 799, - [3258] = 798, - [3259] = 797, - [3260] = 796, - [3261] = 794, - [3262] = 793, - [3263] = 749, - [3264] = 791, - [3265] = 790, - [3266] = 789, - [3267] = 788, - [3268] = 787, - [3269] = 786, - [3270] = 784, - [3271] = 783, - [3272] = 782, - [3273] = 781, - [3274] = 780, - [3275] = 779, - [3276] = 750, - [3277] = 777, - [3278] = 776, - [3279] = 775, - [3280] = 774, - [3281] = 773, - [3282] = 772, - [3283] = 771, - [3284] = 770, - [3285] = 769, - [3286] = 768, - [3287] = 767, - [3288] = 766, - [3289] = 762, - [3290] = 765, - [3291] = 764, - [3292] = 763, - [3293] = 762, - [3294] = 761, - [3295] = 760, - [3296] = 759, + [3125] = 760, + [3126] = 761, + [3127] = 762, + [3128] = 763, + [3129] = 764, + [3130] = 765, + [3131] = 750, + [3132] = 767, + [3133] = 768, + [3134] = 769, + [3135] = 770, + [3136] = 771, + [3137] = 772, + [3138] = 773, + [3139] = 774, + [3140] = 775, + [3141] = 776, + [3142] = 777, + [3143] = 778, + [3144] = 779, + [3145] = 780, + [3146] = 781, + [3147] = 782, + [3148] = 783, + [3149] = 784, + [3150] = 785, + [3151] = 830, + [3152] = 786, + [3153] = 787, + [3154] = 788, + [3155] = 789, + [3156] = 790, + [3157] = 791, + [3158] = 792, + [3159] = 749, + [3160] = 794, + [3161] = 795, + [3162] = 796, + [3163] = 797, + [3164] = 798, + [3165] = 837, + [3166] = 831, + [3167] = 832, + [3168] = 836, + [3169] = 835, + [3170] = 834, + [3171] = 833, + [3172] = 832, + [3173] = 831, + [3174] = 830, + [3175] = 827, + [3176] = 812, + [3177] = 828, + [3178] = 827, + [3179] = 826, + [3180] = 825, + [3181] = 824, + [3182] = 823, + [3183] = 822, + [3184] = 821, + [3185] = 819, + [3186] = 818, + [3187] = 817, + [3188] = 816, + [3189] = 815, + [3190] = 814, + [3191] = 813, + [3192] = 833, + [3193] = 811, + [3194] = 810, + [3195] = 834, + [3196] = 809, + [3197] = 808, + [3198] = 807, + [3199] = 802, + [3200] = 805, + [3201] = 804, + [3202] = 803, + [3203] = 891, + [3204] = 751, + [3205] = 752, + [3206] = 753, + [3207] = 754, + [3208] = 755, + [3209] = 756, + [3210] = 758, + [3211] = 759, + [3212] = 760, + [3213] = 761, + [3214] = 762, + [3215] = 763, + [3216] = 764, + [3217] = 765, + [3218] = 750, + [3219] = 767, + [3220] = 768, + [3221] = 769, + [3222] = 770, + [3223] = 771, + [3224] = 772, + [3225] = 773, + [3226] = 774, + [3227] = 775, + [3228] = 776, + [3229] = 777, + [3230] = 778, + [3231] = 779, + [3232] = 780, + [3233] = 781, + [3234] = 782, + [3235] = 783, + [3236] = 784, + [3237] = 785, + [3238] = 787, + [3239] = 786, + [3240] = 787, + [3241] = 788, + [3242] = 789, + [3243] = 790, + [3244] = 791, + [3245] = 792, + [3246] = 749, + [3247] = 794, + [3248] = 795, + [3249] = 796, + [3250] = 797, + [3251] = 798, + [3252] = 837, + [3253] = 836, + [3254] = 837, + [3255] = 836, + [3256] = 835, + [3257] = 834, + [3258] = 833, + [3259] = 832, + [3260] = 831, + [3261] = 830, + [3262] = 798, + [3263] = 812, + [3264] = 828, + [3265] = 827, + [3266] = 826, + [3267] = 825, + [3268] = 824, + [3269] = 823, + [3270] = 822, + [3271] = 821, + [3272] = 819, + [3273] = 818, + [3274] = 817, + [3275] = 816, + [3276] = 815, + [3277] = 814, + [3278] = 813, + [3279] = 797, + [3280] = 811, + [3281] = 810, + [3282] = 826, + [3283] = 809, + [3284] = 808, + [3285] = 807, + [3286] = 802, + [3287] = 805, + [3288] = 804, + [3289] = 803, + [3290] = 891, + [3291] = 751, + [3292] = 752, + [3293] = 753, + [3294] = 754, + [3295] = 755, + [3296] = 756, [3297] = 758, - [3298] = 757, - [3299] = 755, - [3300] = 754, - [3301] = 753, - [3302] = 752, - [3303] = 763, - [3304] = 764, - [3305] = 765, - [3306] = 766, - [3307] = 767, - [3308] = 768, - [3309] = 769, - [3310] = 770, - [3311] = 771, - [3312] = 772, - [3313] = 773, - [3314] = 774, - [3315] = 775, - [3316] = 815, - [3317] = 777, - [3318] = 864, - [3319] = 911, - [3320] = 750, - [3321] = 864, - [3322] = 911, - [3323] = 779, - [3324] = 864, - [3325] = 911, - [3326] = 780, - [3327] = 781, - [3328] = 782, - [3329] = 783, - [3330] = 784, - [3331] = 786, - [3332] = 787, - [3333] = 788, - [3334] = 789, - [3335] = 790, - [3336] = 791, - [3337] = 749, - [3338] = 836, - [3339] = 835, - [3340] = 834, - [3341] = 833, - [3342] = 793, + [3298] = 759, + [3299] = 760, + [3300] = 761, + [3301] = 762, + [3302] = 763, + [3303] = 764, + [3304] = 765, + [3305] = 750, + [3306] = 767, + [3307] = 768, + [3308] = 769, + [3309] = 770, + [3310] = 771, + [3311] = 772, + [3312] = 773, + [3313] = 774, + [3314] = 775, + [3315] = 776, + [3316] = 777, + [3317] = 778, + [3318] = 779, + [3319] = 780, + [3320] = 781, + [3321] = 782, + [3322] = 783, + [3323] = 784, + [3324] = 785, + [3325] = 825, + [3326] = 786, + [3327] = 787, + [3328] = 788, + [3329] = 789, + [3330] = 790, + [3331] = 791, + [3332] = 792, + [3333] = 749, + [3334] = 794, + [3335] = 795, + [3336] = 796, + [3337] = 797, + [3338] = 798, + [3339] = 796, + [3340] = 795, + [3341] = 824, + [3342] = 823, [3343] = 794, - [3344] = 796, - [3345] = 797, - [3346] = 798, - [3347] = 799, - [3348] = 800, - [3349] = 801, - [3350] = 802, - [3351] = 803, - [3352] = 804, - [3353] = 805, - [3354] = 806, - [3355] = 903, - [3356] = 808, - [3357] = 832, - [3358] = 809, - [3359] = 810, - [3360] = 812, - [3361] = 813, - [3362] = 814, - [3363] = 806, - [3364] = 816, - [3365] = 817, - [3366] = 818, - [3367] = 807, - [3368] = 821, - [3369] = 822, - [3370] = 823, - [3371] = 824, - [3372] = 830, - [3373] = 825, - [3374] = 826, - [3375] = 827, - [3376] = 828, - [3377] = 829, - [3378] = 830, - [3379] = 832, - [3380] = 833, - [3381] = 834, - [3382] = 835, - [3383] = 836, - [3384] = 837, - [3385] = 752, - [3386] = 829, - [3387] = 753, - [3388] = 754, - [3389] = 755, - [3390] = 757, - [3391] = 758, - [3392] = 759, - [3393] = 760, - [3394] = 761, - [3395] = 762, - [3396] = 763, - [3397] = 764, - [3398] = 765, - [3399] = 911, - [3400] = 766, - [3401] = 767, - [3402] = 828, - [3403] = 768, - [3404] = 769, - [3405] = 770, - [3406] = 771, - [3407] = 772, - [3408] = 773, - [3409] = 774, - [3410] = 775, - [3411] = 776, - [3412] = 777, - [3413] = 750, - [3414] = 779, - [3415] = 780, - [3416] = 781, - [3417] = 782, - [3418] = 783, - [3419] = 784, - [3420] = 786, - [3421] = 827, + [3344] = 749, + [3345] = 822, + [3346] = 821, + [3347] = 792, + [3348] = 819, + [3349] = 818, + [3350] = 791, + [3351] = 817, + [3352] = 816, + [3353] = 790, + [3354] = 871, + [3355] = 919, + [3356] = 789, + [3357] = 871, + [3358] = 919, + [3359] = 788, + [3360] = 871, + [3361] = 919, + [3362] = 815, + [3363] = 767, + [3364] = 786, + [3365] = 785, + [3366] = 814, + [3367] = 813, + [3368] = 810, + [3369] = 871, + [3370] = 809, + [3371] = 808, + [3372] = 784, + [3373] = 783, + [3374] = 807, + [3375] = 802, + [3376] = 805, + [3377] = 804, + [3378] = 803, + [3379] = 891, + [3380] = 751, + [3381] = 752, + [3382] = 811, + [3383] = 754, + [3384] = 755, + [3385] = 756, + [3386] = 782, + [3387] = 781, + [3388] = 758, + [3389] = 759, + [3390] = 760, + [3391] = 761, + [3392] = 762, + [3393] = 763, + [3394] = 764, + [3395] = 765, + [3396] = 750, + [3397] = 767, + [3398] = 780, + [3399] = 779, + [3400] = 778, + [3401] = 777, + [3402] = 768, + [3403] = 769, + [3404] = 770, + [3405] = 771, + [3406] = 772, + [3407] = 773, + [3408] = 774, + [3409] = 775, + [3410] = 776, + [3411] = 777, + [3412] = 778, + [3413] = 779, + [3414] = 753, + [3415] = 781, + [3416] = 782, + [3417] = 783, + [3418] = 784, + [3419] = 785, + [3420] = 919, + [3421] = 786, [3422] = 787, [3423] = 788, [3424] = 789, - [3425] = 826, - [3426] = 790, - [3427] = 791, + [3425] = 790, + [3426] = 791, + [3427] = 792, [3428] = 749, - [3429] = 793, - [3430] = 794, - [3431] = 796, - [3432] = 797, - [3433] = 798, - [3434] = 799, - [3435] = 800, - [3436] = 801, - [3437] = 802, - [3438] = 803, - [3439] = 804, - [3440] = 805, - [3441] = 825, - [3442] = 864, - [3443] = 903, - [3444] = 808, - [3445] = 864, - [3446] = 809, - [3447] = 810, - [3448] = 812, - [3449] = 813, - [3450] = 814, - [3451] = 815, - [3452] = 816, - [3453] = 817, - [3454] = 818, - [3455] = 807, - [3456] = 824, - [3457] = 821, - [3458] = 822, + [3429] = 794, + [3430] = 776, + [3431] = 775, + [3432] = 780, + [3433] = 795, + [3434] = 796, + [3435] = 797, + [3436] = 774, + [3437] = 798, + [3438] = 773, + [3439] = 772, + [3440] = 771, + [3441] = 837, + [3442] = 836, + [3443] = 835, + [3444] = 770, + [3445] = 769, + [3446] = 834, + [3447] = 833, + [3448] = 832, + [3449] = 831, + [3450] = 830, + [3451] = 812, + [3452] = 768, + [3453] = 760, + [3454] = 828, + [3455] = 827, + [3456] = 826, + [3457] = 825, + [3458] = 824, [3459] = 823, - [3460] = 824, - [3461] = 825, - [3462] = 826, - [3463] = 827, - [3464] = 828, - [3465] = 829, - [3466] = 830, - [3467] = 832, - [3468] = 833, - [3469] = 834, - [3470] = 823, - [3471] = 835, - [3472] = 836, - [3473] = 837, - [3474] = 911, - [3475] = 911, - [3476] = 911, - [3477] = 864, - [3478] = 764, - [3479] = 864, - [3480] = 752, - [3481] = 753, - [3482] = 754, - [3483] = 755, - [3484] = 757, - [3485] = 758, - [3486] = 759, - [3487] = 760, - [3488] = 761, - [3489] = 762, - [3490] = 763, - [3491] = 801, - [3492] = 822, - [3493] = 765, - [3494] = 911, - [3495] = 766, - [3496] = 767, - [3497] = 768, - [3498] = 769, - [3499] = 821, - [3500] = 770, - [3501] = 771, - [3502] = 772, - [3503] = 773, - [3504] = 774, - [3505] = 775, - [3506] = 776, - [3507] = 777, - [3508] = 750, - [3509] = 807, - [3510] = 779, - [3511] = 780, - [3512] = 781, - [3513] = 782, - [3514] = 783, - [3515] = 784, - [3516] = 786, - [3517] = 787, - [3518] = 788, - [3519] = 818, - [3520] = 789, - [3521] = 790, - [3522] = 791, - [3523] = 749, - [3524] = 793, - [3525] = 794, - [3526] = 817, - [3527] = 796, - [3528] = 797, - [3529] = 798, - [3530] = 799, - [3531] = 800, - [3532] = 800, - [3533] = 802, - [3534] = 803, - [3535] = 804, - [3536] = 805, - [3537] = 806, - [3538] = 903, - [3539] = 808, - [3540] = 816, - [3541] = 864, - [3542] = 809, - [3543] = 810, - [3544] = 812, - [3545] = 813, - [3546] = 814, - [3547] = 815, - [3548] = 816, - [3549] = 817, - [3550] = 818, - [3551] = 807, - [3552] = 821, - [3553] = 822, - [3554] = 823, - [3555] = 824, - [3556] = 815, - [3557] = 825, - [3558] = 826, + [3460] = 822, + [3461] = 821, + [3462] = 818, + [3463] = 817, + [3464] = 816, + [3465] = 815, + [3466] = 750, + [3467] = 765, + [3468] = 814, + [3469] = 813, + [3470] = 811, + [3471] = 810, + [3472] = 871, + [3473] = 809, + [3474] = 764, + [3475] = 763, + [3476] = 762, + [3477] = 808, + [3478] = 807, + [3479] = 761, + [3480] = 802, + [3481] = 805, + [3482] = 804, + [3483] = 803, + [3484] = 891, + [3485] = 751, + [3486] = 752, + [3487] = 753, + [3488] = 754, + [3489] = 755, + [3490] = 756, + [3491] = 758, + [3492] = 819, + [3493] = 760, + [3494] = 761, + [3495] = 762, + [3496] = 763, + [3497] = 764, + [3498] = 765, + [3499] = 750, + [3500] = 767, + [3501] = 768, + [3502] = 769, + [3503] = 770, + [3504] = 771, + [3505] = 772, + [3506] = 773, + [3507] = 774, + [3508] = 775, + [3509] = 822, + [3510] = 759, + [3511] = 776, + [3512] = 777, + [3513] = 778, + [3514] = 758, + [3515] = 779, + [3516] = 756, + [3517] = 755, + [3518] = 754, + [3519] = 780, + [3520] = 781, + [3521] = 753, + [3522] = 752, + [3523] = 782, + [3524] = 783, + [3525] = 784, + [3526] = 759, + [3527] = 919, + [3528] = 786, + [3529] = 751, + [3530] = 891, + [3531] = 787, + [3532] = 788, + [3533] = 789, + [3534] = 790, + [3535] = 791, + [3536] = 792, + [3537] = 749, + [3538] = 794, + [3539] = 795, + [3540] = 796, + [3541] = 797, + [3542] = 798, + [3543] = 803, + [3544] = 804, + [3545] = 837, + [3546] = 836, + [3547] = 805, + [3548] = 802, + [3549] = 807, + [3550] = 835, + [3551] = 834, + [3552] = 833, + [3553] = 832, + [3554] = 785, + [3555] = 830, + [3556] = 808, + [3557] = 812, + [3558] = 828, [3559] = 827, - [3560] = 828, - [3561] = 829, - [3562] = 830, - [3563] = 832, - [3564] = 833, - [3565] = 834, - [3566] = 835, - [3567] = 836, - [3568] = 837, - [3569] = 752, - [3570] = 753, - [3571] = 754, - [3572] = 755, - [3573] = 757, - [3574] = 758, - [3575] = 759, - [3576] = 814, - [3577] = 760, - [3578] = 761, - [3579] = 813, - [3580] = 762, - [3581] = 763, - [3582] = 764, - [3583] = 765, - [3584] = 911, - [3585] = 766, - [3586] = 767, - [3587] = 768, - [3588] = 769, - [3589] = 770, - [3590] = 771, - [3591] = 772, - [3592] = 773, - [3593] = 774, - [3594] = 775, - [3595] = 776, - [3596] = 812, - [3597] = 777, - [3598] = 750, - [3599] = 779, - [3600] = 780, - [3601] = 781, - [3602] = 782, - [3603] = 783, - [3604] = 784, - [3605] = 786, - [3606] = 787, - [3607] = 788, - [3608] = 789, - [3609] = 790, - [3610] = 791, - [3611] = 837, - [3612] = 749, - [3613] = 793, - [3614] = 794, - [3615] = 796, - [3616] = 797, - [3617] = 798, - [3618] = 799, - [3619] = 818, - [3620] = 801, - [3621] = 802, - [3622] = 803, - [3623] = 804, - [3624] = 805, - [3625] = 809, - [3626] = 806, - [3627] = 903, - [3628] = 808, - [3629] = 864, - [3630] = 809, - [3631] = 810, - [3632] = 812, - [3633] = 813, - [3634] = 814, - [3635] = 815, - [3636] = 816, - [3637] = 817, - [3638] = 810, - [3639] = 807, - [3640] = 821, - [3641] = 822, - [3642] = 823, - [3643] = 824, - [3644] = 825, - [3645] = 826, - [3646] = 827, - [3647] = 864, - [3648] = 828, - [3649] = 829, - [3650] = 830, - [3651] = 832, - [3652] = 833, - [3653] = 808, - [3654] = 834, - [3655] = 835, - [3656] = 836, - [3657] = 837, - [3658] = 752, - [3659] = 753, - [3660] = 754, - [3661] = 755, - [3662] = 757, - [3663] = 758, - [3664] = 903, - [3665] = 759, - [3666] = 806, - [3667] = 760, - [3668] = 761, - [3669] = 762, - [3670] = 763, - [3671] = 764, - [3672] = 765, - [3673] = 911, - [3674] = 766, - [3675] = 767, - [3676] = 768, - [3677] = 769, - [3678] = 770, - [3679] = 771, - [3680] = 772, - [3681] = 805, - [3682] = 773, - [3683] = 774, - [3684] = 775, - [3685] = 776, - [3686] = 777, - [3687] = 750, - [3688] = 779, - [3689] = 780, - [3690] = 781, - [3691] = 782, - [3692] = 783, - [3693] = 784, - [3694] = 786, - [3695] = 804, - [3696] = 787, - [3697] = 788, - [3698] = 789, - [3699] = 790, - [3700] = 791, - [3701] = 749, - [3702] = 793, - [3703] = 794, - [3704] = 796, - [3705] = 797, - [3706] = 798, - [3707] = 799, - [3708] = 800, - [3709] = 801, - [3710] = 802, - [3711] = 803, - [3712] = 3712, - [3713] = 3712, - [3714] = 3712, - [3715] = 3712, - [3716] = 3712, - [3717] = 3712, - [3718] = 3712, - [3719] = 3712, - [3720] = 3712, - [3721] = 3712, - [3722] = 3712, - [3723] = 3712, - [3724] = 3712, - [3725] = 3712, - [3726] = 3712, - [3727] = 3712, - [3728] = 3712, - [3729] = 3712, - [3730] = 3712, - [3731] = 3712, - [3732] = 3712, - [3733] = 3712, - [3734] = 3712, - [3735] = 3712, - [3736] = 3712, - [3737] = 3712, - [3738] = 3712, - [3739] = 3712, - [3740] = 3712, - [3741] = 3712, - [3742] = 3712, - [3743] = 3712, - [3744] = 3712, - [3745] = 3712, - [3746] = 3712, + [3560] = 826, + [3561] = 825, + [3562] = 824, + [3563] = 823, + [3564] = 822, + [3565] = 821, + [3566] = 819, + [3567] = 818, + [3568] = 817, + [3569] = 816, + [3570] = 815, + [3571] = 814, + [3572] = 813, + [3573] = 811, + [3574] = 810, + [3575] = 871, + [3576] = 809, + [3577] = 808, + [3578] = 807, + [3579] = 802, + [3580] = 805, + [3581] = 831, + [3582] = 803, + [3583] = 891, + [3584] = 751, + [3585] = 752, + [3586] = 809, + [3587] = 810, + [3588] = 753, + [3589] = 754, + [3590] = 755, + [3591] = 811, + [3592] = 756, + [3593] = 813, + [3594] = 814, + [3595] = 815, + [3596] = 816, + [3597] = 758, + [3598] = 817, + [3599] = 818, + [3600] = 759, + [3601] = 760, + [3602] = 761, + [3603] = 762, + [3604] = 763, + [3605] = 764, + [3606] = 819, + [3607] = 821, + [3608] = 765, + [3609] = 750, + [3610] = 767, + [3611] = 768, + [3612] = 769, + [3613] = 770, + [3614] = 771, + [3615] = 772, + [3616] = 773, + [3617] = 774, + [3618] = 775, + [3619] = 787, + [3620] = 823, + [3621] = 824, + [3622] = 825, + [3623] = 826, + [3624] = 776, + [3625] = 777, + [3626] = 804, + [3627] = 779, + [3628] = 780, + [3629] = 781, + [3630] = 782, + [3631] = 783, + [3632] = 784, + [3633] = 827, + [3634] = 785, + [3635] = 919, + [3636] = 786, + [3637] = 787, + [3638] = 788, + [3639] = 789, + [3640] = 790, + [3641] = 791, + [3642] = 792, + [3643] = 749, + [3644] = 794, + [3645] = 795, + [3646] = 796, + [3647] = 797, + [3648] = 798, + [3649] = 871, + [3650] = 778, + [3651] = 871, + [3652] = 919, + [3653] = 919, + [3654] = 871, + [3655] = 919, + [3656] = 837, + [3657] = 836, + [3658] = 835, + [3659] = 834, + [3660] = 833, + [3661] = 832, + [3662] = 831, + [3663] = 828, + [3664] = 830, + [3665] = 812, + [3666] = 828, + [3667] = 827, + [3668] = 812, + [3669] = 826, + [3670] = 830, + [3671] = 831, + [3672] = 832, + [3673] = 825, + [3674] = 833, + [3675] = 834, + [3676] = 835, + [3677] = 824, + [3678] = 823, + [3679] = 822, + [3680] = 819, + [3681] = 818, + [3682] = 817, + [3683] = 836, + [3684] = 837, + [3685] = 816, + [3686] = 815, + [3687] = 814, + [3688] = 813, + [3689] = 821, + [3690] = 810, + [3691] = 798, + [3692] = 797, + [3693] = 871, + [3694] = 809, + [3695] = 808, + [3696] = 807, + [3697] = 796, + [3698] = 795, + [3699] = 802, + [3700] = 805, + [3701] = 804, + [3702] = 803, + [3703] = 891, + [3704] = 751, + [3705] = 752, + [3706] = 753, + [3707] = 755, + [3708] = 756, + [3709] = 758, + [3710] = 794, + [3711] = 759, + [3712] = 760, + [3713] = 761, + [3714] = 811, + [3715] = 763, + [3716] = 764, + [3717] = 765, + [3718] = 750, + [3719] = 767, + [3720] = 768, + [3721] = 769, + [3722] = 770, + [3723] = 771, + [3724] = 772, + [3725] = 773, + [3726] = 774, + [3727] = 775, + [3728] = 776, + [3729] = 777, + [3730] = 778, + [3731] = 779, + [3732] = 780, + [3733] = 781, + [3734] = 782, + [3735] = 749, + [3736] = 783, + [3737] = 784, + [3738] = 785, + [3739] = 792, + [3740] = 791, + [3741] = 919, + [3742] = 790, + [3743] = 789, + [3744] = 788, + [3745] = 786, + [3746] = 762, [3747] = 3747, - [3748] = 3748, - [3749] = 3749, + [3748] = 3747, + [3749] = 3747, [3750] = 3747, - [3751] = 3751, - [3752] = 3752, - [3753] = 3751, + [3751] = 3747, + [3752] = 3747, + [3753] = 3747, [3754] = 3747, - [3755] = 3751, + [3755] = 3747, [3756] = 3747, - [3757] = 3749, - [3758] = 3758, - [3759] = 3759, - [3760] = 3760, - [3761] = 3749, - [3762] = 3758, - [3763] = 3759, - [3764] = 3760, - [3765] = 3765, - [3766] = 3748, - [3767] = 3758, - [3768] = 3749, + [3757] = 3747, + [3758] = 3747, + [3759] = 3747, + [3760] = 3747, + [3761] = 3747, + [3762] = 3747, + [3763] = 3747, + [3764] = 3747, + [3765] = 3747, + [3766] = 3747, + [3767] = 3747, + [3768] = 3747, [3769] = 3747, - [3770] = 3751, - [3771] = 3771, - [3772] = 3771, - [3773] = 3748, - [3774] = 3765, - [3775] = 3760, - [3776] = 3759, - [3777] = 3771, - [3778] = 3765, - [3779] = 3748, - [3780] = 3752, - [3781] = 3771, - [3782] = 3752, - [3783] = 3760, - [3784] = 3758, - [3785] = 3751, - [3786] = 3748, - [3787] = 3765, - [3788] = 3760, - [3789] = 3759, - [3790] = 3752, - [3791] = 3765, - [3792] = 3747, - [3793] = 3749, - [3794] = 3748, - [3795] = 3748, - [3796] = 3758, - [3797] = 3749, - [3798] = 3759, - [3799] = 3747, - [3800] = 3771, - [3801] = 3751, - [3802] = 3765, - [3803] = 3771, - [3804] = 3748, - [3805] = 3751, - [3806] = 3765, - [3807] = 3760, - [3808] = 3759, - [3809] = 3759, - [3810] = 3758, - [3811] = 3749, - [3812] = 3747, - [3813] = 3751, - [3814] = 3752, - [3815] = 3771, - [3816] = 3758, - [3817] = 3758, - [3818] = 3749, - [3819] = 3747, - [3820] = 3751, - [3821] = 3759, - [3822] = 3760, - [3823] = 3765, - [3824] = 3748, - [3825] = 3752, - [3826] = 3771, - [3827] = 3748, - [3828] = 3771, - [3829] = 3765, - [3830] = 3758, - [3831] = 3749, - [3832] = 3747, - [3833] = 3751, - [3834] = 3771, - [3835] = 3752, - [3836] = 3752, - [3837] = 3771, - [3838] = 3748, - [3839] = 3765, - [3840] = 3760, - [3841] = 3759, - [3842] = 3771, - [3843] = 3751, - [3844] = 3747, - [3845] = 3751, - [3846] = 3747, - [3847] = 3749, - [3848] = 3748, - [3849] = 3765, - [3850] = 3760, - [3851] = 3759, - [3852] = 3758, - [3853] = 3749, - [3854] = 3758, - [3855] = 3855, - [3856] = 3760, - [3857] = 3759, - [3858] = 3752, - [3859] = 3855, - [3860] = 3752, - [3861] = 3751, - [3862] = 3758, - [3863] = 3749, - [3864] = 3855, - [3865] = 3747, - [3866] = 3747, - [3867] = 3749, - [3868] = 3751, - [3869] = 3758, - [3870] = 3749, - [3871] = 3747, - [3872] = 3759, - [3873] = 3760, - [3874] = 3765, - [3875] = 3758, - [3876] = 3748, - [3877] = 3751, - [3878] = 3771, - [3879] = 3748, - [3880] = 3765, - [3881] = 3749, - [3882] = 3760, - [3883] = 3758, - [3884] = 3749, - [3885] = 3747, - [3886] = 3751, - [3887] = 3759, - [3888] = 3771, - [3889] = 3760, - [3890] = 3758, - [3891] = 3752, - [3892] = 3771, - [3893] = 3752, - [3894] = 3759, - [3895] = 3760, - [3896] = 3855, - [3897] = 3765, - [3898] = 3758, - [3899] = 3748, - [3900] = 3765, - [3901] = 3749, - [3902] = 3747, - [3903] = 3751, - [3904] = 3751, - [3905] = 3747, - [3906] = 3749, - [3907] = 3758, - [3908] = 3760, - [3909] = 3759, - [3910] = 3771, - [3911] = 3771, - [3912] = 3748, - [3913] = 3765, - [3914] = 3748, - [3915] = 3748, - [3916] = 3760, - [3917] = 3759, - [3918] = 3765, - [3919] = 3760, - [3920] = 3759, - [3921] = 3758, - [3922] = 3771, - [3923] = 3749, - [3924] = 3758, - [3925] = 3765, - [3926] = 3760, - [3927] = 3759, - [3928] = 3752, - [3929] = 3752, - [3930] = 3747, - [3931] = 3751, - [3932] = 3752, - [3933] = 3771, - [3934] = 3752, - [3935] = 3748, - [3936] = 3765, - [3937] = 3759, - [3938] = 3760, - [3939] = 3760, - [3940] = 3759, - [3941] = 3759, - [3942] = 3765, - [3943] = 3748, - [3944] = 3760, - [3945] = 3751, - [3946] = 3747, - [3947] = 3771, - [3948] = 3759, - [3949] = 3749, - [3950] = 3751, - [3951] = 3758, - [3952] = 3747, - [3953] = 3749, - [3954] = 3758, - [3955] = 3760, - [3956] = 3765, - [3957] = 3748, - [3958] = 3765, - [3959] = 3758, - [3960] = 3749, - [3961] = 3747, - [3962] = 3751, - [3963] = 3748, - [3964] = 3758, - [3965] = 3749, - [3966] = 3747, - [3967] = 3751, - [3968] = 3752, - [3969] = 3771, - [3970] = 3752, - [3971] = 3759, - [3972] = 3760, - [3973] = 3765, - [3974] = 3748, - [3975] = 3771, - [3976] = 3758, - [3977] = 3749, - [3978] = 3747, - [3979] = 3758, - [3980] = 3752, - [3981] = 3751, - [3982] = 3747, - [3983] = 3752, - [3984] = 3748, - [3985] = 3749, - [3986] = 3771, - [3987] = 3758, - [3988] = 3751, - [3989] = 3765, - [3990] = 3855, - [3991] = 3749, - [3992] = 3747, - [3993] = 3751, - [3994] = 3760, - [3995] = 3759, - [3996] = 3760, - [3997] = 3765, - [3998] = 3748, - [3999] = 3759, - [4000] = 3748, - [4001] = 3765, - [4002] = 3760, - [4003] = 3759, - [4004] = 3752, - [4005] = 3771, - [4006] = 3751, - [4007] = 3747, - [4008] = 3752, - [4009] = 3752, - [4010] = 3749, - [4011] = 3758, - [4012] = 3759, - [4013] = 3760, - [4014] = 3765, - [4015] = 3752, - [4016] = 3748, - [4017] = 3771, - [4018] = 3771, - [4019] = 3758, - [4020] = 3749, - [4021] = 3747, - [4022] = 3751, - [4023] = 3759, - [4024] = 3760, - [4025] = 3765, - [4026] = 3748, - [4027] = 3771, - [4028] = 3771, - [4029] = 3752, - [4030] = 3752, - [4031] = 3771, - [4032] = 3752, - [4033] = 3771, - [4034] = 3760, - [4035] = 3758, - [4036] = 3749, - [4037] = 3747, - [4038] = 3751, - [4039] = 3751, - [4040] = 3747, - [4041] = 3749, - [4042] = 3758, - [4043] = 3748, - [4044] = 3765, - [4045] = 3760, - [4046] = 3748, - [4047] = 3752, - [4048] = 3771, - [4049] = 3765, - [4050] = 3760, - [4051] = 3759, - [4052] = 3752, - [4053] = 3759, - [4054] = 3760, - [4055] = 3765, - [4056] = 3748, - [4057] = 3759, - [4058] = 3771, - [4059] = 3759, - [4060] = 3752, - [4061] = 3771, - [4062] = 3751, - [4063] = 3747, - [4064] = 3749, - [4065] = 3758, - [4066] = 3765, - [4067] = 3748, - [4068] = 3752, - [4069] = 3748, - [4070] = 3765, - [4071] = 3760, - [4072] = 3759, - [4073] = 3759, - [4074] = 3760, - [4075] = 3765, - [4076] = 3748, - [4077] = 3752, - [4078] = 3771, - [4079] = 3751, - [4080] = 3747, - [4081] = 3749, - [4082] = 3758, - [4083] = 3752, - [4084] = 3758, - [4085] = 3749, - [4086] = 3747, - [4087] = 3751, - [4088] = 3758, - [4089] = 3749, - [4090] = 3747, - [4091] = 3751, - [4092] = 3759, - [4093] = 3760, - [4094] = 3752, - [4095] = 3765, - [4096] = 3748, - [4097] = 3771, - [4098] = 3752, - [4099] = 3751, - [4100] = 3747, - [4101] = 3749, - [4102] = 4102, - [4103] = 4103, - [4104] = 4102, - [4105] = 4105, - [4106] = 4105, - [4107] = 4107, - [4108] = 4108, - [4109] = 4108, - [4110] = 4105, - [4111] = 4107, - [4112] = 4102, - [4113] = 4108, - [4114] = 4114, - [4115] = 4102, - [4116] = 4114, - [4117] = 4107, - [4118] = 4114, - [4119] = 4114, - [4120] = 4103, - [4121] = 4108, - [4122] = 4107, - [4123] = 4114, - [4124] = 4105, - [4125] = 4103, - [4126] = 4114, - [4127] = 4102, - [4128] = 4103, - [4129] = 4103, - [4130] = 4114, - [4131] = 4105, - [4132] = 4107, - [4133] = 4102, - [4134] = 4108, - [4135] = 4105, - [4136] = 4102, - [4137] = 4102, - [4138] = 4105, - [4139] = 4108, - [4140] = 4107, - [4141] = 4114, - [4142] = 4103, - [4143] = 4114, - [4144] = 4114, - [4145] = 4114, - [4146] = 4103, - [4147] = 4102, - [4148] = 4102, - [4149] = 4105, - [4150] = 4108, - [4151] = 4103, - [4152] = 4107, - [4153] = 4107, - [4154] = 4108, - [4155] = 4103, - [4156] = 4114, - [4157] = 4114, - [4158] = 4107, - [4159] = 4108, - [4160] = 4102, - [4161] = 4105, - [4162] = 4114, - [4163] = 4103, - [4164] = 4105, - [4165] = 4102, - [4166] = 4108, - [4167] = 4102, - [4168] = 4114, - [4169] = 4107, - [4170] = 4102, - [4171] = 4105, - [4172] = 4108, - [4173] = 4107, - [4174] = 4103, - [4175] = 4114, - [4176] = 4114, - [4177] = 4114, - [4178] = 4114, - [4179] = 4103, - [4180] = 4102, - [4181] = 4105, - [4182] = 4108, - [4183] = 4107, - [4184] = 4107, - [4185] = 4103, - [4186] = 4103, - [4187] = 4107, - [4188] = 4103, - [4189] = 4108, - [4190] = 4108, - [4191] = 4105, - [4192] = 4107, - [4193] = 4107, - [4194] = 4108, - [4195] = 4102, - [4196] = 4103, - [4197] = 4105, - [4198] = 4102, - [4199] = 4107, - [4200] = 4102, - [4201] = 4108, - [4202] = 4107, - [4203] = 4114, - [4204] = 4105, - [4205] = 4108, - [4206] = 4105, - [4207] = 4114, - [4208] = 4105, - [4209] = 4102, - [4210] = 4102, - [4211] = 4114, - [4212] = 4114, - [4213] = 4105, - [4214] = 4108, - [4215] = 4105, - [4216] = 4108, - [4217] = 4107, - [4218] = 4103, - [4219] = 4103, - [4220] = 4107, - [4221] = 4108, - [4222] = 4105, - [4223] = 4102, - [4224] = 4105, - [4225] = 4107, - [4226] = 4102, - [4227] = 4102, - [4228] = 4103, - [4229] = 4103, - [4230] = 4103, - [4231] = 4107, - [4232] = 4114, - [4233] = 4108, - [4234] = 4108, - [4235] = 4114, - [4236] = 4102, - [4237] = 4105, - [4238] = 4105, - [4239] = 4114, - [4240] = 4103, - [4241] = 4103, - [4242] = 4108, - [4243] = 4102, - [4244] = 4107, - [4245] = 4107, - [4246] = 4105, - [4247] = 4108, - [4248] = 4107, - [4249] = 4108, - [4250] = 4108, - [4251] = 4103, - [4252] = 4105, - [4253] = 4114, - [4254] = 4103, - [4255] = 4103, - [4256] = 4107, - [4257] = 4108, - [4258] = 4105, - [4259] = 4102, - [4260] = 4107, - [4261] = 4103, - [4262] = 4105, - [4263] = 4102, - [4264] = 4107, - [4265] = 4108, - [4266] = 4105, - [4267] = 4102, - [4268] = 4114, - [4269] = 4114, - [4270] = 4114, - [4271] = 4103, - [4272] = 4114, - [4273] = 4107, - [4274] = 4108, - [4275] = 4102, - [4276] = 4105, - [4277] = 4103, - [4278] = 4107, - [4279] = 4105, - [4280] = 4114, - [4281] = 4108, - [4282] = 4108, - [4283] = 4102, - [4284] = 4105, - [4285] = 4102, - [4286] = 4107, - [4287] = 4103, - [4288] = 4103, - [4289] = 4103, - [4290] = 4107, - [4291] = 4108, - [4292] = 4108, - [4293] = 4105, - [4294] = 4107, - [4295] = 4102, - [4296] = 4114, - [4297] = 4103, - [4298] = 4114, - [4299] = 4107, - [4300] = 4108, - [4301] = 4114, - [4302] = 4103, - [4303] = 4105, - [4304] = 4102, - [4305] = 4102, - [4306] = 4105, - [4307] = 4103, - [4308] = 4108, - [4309] = 4107, - [4310] = 4102, - [4311] = 4105, - [4312] = 672, - [4313] = 675, - [4314] = 4314, - [4315] = 675, - [4316] = 4314, - [4317] = 4317, - [4318] = 4317, - [4319] = 4319, - [4320] = 4319, - [4321] = 4317, - [4322] = 4319, - [4323] = 4314, - [4324] = 4314, - [4325] = 4319, - [4326] = 4317, - [4327] = 4317, - [4328] = 4319, - [4329] = 4314, - [4330] = 4319, - [4331] = 4314, - [4332] = 4317, - [4333] = 4317, - [4334] = 672, - [4335] = 675, - [4336] = 4319, - [4337] = 4314, - [4338] = 4317, - [4339] = 4319, - [4340] = 4314, - [4341] = 4314, - [4342] = 4317, - [4343] = 4317, - [4344] = 4319, - [4345] = 4319, - [4346] = 4314, - [4347] = 4317, - [4348] = 4317, - [4349] = 4319, - [4350] = 4319, - [4351] = 4314, - [4352] = 4314, - [4353] = 4319, - [4354] = 4319, - [4355] = 4317, - [4356] = 4314, - [4357] = 4319, - [4358] = 4314, - [4359] = 4317, - [4360] = 4314, - [4361] = 4319, - [4362] = 4317, - [4363] = 4314, - [4364] = 4319, - [4365] = 4317, - [4366] = 4314, - [4367] = 4317, - [4368] = 4319, - [4369] = 4314, - [4370] = 675, - [4371] = 675, - [4372] = 675, - [4373] = 675, - [4374] = 675, - [4375] = 4317, - [4376] = 4314, - [4377] = 4314, - [4378] = 4317, - [4379] = 4314, - [4380] = 4317, - [4381] = 4319, - [4382] = 4319, - [4383] = 4317, - [4384] = 4384, - [4385] = 4384, - [4386] = 4384, - [4387] = 4319, - [4388] = 4319, - [4389] = 4317, - [4390] = 4314, - [4391] = 4317, - [4392] = 4314, - [4393] = 4317, - [4394] = 4319, - [4395] = 4314, - [4396] = 4384, - [4397] = 4319, - [4398] = 672, - [4399] = 4317, - [4400] = 4314, - [4401] = 4319, - [4402] = 4319, - [4403] = 4317, - [4404] = 4314, - [4405] = 4314, - [4406] = 4317, - [4407] = 4319, - [4408] = 4317, - [4409] = 4314, - [4410] = 4314, - [4411] = 4317, - [4412] = 4314, - [4413] = 4317, - [4414] = 4319, - [4415] = 4319, - [4416] = 4384, - [4417] = 4319, - [4418] = 4319, - [4419] = 4319, - [4420] = 4317, - [4421] = 4317, - [4422] = 4314, - [4423] = 4314, - [4424] = 4319, - [4425] = 4317, - [4426] = 4314, - [4427] = 4319, - [4428] = 4319, - [4429] = 4317, - [4430] = 4314, - [4431] = 4317, - [4432] = 4314, - [4433] = 4384, - [4434] = 675, - [4435] = 675, - [4436] = 675, - [4437] = 4384, - [4438] = 4438, - [4439] = 4384, - [4440] = 675, - [4441] = 4438, - [4442] = 4384, - [4443] = 4438, - [4444] = 4444, - [4445] = 4445, - [4446] = 4444, - [4447] = 4447, - [4448] = 4447, - [4449] = 4449, - [4450] = 4449, - [4451] = 4444, - [4452] = 4452, - [4453] = 4445, - [4454] = 4445, - [4455] = 4445, - [4456] = 4449, - [4457] = 4445, - [4458] = 4449, - [4459] = 4444, - [4460] = 4449, - [4461] = 4445, - [4462] = 4462, - [4463] = 4449, - [4464] = 4449, - [4465] = 4449, - [4466] = 4466, - [4467] = 4445, - [4468] = 4445, - [4469] = 4449, - [4470] = 4444, - [4471] = 4449, - [4472] = 4447, - [4473] = 4444, - [4474] = 4449, - [4475] = 4475, - [4476] = 4444, - [4477] = 4449, - [4478] = 4444, - [4479] = 4445, - [4480] = 4444, - [4481] = 4444, - [4482] = 4449, - [4483] = 4447, - [4484] = 4447, - [4485] = 4449, - [4486] = 4444, - [4487] = 4449, - [4488] = 4444, - [4489] = 4445, - [4490] = 4444, - [4491] = 4449, - [4492] = 4475, - [4493] = 4445, - [4494] = 4444, - [4495] = 4444, - [4496] = 4449, - [4497] = 4444, - [4498] = 4452, - [4499] = 4445, - [4500] = 4445, - [4501] = 4466, - [4502] = 4445, - [4503] = 4466, - [4504] = 4444, - [4505] = 4445, - [4506] = 4447, - [4507] = 4449, - [4508] = 4447, - [4509] = 4509, - [4510] = 4445, - [4511] = 4444, - [4512] = 4466, - [4513] = 4449, - [4514] = 4445, - [4515] = 4444, - [4516] = 4466, - [4517] = 4447, - [4518] = 4509, - [4519] = 4445, - [4520] = 4449, - [4521] = 4447, - [4522] = 4444, - [4523] = 4449, - [4524] = 4447, - [4525] = 4445, - [4526] = 4444, - [4527] = 4444, - [4528] = 4449, - [4529] = 4447, - [4530] = 4445, - [4531] = 4447, - [4532] = 4449, - [4533] = 4449, - [4534] = 4444, - [4535] = 4447, - [4536] = 4447, - [4537] = 4447, - [4538] = 4444, - [4539] = 4449, - [4540] = 4444, - [4541] = 4444, - [4542] = 4447, - [4543] = 4449, - [4544] = 4445, - [4545] = 4444, - [4546] = 4445, - [4547] = 4449, - [4548] = 4447, - [4549] = 4444, - [4550] = 4447, - [4551] = 4447, - [4552] = 4447, - [4553] = 4445, - [4554] = 4449, - [4555] = 4447, - [4556] = 4449, - [4557] = 4445, - [4558] = 4444, - [4559] = 4449, - [4560] = 4447, - [4561] = 4445, - [4562] = 4445, - [4563] = 4449, - [4564] = 4449, - [4565] = 4445, - [4566] = 864, - [4567] = 4447, - [4568] = 911, - [4569] = 864, - [4570] = 4444, - [4571] = 4444, - [4572] = 4445, - [4573] = 4444, - [4574] = 4444, - [4575] = 4449, - [4576] = 4447, - [4577] = 4445, - [4578] = 4444, - [4579] = 911, - [4580] = 864, - [4581] = 4445, - [4582] = 4449, - [4583] = 4444, - [4584] = 4447, - [4585] = 4444, - [4586] = 4447, - [4587] = 4444, - [4588] = 911, - [4589] = 864, - [4590] = 911, - [4591] = 4445, - [4592] = 4449, - [4593] = 4447, - [4594] = 4447, - [4595] = 4444, - [4596] = 864, - [4597] = 911, - [4598] = 4445, - [4599] = 4449, - [4600] = 4447, - [4601] = 4447, - [4602] = 4445, - [4603] = 4449, - [4604] = 4449, - [4605] = 4445, - [4606] = 4444, - [4607] = 4449, - [4608] = 4447, - [4609] = 4444, - [4610] = 4447, - [4611] = 4445, - [4612] = 4444, - [4613] = 4447, - [4614] = 4447, - [4615] = 4449, - [4616] = 4444, - [4617] = 4447, - [4618] = 4449, - [4619] = 4449, - [4620] = 4620, - [4621] = 4621, - [4622] = 4622, - [4623] = 4623, - [4624] = 4624, - [4625] = 4625, - [4626] = 4626, - [4627] = 4621, - [4628] = 4628, + [3770] = 3747, + [3771] = 3747, + [3772] = 3747, + [3773] = 3747, + [3774] = 3747, + [3775] = 3747, + [3776] = 3747, + [3777] = 3747, + [3778] = 3747, + [3779] = 3747, + [3780] = 3747, + [3781] = 3747, + [3782] = 3782, + [3783] = 3783, + [3784] = 3784, + [3785] = 3784, + [3786] = 3783, + [3787] = 3787, + [3788] = 3782, + [3789] = 3789, + [3790] = 3790, + [3791] = 3791, + [3792] = 3790, + [3793] = 3793, + [3794] = 3794, + [3795] = 3794, + [3796] = 3796, + [3797] = 3797, + [3798] = 3796, + [3799] = 3790, + [3800] = 3793, + [3801] = 3797, + [3802] = 3783, + [3803] = 3787, + [3804] = 3782, + [3805] = 3791, + [3806] = 3789, + [3807] = 3796, + [3808] = 3797, + [3809] = 3797, + [3810] = 3796, + [3811] = 3790, + [3812] = 3783, + [3813] = 3782, + [3814] = 3787, + [3815] = 3794, + [3816] = 3789, + [3817] = 3791, + [3818] = 3793, + [3819] = 3794, + [3820] = 3784, + [3821] = 3797, + [3822] = 3796, + [3823] = 3790, + [3824] = 3783, + [3825] = 3787, + [3826] = 3793, + [3827] = 3783, + [3828] = 3784, + [3829] = 3791, + [3830] = 3789, + [3831] = 3782, + [3832] = 3787, + [3833] = 3790, + [3834] = 3782, + [3835] = 3783, + [3836] = 3790, + [3837] = 3796, + [3838] = 3797, + [3839] = 3796, + [3840] = 3787, + [3841] = 3782, + [3842] = 3789, + [3843] = 3791, + [3844] = 3787, + [3845] = 3782, + [3846] = 3789, + [3847] = 3791, + [3848] = 3793, + [3849] = 3797, + [3850] = 3850, + [3851] = 3793, + [3852] = 3787, + [3853] = 3782, + [3854] = 3784, + [3855] = 3789, + [3856] = 3791, + [3857] = 3794, + [3858] = 3783, + [3859] = 3787, + [3860] = 3782, + [3861] = 3789, + [3862] = 3794, + [3863] = 3791, + [3864] = 3790, + [3865] = 3793, + [3866] = 3796, + [3867] = 3794, + [3868] = 3794, + [3869] = 3797, + [3870] = 3797, + [3871] = 3796, + [3872] = 3789, + [3873] = 3791, + [3874] = 3790, + [3875] = 3793, + [3876] = 3783, + [3877] = 3793, + [3878] = 3784, + [3879] = 3791, + [3880] = 3789, + [3881] = 3797, + [3882] = 3796, + [3883] = 3790, + [3884] = 3783, + [3885] = 3782, + [3886] = 3787, + [3887] = 3794, + [3888] = 3794, + [3889] = 3783, + [3890] = 3784, + [3891] = 3797, + [3892] = 3784, + [3893] = 3796, + [3894] = 3790, + [3895] = 3783, + [3896] = 3794, + [3897] = 3784, + [3898] = 3787, + [3899] = 3782, + [3900] = 3793, + [3901] = 3789, + [3902] = 3791, + [3903] = 3791, + [3904] = 3789, + [3905] = 3782, + [3906] = 3787, + [3907] = 3793, + [3908] = 3794, + [3909] = 3784, + [3910] = 3797, + [3911] = 3796, + [3912] = 3784, + [3913] = 3794, + [3914] = 3790, + [3915] = 3787, + [3916] = 3782, + [3917] = 3789, + [3918] = 3791, + [3919] = 3783, + [3920] = 3794, + [3921] = 3793, + [3922] = 3784, + [3923] = 3793, + [3924] = 3783, + [3925] = 3790, + [3926] = 3796, + [3927] = 3797, + [3928] = 3784, + [3929] = 3787, + [3930] = 3782, + [3931] = 3789, + [3932] = 3783, + [3933] = 3790, + [3934] = 3796, + [3935] = 3797, + [3936] = 3791, + [3937] = 3794, + [3938] = 3793, + [3939] = 3791, + [3940] = 3789, + [3941] = 3782, + [3942] = 3787, + [3943] = 3794, + [3944] = 3784, + [3945] = 3794, + [3946] = 3784, + [3947] = 3793, + [3948] = 3797, + [3949] = 3796, + [3950] = 3790, + [3951] = 3794, + [3952] = 3783, + [3953] = 3793, + [3954] = 3791, + [3955] = 3789, + [3956] = 3782, + [3957] = 3797, + [3958] = 3796, + [3959] = 3790, + [3960] = 3783, + [3961] = 3787, + [3962] = 3783, + [3963] = 3787, + [3964] = 3797, + [3965] = 3793, + [3966] = 3796, + [3967] = 3789, + [3968] = 3791, + [3969] = 3790, + [3970] = 3784, + [3971] = 3783, + [3972] = 3789, + [3973] = 3791, + [3974] = 3782, + [3975] = 3787, + [3976] = 3783, + [3977] = 3784, + [3978] = 3793, + [3979] = 3790, + [3980] = 3796, + [3981] = 3797, + [3982] = 3793, + [3983] = 3784, + [3984] = 3794, + [3985] = 3797, + [3986] = 3791, + [3987] = 3789, + [3988] = 3782, + [3989] = 3796, + [3990] = 3790, + [3991] = 3787, + [3992] = 3782, + [3993] = 3789, + [3994] = 3791, + [3995] = 3787, + [3996] = 3794, + [3997] = 3783, + [3998] = 3784, + [3999] = 3793, + [4000] = 3793, + [4001] = 3787, + [4002] = 3782, + [4003] = 3791, + [4004] = 3789, + [4005] = 3782, + [4006] = 3787, + [4007] = 3790, + [4008] = 3789, + [4009] = 3791, + [4010] = 3783, + [4011] = 3790, + [4012] = 3796, + [4013] = 3797, + [4014] = 3793, + [4015] = 3784, + [4016] = 3784, + [4017] = 3794, + [4018] = 3783, + [4019] = 3794, + [4020] = 3797, + [4021] = 3794, + [4022] = 3796, + [4023] = 3790, + [4024] = 3793, + [4025] = 3783, + [4026] = 3790, + [4027] = 3791, + [4028] = 3789, + [4029] = 3782, + [4030] = 3787, + [4031] = 3796, + [4032] = 3797, + [4033] = 3797, + [4034] = 3796, + [4035] = 3790, + [4036] = 3783, + [4037] = 3783, + [4038] = 3784, + [4039] = 3790, + [4040] = 3784, + [4041] = 3794, + [4042] = 3796, + [4043] = 3797, + [4044] = 3794, + [4045] = 3784, + [4046] = 3784, + [4047] = 3787, + [4048] = 3782, + [4049] = 3789, + [4050] = 3791, + [4051] = 3793, + [4052] = 3787, + [4053] = 3850, + [4054] = 3793, + [4055] = 3787, + [4056] = 3782, + [4057] = 3791, + [4058] = 3789, + [4059] = 3782, + [4060] = 3787, + [4061] = 3782, + [4062] = 3783, + [4063] = 3789, + [4064] = 3790, + [4065] = 3791, + [4066] = 3784, + [4067] = 3787, + [4068] = 3782, + [4069] = 3789, + [4070] = 3791, + [4071] = 3796, + [4072] = 3797, + [4073] = 3794, + [4074] = 3784, + [4075] = 3793, + [4076] = 3797, + [4077] = 3796, + [4078] = 3793, + [4079] = 3794, + [4080] = 3790, + [4081] = 3783, + [4082] = 3797, + [4083] = 3793, + [4084] = 3794, + [4085] = 3791, + [4086] = 3789, + [4087] = 3782, + [4088] = 3783, + [4089] = 3790, + [4090] = 3796, + [4091] = 3797, + [4092] = 3787, + [4093] = 3783, + [4094] = 3793, + [4095] = 3794, + [4096] = 3790, + [4097] = 3796, + [4098] = 3796, + [4099] = 3797, + [4100] = 3787, + [4101] = 3782, + [4102] = 3789, + [4103] = 3791, + [4104] = 3790, + [4105] = 3784, + [4106] = 3784, + [4107] = 3794, + [4108] = 3783, + [4109] = 3797, + [4110] = 3796, + [4111] = 3790, + [4112] = 3783, + [4113] = 3784, + [4114] = 3793, + [4115] = 3794, + [4116] = 3850, + [4117] = 3797, + [4118] = 3796, + [4119] = 3790, + [4120] = 3850, + [4121] = 3783, + [4122] = 3793, + [4123] = 3783, + [4124] = 3791, + [4125] = 3791, + [4126] = 3790, + [4127] = 3789, + [4128] = 3850, + [4129] = 3796, + [4130] = 3797, + [4131] = 3784, + [4132] = 3782, + [4133] = 3787, + [4134] = 3784, + [4135] = 3793, + [4136] = 3796, + [4137] = 3787, + [4138] = 3782, + [4139] = 3794, + [4140] = 3789, + [4141] = 3789, + [4142] = 3784, + [4143] = 3787, + [4144] = 3782, + [4145] = 3789, + [4146] = 3791, + [4147] = 3794, + [4148] = 3791, + [4149] = 3793, + [4150] = 3793, + [4151] = 3793, + [4152] = 3791, + [4153] = 3789, + [4154] = 3791, + [4155] = 3789, + [4156] = 3782, + [4157] = 3787, + [4158] = 3794, + [4159] = 3782, + [4160] = 3783, + [4161] = 3790, + [4162] = 3796, + [4163] = 3797, + [4164] = 3797, + [4165] = 3796, + [4166] = 3797, + [4167] = 3790, + [4168] = 3794, + [4169] = 3787, + [4170] = 3784, + [4171] = 3784, + [4172] = 4172, + [4173] = 4172, + [4174] = 4174, + [4175] = 4175, + [4176] = 4172, + [4177] = 4174, + [4178] = 4174, + [4179] = 4172, + [4180] = 4172, + [4181] = 4175, + [4182] = 4172, + [4183] = 4174, + [4184] = 4172, + [4185] = 4175, + [4186] = 4175, + [4187] = 4174, + [4188] = 4175, + [4189] = 4175, + [4190] = 4175, + [4191] = 4172, + [4192] = 4174, + [4193] = 4175, + [4194] = 4174, + [4195] = 4172, + [4196] = 4174, + [4197] = 4172, + [4198] = 4172, + [4199] = 4174, + [4200] = 4174, + [4201] = 4172, + [4202] = 4172, + [4203] = 4175, + [4204] = 4175, + [4205] = 4174, + [4206] = 4172, + [4207] = 4175, + [4208] = 4174, + [4209] = 4175, + [4210] = 4172, + [4211] = 4175, + [4212] = 4175, + [4213] = 4172, + [4214] = 4174, + [4215] = 4175, + [4216] = 4172, + [4217] = 4175, + [4218] = 4175, + [4219] = 4172, + [4220] = 4175, + [4221] = 4174, + [4222] = 4174, + [4223] = 4175, + [4224] = 4174, + [4225] = 4175, + [4226] = 4172, + [4227] = 4174, + [4228] = 4172, + [4229] = 4174, + [4230] = 4172, + [4231] = 4175, + [4232] = 4174, + [4233] = 4172, + [4234] = 4172, + [4235] = 4174, + [4236] = 4175, + [4237] = 4174, + [4238] = 4174, + [4239] = 4175, + [4240] = 4174, + [4241] = 4174, + [4242] = 4172, + [4243] = 4172, + [4244] = 4172, + [4245] = 4174, + [4246] = 4174, + [4247] = 4172, + [4248] = 4175, + [4249] = 4175, + [4250] = 4175, + [4251] = 4174, + [4252] = 4175, + [4253] = 4175, + [4254] = 4172, + [4255] = 4172, + [4256] = 4174, + [4257] = 4175, + [4258] = 4172, + [4259] = 4174, + [4260] = 4175, + [4261] = 4174, + [4262] = 4175, + [4263] = 4175, + [4264] = 4175, + [4265] = 4172, + [4266] = 4172, + [4267] = 4175, + [4268] = 4174, + [4269] = 4172, + [4270] = 4174, + [4271] = 4175, + [4272] = 4174, + [4273] = 4174, + [4274] = 4172, + [4275] = 4174, + [4276] = 4172, + [4277] = 4277, + [4278] = 4278, + [4279] = 4278, + [4280] = 4277, + [4281] = 4277, + [4282] = 4278, + [4283] = 4278, + [4284] = 4277, + [4285] = 4277, + [4286] = 4278, + [4287] = 4277, + [4288] = 4278, + [4289] = 4278, + [4290] = 4277, + [4291] = 4277, + [4292] = 4278, + [4293] = 4278, + [4294] = 4277, + [4295] = 4278, + [4296] = 4278, + [4297] = 4277, + [4298] = 4277, + [4299] = 4277, + [4300] = 4278, + [4301] = 4278, + [4302] = 4277, + [4303] = 4278, + [4304] = 4277, + [4305] = 4277, + [4306] = 4277, + [4307] = 4278, + [4308] = 4278, + [4309] = 4277, + [4310] = 673, + [4311] = 4278, + [4312] = 4278, + [4313] = 4278, + [4314] = 4277, + [4315] = 4277, + [4316] = 4278, + [4317] = 4277, + [4318] = 675, + [4319] = 4277, + [4320] = 4277, + [4321] = 4278, + [4322] = 4277, + [4323] = 4278, + [4324] = 4278, + [4325] = 4277, + [4326] = 4278, + [4327] = 4277, + [4328] = 4277, + [4329] = 4278, + [4330] = 4277, + [4331] = 4278, + [4332] = 4278, + [4333] = 4278, + [4334] = 4277, + [4335] = 4277, + [4336] = 4278, + [4337] = 4277, + [4338] = 4277, + [4339] = 4278, + [4340] = 4277, + [4341] = 4278, + [4342] = 4278, + [4343] = 4278, + [4344] = 4278, + [4345] = 4277, + [4346] = 4277, + [4347] = 4277, + [4348] = 4278, + [4349] = 4349, + [4350] = 4350, + [4351] = 4350, + [4352] = 4352, + [4353] = 4349, + [4354] = 4350, + [4355] = 4349, + [4356] = 673, + [4357] = 4352, + [4358] = 4352, + [4359] = 4352, + [4360] = 4350, + [4361] = 4349, + [4362] = 4350, + [4363] = 4350, + [4364] = 4349, + [4365] = 4349, + [4366] = 4352, + [4367] = 4350, + [4368] = 4349, + [4369] = 4352, + [4370] = 4350, + [4371] = 4352, + [4372] = 4372, + [4373] = 4352, + [4374] = 4350, + [4375] = 4352, + [4376] = 4349, + [4377] = 4350, + [4378] = 4352, + [4379] = 4349, + [4380] = 4350, + [4381] = 4352, + [4382] = 4349, + [4383] = 4349, + [4384] = 4372, + [4385] = 4350, + [4386] = 4349, + [4387] = 4350, + [4388] = 4350, + [4389] = 4352, + [4390] = 4349, + [4391] = 4349, + [4392] = 4352, + [4393] = 4352, + [4394] = 4349, + [4395] = 4350, + [4396] = 4352, + [4397] = 4352, + [4398] = 4349, + [4399] = 4350, + [4400] = 4349, + [4401] = 4349, + [4402] = 4349, + [4403] = 4350, + [4404] = 4350, + [4405] = 4352, + [4406] = 4350, + [4407] = 4349, + [4408] = 4349, + [4409] = 4352, + [4410] = 4372, + [4411] = 4350, + [4412] = 4372, + [4413] = 4349, + [4414] = 4352, + [4415] = 4350, + [4416] = 4352, + [4417] = 4349, + [4418] = 4349, + [4419] = 4372, + [4420] = 4352, + [4421] = 4349, + [4422] = 4349, + [4423] = 675, + [4424] = 4352, + [4425] = 675, + [4426] = 4350, + [4427] = 4350, + [4428] = 4349, + [4429] = 4352, + [4430] = 4350, + [4431] = 4352, + [4432] = 4352, + [4433] = 4352, + [4434] = 4350, + [4435] = 4352, + [4436] = 4352, + [4437] = 4352, + [4438] = 4350, + [4439] = 4350, + [4440] = 4350, + [4441] = 4352, + [4442] = 4349, + [4443] = 4349, + [4444] = 4349, + [4445] = 4350, + [4446] = 4349, + [4447] = 4350, + [4448] = 4352, + [4449] = 675, + [4450] = 4349, + [4451] = 4350, + [4452] = 675, + [4453] = 4352, + [4454] = 4352, + [4455] = 4349, + [4456] = 4349, + [4457] = 675, + [4458] = 4350, + [4459] = 675, + [4460] = 4349, + [4461] = 4350, + [4462] = 4350, + [4463] = 4352, + [4464] = 4350, + [4465] = 4352, + [4466] = 4372, + [4467] = 4372, + [4468] = 675, + [4469] = 4372, + [4470] = 675, + [4471] = 675, + [4472] = 4372, + [4473] = 4473, + [4474] = 675, + [4475] = 4473, + [4476] = 4476, + [4477] = 4477, + [4478] = 871, + [4479] = 4477, + [4480] = 4480, + [4481] = 4480, + [4482] = 4477, + [4483] = 4480, + [4484] = 4477, + [4485] = 4477, + [4486] = 871, + [4487] = 871, + [4488] = 4477, + [4489] = 4489, + [4490] = 919, + [4491] = 4489, + [4492] = 4476, + [4493] = 4477, + [4494] = 4476, + [4495] = 4489, + [4496] = 4489, + [4497] = 4476, + [4498] = 4489, + [4499] = 4477, + [4500] = 4477, + [4501] = 4476, + [4502] = 4480, + [4503] = 4476, + [4504] = 4489, + [4505] = 4489, + [4506] = 4489, + [4507] = 4480, + [4508] = 4477, + [4509] = 4489, + [4510] = 4476, + [4511] = 4480, + [4512] = 4476, + [4513] = 4480, + [4514] = 4477, + [4515] = 4480, + [4516] = 4477, + [4517] = 4489, + [4518] = 4477, + [4519] = 4480, + [4520] = 4477, + [4521] = 4476, + [4522] = 4489, + [4523] = 4489, + [4524] = 4476, + [4525] = 4489, + [4526] = 4477, + [4527] = 4489, + [4528] = 4489, + [4529] = 4477, + [4530] = 4489, + [4531] = 4489, + [4532] = 4480, + [4533] = 4480, + [4534] = 919, + [4535] = 4477, + [4536] = 4489, + [4537] = 4476, + [4538] = 4489, + [4539] = 4539, + [4540] = 4477, + [4541] = 4476, + [4542] = 4477, + [4543] = 4476, + [4544] = 4476, + [4545] = 4489, + [4546] = 4489, + [4547] = 4480, + [4548] = 4489, + [4549] = 4476, + [4550] = 4476, + [4551] = 4476, + [4552] = 4489, + [4553] = 4480, + [4554] = 4489, + [4555] = 4489, + [4556] = 4556, + [4557] = 4480, + [4558] = 4480, + [4559] = 4476, + [4560] = 4477, + [4561] = 4489, + [4562] = 4477, + [4563] = 919, + [4564] = 4480, + [4565] = 4556, + [4566] = 4480, + [4567] = 4477, + [4568] = 4477, + [4569] = 919, + [4570] = 4476, + [4571] = 4489, + [4572] = 4489, + [4573] = 4477, + [4574] = 871, + [4575] = 4480, + [4576] = 4556, + [4577] = 4476, + [4578] = 4476, + [4579] = 4477, + [4580] = 4477, + [4581] = 4581, + [4582] = 4477, + [4583] = 4556, + [4584] = 4480, + [4585] = 919, + [4586] = 4480, + [4587] = 4480, + [4588] = 4477, + [4589] = 4476, + [4590] = 4489, + [4591] = 4480, + [4592] = 4480, + [4593] = 4477, + [4594] = 4476, + [4595] = 4476, + [4596] = 4489, + [4597] = 4539, + [4598] = 4598, + [4599] = 4489, + [4600] = 4477, + [4601] = 4476, + [4602] = 4489, + [4603] = 4480, + [4604] = 4489, + [4605] = 4477, + [4606] = 4477, + [4607] = 4477, + [4608] = 4489, + [4609] = 4476, + [4610] = 4489, + [4611] = 4476, + [4612] = 4477, + [4613] = 4477, + [4614] = 4476, + [4615] = 4477, + [4616] = 4480, + [4617] = 4476, + [4618] = 4480, + [4619] = 4476, + [4620] = 4489, + [4621] = 4477, + [4622] = 4480, + [4623] = 4476, + [4624] = 4477, + [4625] = 4489, + [4626] = 4480, + [4627] = 4489, + [4628] = 4556, [4629] = 4629, - [4630] = 4630, - [4631] = 4631, - [4632] = 4632, - [4633] = 4630, - [4634] = 4634, - [4635] = 4634, - [4636] = 4636, - [4637] = 4637, - [4638] = 4638, - [4639] = 4639, - [4640] = 4640, - [4641] = 4641, - [4642] = 4642, - [4643] = 4620, - [4644] = 4644, - [4645] = 4645, - [4646] = 4646, - [4647] = 4647, - [4648] = 4645, - [4649] = 4647, - [4650] = 4644, - [4651] = 4639, - [4652] = 4640, - [4653] = 4620, - [4654] = 4642, - [4655] = 4641, - [4656] = 4636, - [4657] = 4629, - [4658] = 4628, - [4659] = 4621, - [4660] = 4625, - [4661] = 4624, + [4630] = 4489, + [4631] = 4489, + [4632] = 4480, + [4633] = 4480, + [4634] = 4476, + [4635] = 871, + [4636] = 4480, + [4637] = 4477, + [4638] = 4489, + [4639] = 4476, + [4640] = 4480, + [4641] = 4477, + [4642] = 4480, + [4643] = 4480, + [4644] = 4477, + [4645] = 4477, + [4646] = 4476, + [4647] = 4489, + [4648] = 4629, + [4649] = 4480, + [4650] = 4476, + [4651] = 4581, + [4652] = 4652, + [4653] = 4653, + [4654] = 4654, + [4655] = 4655, + [4656] = 4656, + [4657] = 4657, + [4658] = 4656, + [4659] = 4659, + [4660] = 4660, + [4661] = 4661, [4662] = 4662, [4663] = 4663, - [4664] = 4622, - [4665] = 4623, - [4666] = 4640, - [4667] = 4626, - [4668] = 4631, - [4669] = 4632, - [4670] = 4630, - [4671] = 4634, - [4672] = 4637, - [4673] = 4638, - [4674] = 4640, - [4675] = 4641, - [4676] = 4642, - [4677] = 4620, - [4678] = 4646, - [4679] = 4647, - [4680] = 4645, - [4681] = 4644, - [4682] = 4639, - [4683] = 4636, - [4684] = 4629, - [4685] = 4628, - [4686] = 4621, - [4687] = 4625, - [4688] = 4624, - [4689] = 4638, - [4690] = 4637, - [4691] = 4634, - [4692] = 4662, - [4693] = 4663, - [4694] = 4622, - [4695] = 4630, - [4696] = 4632, - [4697] = 4623, - [4698] = 4631, - [4699] = 4626, - [4700] = 4636, - [4701] = 4662, - [4702] = 4631, - [4703] = 4632, - [4704] = 4630, - [4705] = 4634, - [4706] = 4637, - [4707] = 4638, - [4708] = 4640, - [4709] = 4624, - [4710] = 4625, - [4711] = 4626, - [4712] = 4641, - [4713] = 4642, - [4714] = 4620, - [4715] = 4623, - [4716] = 4646, - [4717] = 4647, - [4718] = 4621, - [4719] = 4622, - [4720] = 4663, - [4721] = 4662, - [4722] = 4624, - [4723] = 4645, - [4724] = 4644, - [4725] = 4628, - [4726] = 4639, - [4727] = 4636, - [4728] = 4625, - [4729] = 4629, - [4730] = 4628, - [4731] = 4621, - [4732] = 4625, - [4733] = 4624, - [4734] = 4662, - [4735] = 4663, - [4736] = 4622, - [4737] = 4623, - [4738] = 4621, - [4739] = 4629, - [4740] = 4626, - [4741] = 4631, - [4742] = 4632, - [4743] = 4630, - [4744] = 4634, - [4745] = 4637, - [4746] = 4628, - [4747] = 4638, - [4748] = 4640, - [4749] = 4641, - [4750] = 4642, - [4751] = 4620, - [4752] = 4662, - [4753] = 4646, - [4754] = 4647, - [4755] = 4645, - [4756] = 4644, - [4757] = 4639, - [4758] = 4636, - [4759] = 4629, - [4760] = 4629, - [4761] = 4637, - [4762] = 4638, - [4763] = 4644, - [4764] = 4628, - [4765] = 4621, - [4766] = 4625, - [4767] = 4622, - [4768] = 4636, - [4769] = 4639, - [4770] = 4624, - [4771] = 4662, - [4772] = 4639, - [4773] = 4663, - [4774] = 4645, - [4775] = 4622, - [4776] = 4623, - [4777] = 4645, - [4778] = 4647, - [4779] = 4646, - [4780] = 4626, - [4781] = 4631, - [4782] = 4632, - [4783] = 4630, - [4784] = 4634, - [4785] = 4644, - [4786] = 4645, - [4787] = 4620, - [4788] = 4637, - [4789] = 4638, - [4790] = 4640, - [4791] = 4641, - [4792] = 4642, - [4793] = 4620, - [4794] = 4663, - [4795] = 4642, - [4796] = 4641, - [4797] = 4640, - [4798] = 4638, - [4799] = 4646, - [4800] = 4647, - [4801] = 4647, - [4802] = 4645, - [4803] = 4644, - [4804] = 4639, - [4805] = 4636, - [4806] = 4646, - [4807] = 4629, - [4808] = 4628, - [4809] = 4621, - [4810] = 4625, - [4811] = 4624, - [4812] = 4662, - [4813] = 4663, - [4814] = 4622, - [4815] = 4623, - [4816] = 4637, - [4817] = 4620, - [4818] = 4634, - [4819] = 4626, - [4820] = 4631, - [4821] = 4632, - [4822] = 4630, - [4823] = 4630, - [4824] = 4634, - [4825] = 4637, - [4826] = 4638, - [4827] = 4640, - [4828] = 4642, - [4829] = 4641, - [4830] = 4642, - [4831] = 4620, - [4832] = 4646, - [4833] = 4647, - [4834] = 4645, - [4835] = 4644, - [4836] = 4632, - [4837] = 4631, - [4838] = 4626, - [4839] = 4641, - [4840] = 4639, - [4841] = 4636, - [4842] = 4629, - [4843] = 4640, - [4844] = 4623, - [4845] = 4622, - [4846] = 4628, - [4847] = 4621, - [4848] = 4638, - [4849] = 4625, - [4850] = 4637, - [4851] = 4624, - [4852] = 4663, - [4853] = 4662, - [4854] = 4624, - [4855] = 4625, - [4856] = 4621, - [4857] = 4662, - [4858] = 4663, - [4859] = 4634, - [4860] = 4622, - [4861] = 4630, - [4862] = 4632, - [4863] = 4628, - [4864] = 4623, - [4865] = 4631, - [4866] = 4626, - [4867] = 4626, - [4868] = 4631, - [4869] = 4629, - [4870] = 4631, - [4871] = 4628, - [4872] = 4636, - [4873] = 4639, - [4874] = 4644, - [4875] = 4632, - [4876] = 4630, - [4877] = 4623, - [4878] = 4634, - [4879] = 4637, - [4880] = 4623, - [4881] = 4626, - [4882] = 4638, - [4883] = 4640, - [4884] = 4641, - [4885] = 4642, - [4886] = 4620, - [4887] = 4646, - [4888] = 4647, - [4889] = 4645, - [4890] = 4644, - [4891] = 4639, - [4892] = 4636, - [4893] = 4629, - [4894] = 4628, - [4895] = 4621, - [4896] = 4625, - [4897] = 4624, - [4898] = 4632, - [4899] = 4662, - [4900] = 4663, - [4901] = 4622, - [4902] = 4623, - [4903] = 4647, - [4904] = 4647, - [4905] = 4646, - [4906] = 4626, - [4907] = 4631, - [4908] = 4632, - [4909] = 4630, - [4910] = 4634, - [4911] = 4637, - [4912] = 4620, - [4913] = 4642, - [4914] = 4632, - [4915] = 4641, - [4916] = 4638, - [4917] = 4640, - [4918] = 4641, - [4919] = 4630, - [4920] = 4640, - [4921] = 4622, - [4922] = 4642, - [4923] = 4638, - [4924] = 4634, - [4925] = 4632, - [4926] = 4637, - [4927] = 4646, - [4928] = 4647, - [4929] = 4634, - [4930] = 4630, - [4931] = 4645, - [4932] = 4663, - [4933] = 4644, - [4934] = 4639, - [4935] = 4632, - [4936] = 4662, - [4937] = 4624, - [4938] = 4637, - [4939] = 4631, - [4940] = 4636, - [4941] = 4626, - [4942] = 4623, - [4943] = 4625, - [4944] = 4621, - [4945] = 4629, - [4946] = 4628, - [4947] = 4622, - [4948] = 4663, - [4949] = 4662, - [4950] = 4624, - [4951] = 4628, - [4952] = 4621, - [4953] = 4629, - [4954] = 4625, - [4955] = 4624, - [4956] = 4662, - [4957] = 4663, - [4958] = 4622, - [4959] = 4623, - [4960] = 4625, - [4961] = 4621, - [4962] = 4626, - [4963] = 4631, - [4964] = 4632, - [4965] = 4630, - [4966] = 4634, - [4967] = 4637, - [4968] = 4638, - [4969] = 4628, - [4970] = 4640, - [4971] = 4641, - [4972] = 4642, - [4973] = 4620, - [4974] = 4629, - [4975] = 4646, - [4976] = 4647, - [4977] = 4645, - [4978] = 4644, - [4979] = 4639, - [4980] = 4638, - [4981] = 4636, - [4982] = 4642, - [4983] = 4629, - [4984] = 4628, - [4985] = 4621, - [4986] = 4625, - [4987] = 4624, - [4988] = 4620, - [4989] = 4646, - [4990] = 4636, - [4991] = 4639, - [4992] = 4662, - [4993] = 4663, - [4994] = 4622, - [4995] = 4636, - [4996] = 4644, - [4997] = 4645, - [4998] = 4647, - [4999] = 4646, - [5000] = 4639, - [5001] = 4623, - [5002] = 4620, - [5003] = 4642, - [5004] = 4641, - [5005] = 4640, - [5006] = 4638, - [5007] = 4626, - [5008] = 4631, - [5009] = 4632, - [5010] = 4630, - [5011] = 4634, - [5012] = 4637, - [5013] = 4640, - [5014] = 4644, - [5015] = 4637, - [5016] = 4638, - [5017] = 4640, - [5018] = 4641, - [5019] = 4642, - [5020] = 4620, - [5021] = 4645, - [5022] = 4639, - [5023] = 4634, - [5024] = 4630, - [5025] = 4641, - [5026] = 4636, - [5027] = 4646, - [5028] = 4647, - [5029] = 4642, - [5030] = 4645, - [5031] = 4644, - [5032] = 4639, - [5033] = 4636, - [5034] = 4631, - [5035] = 4629, - [5036] = 4628, - [5037] = 4621, - [5038] = 4625, - [5039] = 4624, - [5040] = 4662, - [5041] = 4663, - [5042] = 4622, - [5043] = 4623, - [5044] = 4646, - [5045] = 4626, - [5046] = 4626, - [5047] = 4631, - [5048] = 4632, - [5049] = 4630, - [5050] = 4623, - [5051] = 4634, - [5052] = 4637, - [5053] = 4638, - [5054] = 4640, - [5055] = 4641, - [5056] = 4620, - [5057] = 4642, - [5058] = 4620, - [5059] = 4646, - [5060] = 4647, - [5061] = 4645, - [5062] = 4644, - [5063] = 4639, - [5064] = 4622, - [5065] = 4642, - [5066] = 4620, - [5067] = 4663, - [5068] = 4636, - [5069] = 4646, - [5070] = 4662, - [5071] = 4647, - [5072] = 4624, - [5073] = 4625, - [5074] = 4645, - [5075] = 4629, - [5076] = 4641, - [5077] = 4628, - [5078] = 4621, - [5079] = 4663, - [5080] = 4640, - [5081] = 4628, - [5082] = 4625, - [5083] = 4624, - [5084] = 4662, - [5085] = 4663, - [5086] = 4622, - [5087] = 4623, - [5088] = 4629, - [5089] = 4638, - [5090] = 4637, - [5091] = 4647, - [5092] = 4645, - [5093] = 4626, - [5094] = 4631, - [5095] = 4632, - [5096] = 4630, - [5097] = 4634, - [5098] = 4634, - [5099] = 4630, - [5100] = 4644, - [5101] = 4638, - [5102] = 4632, - [5103] = 4637, - [5104] = 4638, - [5105] = 4631, - [5106] = 4640, - [5107] = 4641, - [5108] = 4642, - [5109] = 4620, - [5110] = 4646, - [5111] = 4647, - [5112] = 4645, - [5113] = 4644, - [5114] = 4639, - [5115] = 4636, - [5116] = 5116, - [5117] = 5117, - [5118] = 4629, - [5119] = 4628, - [5120] = 4621, - [5121] = 4625, - [5122] = 4624, - [5123] = 4662, - [5124] = 4663, - [5125] = 4622, - [5126] = 4639, - [5127] = 4623, - [5128] = 4644, - [5129] = 4645, - [5130] = 4626, - [5131] = 4631, - [5132] = 4626, - [5133] = 4632, - [5134] = 4630, - [5135] = 4634, - [5136] = 4637, - [5137] = 4638, - [5138] = 4640, - [5139] = 4641, - [5140] = 4647, - [5141] = 4646, - [5142] = 4620, - [5143] = 4642, - [5144] = 4642, - [5145] = 4620, - [5146] = 4646, - [5147] = 4644, - [5148] = 4641, - [5149] = 4640, - [5150] = 4647, - [5151] = 4645, - [5152] = 4631, - [5153] = 4644, - [5154] = 4638, - [5155] = 4639, - [5156] = 4623, - [5157] = 4646, - [5158] = 4636, - [5159] = 4622, - [5160] = 4637, - [5161] = 4629, - [5162] = 4628, - [5163] = 4621, - [5164] = 4663, - [5165] = 4662, - [5166] = 4624, - [5167] = 4634, - [5168] = 4625, - [5169] = 4624, - [5170] = 4662, - [5171] = 4663, - [5172] = 4622, - [5173] = 4630, - [5174] = 4625, - [5175] = 4632, - [5176] = 4631, - [5177] = 4626, - [5178] = 4623, - [5179] = 4623, - [5180] = 4622, - [5181] = 4621, - [5182] = 4663, - [5183] = 4626, - [5184] = 4662, - [5185] = 4624, - [5186] = 4631, - [5187] = 4632, - [5188] = 4630, - [5189] = 4634, - [5190] = 4637, - [5191] = 4638, - [5192] = 4640, - [5193] = 4641, - [5194] = 4642, - [5195] = 4620, - [5196] = 4646, - [5197] = 4625, - [5198] = 4647, - [5199] = 4645, - [5200] = 4644, - [5201] = 4639, - [5202] = 4621, - [5203] = 4636, - [5204] = 5204, - [5205] = 4628, - [5206] = 4629, - [5207] = 4629, - [5208] = 4636, - [5209] = 4628, - [5210] = 4621, - [5211] = 4625, - [5212] = 4624, - [5213] = 4662, - [5214] = 4663, - [5215] = 4622, - [5216] = 4628, - [5217] = 4629, - [5218] = 4639, - [5219] = 4636, - [5220] = 4623, - [5221] = 4629, - [5222] = 4636, - [5223] = 4639, - [5224] = 4639, - [5225] = 4644, - [5226] = 4644, - [5227] = 4626, - [5228] = 4645, - [5229] = 4631, - [5230] = 4645, - [5231] = 4632, - [5232] = 4630, - [5233] = 4647, - [5234] = 4634, - [5235] = 4647, - [5236] = 4646, - [5237] = 4637, - [5238] = 4638, - [5239] = 4620, - [5240] = 4640, - [5241] = 4642, - [5242] = 4636, - [5243] = 4646, - [5244] = 4641, - [5245] = 4642, - [5246] = 4620, - [5247] = 4646, - [5248] = 4641, - [5249] = 4620, - [5250] = 4640, - [5251] = 4638, - [5252] = 4642, - [5253] = 4641, - [5254] = 4640, - [5255] = 4647, - [5256] = 4645, - [5257] = 4637, - [5258] = 4644, - [5259] = 4639, - [5260] = 4636, - [5261] = 4629, - [5262] = 4628, - [5263] = 5263, - [5264] = 4629, - [5265] = 4628, - [5266] = 4621, - [5267] = 4625, - [5268] = 4624, - [5269] = 4662, - [5270] = 4663, - [5271] = 4622, - [5272] = 4623, - [5273] = 4621, - [5274] = 4625, - [5275] = 4634, - [5276] = 4630, - [5277] = 4632, - [5278] = 4640, - [5279] = 4626, - [5280] = 4624, - [5281] = 4623, - [5282] = 4622, - [5283] = 4663, - [5284] = 4662, - [5285] = 4662, - [5286] = 4624, - [5287] = 4663, - [5288] = 4625, - [5289] = 4621, - [5290] = 4637, - [5291] = 4634, - [5292] = 4630, - [5293] = 4632, - [5294] = 4628, - [5295] = 4631, - [5296] = 4626, - [5297] = 4622, - [5298] = 4629, - [5299] = 4623, - [5300] = 4631, - [5301] = 4626, - [5302] = 4631, - [5303] = 4632, - [5304] = 4636, - [5305] = 4639, - [5306] = 4623, - [5307] = 4622, - [5308] = 4663, - [5309] = 4662, - [5310] = 4644, - [5311] = 4624, - [5312] = 4645, - [5313] = 4625, - [5314] = 4647, - [5315] = 4621, - [5316] = 4628, - [5317] = 4646, - [5318] = 4620, - [5319] = 4642, - [5320] = 4629, - [5321] = 4621, - [5322] = 4641, - [5323] = 4625, - [5324] = 4636, - [5325] = 4639, - [5326] = 4646, - [5327] = 4644, - [5328] = 4645, - [5329] = 4647, - [5330] = 4646, - [5331] = 4638, - [5332] = 4620, - [5333] = 4630, - [5334] = 4642, - [5335] = 4641, - [5336] = 4640, - [5337] = 4638, - [5338] = 4637, - [5339] = 4637, - [5340] = 5340, - [5341] = 4634, - [5342] = 4634, - [5343] = 4630, - [5344] = 4632, - [5345] = 5117, - [5346] = 4631, - [5347] = 4630, - [5348] = 4632, - [5349] = 4626, - [5350] = 4631, - [5351] = 4634, - [5352] = 4626, - [5353] = 4623, - [5354] = 4637, - [5355] = 4623, - [5356] = 4622, - [5357] = 4663, - [5358] = 4638, - [5359] = 4662, - [5360] = 4622, - [5361] = 4663, - [5362] = 4624, - [5363] = 4662, - [5364] = 4624, - [5365] = 4625, - [5366] = 4621, - [5367] = 4625, - [5368] = 4621, - [5369] = 4628, - [5370] = 4628, - [5371] = 4629, - [5372] = 4636, - [5373] = 4639, - [5374] = 4629, - [5375] = 4644, - [5376] = 4624, - [5377] = 4662, - [5378] = 4645, - [5379] = 4663, - [5380] = 4638, - [5381] = 4640, - [5382] = 4636, - [5383] = 4641, - [5384] = 4639, - [5385] = 4644, - [5386] = 4642, - [5387] = 4647, - [5388] = 4646, - [5389] = 4620, - [5390] = 4642, - [5391] = 4641, - [5392] = 4640, - [5393] = 4620, - [5394] = 4638, - [5395] = 4637, - [5396] = 4645, - [5397] = 4634, - [5398] = 4630, - [5399] = 4647, - [5400] = 4632, - [5401] = 4631, - [5402] = 4626, - [5403] = 4646, - [5404] = 4620, - [5405] = 4642, - [5406] = 4641, - [5407] = 4641, - [5408] = 4640, - [5409] = 4647, - [5410] = 4645, - [5411] = 4644, - [5412] = 4639, - [5413] = 4637, - [5414] = 4634, - [5415] = 4630, - [5416] = 4623, - [5417] = 4632, - [5418] = 4622, - [5419] = 4631, - [5420] = 4636, - [5421] = 4663, - [5422] = 4662, - [5423] = 4624, - [5424] = 4626, - [5425] = 4623, - [5426] = 4622, - [5427] = 4663, - [5428] = 4625, - [5429] = 4662, - [5430] = 4624, - [5431] = 4621, - [5432] = 4628, - [5433] = 4625, - [5434] = 4629, - [5435] = 4636, - [5436] = 4639, - [5437] = 4644, - [5438] = 4645, - [5439] = 4647, - [5440] = 4646, - [5441] = 4620, - [5442] = 4621, - [5443] = 4628, - [5444] = 4629, - [5445] = 4622, - [5446] = 4636, - [5447] = 4639, - [5448] = 4644, - [5449] = 4642, - [5450] = 911, - [5451] = 4641, - [5452] = 4645, - [5453] = 4647, - [5454] = 4646, - [5455] = 864, - [5456] = 4640, - [5457] = 4620, - [5458] = 4638, - [5459] = 4642, - [5460] = 4637, - [5461] = 4641, - [5462] = 4634, - [5463] = 4640, - [5464] = 4638, - [5465] = 4637, - [5466] = 4630, - [5467] = 4632, - [5468] = 4631, - [5469] = 4626, - [5470] = 4623, - [5471] = 4622, - [5472] = 4663, + [4664] = 4664, + [4665] = 4665, + [4666] = 4666, + [4667] = 4667, + [4668] = 4668, + [4669] = 4669, + [4670] = 4667, + [4671] = 4671, + [4672] = 4669, + [4673] = 4668, + [4674] = 4654, + [4675] = 4657, + [4676] = 4666, + [4677] = 4663, + [4678] = 4664, + [4679] = 4679, + [4680] = 4680, + [4681] = 4681, + [4682] = 4653, + [4683] = 4683, + [4684] = 4684, + [4685] = 4685, + [4686] = 4681, + [4687] = 4652, + [4688] = 4671, + [4689] = 4665, + [4690] = 4660, + [4691] = 4659, + [4692] = 4692, + [4693] = 4693, + [4694] = 4685, + [4695] = 4683, + [4696] = 4681, + [4697] = 4664, + [4698] = 4693, + [4699] = 4652, + [4700] = 4684, + [4701] = 4653, + [4702] = 4657, + [4703] = 4692, + [4704] = 4654, + [4705] = 4668, + [4706] = 4669, + [4707] = 4667, + [4708] = 4666, + [4709] = 4659, + [4710] = 4665, + [4711] = 4663, + [4712] = 4656, + [4713] = 4660, + [4714] = 4665, + [4715] = 4663, + [4716] = 4671, + [4717] = 4652, + [4718] = 4684, + [4719] = 4653, + [4720] = 4680, + [4721] = 4655, + [4722] = 4661, + [4723] = 4662, + [4724] = 4679, + [4725] = 4656, + [4726] = 4662, + [4727] = 4661, + [4728] = 4655, + [4729] = 4666, + [4730] = 4679, + [4731] = 4680, + [4732] = 4667, + [4733] = 4655, + [4734] = 4661, + [4735] = 4662, + [4736] = 4680, + [4737] = 4653, + [4738] = 4684, + [4739] = 4679, + [4740] = 4692, + [4741] = 4693, + [4742] = 4679, + [4743] = 4656, + [4744] = 4669, + [4745] = 4680, + [4746] = 4653, + [4747] = 4662, + [4748] = 4661, + [4749] = 4685, + [4750] = 4684, + [4751] = 4663, + [4752] = 4665, + [4753] = 4666, + [4754] = 4667, + [4755] = 4652, + [4756] = 4671, + [4757] = 4669, + [4758] = 4652, + [4759] = 4668, + [4760] = 4660, + [4761] = 4655, + [4762] = 4654, + [4763] = 4659, + [4764] = 4692, + [4765] = 4693, + [4766] = 4685, + [4767] = 4683, + [4768] = 4681, + [4769] = 4664, + [4770] = 4668, + [4771] = 4683, + [4772] = 4654, + [4773] = 4657, + [4774] = 4681, + [4775] = 4654, + [4776] = 4668, + [4777] = 4669, + [4778] = 4667, + [4779] = 4664, + [4780] = 4666, + [4781] = 4665, + [4782] = 4663, + [4783] = 4656, + [4784] = 4664, + [4785] = 4681, + [4786] = 4657, + [4787] = 4683, + [4788] = 4685, + [4789] = 4655, + [4790] = 4661, + [4791] = 4662, + [4792] = 4679, + [4793] = 4693, + [4794] = 4692, + [4795] = 4659, + [4796] = 4660, + [4797] = 4680, + [4798] = 4653, + [4799] = 4684, + [4800] = 4657, + [4801] = 4671, + [4802] = 4660, + [4803] = 4656, + [4804] = 4663, + [4805] = 4671, + [4806] = 4652, + [4807] = 4671, + [4808] = 4665, + [4809] = 4652, + [4810] = 4684, + [4811] = 4666, + [4812] = 4659, + [4813] = 4664, + [4814] = 4660, + [4815] = 4667, + [4816] = 4669, + [4817] = 4653, + [4818] = 4680, + [4819] = 4679, + [4820] = 4681, + [4821] = 4692, + [4822] = 4693, + [4823] = 4668, + [4824] = 4654, + [4825] = 4662, + [4826] = 4661, + [4827] = 4655, + [4828] = 4654, + [4829] = 4668, + [4830] = 4685, + [4831] = 4659, + [4832] = 4692, + [4833] = 4656, + [4834] = 4693, + [4835] = 4669, + [4836] = 4685, + [4837] = 4657, + [4838] = 4664, + [4839] = 4683, + [4840] = 4681, + [4841] = 4664, + [4842] = 4683, + [4843] = 4681, + [4844] = 4844, + [4845] = 4657, + [4846] = 4654, + [4847] = 4668, + [4848] = 4669, + [4849] = 4667, + [4850] = 4683, + [4851] = 4666, + [4852] = 4665, + [4853] = 4663, + [4854] = 4656, + [4855] = 4667, + [4856] = 4681, + [4857] = 4664, + [4858] = 4664, + [4859] = 4683, + [4860] = 4655, + [4861] = 4666, + [4862] = 4661, + [4863] = 4662, + [4864] = 4679, + [4865] = 4680, + [4866] = 4653, + [4867] = 4684, + [4868] = 4652, + [4869] = 4665, + [4870] = 4663, + [4871] = 4665, + [4872] = 4663, + [4873] = 4671, + [4874] = 4657, + [4875] = 4660, + [4876] = 4656, + [4877] = 4654, + [4878] = 4685, + [4879] = 4685, + [4880] = 4666, + [4881] = 4667, + [4882] = 4659, + [4883] = 4692, + [4884] = 4693, + [4885] = 4683, + [4886] = 4692, + [4887] = 4659, + [4888] = 4669, + [4889] = 4693, + [4890] = 4685, + [4891] = 4660, + [4892] = 4668, + [4893] = 4654, + [4894] = 4657, + [4895] = 4693, + [4896] = 4668, + [4897] = 4669, + [4898] = 4692, + [4899] = 4899, + [4900] = 4685, + [4901] = 4653, + [4902] = 4681, + [4903] = 4683, + [4904] = 4685, + [4905] = 4693, + [4906] = 4692, + [4907] = 4683, + [4908] = 4681, + [4909] = 4659, + [4910] = 4664, + [4911] = 4660, + [4912] = 4671, + [4913] = 4693, + [4914] = 4671, + [4915] = 4652, + [4916] = 4684, + [4917] = 4657, + [4918] = 4654, + [4919] = 4668, + [4920] = 4669, + [4921] = 4667, + [4922] = 4666, + [4923] = 4665, + [4924] = 4663, + [4925] = 4656, + [4926] = 4655, + [4927] = 4653, + [4928] = 4659, + [4929] = 4680, + [4930] = 4679, + [4931] = 4662, + [4932] = 4655, + [4933] = 4661, + [4934] = 4662, + [4935] = 4679, + [4936] = 4680, + [4937] = 4661, + [4938] = 4653, + [4939] = 4684, + [4940] = 4652, + [4941] = 4671, + [4942] = 4692, + [4943] = 4660, + [4944] = 4659, + [4945] = 4655, + [4946] = 4659, + [4947] = 4656, + [4948] = 4661, + [4949] = 4692, + [4950] = 4693, + [4951] = 4685, + [4952] = 4663, + [4953] = 4660, + [4954] = 4665, + [4955] = 4666, + [4956] = 4667, + [4957] = 4662, + [4958] = 4683, + [4959] = 4681, + [4960] = 4660, + [4961] = 4679, + [4962] = 4671, + [4963] = 4667, + [4964] = 4652, + [4965] = 4664, + [4966] = 4684, + [4967] = 4666, + [4968] = 4652, + [4969] = 4680, + [4970] = 4653, + [4971] = 4669, + [4972] = 4671, + [4973] = 4653, + [4974] = 4652, + [4975] = 4684, + [4976] = 4668, + [4977] = 4684, + [4978] = 4652, + [4979] = 4671, + [4980] = 4654, + [4981] = 4657, + [4982] = 4684, + [4983] = 4665, + [4984] = 4653, + [4985] = 4664, + [4986] = 4657, + [4987] = 4681, + [4988] = 4654, + [4989] = 4680, + [4990] = 4683, + [4991] = 4668, + [4992] = 4669, + [4993] = 4667, + [4994] = 4666, + [4995] = 4665, + [4996] = 4663, + [4997] = 4656, + [4998] = 4685, + [4999] = 4680, + [5000] = 4693, + [5001] = 4692, + [5002] = 4679, + [5003] = 4655, + [5004] = 4661, + [5005] = 4662, + [5006] = 4679, + [5007] = 4659, + [5008] = 4680, + [5009] = 4653, + [5010] = 4684, + [5011] = 4652, + [5012] = 4671, + [5013] = 4660, + [5014] = 4663, + [5015] = 4660, + [5016] = 4659, + [5017] = 4692, + [5018] = 4693, + [5019] = 4685, + [5020] = 4683, + [5021] = 4656, + [5022] = 4671, + [5023] = 4652, + [5024] = 4684, + [5025] = 4681, + [5026] = 4664, + [5027] = 4653, + [5028] = 4680, + [5029] = 4680, + [5030] = 4679, + [5031] = 4662, + [5032] = 4655, + [5033] = 4660, + [5034] = 4679, + [5035] = 4661, + [5036] = 4655, + [5037] = 4661, + [5038] = 4662, + [5039] = 4662, + [5040] = 4679, + [5041] = 4657, + [5042] = 4654, + [5043] = 4656, + [5044] = 4679, + [5045] = 4663, + [5046] = 4665, + [5047] = 4666, + [5048] = 4680, + [5049] = 4653, + [5050] = 4684, + [5051] = 4667, + [5052] = 4661, + [5053] = 4659, + [5054] = 4669, + [5055] = 4668, + [5056] = 4654, + [5057] = 4657, + [5058] = 4652, + [5059] = 4668, + [5060] = 4669, + [5061] = 4662, + [5062] = 4667, + [5063] = 4671, + [5064] = 4666, + [5065] = 4662, + [5066] = 4660, + [5067] = 4665, + [5068] = 4663, + [5069] = 4656, + [5070] = 4692, + [5071] = 4659, + [5072] = 4693, + [5073] = 4685, + [5074] = 4655, + [5075] = 4661, + [5076] = 4662, + [5077] = 4679, + [5078] = 4661, + [5079] = 4680, + [5080] = 4653, + [5081] = 4684, + [5082] = 4652, + [5083] = 4661, + [5084] = 4671, + [5085] = 4655, + [5086] = 4660, + [5087] = 4659, + [5088] = 4692, + [5089] = 4664, + [5090] = 4693, + [5091] = 4685, + [5092] = 4683, + [5093] = 4681, + [5094] = 4664, + [5095] = 4655, + [5096] = 4692, + [5097] = 4693, + [5098] = 4681, + [5099] = 4683, + [5100] = 4685, + [5101] = 4685, + [5102] = 4657, + [5103] = 4654, + [5104] = 4693, + [5105] = 4683, + [5106] = 4692, + [5107] = 4659, + [5108] = 4660, + [5109] = 4681, + [5110] = 4668, + [5111] = 4669, + [5112] = 5112, + [5113] = 4671, + [5114] = 4652, + [5115] = 4684, + [5116] = 4653, + [5117] = 4667, + [5118] = 4666, + [5119] = 4680, + [5120] = 4679, + [5121] = 4662, + [5122] = 4661, + [5123] = 4655, + [5124] = 4664, + [5125] = 4679, + [5126] = 4662, + [5127] = 4655, + [5128] = 4657, + [5129] = 4657, + [5130] = 4656, + [5131] = 4663, + [5132] = 4665, + [5133] = 4666, + [5134] = 4667, + [5135] = 4665, + [5136] = 4663, + [5137] = 4669, + [5138] = 4656, + [5139] = 4668, + [5140] = 4654, + [5141] = 4657, + [5142] = 4654, + [5143] = 4668, + [5144] = 4664, + [5145] = 4661, + [5146] = 4655, + [5147] = 4661, + [5148] = 4662, + [5149] = 4679, + [5150] = 4680, + [5151] = 4653, + [5152] = 4684, + [5153] = 4652, + [5154] = 4660, + [5155] = 4671, + [5156] = 4667, + [5157] = 4660, + [5158] = 4659, + [5159] = 4666, + [5160] = 4692, + [5161] = 4693, + [5162] = 4685, + [5163] = 4683, + [5164] = 4681, + [5165] = 4683, + [5166] = 4664, + [5167] = 4656, + [5168] = 4663, + [5169] = 4681, + [5170] = 4657, + [5171] = 4654, + [5172] = 4668, + [5173] = 4681, + [5174] = 4683, + [5175] = 4664, + [5176] = 4657, + [5177] = 4669, + [5178] = 4667, + [5179] = 4666, + [5180] = 4685, + [5181] = 4655, + [5182] = 4693, + [5183] = 4665, + [5184] = 4666, + [5185] = 4654, + [5186] = 4665, + [5187] = 4663, + [5188] = 4667, + [5189] = 4668, + [5190] = 4669, + [5191] = 4668, + [5192] = 4665, + [5193] = 4656, + [5194] = 4692, + [5195] = 5195, + [5196] = 4659, + [5197] = 4663, + [5198] = 871, + [5199] = 4671, + [5200] = 4656, + [5201] = 4656, + [5202] = 919, + [5203] = 4654, + [5204] = 4663, + [5205] = 4684, + [5206] = 4653, + [5207] = 4680, + [5208] = 4679, + [5209] = 4662, + [5210] = 4661, + [5211] = 4665, + [5212] = 4655, + [5213] = 4666, + [5214] = 4656, + [5215] = 4663, + [5216] = 4655, + [5217] = 4657, + [5218] = 4664, + [5219] = 4661, + [5220] = 4662, + [5221] = 4679, + [5222] = 4680, + [5223] = 4655, + [5224] = 4684, + [5225] = 4652, + [5226] = 4671, + [5227] = 4667, + [5228] = 4660, + [5229] = 4659, + [5230] = 4681, + [5231] = 4692, + [5232] = 4693, + [5233] = 4685, + [5234] = 4683, + [5235] = 4669, + [5236] = 4681, + [5237] = 4664, + [5238] = 4665, + [5239] = 4683, + [5240] = 4685, + [5241] = 4666, + [5242] = 4657, + [5243] = 4654, + [5244] = 4668, + [5245] = 4669, + [5246] = 4667, + [5247] = 4666, + [5248] = 4665, + [5249] = 4667, + [5250] = 4669, + [5251] = 4668, + [5252] = 4654, + [5253] = 4663, + [5254] = 4656, + [5255] = 4657, + [5256] = 4667, + [5257] = 4669, + [5258] = 4666, + [5259] = 4665, + [5260] = 4693, + [5261] = 4664, + [5262] = 4661, + [5263] = 4663, + [5264] = 4692, + [5265] = 4656, + [5266] = 4659, + [5267] = 4660, + [5268] = 4655, + [5269] = 4681, + [5270] = 4655, + [5271] = 4671, + [5272] = 4652, + [5273] = 4683, + [5274] = 4685, + [5275] = 4693, + [5276] = 4662, + [5277] = 4679, + [5278] = 4680, + [5279] = 4653, + [5280] = 4684, + [5281] = 4684, + [5282] = 4652, + [5283] = 4671, + [5284] = 4660, + [5285] = 4692, + [5286] = 4659, + [5287] = 4661, + [5288] = 4662, + [5289] = 4655, + [5290] = 4679, + [5291] = 4661, + [5292] = 4680, + [5293] = 4660, + [5294] = 4653, + [5295] = 4653, + [5296] = 4684, + [5297] = 4652, + [5298] = 4671, + [5299] = 4659, + [5300] = 4660, + [5301] = 4659, + [5302] = 4692, + [5303] = 4693, + [5304] = 4685, + [5305] = 4683, + [5306] = 4680, + [5307] = 4681, + [5308] = 4664, + [5309] = 4661, + [5310] = 4662, + [5311] = 4679, + [5312] = 4668, + [5313] = 4657, + [5314] = 4654, + [5315] = 4668, + [5316] = 4669, + [5317] = 4671, + [5318] = 4667, + [5319] = 4666, + [5320] = 4665, + [5321] = 4663, + [5322] = 4656, + [5323] = 4652, + [5324] = 4692, + [5325] = 4684, + [5326] = 4653, + [5327] = 4680, + [5328] = 4679, + [5329] = 4662, + [5330] = 4661, + [5331] = 4655, + [5332] = 4655, + [5333] = 4693, + [5334] = 4685, + [5335] = 4656, + [5336] = 4663, + [5337] = 4665, + [5338] = 4661, + [5339] = 4662, + [5340] = 4683, + [5341] = 4666, + [5342] = 4667, + [5343] = 4669, + [5344] = 5344, + [5345] = 4679, + [5346] = 4680, + [5347] = 4681, + [5348] = 4680, + [5349] = 4668, + [5350] = 4654, + [5351] = 4657, + [5352] = 4664, + [5353] = 4654, + [5354] = 4657, + [5355] = 4657, + [5356] = 4653, + [5357] = 4684, + [5358] = 4664, + [5359] = 4681, + [5360] = 4683, + [5361] = 4685, + [5362] = 4693, + [5363] = 4653, + [5364] = 4684, + [5365] = 4652, + [5366] = 4652, + [5367] = 4692, + [5368] = 4671, + [5369] = 4654, + [5370] = 4659, + [5371] = 4668, + [5372] = 4660, + [5373] = 4659, + [5374] = 4692, + [5375] = 4693, + [5376] = 4685, + [5377] = 4683, + [5378] = 4681, + [5379] = 4664, + [5380] = 4669, + [5381] = 4667, + [5382] = 4844, + [5383] = 4660, + [5384] = 4657, + [5385] = 4654, + [5386] = 4668, + [5387] = 4666, + [5388] = 4669, + [5389] = 4667, + [5390] = 4666, + [5391] = 4665, + [5392] = 4663, + [5393] = 4671, + [5394] = 4656, + [5395] = 4665, + [5396] = 4663, + [5397] = 4656, + [5398] = 4653, + [5399] = 4655, + [5400] = 4661, + [5401] = 4656, + [5402] = 4671, + [5403] = 4652, + [5404] = 4660, + [5405] = 4662, + [5406] = 4679, + [5407] = 4680, + [5408] = 4684, + [5409] = 4663, + [5410] = 4668, + [5411] = 4692, + [5412] = 4659, + [5413] = 4665, + [5414] = 4653, + [5415] = 4684, + [5416] = 4666, + [5417] = 4680, + [5418] = 4679, + [5419] = 4662, + [5420] = 4661, + [5421] = 4652, + [5422] = 4671, + [5423] = 4655, + [5424] = 4667, + [5425] = 4656, + [5426] = 4663, + [5427] = 4665, + [5428] = 4669, + [5429] = 4668, + [5430] = 4654, + [5431] = 4666, + [5432] = 4667, + [5433] = 4669, + [5434] = 4668, + [5435] = 4654, + [5436] = 4657, + [5437] = 4664, + [5438] = 4681, + [5439] = 4657, + [5440] = 4660, + [5441] = 4683, + [5442] = 4659, + [5443] = 4685, + [5444] = 4692, + [5445] = 4693, + [5446] = 4692, + [5447] = 4693, + [5448] = 4685, + [5449] = 4683, + [5450] = 4681, + [5451] = 4664, + [5452] = 4656, + [5453] = 4663, + [5454] = 4665, + [5455] = 4657, + [5456] = 4654, + [5457] = 4668, + [5458] = 4659, + [5459] = 4669, + [5460] = 4667, + [5461] = 4666, + [5462] = 4665, + [5463] = 4660, + [5464] = 4663, + [5465] = 4656, + [5466] = 4662, + [5467] = 4655, + [5468] = 4692, + [5469] = 4693, + [5470] = 4671, + [5471] = 4655, + [5472] = 4661, [5473] = 4662, - [5474] = 4624, - [5475] = 4634, - [5476] = 4630, - [5477] = 4632, - [5478] = 4625, - [5479] = 4631, - [5480] = 4621, - [5481] = 4628, - [5482] = 4626, - [5483] = 4623, - [5484] = 4629, - [5485] = 4626, - [5486] = 4636, - [5487] = 4639, - [5488] = 4644, - [5489] = 4622, - [5490] = 4645, - [5491] = 4647, - [5492] = 4646, - [5493] = 4620, - [5494] = 4642, - [5495] = 4641, - [5496] = 4640, - [5497] = 4663, - [5498] = 4638, - [5499] = 4662, - [5500] = 4637, - [5501] = 4634, - [5502] = 4624, - [5503] = 4625, - [5504] = 4621, - [5505] = 4630, - [5506] = 4632, - [5507] = 4628, - [5508] = 4629, - [5509] = 4623, - [5510] = 4631, - [5511] = 4626, - [5512] = 4623, - [5513] = 4622, - [5514] = 4663, - [5515] = 4636, - [5516] = 4639, - [5517] = 4644, - [5518] = 4645, - [5519] = 4662, - [5520] = 4647, - [5521] = 4646, - [5522] = 4620, - [5523] = 4642, - [5524] = 4624, - [5525] = 4641, - [5526] = 4640, - [5527] = 4625, - [5528] = 4638, - [5529] = 4637, - [5530] = 4634, - [5531] = 4621, - [5532] = 4628, - [5533] = 4629, - [5534] = 4630, - [5535] = 4632, - [5536] = 4631, - [5537] = 4626, - [5538] = 5538, - [5539] = 5539, - [5540] = 5539, - [5541] = 5541, - [5542] = 5541, - [5543] = 5539, - [5544] = 5544, - [5545] = 5545, - [5546] = 5544, - [5547] = 5547, - [5548] = 5539, - [5549] = 5541, - [5550] = 5545, - [5551] = 5547, - [5552] = 5539, - [5553] = 5544, - [5554] = 5545, - [5555] = 5541, - [5556] = 5539, - [5557] = 5547, - [5558] = 5547, - [5559] = 5539, - [5560] = 5541, - [5561] = 5544, - [5562] = 5545, - [5563] = 5544, - [5564] = 5547, - [5565] = 5539, - [5566] = 5541, - [5567] = 5545, - [5568] = 5544, - [5569] = 5545, - [5570] = 5547, - [5571] = 5539, - [5572] = 5541, - [5573] = 5544, - [5574] = 5545, - [5575] = 5544, - [5576] = 5545, - [5577] = 5547, - [5578] = 5541, - [5579] = 5545, - [5580] = 5547, - [5581] = 5539, - [5582] = 5541, - [5583] = 5544, - [5584] = 5545, - [5585] = 5544, - [5586] = 5547, - [5587] = 5539, - [5588] = 5541, - [5589] = 5545, - [5590] = 5541, - [5591] = 5539, - [5592] = 5547, - [5593] = 5544, - [5594] = 5545, - [5595] = 5547, - [5596] = 5539, - [5597] = 5541, - [5598] = 5544, - [5599] = 5545, - [5600] = 5544, - [5601] = 5545, - [5602] = 5547, - [5603] = 5539, - [5604] = 5541, - [5605] = 5544, - [5606] = 5545, - [5607] = 5544, - [5608] = 5538, - [5609] = 5547, - [5610] = 5539, - [5611] = 5541, - [5612] = 5545, - [5613] = 5544, - [5614] = 5545, - [5615] = 5544, - [5616] = 5547, - [5617] = 5539, - [5618] = 5541, - [5619] = 5545, - [5620] = 5544, - [5621] = 5545, - [5622] = 5541, - [5623] = 5539, - [5624] = 5547, - [5625] = 5539, - [5626] = 5541, - [5627] = 5547, - [5628] = 5547, - [5629] = 5539, - [5630] = 5541, - [5631] = 5544, - [5632] = 5545, - [5633] = 5544, - [5634] = 5545, - [5635] = 5547, - [5636] = 5539, - [5637] = 5541, - [5638] = 5544, - [5639] = 5545, - [5640] = 5541, - [5641] = 5539, - [5642] = 5538, - [5643] = 5544, - [5644] = 5547, - [5645] = 5539, - [5646] = 5545, - [5647] = 5541, - [5648] = 5538, - [5649] = 5547, - [5650] = 5544, - [5651] = 5545, - [5652] = 5544, - [5653] = 5547, - [5654] = 5547, - [5655] = 5539, - [5656] = 5541, - [5657] = 5545, - [5658] = 5544, - [5659] = 5545, - [5660] = 5541, - [5661] = 5547, - [5662] = 5539, - [5663] = 5544, - [5664] = 5541, - [5665] = 5539, - [5666] = 5547, - [5667] = 5545, - [5668] = 5544, - [5669] = 5545, - [5670] = 5547, - [5671] = 5539, - [5672] = 5541, - [5673] = 5544, - [5674] = 5545, - [5675] = 5544, - [5676] = 5547, - [5677] = 5539, - [5678] = 5541, - [5679] = 5545, - [5680] = 5680, - [5681] = 5544, - [5682] = 5545, - [5683] = 5538, - [5684] = 5544, - [5685] = 5547, - [5686] = 5539, - [5687] = 5541, - [5688] = 5545, - [5689] = 5544, - [5690] = 5545, - [5691] = 5544, - [5692] = 5547, - [5693] = 5539, - [5694] = 5541, - [5695] = 5544, - [5696] = 5545, - [5697] = 5544, - [5698] = 5541, - [5699] = 5539, - [5700] = 5547, - [5701] = 5539, - [5702] = 5541, - [5703] = 5547, - [5704] = 5547, - [5705] = 5539, - [5706] = 5545, - [5707] = 5541, - [5708] = 5708, - [5709] = 5547, - [5710] = 5539, - [5711] = 5541, - [5712] = 5712, - [5713] = 5713, - [5714] = 5541, - [5715] = 5539, - [5716] = 5547, - [5717] = 5717, - [5718] = 5680, - [5719] = 5708, - [5720] = 5713, - [5721] = 5541, - [5722] = 5547, - [5723] = 5541, - [5724] = 5539, - [5725] = 5547, - [5726] = 5726, - [5727] = 5727, - [5728] = 5726, - [5729] = 5729, - [5730] = 5730, - [5731] = 5731, - [5732] = 5732, - [5733] = 5733, - [5734] = 5734, - [5735] = 5731, - [5736] = 5736, - [5737] = 5737, - [5738] = 5738, - [5739] = 5739, - [5740] = 5730, - [5741] = 5741, - [5742] = 5742, - [5743] = 5743, - [5744] = 5744, - [5745] = 5745, - [5746] = 5729, - [5747] = 5747, - [5748] = 5748, - [5749] = 5749, - [5750] = 5750, - [5751] = 5751, - [5752] = 5752, - [5753] = 5753, - [5754] = 5726, - [5755] = 5755, - [5756] = 5748, - [5757] = 5757, - [5758] = 5758, - [5759] = 5759, - [5760] = 5760, - [5761] = 5761, - [5762] = 5762, - [5763] = 5763, - [5764] = 5764, - [5765] = 5727, - [5766] = 5742, - [5767] = 5767, - [5768] = 5743, - [5769] = 5769, - [5770] = 5744, - [5771] = 5745, - [5772] = 5772, - [5773] = 5773, - [5774] = 5773, - [5775] = 5772, - [5776] = 5747, - [5777] = 5748, - [5778] = 5749, - [5779] = 5750, - [5780] = 5769, - [5781] = 5767, - [5782] = 5751, - [5783] = 5752, - [5784] = 5760, - [5785] = 5759, - [5786] = 5758, - [5787] = 5727, - [5788] = 5764, - [5789] = 5753, - [5790] = 5763, - [5791] = 5762, - [5792] = 5752, - [5793] = 5751, - [5794] = 5761, - [5795] = 5757, + [5474] = 4679, + [5475] = 4680, + [5476] = 4653, + [5477] = 4652, + [5478] = 4684, + [5479] = 4653, + [5480] = 4685, + [5481] = 4684, + [5482] = 4652, + [5483] = 4671, + [5484] = 4664, + [5485] = 4661, + [5486] = 4662, + [5487] = 4666, + [5488] = 4667, + [5489] = 4679, + [5490] = 4680, + [5491] = 4660, + [5492] = 4669, + [5493] = 4679, + [5494] = 4668, + [5495] = 4680, + [5496] = 4679, + [5497] = 4659, + [5498] = 4692, + [5499] = 4654, + [5500] = 4657, + [5501] = 4662, + [5502] = 4661, + [5503] = 4683, + [5504] = 4680, + [5505] = 4653, + [5506] = 4684, + [5507] = 4681, + [5508] = 4664, + [5509] = 4669, + [5510] = 4655, + [5511] = 4653, + [5512] = 4656, + [5513] = 4663, + [5514] = 4665, + [5515] = 4693, + [5516] = 4685, + [5517] = 4666, + [5518] = 4683, + [5519] = 4667, + [5520] = 4681, + [5521] = 4684, + [5522] = 4669, + [5523] = 4664, + [5524] = 4681, + [5525] = 4683, + [5526] = 4685, + [5527] = 4657, + [5528] = 4654, + [5529] = 4668, + [5530] = 4669, + [5531] = 4667, + [5532] = 4666, + [5533] = 4665, + [5534] = 4693, + [5535] = 4663, + [5536] = 4656, + [5537] = 4652, + [5538] = 4681, + [5539] = 4654, + [5540] = 4657, + [5541] = 4664, + [5542] = 4655, + [5543] = 4661, + [5544] = 4662, + [5545] = 4664, + [5546] = 4679, + [5547] = 4680, + [5548] = 4653, + [5549] = 4684, + [5550] = 4652, + [5551] = 4671, + [5552] = 4683, + [5553] = 4681, + [5554] = 4683, + [5555] = 4685, + [5556] = 4693, + [5557] = 4660, + [5558] = 4659, + [5559] = 4692, + [5560] = 4692, + [5561] = 4652, + [5562] = 4659, + [5563] = 4660, + [5564] = 4659, + [5565] = 4671, + [5566] = 4693, + [5567] = 4685, + [5568] = 4660, + [5569] = 4671, + [5570] = 5570, + [5571] = 5571, + [5572] = 5572, + [5573] = 5570, + [5574] = 5574, + [5575] = 5575, + [5576] = 5574, + [5577] = 5572, + [5578] = 5578, + [5579] = 5571, + [5580] = 5580, + [5581] = 5571, + [5582] = 5578, + [5583] = 5580, + [5584] = 5572, + [5585] = 5570, + [5586] = 5580, + [5587] = 5571, + [5588] = 5572, + [5589] = 5580, + [5590] = 5580, + [5591] = 5578, + [5592] = 5578, + [5593] = 5571, + [5594] = 5580, + [5595] = 5578, + [5596] = 5574, + [5597] = 5570, + [5598] = 5574, + [5599] = 5570, + [5600] = 5578, + [5601] = 5571, + [5602] = 5580, + [5603] = 5574, + [5604] = 5574, + [5605] = 5572, + [5606] = 5572, + [5607] = 5570, + [5608] = 5572, + [5609] = 5571, + [5610] = 5574, + [5611] = 5578, + [5612] = 5574, + [5613] = 5580, + [5614] = 5614, + [5615] = 5570, + [5616] = 5571, + [5617] = 5578, + [5618] = 5578, + [5619] = 5571, + [5620] = 5580, + [5621] = 5572, + [5622] = 5574, + [5623] = 5574, + [5624] = 5572, + [5625] = 5574, + [5626] = 5572, + [5627] = 5570, + [5628] = 5570, + [5629] = 5575, + [5630] = 5570, + [5631] = 5580, + [5632] = 5571, + [5633] = 5580, + [5634] = 5574, + [5635] = 5578, + [5636] = 5571, + [5637] = 5572, + [5638] = 5580, + [5639] = 5570, + [5640] = 5574, + [5641] = 5572, + [5642] = 5570, + [5643] = 5574, + [5644] = 5574, + [5645] = 5574, + [5646] = 5574, + [5647] = 5578, + [5648] = 5571, + [5649] = 5580, + [5650] = 5575, + [5651] = 5578, + [5652] = 5571, + [5653] = 5580, + [5654] = 5570, + [5655] = 5574, + [5656] = 5580, + [5657] = 5571, + [5658] = 5578, + [5659] = 5578, + [5660] = 5572, + [5661] = 5572, + [5662] = 5572, + [5663] = 5580, + [5664] = 5570, + [5665] = 5578, + [5666] = 5574, + [5667] = 5572, + [5668] = 5574, + [5669] = 5574, + [5670] = 5578, + [5671] = 5578, + [5672] = 5571, + [5673] = 5580, + [5674] = 5574, + [5675] = 5570, + [5676] = 5572, + [5677] = 5677, + [5678] = 5572, + [5679] = 5571, + [5680] = 5578, + [5681] = 5570, + [5682] = 5570, + [5683] = 5580, + [5684] = 5570, + [5685] = 5571, + [5686] = 5578, + [5687] = 5572, + [5688] = 5578, + [5689] = 5571, + [5690] = 5580, + [5691] = 5691, + [5692] = 5692, + [5693] = 5571, + [5694] = 5578, + [5695] = 5571, + [5696] = 5580, + [5697] = 5572, + [5698] = 5574, + [5699] = 5572, + [5700] = 5574, + [5701] = 5570, + [5702] = 5570, + [5703] = 5703, + [5704] = 5574, + [5705] = 5570, + [5706] = 5572, + [5707] = 5578, + [5708] = 5570, + [5709] = 5571, + [5710] = 5580, + [5711] = 5571, + [5712] = 5580, + [5713] = 5572, + [5714] = 5580, + [5715] = 5571, + [5716] = 5578, + [5717] = 5580, + [5718] = 5570, + [5719] = 5571, + [5720] = 5570, + [5721] = 5578, + [5722] = 5578, + [5723] = 5572, + [5724] = 5574, + [5725] = 5570, + [5726] = 5574, + [5727] = 5570, + [5728] = 5570, + [5729] = 5578, + [5730] = 5571, + [5731] = 5580, + [5732] = 5580, + [5733] = 5571, + [5734] = 5578, + [5735] = 5574, + [5736] = 5572, + [5737] = 5575, + [5738] = 5572, + [5739] = 5572, + [5740] = 5570, + [5741] = 5580, + [5742] = 5574, + [5743] = 5572, + [5744] = 5578, + [5745] = 5614, + [5746] = 5574, + [5747] = 5578, + [5748] = 5571, + [5749] = 5580, + [5750] = 5570, + [5751] = 5575, + [5752] = 5570, + [5753] = 5570, + [5754] = 5572, + [5755] = 5574, + [5756] = 5574, + [5757] = 5571, + [5758] = 5570, + [5759] = 5572, + [5760] = 5578, + [5761] = 5571, + [5762] = 5580, + [5763] = 5703, + [5764] = 5574, + [5765] = 5580, + [5766] = 5571, + [5767] = 5574, + [5768] = 5578, + [5769] = 5691, + [5770] = 5578, + [5771] = 5571, + [5772] = 5572, + [5773] = 5570, + [5774] = 5574, + [5775] = 5570, + [5776] = 5572, + [5777] = 5571, + [5778] = 5580, + [5779] = 5578, + [5780] = 5571, + [5781] = 5578, + [5782] = 5571, + [5783] = 5580, + [5784] = 5570, + [5785] = 5580, + [5786] = 5572, + [5787] = 5578, + [5788] = 5571, + [5789] = 5572, + [5790] = 5580, + [5791] = 5572, + [5792] = 5580, + [5793] = 5793, + [5794] = 5794, + [5795] = 5795, [5796] = 5796, - [5797] = 5755, - [5798] = 5726, - [5799] = 5729, - [5800] = 5730, - [5801] = 5731, - [5802] = 5732, - [5803] = 5733, - [5804] = 5734, - [5805] = 5750, - [5806] = 5736, - [5807] = 5737, - [5808] = 5738, - [5809] = 5739, - [5810] = 5749, - [5811] = 5741, - [5812] = 5742, - [5813] = 5743, - [5814] = 5744, - [5815] = 5745, - [5816] = 5750, - [5817] = 5747, - [5818] = 5748, - [5819] = 5749, - [5820] = 5750, - [5821] = 5751, - [5822] = 5752, - [5823] = 5753, - [5824] = 5747, - [5825] = 5745, - [5826] = 5744, - [5827] = 5743, - [5828] = 5758, - [5829] = 5759, - [5830] = 5760, - [5831] = 5742, - [5832] = 5741, - [5833] = 5739, - [5834] = 5737, - [5835] = 5796, - [5836] = 5738, - [5837] = 5767, - [5838] = 5737, - [5839] = 5769, - [5840] = 5736, - [5841] = 5753, - [5842] = 5734, - [5843] = 5733, - [5844] = 5757, - [5845] = 5772, - [5846] = 5773, - [5847] = 5732, - [5848] = 5761, - [5849] = 5731, - [5850] = 5730, - [5851] = 5729, - [5852] = 5732, - [5853] = 5733, - [5854] = 5762, - [5855] = 5726, - [5856] = 5763, - [5857] = 5755, - [5858] = 5796, - [5859] = 5757, - [5860] = 5761, - [5861] = 5762, - [5862] = 5763, - [5863] = 5753, - [5864] = 5764, - [5865] = 5764, - [5866] = 5763, - [5867] = 5762, - [5868] = 5773, - [5869] = 5772, - [5870] = 5761, - [5871] = 5757, - [5872] = 5796, - [5873] = 5755, - [5874] = 5726, - [5875] = 5729, - [5876] = 5730, - [5877] = 5731, - [5878] = 5732, - [5879] = 5733, - [5880] = 5734, - [5881] = 5734, - [5882] = 5736, - [5883] = 5737, - [5884] = 5738, - [5885] = 5739, - [5886] = 5727, - [5887] = 5741, - [5888] = 5742, - [5889] = 5743, - [5890] = 5744, - [5891] = 5745, - [5892] = 5758, - [5893] = 5747, - [5894] = 5748, - [5895] = 5749, - [5896] = 5750, - [5897] = 5751, - [5898] = 5752, - [5899] = 5753, - [5900] = 5764, - [5901] = 5727, - [5902] = 5739, - [5903] = 5759, - [5904] = 5758, - [5905] = 5759, - [5906] = 5760, - [5907] = 5760, - [5908] = 5773, - [5909] = 5772, - [5910] = 5769, - [5911] = 5736, - [5912] = 5767, - [5913] = 5767, - [5914] = 5741, - [5915] = 5769, - [5916] = 5760, - [5917] = 5759, - [5918] = 5918, - [5919] = 5758, - [5920] = 5769, - [5921] = 5772, - [5922] = 5773, - [5923] = 5753, - [5924] = 5752, - [5925] = 5751, - [5926] = 5733, - [5927] = 5749, - [5928] = 5748, - [5929] = 5747, - [5930] = 5745, - [5931] = 5744, - [5932] = 5743, - [5933] = 5742, - [5934] = 5741, - [5935] = 5739, - [5936] = 5738, - [5937] = 5737, - [5938] = 5736, - [5939] = 5767, - [5940] = 5734, - [5941] = 5762, - [5942] = 5732, - [5943] = 5731, - [5944] = 5730, - [5945] = 5729, - [5946] = 5726, - [5947] = 5755, - [5948] = 5796, - [5949] = 5767, - [5950] = 5757, - [5951] = 5761, - [5952] = 5769, - [5953] = 5762, - [5954] = 5763, - [5955] = 5764, - [5956] = 5727, - [5957] = 5772, - [5958] = 5769, - [5959] = 5738, - [5960] = 5739, - [5961] = 5741, - [5962] = 5773, - [5963] = 5773, - [5964] = 5772, - [5965] = 5742, - [5966] = 5743, - [5967] = 5769, - [5968] = 5767, - [5969] = 5744, - [5970] = 5760, + [5797] = 5797, + [5798] = 5798, + [5799] = 5799, + [5800] = 5800, + [5801] = 5801, + [5802] = 5802, + [5803] = 5803, + [5804] = 5804, + [5805] = 5805, + [5806] = 5806, + [5807] = 5793, + [5808] = 5808, + [5809] = 5798, + [5810] = 5810, + [5811] = 5811, + [5812] = 5812, + [5813] = 5813, + [5814] = 5814, + [5815] = 5815, + [5816] = 5816, + [5817] = 5817, + [5818] = 5818, + [5819] = 5819, + [5820] = 5820, + [5821] = 5821, + [5822] = 5822, + [5823] = 5823, + [5824] = 5824, + [5825] = 5825, + [5826] = 5826, + [5827] = 5827, + [5828] = 5828, + [5829] = 5829, + [5830] = 5830, + [5831] = 5831, + [5832] = 5832, + [5833] = 5826, + [5834] = 5825, + [5835] = 5823, + [5836] = 5821, + [5837] = 5818, + [5838] = 5832, + [5839] = 5817, + [5840] = 5816, + [5841] = 5815, + [5842] = 5814, + [5843] = 5831, + [5844] = 5813, + [5845] = 5812, + [5846] = 5811, + [5847] = 5810, + [5848] = 5794, + [5849] = 5830, + [5850] = 5795, + [5851] = 5796, + [5852] = 5797, + [5853] = 5798, + [5854] = 5799, + [5855] = 5800, + [5856] = 5801, + [5857] = 5829, + [5858] = 5828, + [5859] = 5827, + [5860] = 5824, + [5861] = 5802, + [5862] = 5803, + [5863] = 5804, + [5864] = 5822, + [5865] = 5820, + [5866] = 5819, + [5867] = 5808, + [5868] = 5793, + [5869] = 5806, + [5870] = 5805, + [5871] = 5806, + [5872] = 5805, + [5873] = 5804, + [5874] = 5803, + [5875] = 5802, + [5876] = 5801, + [5877] = 5793, + [5878] = 5808, + [5879] = 5800, + [5880] = 5799, + [5881] = 5826, + [5882] = 5797, + [5883] = 5796, + [5884] = 5795, + [5885] = 5794, + [5886] = 5810, + [5887] = 5811, + [5888] = 5812, + [5889] = 5813, + [5890] = 5814, + [5891] = 5815, + [5892] = 5816, + [5893] = 5817, + [5894] = 5818, + [5895] = 5819, + [5896] = 5820, + [5897] = 5821, + [5898] = 5822, + [5899] = 5823, + [5900] = 5824, + [5901] = 5825, + [5902] = 5802, + [5903] = 5827, + [5904] = 5828, + [5905] = 5829, + [5906] = 5830, + [5907] = 5831, + [5908] = 5832, + [5909] = 5826, + [5910] = 5825, + [5911] = 5823, + [5912] = 5821, + [5913] = 5818, + [5914] = 5832, + [5915] = 5817, + [5916] = 5816, + [5917] = 5815, + [5918] = 5814, + [5919] = 5831, + [5920] = 5813, + [5921] = 5812, + [5922] = 5811, + [5923] = 5810, + [5924] = 5794, + [5925] = 5830, + [5926] = 5795, + [5927] = 5796, + [5928] = 5797, + [5929] = 5798, + [5930] = 5799, + [5931] = 5800, + [5932] = 5801, + [5933] = 5829, + [5934] = 5828, + [5935] = 5827, + [5936] = 5824, + [5937] = 5802, + [5938] = 5803, + [5939] = 5804, + [5940] = 5822, + [5941] = 5820, + [5942] = 5819, + [5943] = 5808, + [5944] = 5793, + [5945] = 5806, + [5946] = 5805, + [5947] = 5806, + [5948] = 5805, + [5949] = 5804, + [5950] = 5803, + [5951] = 5802, + [5952] = 5801, + [5953] = 5793, + [5954] = 5808, + [5955] = 5800, + [5956] = 5799, + [5957] = 5798, + [5958] = 5797, + [5959] = 5796, + [5960] = 5795, + [5961] = 5794, + [5962] = 5810, + [5963] = 5811, + [5964] = 5812, + [5965] = 5813, + [5966] = 5814, + [5967] = 5815, + [5968] = 5816, + [5969] = 5817, + [5970] = 5818, [5971] = 5971, - [5972] = 5745, - [5973] = 5759, - [5974] = 5758, - [5975] = 5753, - [5976] = 5752, - [5977] = 5751, - [5978] = 5750, - [5979] = 5749, - [5980] = 5748, - [5981] = 5747, - [5982] = 5745, - [5983] = 5744, - [5984] = 5743, - [5985] = 5742, - [5986] = 5741, - [5987] = 5739, - [5988] = 5738, - [5989] = 5737, - [5990] = 5736, - [5991] = 5734, - [5992] = 5733, - [5993] = 5747, - [5994] = 5732, - [5995] = 5731, - [5996] = 5730, - [5997] = 5729, - [5998] = 5726, - [5999] = 5755, - [6000] = 5796, - [6001] = 5757, - [6002] = 5761, - [6003] = 5762, - [6004] = 5763, - [6005] = 5971, - [6006] = 5748, - [6007] = 5764, - [6008] = 5727, - [6009] = 5727, - [6010] = 5764, - [6011] = 5749, - [6012] = 5773, - [6013] = 5772, - [6014] = 5763, - [6015] = 5773, - [6016] = 5772, - [6017] = 5734, - [6018] = 5750, - [6019] = 5761, - [6020] = 5757, - [6021] = 5769, - [6022] = 5767, - [6023] = 5755, - [6024] = 5726, - [6025] = 5760, - [6026] = 5759, - [6027] = 5751, - [6028] = 5758, - [6029] = 5753, - [6030] = 5752, - [6031] = 5751, - [6032] = 5750, - [6033] = 5749, - [6034] = 5748, - [6035] = 5747, - [6036] = 5745, - [6037] = 5744, - [6038] = 5743, - [6039] = 5971, - [6040] = 5752, - [6041] = 5742, - [6042] = 5741, - [6043] = 5739, - [6044] = 5738, - [6045] = 5737, - [6046] = 5736, - [6047] = 5729, - [6048] = 5734, - [6049] = 5733, - [6050] = 5732, - [6051] = 5731, - [6052] = 5971, - [6053] = 5730, - [6054] = 5729, - [6055] = 5726, - [6056] = 5755, - [6057] = 5796, - [6058] = 5757, - [6059] = 5761, - [6060] = 5730, - [6061] = 5753, - [6062] = 5731, - [6063] = 5762, - [6064] = 5763, - [6065] = 5764, - [6066] = 5727, - [6067] = 5732, - [6068] = 5733, - [6069] = 5796, - [6070] = 5758, - [6071] = 5773, - [6072] = 5796, - [6073] = 5971, - [6074] = 5767, - [6075] = 5736, - [6076] = 5737, - [6077] = 5773, - [6078] = 5772, - [6079] = 5738, - [6080] = 5760, - [6081] = 5739, - [6082] = 5769, - [6083] = 5767, - [6084] = 5741, - [6085] = 5742, - [6086] = 5760, - [6087] = 5759, - [6088] = 5758, - [6089] = 5753, - [6090] = 5752, - [6091] = 5751, - [6092] = 5750, - [6093] = 5749, - [6094] = 5748, - [6095] = 5738, - [6096] = 5747, - [6097] = 5745, - [6098] = 5744, - [6099] = 5743, - [6100] = 5742, - [6101] = 5741, - [6102] = 5739, - [6103] = 5738, - [6104] = 5737, - [6105] = 5736, - [6106] = 5743, - [6107] = 5971, - [6108] = 5767, - [6109] = 5734, - [6110] = 5733, - [6111] = 5732, - [6112] = 5731, - [6113] = 5730, - [6114] = 5729, - [6115] = 5726, - [6116] = 5755, - [6117] = 5796, - [6118] = 5769, - [6119] = 5757, - [6120] = 5760, - [6121] = 5761, - [6122] = 5744, - [6123] = 5750, - [6124] = 5762, - [6125] = 5763, - [6126] = 5764, - [6127] = 5727, - [6128] = 5747, - [6129] = 5737, - [6130] = 5748, - [6131] = 5736, - [6132] = 5760, - [6133] = 5759, - [6134] = 5749, - [6135] = 5745, - [6136] = 5773, - [6137] = 5772, - [6138] = 5751, - [6139] = 5752, - [6140] = 5753, - [6141] = 5971, - [6142] = 5758, - [6143] = 5769, - [6144] = 5767, - [6145] = 5760, - [6146] = 5759, - [6147] = 5758, - [6148] = 5753, - [6149] = 5752, - [6150] = 5751, - [6151] = 5750, - [6152] = 5759, - [6153] = 5758, - [6154] = 5749, - [6155] = 5748, - [6156] = 5747, - [6157] = 5745, - [6158] = 5744, - [6159] = 5743, - [6160] = 5742, - [6161] = 5741, - [6162] = 5739, - [6163] = 5734, - [6164] = 5738, - [6165] = 5737, - [6166] = 5736, - [6167] = 5734, - [6168] = 5733, - [6169] = 5732, - [6170] = 5731, - [6171] = 5730, - [6172] = 5729, - [6173] = 5726, - [6174] = 5755, - [6175] = 5971, - [6176] = 5733, - [6177] = 5796, - [6178] = 5757, - [6179] = 5761, - [6180] = 5758, - [6181] = 5759, - [6182] = 5762, - [6183] = 5763, - [6184] = 5764, - [6185] = 5727, - [6186] = 5744, - [6187] = 5760, - [6188] = 5772, - [6189] = 5751, - [6190] = 5753, - [6191] = 5773, - [6192] = 5772, - [6193] = 5767, - [6194] = 5769, - [6195] = 5769, - [6196] = 5767, - [6197] = 5752, - [6198] = 5747, - [6199] = 5760, - [6200] = 5759, - [6201] = 5758, - [6202] = 5753, - [6203] = 5752, - [6204] = 5751, - [6205] = 5750, - [6206] = 5749, - [6207] = 5748, - [6208] = 5732, - [6209] = 5971, - [6210] = 5734, - [6211] = 5745, - [6212] = 5744, - [6213] = 5743, - [6214] = 5742, - [6215] = 5741, - [6216] = 5739, - [6217] = 5738, - [6218] = 5737, - [6219] = 5736, - [6220] = 5753, - [6221] = 5752, - [6222] = 5751, - [6223] = 5773, - [6224] = 5734, - [6225] = 5733, - [6226] = 5732, - [6227] = 5731, - [6228] = 5730, - [6229] = 5758, - [6230] = 5726, - [6231] = 5750, - [6232] = 5755, + [5972] = 5821, + [5973] = 5823, + [5974] = 5825, + [5975] = 5826, + [5976] = 5832, + [5977] = 5831, + [5978] = 5830, + [5979] = 5829, + [5980] = 5828, + [5981] = 5827, + [5982] = 5824, + [5983] = 5822, + [5984] = 5820, + [5985] = 5819, + [5986] = 5808, + [5987] = 5793, + [5988] = 5806, + [5989] = 5805, + [5990] = 5804, + [5991] = 5803, + [5992] = 5817, + [5993] = 5801, + [5994] = 5800, + [5995] = 5799, + [5996] = 5798, + [5997] = 5797, + [5998] = 5796, + [5999] = 5795, + [6000] = 5794, + [6001] = 5810, + [6002] = 5811, + [6003] = 5812, + [6004] = 5813, + [6005] = 5814, + [6006] = 5971, + [6007] = 5815, + [6008] = 5816, + [6009] = 5819, + [6010] = 5818, + [6011] = 5821, + [6012] = 5823, + [6013] = 5825, + [6014] = 5826, + [6015] = 5832, + [6016] = 5831, + [6017] = 5830, + [6018] = 5829, + [6019] = 5828, + [6020] = 5827, + [6021] = 5824, + [6022] = 5822, + [6023] = 5820, + [6024] = 5819, + [6025] = 5808, + [6026] = 5793, + [6027] = 5806, + [6028] = 5805, + [6029] = 5804, + [6030] = 5803, + [6031] = 5802, + [6032] = 5801, + [6033] = 5800, + [6034] = 5799, + [6035] = 5798, + [6036] = 5797, + [6037] = 5796, + [6038] = 5795, + [6039] = 5794, + [6040] = 5810, + [6041] = 5971, + [6042] = 5811, + [6043] = 5812, + [6044] = 5813, + [6045] = 5814, + [6046] = 5815, + [6047] = 5816, + [6048] = 5817, + [6049] = 5818, + [6050] = 5821, + [6051] = 5823, + [6052] = 5825, + [6053] = 5826, + [6054] = 5832, + [6055] = 5831, + [6056] = 5830, + [6057] = 5829, + [6058] = 5828, + [6059] = 5827, + [6060] = 5824, + [6061] = 5822, + [6062] = 5820, + [6063] = 5829, + [6064] = 5808, + [6065] = 5793, + [6066] = 5806, + [6067] = 5805, + [6068] = 5804, + [6069] = 5803, + [6070] = 5802, + [6071] = 5801, + [6072] = 5800, + [6073] = 5799, + [6074] = 5798, + [6075] = 5797, + [6076] = 5971, + [6077] = 5796, + [6078] = 5795, + [6079] = 5794, + [6080] = 5810, + [6081] = 5811, + [6082] = 5812, + [6083] = 5813, + [6084] = 5814, + [6085] = 5815, + [6086] = 5816, + [6087] = 5817, + [6088] = 5818, + [6089] = 5821, + [6090] = 5823, + [6091] = 5825, + [6092] = 5826, + [6093] = 5832, + [6094] = 5831, + [6095] = 5830, + [6096] = 5829, + [6097] = 5828, + [6098] = 5827, + [6099] = 5824, + [6100] = 5822, + [6101] = 5820, + [6102] = 5819, + [6103] = 5808, + [6104] = 5793, + [6105] = 5806, + [6106] = 5805, + [6107] = 5804, + [6108] = 5803, + [6109] = 5802, + [6110] = 5801, + [6111] = 5971, + [6112] = 5800, + [6113] = 5799, + [6114] = 5798, + [6115] = 5797, + [6116] = 5796, + [6117] = 5795, + [6118] = 5794, + [6119] = 5810, + [6120] = 5811, + [6121] = 5812, + [6122] = 5813, + [6123] = 5814, + [6124] = 5815, + [6125] = 5816, + [6126] = 5817, + [6127] = 5818, + [6128] = 5821, + [6129] = 5823, + [6130] = 5825, + [6131] = 5826, + [6132] = 5832, + [6133] = 5831, + [6134] = 5830, + [6135] = 5827, + [6136] = 5828, + [6137] = 5798, + [6138] = 5824, + [6139] = 5822, + [6140] = 5820, + [6141] = 5819, + [6142] = 5808, + [6143] = 5793, + [6144] = 5806, + [6145] = 5805, + [6146] = 5971, + [6147] = 5804, + [6148] = 5803, + [6149] = 5802, + [6150] = 5801, + [6151] = 5800, + [6152] = 5799, + [6153] = 5798, + [6154] = 5797, + [6155] = 5796, + [6156] = 5795, + [6157] = 5794, + [6158] = 5810, + [6159] = 5811, + [6160] = 5812, + [6161] = 5813, + [6162] = 5814, + [6163] = 5815, + [6164] = 5816, + [6165] = 5817, + [6166] = 5818, + [6167] = 5821, + [6168] = 5823, + [6169] = 5825, + [6170] = 5826, + [6171] = 5832, + [6172] = 5831, + [6173] = 5830, + [6174] = 5829, + [6175] = 5828, + [6176] = 5827, + [6177] = 5824, + [6178] = 5822, + [6179] = 5820, + [6180] = 5819, + [6181] = 5971, + [6182] = 5808, + [6183] = 5793, + [6184] = 5806, + [6185] = 5805, + [6186] = 5804, + [6187] = 5803, + [6188] = 5802, + [6189] = 5801, + [6190] = 5800, + [6191] = 5799, + [6192] = 5793, + [6193] = 5797, + [6194] = 5796, + [6195] = 5795, + [6196] = 5794, + [6197] = 5810, + [6198] = 5811, + [6199] = 5812, + [6200] = 5813, + [6201] = 5814, + [6202] = 5815, + [6203] = 5816, + [6204] = 5817, + [6205] = 5818, + [6206] = 5821, + [6207] = 5823, + [6208] = 5825, + [6209] = 5826, + [6210] = 5832, + [6211] = 5831, + [6212] = 5830, + [6213] = 5829, + [6214] = 5828, + [6215] = 5827, + [6216] = 5971, + [6217] = 5824, + [6218] = 5822, + [6219] = 5820, + [6220] = 5819, + [6221] = 5808, + [6222] = 5793, + [6223] = 5806, + [6224] = 5805, + [6225] = 5804, + [6226] = 5803, + [6227] = 5802, + [6228] = 5801, + [6229] = 5800, + [6230] = 5799, + [6231] = 5798, + [6232] = 5797, [6233] = 5796, - [6234] = 5757, - [6235] = 5761, - [6236] = 5762, - [6237] = 5763, - [6238] = 5764, - [6239] = 5727, - [6240] = 5749, - [6241] = 5748, - [6242] = 5747, - [6243] = 5971, - [6244] = 5732, - [6245] = 5745, - [6246] = 5744, - [6247] = 5743, - [6248] = 5773, - [6249] = 5772, - [6250] = 5769, - [6251] = 5767, - [6252] = 5727, - [6253] = 5764, - [6254] = 5750, - [6255] = 5749, - [6256] = 5748, - [6257] = 5760, - [6258] = 5759, - [6259] = 5758, - [6260] = 5753, - [6261] = 5752, - [6262] = 5751, - [6263] = 5750, - [6264] = 5749, - [6265] = 5742, - [6266] = 5748, - [6267] = 5747, - [6268] = 5745, - [6269] = 5744, - [6270] = 5743, - [6271] = 5742, - [6272] = 5741, - [6273] = 5739, - [6274] = 5738, - [6275] = 5737, - [6276] = 5736, - [6277] = 5971, - [6278] = 5741, - [6279] = 5734, - [6280] = 5733, - [6281] = 5732, - [6282] = 5731, - [6283] = 5730, - [6284] = 5729, - [6285] = 5726, - [6286] = 5755, - [6287] = 5796, - [6288] = 5747, - [6289] = 5757, - [6290] = 5745, - [6291] = 5761, - [6292] = 5763, - [6293] = 5762, - [6294] = 5762, - [6295] = 5763, - [6296] = 5764, - [6297] = 5727, - [6298] = 5761, - [6299] = 5731, - [6300] = 5757, - [6301] = 5796, - [6302] = 5739, - [6303] = 5738, - [6304] = 5737, - [6305] = 5755, - [6306] = 5726, - [6307] = 5773, - [6308] = 5772, - [6309] = 5729, - [6310] = 5730, - [6311] = 5971, - [6312] = 5736, - [6313] = 5731, - [6314] = 5753, - [6315] = 5769, - [6316] = 5767, - [6317] = 5733, - [6318] = 5772, - [6319] = 5760, - [6320] = 5759, - [6321] = 5758, - [6322] = 5732, - [6323] = 5743, - [6324] = 5742, - [6325] = 5764, - [6326] = 5752, - [6327] = 5751, - [6328] = 5750, - [6329] = 5749, - [6330] = 5748, - [6331] = 5747, - [6332] = 5745, - [6333] = 5726, - [6334] = 5744, - [6335] = 5743, - [6336] = 5742, - [6337] = 5741, - [6338] = 5739, - [6339] = 5738, - [6340] = 5737, - [6341] = 5736, - [6342] = 5736, - [6343] = 5734, - [6344] = 5733, - [6345] = 5971, - [6346] = 5733, - [6347] = 5732, - [6348] = 5731, - [6349] = 5730, - [6350] = 5729, - [6351] = 5732, - [6352] = 5755, - [6353] = 5796, - [6354] = 5757, - [6355] = 5761, - [6356] = 5741, - [6357] = 5737, - [6358] = 5739, - [6359] = 5738, - [6360] = 5762, - [6361] = 5763, - [6362] = 5764, - [6363] = 5727, - [6364] = 5731, - [6365] = 5739, - [6366] = 5730, - [6367] = 5729, - [6368] = 5726, - [6369] = 5755, - [6370] = 5741, - [6371] = 5742, - [6372] = 5773, - [6373] = 5772, - [6374] = 5743, - [6375] = 5744, - [6376] = 5745, - [6377] = 5769, - [6378] = 5767, - [6379] = 5971, - [6380] = 5796, - [6381] = 5747, - [6382] = 5748, - [6383] = 5760, - [6384] = 5759, - [6385] = 5758, - [6386] = 5753, - [6387] = 5752, - [6388] = 5751, - [6389] = 5750, - [6390] = 5757, - [6391] = 5738, - [6392] = 5737, - [6393] = 5749, - [6394] = 5748, - [6395] = 5747, - [6396] = 5745, - [6397] = 5744, - [6398] = 5743, - [6399] = 5742, - [6400] = 5741, - [6401] = 5761, - [6402] = 5739, - [6403] = 5738, - [6404] = 5737, - [6405] = 5736, - [6406] = 5749, - [6407] = 5734, - [6408] = 5733, - [6409] = 5732, - [6410] = 5731, - [6411] = 5730, - [6412] = 5729, - [6413] = 5971, - [6414] = 5762, - [6415] = 5726, - [6416] = 5755, - [6417] = 5796, - [6418] = 5757, - [6419] = 5761, - [6420] = 5750, - [6421] = 5751, - [6422] = 5762, - [6423] = 5763, - [6424] = 5736, - [6425] = 5734, - [6426] = 5733, - [6427] = 5747, - [6428] = 5727, - [6429] = 5734, - [6430] = 5753, - [6431] = 5763, - [6432] = 5730, - [6433] = 5764, - [6434] = 5773, - [6435] = 5727, - [6436] = 5772, - [6437] = 5758, - [6438] = 5759, - [6439] = 5760, - [6440] = 5769, - [6441] = 5767, - [6442] = 5760, - [6443] = 5759, - [6444] = 5729, - [6445] = 5755, - [6446] = 5759, - [6447] = 5971, - [6448] = 5729, - [6449] = 5751, - [6450] = 5750, - [6451] = 5749, - [6452] = 5748, - [6453] = 5742, - [6454] = 5745, - [6455] = 5744, - [6456] = 5743, - [6457] = 5742, - [6458] = 5762, - [6459] = 5731, - [6460] = 5730, - [6461] = 5741, - [6462] = 5739, - [6463] = 5738, - [6464] = 5737, - [6465] = 5736, - [6466] = 5734, - [6467] = 5733, - [6468] = 5732, - [6469] = 5731, - [6470] = 5731, - [6471] = 5730, - [6472] = 5729, - [6473] = 5726, - [6474] = 5755, - [6475] = 5796, - [6476] = 5757, - [6477] = 5761, - [6478] = 5767, - [6479] = 5762, - [6480] = 5763, - [6481] = 5971, - [6482] = 5727, - [6483] = 5764, - [6484] = 5727, - [6485] = 5769, - [6486] = 5764, - [6487] = 5763, - [6488] = 5762, - [6489] = 5772, - [6490] = 5773, - [6491] = 5773, - [6492] = 5729, - [6493] = 5726, - [6494] = 5755, - [6495] = 5772, - [6496] = 5755, - [6497] = 5769, - [6498] = 5767, - [6499] = 5796, - [6500] = 5761, - [6501] = 5760, - [6502] = 5759, - [6503] = 5757, - [6504] = 5758, - [6505] = 5753, - [6506] = 5752, - [6507] = 5751, - [6508] = 5750, - [6509] = 5749, - [6510] = 5748, - [6511] = 5747, - [6512] = 5745, - [6513] = 5744, - [6514] = 5743, - [6515] = 5971, - [6516] = 5796, - [6517] = 5734, - [6518] = 5741, - [6519] = 5739, - [6520] = 5738, - [6521] = 5737, - [6522] = 5736, - [6523] = 5752, - [6524] = 5734, - [6525] = 5733, - [6526] = 5796, - [6527] = 5757, - [6528] = 5761, - [6529] = 5732, - [6530] = 5731, - [6531] = 5730, - [6532] = 5729, - [6533] = 5726, - [6534] = 5755, - [6535] = 5796, - [6536] = 5757, - [6537] = 5755, - [6538] = 5761, - [6539] = 5762, - [6540] = 5763, - [6541] = 5764, - [6542] = 5727, - [6543] = 5727, - [6544] = 5764, - [6545] = 5726, - [6546] = 5773, - [6547] = 5772, - [6548] = 5763, - [6549] = 5971, - [6550] = 5729, - [6551] = 5773, - [6552] = 5772, - [6553] = 5762, - [6554] = 5757, - [6555] = 5796, - [6556] = 5769, - [6557] = 5767, - [6558] = 5755, - [6559] = 5726, - [6560] = 5760, - [6561] = 5759, - [6562] = 5758, - [6563] = 5753, - [6564] = 5752, - [6565] = 5751, - [6566] = 5750, - [6567] = 5749, - [6568] = 5748, - [6569] = 5747, - [6570] = 5745, - [6571] = 5730, - [6572] = 5744, - [6573] = 5743, - [6574] = 5742, - [6575] = 5741, - [6576] = 5739, - [6577] = 5738, - [6578] = 5737, - [6579] = 5736, - [6580] = 5729, - [6581] = 5767, - [6582] = 5733, - [6583] = 5971, - [6584] = 5742, - [6585] = 5732, - [6586] = 5731, - [6587] = 5730, - [6588] = 5729, - [6589] = 5726, - [6590] = 5755, - [6591] = 5796, - [6592] = 5757, - [6593] = 5761, - [6594] = 5763, - [6595] = 5730, - [6596] = 5764, - [6597] = 5731, - [6598] = 5762, - [6599] = 5763, - [6600] = 5764, - [6601] = 5727, - [6602] = 5732, - [6603] = 5733, - [6604] = 5734, - [6605] = 5732, - [6606] = 5733, - [6607] = 5769, - [6608] = 5734, - [6609] = 5736, - [6610] = 5737, - [6611] = 5773, - [6612] = 5772, - [6613] = 5738, - [6614] = 5767, - [6615] = 5739, - [6616] = 5769, - [6617] = 5971, - [6618] = 5757, - [6619] = 5726, - [6620] = 5741, - [6621] = 5761, - [6622] = 5760, - [6623] = 5759, - [6624] = 5758, - [6625] = 5753, - [6626] = 5752, - [6627] = 5751, - [6628] = 5750, - [6629] = 5727, - [6630] = 6630, - [6631] = 5749, - [6632] = 5748, - [6633] = 5747, - [6634] = 5745, - [6635] = 5744, - [6636] = 5743, - [6637] = 5742, - [6638] = 5741, - [6639] = 5736, - [6640] = 5739, - [6641] = 5738, - [6642] = 5737, - [6643] = 5736, - [6644] = 5743, - [6645] = 5734, - [6646] = 5733, - [6647] = 5732, - [6648] = 5731, - [6649] = 5730, - [6650] = 5729, - [6651] = 5971, - [6652] = 5737, - [6653] = 5726, - [6654] = 5755, - [6655] = 5796, - [6656] = 5757, - [6657] = 5761, - [6658] = 5744, - [6659] = 5745, - [6660] = 5762, - [6661] = 5763, - [6662] = 6662, - [6663] = 6663, - [6664] = 5764, - [6665] = 5727, - [6666] = 5747, - [6667] = 5748, - [6668] = 5738, - [6669] = 5739, - [6670] = 5741, - [6671] = 5749, - [6672] = 5750, - [6673] = 5760, - [6674] = 5773, - [6675] = 5772, - [6676] = 5751, - [6677] = 5752, - [6678] = 5753, - [6679] = 5769, - [6680] = 5767, - [6681] = 5760, - [6682] = 5759, - [6683] = 5758, - [6684] = 5753, - [6685] = 5971, - [6686] = 5759, - [6687] = 5752, - [6688] = 5751, - [6689] = 5750, - [6690] = 5749, - [6691] = 5748, - [6692] = 5747, - [6693] = 5745, - [6694] = 5744, - [6695] = 5743, - [6696] = 5742, - [6697] = 5741, - [6698] = 5739, - [6699] = 5738, - [6700] = 5737, - [6701] = 5736, - [6702] = 5734, - [6703] = 5733, - [6704] = 5732, - [6705] = 5731, - [6706] = 5730, - [6707] = 5758, - [6708] = 5729, - [6709] = 5727, - [6710] = 5755, - [6711] = 5796, - [6712] = 5757, - [6713] = 5761, - [6714] = 5758, - [6715] = 5759, - [6716] = 5762, - [6717] = 5763, - [6718] = 5764, - [6719] = 5971, - [6720] = 5736, - [6721] = 5738, - [6722] = 5760, - [6723] = 5742, - [6724] = 5743, - [6725] = 5744, - [6726] = 5745, - [6727] = 5773, - [6728] = 5772, - [6729] = 5767, - [6730] = 5769, - [6731] = 5769, - [6732] = 5767, - [6733] = 5772, - [6734] = 5773, - [6735] = 5760, - [6736] = 5759, - [6737] = 5758, - [6738] = 5753, - [6739] = 5752, - [6740] = 5751, - [6741] = 5753, - [6742] = 5750, - [6743] = 5749, - [6744] = 5748, - [6745] = 5747, - [6746] = 5745, - [6747] = 5744, - [6748] = 5743, - [6749] = 5742, - [6750] = 5741, - [6751] = 5739, - [6752] = 5738, - [6753] = 5971, - [6754] = 5752, - [6755] = 5737, - [6756] = 5736, - [6757] = 5734, - [6758] = 5733, - [6759] = 5732, - [6760] = 5731, - [6761] = 5730, - [6762] = 5729, - [6763] = 5726, - [6764] = 5755, - [6765] = 5796, - [6766] = 5757, - [6767] = 5761, - [6768] = 5762, - [6769] = 5763, - [6770] = 5764, - [6771] = 5727, - [6772] = 5751, - [6773] = 5750, - [6774] = 5749, - [6775] = 5748, - [6776] = 5747, - [6777] = 5747, - [6778] = 5745, - [6779] = 5773, - [6780] = 5772, - [6781] = 5727, - [6782] = 5769, - [6783] = 5767, - [6784] = 5764, - [6785] = 5760, - [6786] = 5759, - [6787] = 5971, - [6788] = 5744, - [6789] = 5758, - [6790] = 5753, - [6791] = 5752, - [6792] = 5751, - [6793] = 5750, - [6794] = 5749, - [6795] = 5748, - [6796] = 5747, - [6797] = 5745, - [6798] = 5744, - [6799] = 5743, - [6800] = 5742, - [6801] = 5741, - [6802] = 5739, - [6803] = 5772, - [6804] = 5737, - [6805] = 5736, - [6806] = 5734, - [6807] = 5733, - [6808] = 5732, - [6809] = 5743, - [6810] = 5731, - [6811] = 5730, - [6812] = 5729, - [6813] = 5726, - [6814] = 5755, - [6815] = 5796, - [6816] = 5757, - [6817] = 5761, - [6818] = 5762, - [6819] = 5761, - [6820] = 5762, - [6821] = 5971, - [6822] = 5742, - [6823] = 5763, - [6824] = 5764, - [6825] = 5727, - [6826] = 5757, - [6827] = 5796, - [6828] = 5755, - [6829] = 5741, - [6830] = 5748, - [6831] = 5739, - [6832] = 5726, - [6833] = 5738, - [6834] = 5737, - [6835] = 5729, - [6836] = 5773, - [6837] = 5763, - [6838] = 5730, - [6839] = 5731, - [6840] = 5732, - [6841] = 5733, - [6842] = 5769, - [6843] = 5749, - [6844] = 5767, - [6845] = 5734, - [6846] = 5736, - [6847] = 5760, - [6848] = 5759, - [6849] = 5758, - [6850] = 5753, - [6851] = 5752, - [6852] = 5751, - [6853] = 5750, - [6854] = 5749, - [6855] = 5971, - [6856] = 5734, - [6857] = 5748, - [6858] = 5747, - [6859] = 5745, - [6860] = 5744, - [6861] = 5743, - [6862] = 5742, - [6863] = 5741, - [6864] = 5739, - [6865] = 5738, - [6866] = 5737, - [6867] = 5736, - [6868] = 5737, - [6869] = 5734, - [6870] = 5733, - [6871] = 5732, - [6872] = 5731, - [6873] = 5730, - [6874] = 5729, - [6875] = 5726, - [6876] = 5755, - [6877] = 5733, - [6878] = 5796, - [6879] = 5757, - [6880] = 5761, - [6881] = 5738, - [6882] = 5739, - [6883] = 5762, - [6884] = 5763, - [6885] = 5764, - [6886] = 5727, - [6887] = 5741, - [6888] = 5742, - [6889] = 5971, - [6890] = 5732, - [6891] = 5731, - [6892] = 5730, - [6893] = 5729, - [6894] = 5743, - [6895] = 5744, - [6896] = 5773, - [6897] = 5772, - [6898] = 5745, - [6899] = 5747, - [6900] = 5748, - [6901] = 5769, - [6902] = 5767, - [6903] = 5749, - [6904] = 5749, - [6905] = 5760, - [6906] = 5759, - [6907] = 5758, - [6908] = 5753, - [6909] = 5752, - [6910] = 5751, - [6911] = 5726, - [6912] = 5750, - [6913] = 5749, - [6914] = 5748, - [6915] = 5747, - [6916] = 5745, - [6917] = 5744, - [6918] = 5743, - [6919] = 5742, - [6920] = 5741, - [6921] = 5739, - [6922] = 5738, - [6923] = 5971, - [6924] = 5755, - [6925] = 5737, - [6926] = 5736, - [6927] = 5751, - [6928] = 5734, - [6929] = 5733, - [6930] = 5732, - [6931] = 5731, - [6932] = 5730, - [6933] = 5729, - [6934] = 5726, - [6935] = 5755, - [6936] = 5796, - [6937] = 5757, - [6938] = 5761, - [6939] = 5752, - [6940] = 5753, - [6941] = 5762, - [6942] = 5763, - [6943] = 5764, - [6944] = 5727, - [6945] = 5796, - [6946] = 5757, - [6947] = 5761, - [6948] = 5762, - [6949] = 5758, - [6950] = 5773, - [6951] = 5772, - [6952] = 5759, - [6953] = 5760, - [6954] = 5769, - [6955] = 5767, - [6956] = 5760, - [6957] = 5971, - [6958] = 5763, - [6959] = 5759, - [6960] = 5758, - [6961] = 5753, - [6962] = 5752, - [6963] = 5751, - [6964] = 5750, - [6965] = 5750, - [6966] = 5748, - [6967] = 5747, - [6968] = 5745, - [6969] = 5744, - [6970] = 5743, - [6971] = 5742, - [6972] = 5741, - [6973] = 5739, - [6974] = 5738, - [6975] = 5737, - [6976] = 5736, - [6977] = 5767, - [6978] = 5734, - [6979] = 5763, - [6980] = 5733, - [6981] = 5732, - [6982] = 5731, - [6983] = 5730, - [6984] = 5729, - [6985] = 5726, - [6986] = 5755, - [6987] = 5796, - [6988] = 5757, - [6989] = 5761, - [6990] = 5769, - [6991] = 5971, - [6992] = 5764, - [6993] = 5762, - [6994] = 5763, - [6995] = 5764, - [6996] = 5727, - [6997] = 5727, - [6998] = 5772, - [6999] = 5727, - [7000] = 5750, - [7001] = 5752, - [7002] = 5773, - [7003] = 5772, - [7004] = 5752, - [7005] = 5753, - [7006] = 5758, - [7007] = 5769, - [7008] = 5767, - [7009] = 5773, - [7010] = 5760, - [7011] = 5759, - [7012] = 5758, - [7013] = 5759, - [7014] = 5753, - [7015] = 5752, - [7016] = 5751, - [7017] = 5750, - [7018] = 5749, - [7019] = 5748, - [7020] = 5747, - [7021] = 5745, - [7022] = 5744, - [7023] = 5743, - [7024] = 5742, - [7025] = 5971, - [7026] = 5760, - [7027] = 5741, - [7028] = 5739, - [7029] = 5738, - [7030] = 5737, - [7031] = 5736, - [7032] = 5734, - [7033] = 5733, - [7034] = 5732, - [7035] = 5731, - [7036] = 5761, - [7037] = 5762, - [7038] = 5730, - [7039] = 5729, - [7040] = 5726, - [7041] = 5755, - [7042] = 5796, - [7043] = 5757, - [7044] = 5761, - [7045] = 5762, - [7046] = 5763, - [7047] = 5767, - [7048] = 5764, - [7049] = 5727, - [7050] = 5769, - [7051] = 5751, - [7052] = 5773, - [7053] = 5773, - [7054] = 5772, - [7055] = 5769, - [7056] = 5767, - [7057] = 5760, - [7058] = 5759, - [7059] = 5971, - [7060] = 5772, - [7061] = 5758, - [7062] = 5753, - [7063] = 5752, - [7064] = 5751, - [7065] = 5750, - [7066] = 5749, - [7067] = 5748, - [7068] = 5747, - [7069] = 5745, - [7070] = 5744, - [7071] = 5743, - [7072] = 5742, - [7073] = 5741, - [7074] = 5739, - [7075] = 5738, - [7076] = 5737, - [7077] = 5736, - [7078] = 5734, - [7079] = 5733, - [7080] = 5732, - [7081] = 5727, - [7082] = 5731, - [7083] = 5730, - [7084] = 5729, - [7085] = 5726, - [7086] = 5755, - [7087] = 5796, - [7088] = 5757, - [7089] = 5761, - [7090] = 5762, - [7091] = 5763, - [7092] = 5764, - [7093] = 5971, - [7094] = 5764, - [7095] = 6663, - [7096] = 6662, - [7097] = 6663, - [7098] = 6662, - [7099] = 6663, - [7100] = 6662, - [7101] = 6663, - [7102] = 6662, - [7103] = 6663, - [7104] = 6662, - [7105] = 6663, - [7106] = 6662, - [7107] = 6663, - [7108] = 6662, - [7109] = 6663, - [7110] = 6662, - [7111] = 6663, - [7112] = 6662, - [7113] = 6663, - [7114] = 6662, - [7115] = 6663, - [7116] = 6662, - [7117] = 6663, - [7118] = 6662, - [7119] = 6663, - [7120] = 6662, - [7121] = 6663, - [7122] = 6662, - [7123] = 6663, - [7124] = 6662, - [7125] = 6663, - [7126] = 6662, - [7127] = 6663, - [7128] = 6662, - [7129] = 6663, - [7130] = 6662, - [7131] = 6663, - [7132] = 6662, - [7133] = 6663, - [7134] = 6662, - [7135] = 6663, - [7136] = 6662, - [7137] = 6663, - [7138] = 6662, - [7139] = 6663, - [7140] = 6662, - [7141] = 6663, - [7142] = 6662, - [7143] = 6663, - [7144] = 6662, - [7145] = 6663, - [7146] = 6662, - [7147] = 6663, - [7148] = 6662, - [7149] = 6663, - [7150] = 6662, - [7151] = 6663, - [7152] = 6662, - [7153] = 6663, - [7154] = 6662, - [7155] = 6663, - [7156] = 6662, - [7157] = 6663, - [7158] = 6662, - [7159] = 6663, - [7160] = 6662, - [7161] = 6663, - [7162] = 6662, + [6234] = 5795, + [6235] = 5794, + [6236] = 5810, + [6237] = 5811, + [6238] = 5812, + [6239] = 5813, + [6240] = 5814, + [6241] = 5815, + [6242] = 5816, + [6243] = 5817, + [6244] = 5818, + [6245] = 5821, + [6246] = 5823, + [6247] = 5825, + [6248] = 5826, + [6249] = 5832, + [6250] = 5831, + [6251] = 5971, + [6252] = 5830, + [6253] = 5829, + [6254] = 5828, + [6255] = 5827, + [6256] = 5824, + [6257] = 5822, + [6258] = 5820, + [6259] = 5819, + [6260] = 5808, + [6261] = 5803, + [6262] = 5806, + [6263] = 5805, + [6264] = 5804, + [6265] = 5827, + [6266] = 5802, + [6267] = 5801, + [6268] = 5800, + [6269] = 5799, + [6270] = 5798, + [6271] = 5797, + [6272] = 5796, + [6273] = 5795, + [6274] = 5794, + [6275] = 5810, + [6276] = 5811, + [6277] = 5812, + [6278] = 5813, + [6279] = 5814, + [6280] = 5815, + [6281] = 5816, + [6282] = 5817, + [6283] = 5818, + [6284] = 5821, + [6285] = 5823, + [6286] = 5971, + [6287] = 5825, + [6288] = 5826, + [6289] = 5832, + [6290] = 5831, + [6291] = 5830, + [6292] = 5829, + [6293] = 5828, + [6294] = 5827, + [6295] = 5824, + [6296] = 5822, + [6297] = 5820, + [6298] = 5819, + [6299] = 5808, + [6300] = 5793, + [6301] = 5806, + [6302] = 5805, + [6303] = 5804, + [6304] = 5803, + [6305] = 5802, + [6306] = 5801, + [6307] = 5800, + [6308] = 5799, + [6309] = 5798, + [6310] = 5797, + [6311] = 5796, + [6312] = 5795, + [6313] = 5794, + [6314] = 5810, + [6315] = 5811, + [6316] = 5812, + [6317] = 5813, + [6318] = 5814, + [6319] = 5815, + [6320] = 5816, + [6321] = 5971, + [6322] = 5817, + [6323] = 5818, + [6324] = 5821, + [6325] = 5823, + [6326] = 5825, + [6327] = 5826, + [6328] = 5832, + [6329] = 5831, + [6330] = 5830, + [6331] = 5829, + [6332] = 5828, + [6333] = 5795, + [6334] = 5824, + [6335] = 5822, + [6336] = 5820, + [6337] = 5819, + [6338] = 5808, + [6339] = 5793, + [6340] = 5806, + [6341] = 5805, + [6342] = 5804, + [6343] = 5803, + [6344] = 5802, + [6345] = 5801, + [6346] = 5800, + [6347] = 5799, + [6348] = 5798, + [6349] = 5797, + [6350] = 5796, + [6351] = 5795, + [6352] = 5794, + [6353] = 5810, + [6354] = 5811, + [6355] = 5812, + [6356] = 5971, + [6357] = 5813, + [6358] = 5814, + [6359] = 5815, + [6360] = 5816, + [6361] = 5817, + [6362] = 5818, + [6363] = 5821, + [6364] = 5823, + [6365] = 5825, + [6366] = 5826, + [6367] = 5832, + [6368] = 5831, + [6369] = 5830, + [6370] = 5829, + [6371] = 5828, + [6372] = 5827, + [6373] = 5824, + [6374] = 5822, + [6375] = 5820, + [6376] = 5819, + [6377] = 5808, + [6378] = 5793, + [6379] = 5806, + [6380] = 5805, + [6381] = 5804, + [6382] = 5803, + [6383] = 5802, + [6384] = 5801, + [6385] = 5800, + [6386] = 5799, + [6387] = 5798, + [6388] = 5797, + [6389] = 5796, + [6390] = 5810, + [6391] = 5971, + [6392] = 5794, + [6393] = 5793, + [6394] = 5811, + [6395] = 5812, + [6396] = 5813, + [6397] = 5814, + [6398] = 5815, + [6399] = 5816, + [6400] = 5817, + [6401] = 5818, + [6402] = 5821, + [6403] = 5823, + [6404] = 5825, + [6405] = 5826, + [6406] = 5832, + [6407] = 5831, + [6408] = 5830, + [6409] = 5829, + [6410] = 5828, + [6411] = 5827, + [6412] = 5824, + [6413] = 5822, + [6414] = 5820, + [6415] = 5819, + [6416] = 5808, + [6417] = 5793, + [6418] = 5806, + [6419] = 5805, + [6420] = 5804, + [6421] = 5803, + [6422] = 5802, + [6423] = 5801, + [6424] = 5800, + [6425] = 5799, + [6426] = 5971, + [6427] = 5798, + [6428] = 5797, + [6429] = 5796, + [6430] = 5795, + [6431] = 5794, + [6432] = 5810, + [6433] = 5811, + [6434] = 5812, + [6435] = 5813, + [6436] = 5814, + [6437] = 5815, + [6438] = 5816, + [6439] = 5817, + [6440] = 5818, + [6441] = 5821, + [6442] = 5823, + [6443] = 5825, + [6444] = 5826, + [6445] = 5832, + [6446] = 5831, + [6447] = 5830, + [6448] = 5829, + [6449] = 5828, + [6450] = 5827, + [6451] = 5824, + [6452] = 5822, + [6453] = 5820, + [6454] = 5819, + [6455] = 5808, + [6456] = 5825, + [6457] = 5806, + [6458] = 5805, + [6459] = 5804, + [6460] = 5803, + [6461] = 5971, + [6462] = 5802, + [6463] = 5801, + [6464] = 5800, + [6465] = 5799, + [6466] = 5798, + [6467] = 5797, + [6468] = 5796, + [6469] = 5795, + [6470] = 5794, + [6471] = 5810, + [6472] = 5811, + [6473] = 5812, + [6474] = 5813, + [6475] = 5814, + [6476] = 5815, + [6477] = 5816, + [6478] = 5817, + [6479] = 5818, + [6480] = 5821, + [6481] = 5823, + [6482] = 5825, + [6483] = 5826, + [6484] = 5832, + [6485] = 5831, + [6486] = 5830, + [6487] = 5829, + [6488] = 5828, + [6489] = 5827, + [6490] = 5824, + [6491] = 5822, + [6492] = 5820, + [6493] = 5819, + [6494] = 5808, + [6495] = 5793, + [6496] = 5971, + [6497] = 5806, + [6498] = 5805, + [6499] = 5804, + [6500] = 5803, + [6501] = 5802, + [6502] = 5801, + [6503] = 5800, + [6504] = 5799, + [6505] = 5798, + [6506] = 5797, + [6507] = 5796, + [6508] = 5795, + [6509] = 5794, + [6510] = 5810, + [6511] = 5811, + [6512] = 5812, + [6513] = 5813, + [6514] = 5814, + [6515] = 5815, + [6516] = 5816, + [6517] = 5817, + [6518] = 5818, + [6519] = 5821, + [6520] = 5823, + [6521] = 5822, + [6522] = 5826, + [6523] = 5832, + [6524] = 5831, + [6525] = 5830, + [6526] = 5829, + [6527] = 5828, + [6528] = 5827, + [6529] = 5824, + [6530] = 5812, + [6531] = 5971, + [6532] = 5820, + [6533] = 5819, + [6534] = 5808, + [6535] = 5793, + [6536] = 5806, + [6537] = 5805, + [6538] = 5804, + [6539] = 5803, + [6540] = 5802, + [6541] = 5801, + [6542] = 5800, + [6543] = 5799, + [6544] = 5798, + [6545] = 5797, + [6546] = 5796, + [6547] = 5795, + [6548] = 5794, + [6549] = 5810, + [6550] = 5811, + [6551] = 5812, + [6552] = 5813, + [6553] = 5814, + [6554] = 5815, + [6555] = 5816, + [6556] = 5817, + [6557] = 5818, + [6558] = 5821, + [6559] = 5823, + [6560] = 5825, + [6561] = 5826, + [6562] = 5832, + [6563] = 5831, + [6564] = 5830, + [6565] = 5829, + [6566] = 5971, + [6567] = 5828, + [6568] = 5827, + [6569] = 5824, + [6570] = 5822, + [6571] = 5820, + [6572] = 5819, + [6573] = 5808, + [6574] = 5793, + [6575] = 5806, + [6576] = 5805, + [6577] = 5804, + [6578] = 5803, + [6579] = 5802, + [6580] = 5801, + [6581] = 5800, + [6582] = 5799, + [6583] = 5798, + [6584] = 5797, + [6585] = 5796, + [6586] = 5795, + [6587] = 5794, + [6588] = 5810, + [6589] = 5811, + [6590] = 5820, + [6591] = 5813, + [6592] = 5814, + [6593] = 5815, + [6594] = 5816, + [6595] = 5817, + [6596] = 5818, + [6597] = 5821, + [6598] = 5823, + [6599] = 5825, + [6600] = 5826, + [6601] = 5971, + [6602] = 5832, + [6603] = 5831, + [6604] = 5830, + [6605] = 5829, + [6606] = 5828, + [6607] = 5827, + [6608] = 5824, + [6609] = 5822, + [6610] = 5820, + [6611] = 5819, + [6612] = 5808, + [6613] = 5793, + [6614] = 5806, + [6615] = 5805, + [6616] = 5804, + [6617] = 5803, + [6618] = 5802, + [6619] = 5801, + [6620] = 5800, + [6621] = 5799, + [6622] = 5798, + [6623] = 5797, + [6624] = 5796, + [6625] = 5795, + [6626] = 5794, + [6627] = 5810, + [6628] = 5811, + [6629] = 5812, + [6630] = 5813, + [6631] = 5814, + [6632] = 5815, + [6633] = 5816, + [6634] = 5817, + [6635] = 5818, + [6636] = 5971, + [6637] = 5821, + [6638] = 5823, + [6639] = 5825, + [6640] = 5826, + [6641] = 5832, + [6642] = 5831, + [6643] = 5830, + [6644] = 5829, + [6645] = 5828, + [6646] = 5827, + [6647] = 5824, + [6648] = 5822, + [6649] = 5805, + [6650] = 5819, + [6651] = 5808, + [6652] = 5793, + [6653] = 5806, + [6654] = 5819, + [6655] = 5804, + [6656] = 5803, + [6657] = 5802, + [6658] = 5801, + [6659] = 5800, + [6660] = 5799, + [6661] = 5798, + [6662] = 5797, + [6663] = 5796, + [6664] = 5795, + [6665] = 5794, + [6666] = 5810, + [6667] = 5811, + [6668] = 5812, + [6669] = 5813, + [6670] = 5814, + [6671] = 5971, + [6672] = 5815, + [6673] = 5816, + [6674] = 5817, + [6675] = 5818, + [6676] = 5821, + [6677] = 5823, + [6678] = 5825, + [6679] = 5826, + [6680] = 5832, + [6681] = 5831, + [6682] = 5830, + [6683] = 5829, + [6684] = 5828, + [6685] = 5827, + [6686] = 5824, + [6687] = 5822, + [6688] = 5820, + [6689] = 5819, + [6690] = 5808, + [6691] = 5793, + [6692] = 5806, + [6693] = 5805, + [6694] = 5804, + [6695] = 5803, + [6696] = 5802, + [6697] = 5801, + [6698] = 5800, + [6699] = 5799, + [6700] = 5798, + [6701] = 5797, + [6702] = 5796, + [6703] = 5795, + [6704] = 5794, + [6705] = 5810, + [6706] = 5971, + [6707] = 5811, + [6708] = 5812, + [6709] = 5813, + [6710] = 5814, + [6711] = 5815, + [6712] = 5816, + [6713] = 5817, + [6714] = 5818, + [6715] = 5821, + [6716] = 5823, + [6717] = 5825, + [6718] = 5826, + [6719] = 5832, + [6720] = 5831, + [6721] = 5830, + [6722] = 5829, + [6723] = 5828, + [6724] = 5827, + [6725] = 5824, + [6726] = 5822, + [6727] = 5820, + [6728] = 5800, + [6729] = 5808, + [6730] = 5793, + [6731] = 5806, + [6732] = 5805, + [6733] = 5804, + [6734] = 5803, + [6735] = 5802, + [6736] = 5801, + [6737] = 5800, + [6738] = 5799, + [6739] = 5798, + [6740] = 5797, + [6741] = 5971, + [6742] = 5796, + [6743] = 5795, + [6744] = 5794, + [6745] = 5810, + [6746] = 5811, + [6747] = 5812, + [6748] = 5813, + [6749] = 5814, + [6750] = 5815, + [6751] = 5816, + [6752] = 5817, + [6753] = 5818, + [6754] = 5821, + [6755] = 5823, + [6756] = 5825, + [6757] = 5826, + [6758] = 5832, + [6759] = 5831, + [6760] = 5830, + [6761] = 5829, + [6762] = 5828, + [6763] = 5827, + [6764] = 5824, + [6765] = 5822, + [6766] = 5820, + [6767] = 5819, + [6768] = 5808, + [6769] = 5793, + [6770] = 5806, + [6771] = 5805, + [6772] = 5804, + [6773] = 5803, + [6774] = 5802, + [6775] = 5801, + [6776] = 5971, + [6777] = 5815, + [6778] = 5799, + [6779] = 5798, + [6780] = 5797, + [6781] = 5796, + [6782] = 5795, + [6783] = 5794, + [6784] = 5810, + [6785] = 5811, + [6786] = 5812, + [6787] = 5813, + [6788] = 5814, + [6789] = 5805, + [6790] = 5816, + [6791] = 5817, + [6792] = 5818, + [6793] = 5821, + [6794] = 5823, + [6795] = 5825, + [6796] = 5826, + [6797] = 5832, + [6798] = 5831, + [6799] = 5830, + [6800] = 5829, + [6801] = 5828, + [6802] = 5827, + [6803] = 5824, + [6804] = 5822, + [6805] = 5820, + [6806] = 5819, + [6807] = 5808, + [6808] = 5793, + [6809] = 5806, + [6810] = 5805, + [6811] = 5971, + [6812] = 5804, + [6813] = 5803, + [6814] = 5802, + [6815] = 5801, + [6816] = 5800, + [6817] = 5799, + [6818] = 5798, + [6819] = 5797, + [6820] = 5796, + [6821] = 5795, + [6822] = 5794, + [6823] = 5810, + [6824] = 5811, + [6825] = 5812, + [6826] = 5813, + [6827] = 5814, + [6828] = 5815, + [6829] = 5816, + [6830] = 5817, + [6831] = 5818, + [6832] = 5821, + [6833] = 5823, + [6834] = 5825, + [6835] = 5826, + [6836] = 5832, + [6837] = 5831, + [6838] = 5830, + [6839] = 5829, + [6840] = 5828, + [6841] = 5827, + [6842] = 5824, + [6843] = 5822, + [6844] = 5820, + [6845] = 5819, + [6846] = 5971, + [6847] = 5808, + [6848] = 5793, + [6849] = 5806, + [6850] = 5814, + [6851] = 5804, + [6852] = 5803, + [6853] = 5802, + [6854] = 5801, + [6855] = 5800, + [6856] = 5799, + [6857] = 5798, + [6858] = 5797, + [6859] = 5796, + [6860] = 5795, + [6861] = 5794, + [6862] = 5810, + [6863] = 5811, + [6864] = 5812, + [6865] = 5813, + [6866] = 5814, + [6867] = 5815, + [6868] = 5816, + [6869] = 5817, + [6870] = 5818, + [6871] = 5821, + [6872] = 5823, + [6873] = 5825, + [6874] = 5826, + [6875] = 5832, + [6876] = 5831, + [6877] = 5830, + [6878] = 5829, + [6879] = 5828, + [6880] = 5827, + [6881] = 5971, + [6882] = 5824, + [6883] = 5822, + [6884] = 5820, + [6885] = 5819, + [6886] = 5808, + [6887] = 5793, + [6888] = 5806, + [6889] = 5805, + [6890] = 5804, + [6891] = 5803, + [6892] = 5802, + [6893] = 5801, + [6894] = 5800, + [6895] = 5799, + [6896] = 5798, + [6897] = 5797, + [6898] = 5796, + [6899] = 5795, + [6900] = 5794, + [6901] = 5810, + [6902] = 5811, + [6903] = 5812, + [6904] = 5813, + [6905] = 5819, + [6906] = 5815, + [6907] = 5816, + [6908] = 5817, + [6909] = 5818, + [6910] = 5821, + [6911] = 5823, + [6912] = 5825, + [6913] = 5826, + [6914] = 5832, + [6915] = 5831, + [6916] = 5971, + [6917] = 5830, + [6918] = 5829, + [6919] = 5828, + [6920] = 5827, + [6921] = 5824, + [6922] = 5822, + [6923] = 5820, + [6924] = 5817, + [6925] = 5808, + [6926] = 5793, + [6927] = 5806, + [6928] = 5805, + [6929] = 5804, + [6930] = 5803, + [6931] = 5802, + [6932] = 5801, + [6933] = 5800, + [6934] = 5799, + [6935] = 5798, + [6936] = 5797, + [6937] = 5796, + [6938] = 5795, + [6939] = 5794, + [6940] = 5810, + [6941] = 5811, + [6942] = 5812, + [6943] = 5813, + [6944] = 5814, + [6945] = 5815, + [6946] = 5816, + [6947] = 5817, + [6948] = 5818, + [6949] = 5821, + [6950] = 5823, + [6951] = 5971, + [6952] = 5825, + [6953] = 5826, + [6954] = 5832, + [6955] = 5831, + [6956] = 5830, + [6957] = 5829, + [6958] = 5828, + [6959] = 5827, + [6960] = 5824, + [6961] = 5822, + [6962] = 5820, + [6963] = 5819, + [6964] = 5808, + [6965] = 5793, + [6966] = 5806, + [6967] = 5805, + [6968] = 5804, + [6969] = 5803, + [6970] = 5802, + [6971] = 5801, + [6972] = 5800, + [6973] = 5799, + [6974] = 5798, + [6975] = 5797, + [6976] = 5796, + [6977] = 5795, + [6978] = 5794, + [6979] = 5810, + [6980] = 5811, + [6981] = 5812, + [6982] = 5813, + [6983] = 5814, + [6984] = 5815, + [6985] = 5816, + [6986] = 5971, + [6987] = 5830, + [6988] = 5818, + [6989] = 5821, + [6990] = 5823, + [6991] = 5825, + [6992] = 5826, + [6993] = 5832, + [6994] = 5831, + [6995] = 5830, + [6996] = 5829, + [6997] = 5828, + [6998] = 5827, + [6999] = 5824, + [7000] = 5822, + [7001] = 5820, + [7002] = 5819, + [7003] = 5808, + [7004] = 5806, + [7005] = 5805, + [7006] = 5804, + [7007] = 5803, + [7008] = 5802, + [7009] = 5801, + [7010] = 5800, + [7011] = 5799, + [7012] = 5798, + [7013] = 5797, + [7014] = 5796, + [7015] = 5795, + [7016] = 5794, + [7017] = 5810, + [7018] = 5811, + [7019] = 5812, + [7020] = 5813, + [7021] = 5971, + [7022] = 5814, + [7023] = 5815, + [7024] = 5816, + [7025] = 5817, + [7026] = 5818, + [7027] = 5821, + [7028] = 5823, + [7029] = 5825, + [7030] = 5826, + [7031] = 5832, + [7032] = 5831, + [7033] = 5804, + [7034] = 5829, + [7035] = 5828, + [7036] = 5827, + [7037] = 5824, + [7038] = 5822, + [7039] = 5820, + [7040] = 5819, + [7041] = 5808, + [7042] = 5793, + [7043] = 5806, + [7044] = 5805, + [7045] = 5819, + [7046] = 5803, + [7047] = 5802, + [7048] = 5801, + [7049] = 5800, + [7050] = 5799, + [7051] = 5798, + [7052] = 5797, + [7053] = 5796, + [7054] = 5795, + [7055] = 5794, + [7056] = 5971, + [7057] = 5810, + [7058] = 5811, + [7059] = 5812, + [7060] = 5813, + [7061] = 5814, + [7062] = 5815, + [7063] = 5816, + [7064] = 5817, + [7065] = 5818, + [7066] = 5821, + [7067] = 5823, + [7068] = 5825, + [7069] = 5826, + [7070] = 5832, + [7071] = 5831, + [7072] = 5830, + [7073] = 5829, + [7074] = 5828, + [7075] = 5827, + [7076] = 5824, + [7077] = 5822, + [7078] = 5820, + [7079] = 5819, + [7080] = 5808, + [7081] = 5793, + [7082] = 5806, + [7083] = 5805, + [7084] = 5804, + [7085] = 5803, + [7086] = 5802, + [7087] = 5801, + [7088] = 5800, + [7089] = 5799, + [7090] = 5798, + [7091] = 5971, + [7092] = 5797, + [7093] = 5796, + [7094] = 5795, + [7095] = 5794, + [7096] = 5810, + [7097] = 5811, + [7098] = 5812, + [7099] = 5813, + [7100] = 5814, + [7101] = 5815, + [7102] = 5816, + [7103] = 5817, + [7104] = 5818, + [7105] = 5821, + [7106] = 5823, + [7107] = 5825, + [7108] = 5826, + [7109] = 5832, + [7110] = 5831, + [7111] = 5830, + [7112] = 5829, + [7113] = 5828, + [7114] = 5827, + [7115] = 5824, + [7116] = 5822, + [7117] = 5820, + [7118] = 5805, + [7119] = 5808, + [7120] = 5793, + [7121] = 7121, + [7122] = 5806, + [7123] = 5971, + [7124] = 5804, + [7125] = 5803, + [7126] = 5971, + [7127] = 5802, + [7128] = 5801, + [7129] = 5800, + [7130] = 5799, + [7131] = 5798, + [7132] = 5797, + [7133] = 5796, + [7134] = 5795, + [7135] = 5794, + [7136] = 5810, + [7137] = 5811, + [7138] = 5812, + [7139] = 5813, + [7140] = 5814, + [7141] = 5815, + [7142] = 5816, + [7143] = 5817, + [7144] = 5818, + [7145] = 5821, + [7146] = 5823, + [7147] = 5825, + [7148] = 5826, + [7149] = 5832, + [7150] = 5831, + [7151] = 5830, + [7152] = 5829, + [7153] = 5828, + [7154] = 5827, + [7155] = 5824, + [7156] = 5822, + [7157] = 5820, + [7158] = 5819, + [7159] = 7159, + [7160] = 7160, + [7161] = 7160, + [7162] = 7160, + [7163] = 7160, + [7164] = 7160, + [7165] = 7160, + [7166] = 7160, + [7167] = 7160, + [7168] = 7160, + [7169] = 7160, + [7170] = 7160, + [7171] = 7160, + [7172] = 7160, + [7173] = 7160, + [7174] = 7160, + [7175] = 7160, + [7176] = 7160, + [7177] = 7160, + [7178] = 7160, + [7179] = 7160, + [7180] = 7160, + [7181] = 7160, + [7182] = 7160, + [7183] = 7160, + [7184] = 7160, + [7185] = 7160, + [7186] = 7160, + [7187] = 7160, + [7188] = 7160, + [7189] = 7160, + [7190] = 7160, + [7191] = 7160, + [7192] = 7160, + [7193] = 7160, + [7194] = 7160, }; static bool ts_lex(TSLexer *lexer, TSStateId state) { @@ -8700,7 +8732,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 6: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(999); + if (lookahead == '@') ADVANCE(1000); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8732,7 +8764,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 8: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1006); + if (lookahead == '@') ADVANCE(1001); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8748,7 +8780,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 9: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1000); + if (lookahead == '@') ADVANCE(999); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8764,7 +8796,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 10: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1002); + if (lookahead == '@') ADVANCE(995); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8780,7 +8812,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 11: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1004); + if (lookahead == '@') ADVANCE(1002); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8796,7 +8828,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 12: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1008); + if (lookahead == '@') ADVANCE(1003); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8812,7 +8844,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 13: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(995); + if (lookahead == '@') ADVANCE(1024); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8828,7 +8860,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 14: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1001); + if (lookahead == '@') ADVANCE(1004); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8844,7 +8876,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 15: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1010); + if (lookahead == '@') ADVANCE(1005); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8860,7 +8892,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 16: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1003); + if (lookahead == '@') ADVANCE(1026); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8876,7 +8908,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 17: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1012); + if (lookahead == '@') ADVANCE(1006); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8892,7 +8924,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 18: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1005); + if (lookahead == '@') ADVANCE(1007); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8908,7 +8940,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 19: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1014); + if (lookahead == '@') ADVANCE(1008); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8924,7 +8956,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 20: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1007); + if (lookahead == '@') ADVANCE(1009); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8940,7 +8972,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 21: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1016); + if (lookahead == '@') ADVANCE(1010); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8956,7 +8988,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 22: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1009); + if (lookahead == '@') ADVANCE(1011); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8972,7 +9004,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 23: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1018); + if (lookahead == '@') ADVANCE(1012); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -8988,7 +9020,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 24: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1011); + if (lookahead == '@') ADVANCE(1013); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9004,7 +9036,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 25: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1020); + if (lookahead == '@') ADVANCE(1014); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9020,7 +9052,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 26: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1013); + if (lookahead == '@') ADVANCE(1015); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9036,7 +9068,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 27: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1022); + if (lookahead == '@') ADVANCE(1016); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9052,7 +9084,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 28: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1015); + if (lookahead == '@') ADVANCE(1017); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9068,7 +9100,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 29: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1023); + if (lookahead == '@') ADVANCE(1018); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9084,7 +9116,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 30: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1017); + if (lookahead == '@') ADVANCE(1019); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9100,7 +9132,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 31: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1024); + if (lookahead == '@') ADVANCE(1020); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9116,7 +9148,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 32: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1019); + if (lookahead == '@') ADVANCE(1021); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9132,7 +9164,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 33: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1026); + if (lookahead == '@') ADVANCE(1022); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9148,7 +9180,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 34: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1021); + if (lookahead == '@') ADVANCE(1025); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9164,7 +9196,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 35: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1025); + if (lookahead == '@') ADVANCE(1023); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9180,7 +9212,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 36: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1028); + if (lookahead == '@') ADVANCE(1027); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9196,7 +9228,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 37: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1029); + if (lookahead == '@') ADVANCE(1028); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9212,7 +9244,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 38: if (lookahead == '(') ADVANCE(903); - if (lookahead == '@') ADVANCE(1027); + if (lookahead == '@') ADVANCE(1029); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9305,25 +9337,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 45: - if (lookahead == ',') ADVANCE(134); - if (lookahead == '?') ADVANCE(1040); - if (lookahead == '@') ADVANCE(1039); - if (lookahead == '"' || - lookahead == '\'') ADVANCE(905); - if (lookahead == '\t' || - lookahead == '\n' || - lookahead == '\r' || - lookahead == ' ') SKIP(45) - if (lookahead == '!' || - lookahead == '(' || - lookahead == ')' || - lookahead == '-' || - lookahead == '{' || - lookahead == '}') ADVANCE(991); - if (lookahead != 0) ADVANCE(1040); - END_STATE(); - case 46: - if (lookahead == '-') ADVANCE(46); + if (lookahead == '-') ADVANCE(45); if (lookahead != 0 && lookahead != '!' && lookahead != '(' && @@ -9334,26 +9348,26 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '{' && lookahead != '}') ADVANCE(1040); END_STATE(); + case 46: + if (lookahead == '-') ADVANCE(48); + END_STATE(); case 47: - if (lookahead == '-') ADVANCE(49); + if (lookahead == '-') ADVANCE(47); + if (lookahead == '}') ADVANCE(113); + if (lookahead != 0) ADVANCE(48); END_STATE(); case 48: - if (lookahead == '-') ADVANCE(48); - if (lookahead == '}') ADVANCE(113); - if (lookahead != 0) ADVANCE(49); + if (lookahead == '-') ADVANCE(47); + if (lookahead != 0) ADVANCE(48); END_STATE(); case 49: - if (lookahead == '-') ADVANCE(48); - if (lookahead != 0) ADVANCE(49); - END_STATE(); - case 50: if (lookahead == '@') ADVANCE(1031); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(50) + lookahead == ' ') SKIP(49) if (lookahead == '!' || lookahead == '(' || lookahead == ')' || @@ -9362,7 +9376,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); - case 51: + case 50: if (lookahead == '@') ADVANCE(1039); if (lookahead == '}') ADVANCE(1038); if (lookahead == ',' || @@ -9370,7 +9384,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == '\t' || lookahead == '\n' || lookahead == '\r' || - lookahead == ' ') SKIP(51) + lookahead == ' ') SKIP(50) if (lookahead == '!' || lookahead == '(' || lookahead == ')' || @@ -9378,6 +9392,24 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '{') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); + case 51: + if (lookahead == '@') ADVANCE(1039); + if (lookahead == '"' || + lookahead == '\'') ADVANCE(905); + if (lookahead == ',' || + lookahead == '?') ADVANCE(1040); + if (lookahead == '\t' || + lookahead == '\n' || + lookahead == '\r' || + lookahead == ' ') SKIP(51) + if (lookahead == '!' || + lookahead == '(' || + lookahead == ')' || + lookahead == '-' || + lookahead == '{' || + lookahead == '}') ADVANCE(991); + if (lookahead != 0) ADVANCE(1040); + END_STATE(); case 52: if (lookahead == '@') ADVANCE(1039); if (lookahead == ',' || @@ -9427,7 +9459,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 55: - if (lookahead == '@') ADVANCE(999); + if (lookahead == '@') ADVANCE(1000); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9459,7 +9491,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 57: - if (lookahead == '@') ADVANCE(1006); + if (lookahead == '@') ADVANCE(1001); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9475,7 +9507,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 58: - if (lookahead == '@') ADVANCE(1000); + if (lookahead == '@') ADVANCE(999); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9491,8 +9523,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 59: - if (lookahead == '@') ADVANCE(1002); - if (lookahead == '{') ADVANCE(993); + if (lookahead == '@') ADVANCE(1032); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9503,12 +9534,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || + lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 60: - if (lookahead == '@') ADVANCE(1004); - if (lookahead == '{') ADVANCE(993); + if (lookahead == '@') ADVANCE(1037); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9519,11 +9550,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || + lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 61: - if (lookahead == '@') ADVANCE(1008); + if (lookahead == '@') ADVANCE(995); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9539,7 +9571,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 62: - if (lookahead == '@') ADVANCE(1032); + if (lookahead == '@') ADVANCE(1002); + if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9550,12 +9583,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 63: - if (lookahead == '@') ADVANCE(1037); + if (lookahead == '@') ADVANCE(1003); + if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9566,12 +9599,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 64: - if (lookahead == '@') ADVANCE(995); + if (lookahead == '@') ADVANCE(1024); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9587,8 +9619,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 65: - if (lookahead == '@') ADVANCE(1001); - if (lookahead == '{') ADVANCE(993); + if (lookahead == '@') ADVANCE(1033); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9599,11 +9630,12 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || + lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 66: - if (lookahead == '@') ADVANCE(1010); + if (lookahead == '@') ADVANCE(1004); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9619,7 +9651,8 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 67: - if (lookahead == '@') ADVANCE(1033); + if (lookahead == '@') ADVANCE(1005); + if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9630,12 +9663,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 68: - if (lookahead == '@') ADVANCE(1003); + if (lookahead == '@') ADVANCE(1026); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9651,8 +9683,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 69: - if (lookahead == '@') ADVANCE(1012); - if (lookahead == '{') ADVANCE(993); + if (lookahead == '@') ADVANCE(1034); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9663,11 +9694,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || + lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 70: - if (lookahead == '@') ADVANCE(1034); + if (lookahead == '@') ADVANCE(1006); + if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9678,12 +9711,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 71: - if (lookahead == '@') ADVANCE(1005); + if (lookahead == '@') ADVANCE(1007); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9699,8 +9731,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 72: - if (lookahead == '@') ADVANCE(1014); - if (lookahead == '{') ADVANCE(993); + if (lookahead == '@') ADVANCE(1035); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9711,11 +9742,13 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || + lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 73: - if (lookahead == '@') ADVANCE(1035); + if (lookahead == '@') ADVANCE(1008); + if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); if (lookahead == '\t' || @@ -9726,12 +9759,11 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == '(' || lookahead == ')' || lookahead == '-' || - lookahead == '{' || lookahead == '}') ADVANCE(991); if (lookahead != 0) ADVANCE(1040); END_STATE(); case 74: - if (lookahead == '@') ADVANCE(1007); + if (lookahead == '@') ADVANCE(1009); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9747,7 +9779,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 75: - if (lookahead == '@') ADVANCE(1016); + if (lookahead == '@') ADVANCE(1010); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9763,7 +9795,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 76: - if (lookahead == '@') ADVANCE(1009); + if (lookahead == '@') ADVANCE(1011); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9779,7 +9811,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 77: - if (lookahead == '@') ADVANCE(1018); + if (lookahead == '@') ADVANCE(1012); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9795,7 +9827,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 78: - if (lookahead == '@') ADVANCE(1011); + if (lookahead == '@') ADVANCE(1013); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9811,7 +9843,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 79: - if (lookahead == '@') ADVANCE(1020); + if (lookahead == '@') ADVANCE(1014); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9827,7 +9859,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 80: - if (lookahead == '@') ADVANCE(1013); + if (lookahead == '@') ADVANCE(1015); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9843,7 +9875,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 81: - if (lookahead == '@') ADVANCE(1022); + if (lookahead == '@') ADVANCE(1016); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9859,7 +9891,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 82: - if (lookahead == '@') ADVANCE(1015); + if (lookahead == '@') ADVANCE(1017); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9875,7 +9907,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 83: - if (lookahead == '@') ADVANCE(1023); + if (lookahead == '@') ADVANCE(1018); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9891,7 +9923,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 84: - if (lookahead == '@') ADVANCE(1017); + if (lookahead == '@') ADVANCE(1019); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9907,7 +9939,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 85: - if (lookahead == '@') ADVANCE(1024); + if (lookahead == '@') ADVANCE(1020); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9923,7 +9955,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 86: - if (lookahead == '@') ADVANCE(1019); + if (lookahead == '@') ADVANCE(1021); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9939,7 +9971,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 87: - if (lookahead == '@') ADVANCE(1026); + if (lookahead == '@') ADVANCE(1022); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9955,7 +9987,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 88: - if (lookahead == '@') ADVANCE(1021); + if (lookahead == '@') ADVANCE(1025); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9971,7 +10003,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 89: - if (lookahead == '@') ADVANCE(1025); + if (lookahead == '@') ADVANCE(1023); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -9987,7 +10019,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 90: - if (lookahead == '@') ADVANCE(1028); + if (lookahead == '@') ADVANCE(1027); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -10003,7 +10035,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 91: - if (lookahead == '@') ADVANCE(1029); + if (lookahead == '@') ADVANCE(1028); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -10019,7 +10051,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead != 0) ADVANCE(1040); END_STATE(); case 92: - if (lookahead == '@') ADVANCE(1027); + if (lookahead == '@') ADVANCE(1029); if (lookahead == '{') ADVANCE(993); if (lookahead == ',' || lookahead == '?') ADVANCE(1040); @@ -10157,7 +10189,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 119: ACCEPT_TOKEN(anon_sym_LBRACE_LBRACE); - if (lookahead == '-') ADVANCE(47); + if (lookahead == '-') ADVANCE(46); END_STATE(); case 120: ACCEPT_TOKEN(anon_sym_RBRACE_RBRACE); @@ -10241,7 +10273,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { case 144: ACCEPT_TOKEN(anon_sym_ATpush); if (lookahead == 'I') ADVANCE(426); - if (lookahead == 'O') ADVANCE(548); + if (lookahead == 'O') ADVANCE(547); END_STATE(); case 145: ACCEPT_TOKEN(anon_sym_ATendpush); @@ -10528,7 +10560,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(317); + if (lookahead == 'n') ADVANCE(310); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10558,7 +10590,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(310); + if (lookahead == 'n') ADVANCE(314); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10573,7 +10605,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(332); + if (lookahead == 'n') ADVANCE(317); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10588,7 +10620,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(328); + if (lookahead == 'n') ADVANCE(304); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10603,7 +10635,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(320); + if (lookahead == 'n') ADVANCE(312); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10618,7 +10650,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(319); + if (lookahead == 'n') ADVANCE(324); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10633,7 +10665,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(313); + if (lookahead == 'n') ADVANCE(320); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10648,7 +10680,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(308); + if (lookahead == 'n') ADVANCE(319); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10663,7 +10695,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(316); + if (lookahead == 'n') ADVANCE(332); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10678,7 +10710,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(304); + if (lookahead == 'n') ADVANCE(328); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10693,7 +10725,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'a') ADVANCE(266); if (lookahead == 'l') ADVANCE(652); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(324); + if (lookahead == 'n') ADVANCE(308); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10766,7 +10798,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(321); + if (lookahead == 'n') ADVANCE(331); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10794,7 +10826,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(315); + if (lookahead == 'n') ADVANCE(329); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10808,7 +10840,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(329); + if (lookahead == 'n') ADVANCE(316); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10822,7 +10854,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(331); + if (lookahead == 'n') ADVANCE(321); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10850,7 +10882,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(327); + if (lookahead == 'n') ADVANCE(307); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10864,7 +10896,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(307); + if (lookahead == 'n') ADVANCE(333); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10878,7 +10910,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(334); + if (lookahead == 'n') ADVANCE(323); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10892,7 +10924,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(333); + if (lookahead == 'n') ADVANCE(334); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10906,7 +10938,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(323); + if (lookahead == 'n') ADVANCE(306); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10920,7 +10952,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(306); + if (lookahead == 'n') ADVANCE(305); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10934,7 +10966,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(305); + if (lookahead == 'n') ADVANCE(313); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10948,7 +10980,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(312); + if (lookahead == 'n') ADVANCE(327); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -10976,7 +11008,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(266); if (lookahead == 'm') ADVANCE(585); - if (lookahead == 'n') ADVANCE(314); + if (lookahead == 'n') ADVANCE(315); if (lookahead == 'r') ADVANCE(625); if (lookahead == 'x') ADVANCE(709); if (('0' <= lookahead && lookahead <= '9') || @@ -11053,7 +11085,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym__custom_token2); if (lookahead == 'a') ADVANCE(519); if (lookahead == 'h') ADVANCE(376); - if (lookahead == 'l') ADVANCE(249); + if (lookahead == 'l') ADVANCE(248); if (lookahead == 'o') ADVANCE(532); if (lookahead == 's') ADVANCE(604); if (('0' <= lookahead && lookahead <= '9') || @@ -11192,7 +11224,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 248: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(729); + if (lookahead == 'a') ADVANCE(656); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -11202,7 +11234,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 249: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(656); + if (lookahead == 'a') ADVANCE(729); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -11212,7 +11244,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 250: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(547); + if (lookahead == 'a') ADVANCE(541); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -11222,7 +11254,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 251: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(534); + if (lookahead == 'a') ADVANCE(548); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -11232,7 +11264,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 252: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'a') ADVANCE(541); + if (lookahead == 'a') ADVANCE(534); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('b' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -11588,7 +11620,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 287: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'c') ADVANCE(252); + if (lookahead == 'c') ADVANCE(251); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -11847,7 +11879,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 312: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(586); + if (lookahead == 'd') ADVANCE(738); if (lookahead == 'v') ADVANCE(171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -11858,7 +11890,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 313: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(738); + if (lookahead == 'd') ADVANCE(586); if (lookahead == 'v') ADVANCE(171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -11869,7 +11901,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 314: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(597); + if (lookahead == 'd') ADVANCE(434); if (lookahead == 'v') ADVANCE(171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -11880,7 +11912,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 315: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(582); + if (lookahead == 'd') ADVANCE(597); if (lookahead == 'v') ADVANCE(171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -11891,7 +11923,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 316: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(434); + if (lookahead == 'd') ADVANCE(582); if (lookahead == 'v') ADVANCE(171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -11923,7 +11955,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 319: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(248); + if (lookahead == 'd') ADVANCE(249); if (lookahead == 'v') ADVANCE(171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -11977,7 +12009,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 324: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(398); + if (lookahead == 'd') ADVANCE(377); if (lookahead == 'v') ADVANCE(171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -11988,7 +12020,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 325: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'd') ADVANCE(377); + if (lookahead == 'd') ADVANCE(398); if (lookahead == 'v') ADVANCE(171); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || @@ -13129,7 +13161,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 435: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'f') ADVANCE(571); + if (lookahead == 'f') ADVANCE(573); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -13630,7 +13662,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 485: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'i') ADVANCE(572); + if (lookahead == 'i') ADVANCE(571); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -14251,7 +14283,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 547: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(251); + if (lookahead == 'n') ADVANCE(279); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -14261,7 +14293,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 548: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'n') ADVANCE(279); + if (lookahead == 'n') ADVANCE(252); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -14492,7 +14524,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 571: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(603); + if (lookahead == 'o') ADVANCE(525); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -14502,7 +14534,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 572: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(525); + if (lookahead == 'o') ADVANCE(609); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -14512,7 +14544,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 573: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 'o') ADVANCE(609); + if (lookahead == 'o') ADVANCE(603); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -15962,7 +15994,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 718: ACCEPT_TOKEN(aux_sym__custom_token2); - if (lookahead == 't') ADVANCE(573); + if (lookahead == 't') ADVANCE(572); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(757); @@ -17274,7 +17306,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 907: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'T') ADVANCE(932); + if (lookahead == 'T') ADVANCE(931); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17324,7 +17356,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 912: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'b') ADVANCE(931); + if (lookahead == 'b') ADVANCE(932); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17364,7 +17396,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 916: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'c') ADVANCE(934); + if (lookahead == 'c') ADVANCE(917); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17374,7 +17406,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 917: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'c') ADVANCE(916); + if (lookahead == 'c') ADVANCE(935); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17394,7 +17426,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 919: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(912); + if (lookahead == 'd') ADVANCE(892); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17404,7 +17436,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 920: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(892); + if (lookahead == 'd') ADVANCE(912); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17444,7 +17476,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 924: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(978); + if (lookahead == 'd') ADVANCE(911); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17454,7 +17486,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 925: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'd') ADVANCE(911); + if (lookahead == 'd') ADVANCE(979); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17514,7 +17546,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 931: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(940); + if (lookahead == 'e') ADVANCE(909); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17524,7 +17556,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 932: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(909); + if (lookahead == 'e') ADVANCE(940); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17544,7 +17576,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 934: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(983); + if (lookahead == 'e') ADVANCE(919); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17554,7 +17586,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 935: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'e') ADVANCE(920); + if (lookahead == 'e') ADVANCE(983); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17634,7 +17666,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 943: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'h') ADVANCE(935); + if (lookahead == 'h') ADVANCE(934); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17664,7 +17696,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 946: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'i') ADVANCE(959); + if (lookahead == 'i') ADVANCE(960); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17674,7 +17706,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 947: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'i') ADVANCE(980); + if (lookahead == 'i') ADVANCE(978); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17754,7 +17786,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 955: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(919); + if (lookahead == 'n') ADVANCE(923); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17764,7 +17796,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 956: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(925); + if (lookahead == 'n') ADVANCE(920); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17774,7 +17806,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 957: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(923); + if (lookahead == 'n') ADVANCE(925); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17794,7 +17826,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 959: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(947); + if (lookahead == 'n') ADVANCE(926); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17804,7 +17836,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 960: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'n') ADVANCE(926); + if (lookahead == 'n') ADVANCE(947); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17984,7 +18016,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 978: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(989); + if (lookahead == 's') ADVANCE(943); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -17994,7 +18026,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 979: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(890); + if (lookahead == 's') ADVANCE(989); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -18004,7 +18036,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 980: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(943); + if (lookahead == 's') ADVANCE(890); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -18034,7 +18066,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 983: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 's') ADVANCE(979); + if (lookahead == 's') ADVANCE(980); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -18094,7 +18126,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 989: ACCEPT_TOKEN(aux_sym__text_token1); - if (lookahead == 'u') ADVANCE(917); + if (lookahead == 'u') ADVANCE(916); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -18260,7 +18292,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(528); if (lookahead == 'p') ADVANCE(241); if (lookahead == 'r') ADVANCE(344); - if (lookahead == 's') ADVANCE(347); + if (lookahead == 's') ADVANCE(346); if (lookahead == 't') ADVANCE(245); if (lookahead == 'u') ADVANCE(545); if (lookahead == 'v') ADVANCE(381); @@ -18279,7 +18311,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(198); + if (lookahead == 'e') ADVANCE(226); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18309,7 +18341,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(215); + if (lookahead == 'e') ADVANCE(198); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18339,7 +18371,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(200); + if (lookahead == 'e') ADVANCE(215); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18369,7 +18401,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(216); + if (lookahead == 'e') ADVANCE(200); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18399,7 +18431,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(201); + if (lookahead == 'e') ADVANCE(216); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18429,7 +18461,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(217); + if (lookahead == 'e') ADVANCE(201); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18459,7 +18491,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(202); + if (lookahead == 'e') ADVANCE(217); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18489,7 +18521,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(218); + if (lookahead == 'e') ADVANCE(202); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18500,7 +18532,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'o') ADVANCE(528); if (lookahead == 'p') ADVANCE(241); if (lookahead == 'r') ADVANCE(344); - if (lookahead == 's') ADVANCE(346); + if (lookahead == 's') ADVANCE(347); if (lookahead == 't') ADVANCE(245); if (lookahead == 'u') ADVANCE(545); if (lookahead == 'v') ADVANCE(381); @@ -18519,7 +18551,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(209); + if (lookahead == 'e') ADVANCE(218); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18549,7 +18581,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(227); + if (lookahead == 'e') ADVANCE(203); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18579,7 +18611,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(203); + if (lookahead == 'e') ADVANCE(227); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18609,7 +18641,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(219); + if (lookahead == 'e') ADVANCE(204); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18639,7 +18671,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(204); + if (lookahead == 'e') ADVANCE(219); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18669,7 +18701,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(220); + if (lookahead == 'e') ADVANCE(210); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18699,7 +18731,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(205); + if (lookahead == 'e') ADVANCE(220); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18729,7 +18761,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(221); + if (lookahead == 'e') ADVANCE(205); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18759,7 +18791,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(206); + if (lookahead == 'e') ADVANCE(221); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18789,7 +18821,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(222); + if (lookahead == 'e') ADVANCE(206); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18819,7 +18851,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(210); + if (lookahead == 'e') ADVANCE(222); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -18844,36 +18876,6 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '-') ADVANCE(906); END_STATE(); case 1018: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(422); - if (lookahead == 'b') ADVANCE(343); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(228); - if (lookahead == 'f') ADVANCE(371); - if (lookahead == 'g') ADVANCE(724); - if (lookahead == 'h') ADVANCE(240); - if (lookahead == 'i') ADVANCE(423); - if (lookahead == 'j') ADVANCE(636); - if (lookahead == 'l') ADVANCE(461); - if (lookahead == 'm') ADVANCE(373); - if (lookahead == 'o') ADVANCE(528); - if (lookahead == 'p') ADVANCE(241); - if (lookahead == 'r') ADVANCE(344); - if (lookahead == 's') ADVANCE(347); - if (lookahead == 't') ADVANCE(245); - if (lookahead == 'u') ADVANCE(545); - if (lookahead == 'v') ADVANCE(381); - if (lookahead == 'w') ADVANCE(457); - if (lookahead == 'y') ADVANCE(465); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(906); - END_STATE(); - case 1019: ACCEPT_TOKEN(aux_sym__text_token2); if (lookahead == 'a') ADVANCE(422); if (lookahead == 'b') ADVANCE(343); @@ -18903,163 +18905,193 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead != '(' && lookahead != '-') ADVANCE(906); END_STATE(); - case 1020: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(422); - if (lookahead == 'b') ADVANCE(343); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(223); - if (lookahead == 'f') ADVANCE(371); - if (lookahead == 'g') ADVANCE(724); - if (lookahead == 'h') ADVANCE(240); - if (lookahead == 'i') ADVANCE(423); - if (lookahead == 'j') ADVANCE(636); - if (lookahead == 'l') ADVANCE(461); - if (lookahead == 'm') ADVANCE(373); - if (lookahead == 'o') ADVANCE(528); - if (lookahead == 'p') ADVANCE(241); - if (lookahead == 'r') ADVANCE(344); - if (lookahead == 's') ADVANCE(347); - if (lookahead == 't') ADVANCE(245); - if (lookahead == 'u') ADVANCE(545); - if (lookahead == 'v') ADVANCE(381); - if (lookahead == 'w') ADVANCE(457); - if (lookahead == 'y') ADVANCE(465); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(906); - END_STATE(); - case 1021: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(422); - if (lookahead == 'b') ADVANCE(343); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(208); - if (lookahead == 'f') ADVANCE(371); - if (lookahead == 'g') ADVANCE(724); - if (lookahead == 'h') ADVANCE(240); - if (lookahead == 'i') ADVANCE(423); - if (lookahead == 'j') ADVANCE(636); - if (lookahead == 'l') ADVANCE(461); - if (lookahead == 'm') ADVANCE(373); - if (lookahead == 'o') ADVANCE(528); - if (lookahead == 'p') ADVANCE(241); - if (lookahead == 'r') ADVANCE(344); - if (lookahead == 's') ADVANCE(347); - if (lookahead == 't') ADVANCE(245); - if (lookahead == 'u') ADVANCE(545); - if (lookahead == 'v') ADVANCE(381); - if (lookahead == 'w') ADVANCE(457); - if (lookahead == 'y') ADVANCE(465); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(906); - END_STATE(); - case 1022: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(422); - if (lookahead == 'b') ADVANCE(343); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(224); - if (lookahead == 'f') ADVANCE(371); - if (lookahead == 'g') ADVANCE(724); - if (lookahead == 'h') ADVANCE(240); - if (lookahead == 'i') ADVANCE(423); - if (lookahead == 'j') ADVANCE(636); - if (lookahead == 'l') ADVANCE(461); - if (lookahead == 'm') ADVANCE(373); - if (lookahead == 'o') ADVANCE(528); - if (lookahead == 'p') ADVANCE(241); - if (lookahead == 'r') ADVANCE(344); - if (lookahead == 's') ADVANCE(347); - if (lookahead == 't') ADVANCE(245); - if (lookahead == 'u') ADVANCE(545); - if (lookahead == 'v') ADVANCE(381); - if (lookahead == 'w') ADVANCE(457); - if (lookahead == 'y') ADVANCE(465); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(906); - END_STATE(); - case 1023: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(422); - if (lookahead == 'b') ADVANCE(343); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(225); - if (lookahead == 'f') ADVANCE(371); - if (lookahead == 'g') ADVANCE(724); - if (lookahead == 'h') ADVANCE(240); - if (lookahead == 'i') ADVANCE(423); - if (lookahead == 'j') ADVANCE(636); - if (lookahead == 'l') ADVANCE(461); - if (lookahead == 'm') ADVANCE(373); - if (lookahead == 'o') ADVANCE(528); - if (lookahead == 'p') ADVANCE(241); - if (lookahead == 'r') ADVANCE(344); - if (lookahead == 's') ADVANCE(347); - if (lookahead == 't') ADVANCE(245); - if (lookahead == 'u') ADVANCE(545); - if (lookahead == 'v') ADVANCE(381); - if (lookahead == 'w') ADVANCE(457); - if (lookahead == 'y') ADVANCE(465); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(906); - END_STATE(); - case 1024: - ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'a') ADVANCE(422); - if (lookahead == 'b') ADVANCE(343); - if (lookahead == 'c') ADVANCE(235); - if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(229); - if (lookahead == 'f') ADVANCE(371); - if (lookahead == 'g') ADVANCE(724); - if (lookahead == 'h') ADVANCE(240); - if (lookahead == 'i') ADVANCE(423); - if (lookahead == 'j') ADVANCE(636); - if (lookahead == 'l') ADVANCE(461); - if (lookahead == 'm') ADVANCE(373); - if (lookahead == 'o') ADVANCE(528); - if (lookahead == 'p') ADVANCE(241); - if (lookahead == 'r') ADVANCE(344); - if (lookahead == 's') ADVANCE(347); - if (lookahead == 't') ADVANCE(245); - if (lookahead == 'u') ADVANCE(545); - if (lookahead == 'v') ADVANCE(381); - if (lookahead == 'w') ADVANCE(457); - if (lookahead == 'y') ADVANCE(465); - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); - if (lookahead != 0 && - lookahead != '(' && - lookahead != '-') ADVANCE(906); - END_STATE(); + case 1019: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'a') ADVANCE(422); + if (lookahead == 'b') ADVANCE(343); + if (lookahead == 'c') ADVANCE(235); + if (lookahead == 'd') ADVANCE(471); + if (lookahead == 'e') ADVANCE(223); + if (lookahead == 'f') ADVANCE(371); + if (lookahead == 'g') ADVANCE(724); + if (lookahead == 'h') ADVANCE(240); + if (lookahead == 'i') ADVANCE(423); + if (lookahead == 'j') ADVANCE(636); + if (lookahead == 'l') ADVANCE(461); + if (lookahead == 'm') ADVANCE(373); + if (lookahead == 'o') ADVANCE(528); + if (lookahead == 'p') ADVANCE(241); + if (lookahead == 'r') ADVANCE(344); + if (lookahead == 's') ADVANCE(347); + if (lookahead == 't') ADVANCE(245); + if (lookahead == 'u') ADVANCE(545); + if (lookahead == 'v') ADVANCE(381); + if (lookahead == 'w') ADVANCE(457); + if (lookahead == 'y') ADVANCE(465); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(906); + END_STATE(); + case 1020: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'a') ADVANCE(422); + if (lookahead == 'b') ADVANCE(343); + if (lookahead == 'c') ADVANCE(235); + if (lookahead == 'd') ADVANCE(471); + if (lookahead == 'e') ADVANCE(208); + if (lookahead == 'f') ADVANCE(371); + if (lookahead == 'g') ADVANCE(724); + if (lookahead == 'h') ADVANCE(240); + if (lookahead == 'i') ADVANCE(423); + if (lookahead == 'j') ADVANCE(636); + if (lookahead == 'l') ADVANCE(461); + if (lookahead == 'm') ADVANCE(373); + if (lookahead == 'o') ADVANCE(528); + if (lookahead == 'p') ADVANCE(241); + if (lookahead == 'r') ADVANCE(344); + if (lookahead == 's') ADVANCE(347); + if (lookahead == 't') ADVANCE(245); + if (lookahead == 'u') ADVANCE(545); + if (lookahead == 'v') ADVANCE(381); + if (lookahead == 'w') ADVANCE(457); + if (lookahead == 'y') ADVANCE(465); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(906); + END_STATE(); + case 1021: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'a') ADVANCE(422); + if (lookahead == 'b') ADVANCE(343); + if (lookahead == 'c') ADVANCE(235); + if (lookahead == 'd') ADVANCE(471); + if (lookahead == 'e') ADVANCE(224); + if (lookahead == 'f') ADVANCE(371); + if (lookahead == 'g') ADVANCE(724); + if (lookahead == 'h') ADVANCE(240); + if (lookahead == 'i') ADVANCE(423); + if (lookahead == 'j') ADVANCE(636); + if (lookahead == 'l') ADVANCE(461); + if (lookahead == 'm') ADVANCE(373); + if (lookahead == 'o') ADVANCE(528); + if (lookahead == 'p') ADVANCE(241); + if (lookahead == 'r') ADVANCE(344); + if (lookahead == 's') ADVANCE(347); + if (lookahead == 't') ADVANCE(245); + if (lookahead == 'u') ADVANCE(545); + if (lookahead == 'v') ADVANCE(381); + if (lookahead == 'w') ADVANCE(457); + if (lookahead == 'y') ADVANCE(465); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(906); + END_STATE(); + case 1022: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'a') ADVANCE(422); + if (lookahead == 'b') ADVANCE(343); + if (lookahead == 'c') ADVANCE(235); + if (lookahead == 'd') ADVANCE(471); + if (lookahead == 'e') ADVANCE(209); + if (lookahead == 'f') ADVANCE(371); + if (lookahead == 'g') ADVANCE(724); + if (lookahead == 'h') ADVANCE(240); + if (lookahead == 'i') ADVANCE(423); + if (lookahead == 'j') ADVANCE(636); + if (lookahead == 'l') ADVANCE(461); + if (lookahead == 'm') ADVANCE(373); + if (lookahead == 'o') ADVANCE(528); + if (lookahead == 'p') ADVANCE(241); + if (lookahead == 'r') ADVANCE(344); + if (lookahead == 's') ADVANCE(347); + if (lookahead == 't') ADVANCE(245); + if (lookahead == 'u') ADVANCE(545); + if (lookahead == 'v') ADVANCE(381); + if (lookahead == 'w') ADVANCE(457); + if (lookahead == 'y') ADVANCE(465); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(906); + END_STATE(); + case 1023: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'a') ADVANCE(422); + if (lookahead == 'b') ADVANCE(343); + if (lookahead == 'c') ADVANCE(235); + if (lookahead == 'd') ADVANCE(471); + if (lookahead == 'e') ADVANCE(225); + if (lookahead == 'f') ADVANCE(371); + if (lookahead == 'g') ADVANCE(724); + if (lookahead == 'h') ADVANCE(240); + if (lookahead == 'i') ADVANCE(423); + if (lookahead == 'j') ADVANCE(636); + if (lookahead == 'l') ADVANCE(461); + if (lookahead == 'm') ADVANCE(373); + if (lookahead == 'o') ADVANCE(528); + if (lookahead == 'p') ADVANCE(241); + if (lookahead == 'r') ADVANCE(344); + if (lookahead == 's') ADVANCE(347); + if (lookahead == 't') ADVANCE(245); + if (lookahead == 'u') ADVANCE(545); + if (lookahead == 'v') ADVANCE(381); + if (lookahead == 'w') ADVANCE(457); + if (lookahead == 'y') ADVANCE(465); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(906); + END_STATE(); + case 1024: + ACCEPT_TOKEN(aux_sym__text_token2); + if (lookahead == 'a') ADVANCE(422); + if (lookahead == 'b') ADVANCE(343); + if (lookahead == 'c') ADVANCE(235); + if (lookahead == 'd') ADVANCE(471); + if (lookahead == 'e') ADVANCE(228); + if (lookahead == 'f') ADVANCE(371); + if (lookahead == 'g') ADVANCE(724); + if (lookahead == 'h') ADVANCE(240); + if (lookahead == 'i') ADVANCE(423); + if (lookahead == 'j') ADVANCE(636); + if (lookahead == 'l') ADVANCE(461); + if (lookahead == 'm') ADVANCE(373); + if (lookahead == 'o') ADVANCE(528); + if (lookahead == 'p') ADVANCE(241); + if (lookahead == 'r') ADVANCE(344); + if (lookahead == 's') ADVANCE(347); + if (lookahead == 't') ADVANCE(245); + if (lookahead == 'u') ADVANCE(545); + if (lookahead == 'v') ADVANCE(381); + if (lookahead == 'w') ADVANCE(457); + if (lookahead == 'y') ADVANCE(465); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('k' <= lookahead && lookahead <= 'z')) ADVANCE(757); + if (lookahead != 0 && + lookahead != '(' && + lookahead != '-') ADVANCE(906); + END_STATE(); case 1025: ACCEPT_TOKEN(aux_sym__text_token2); if (lookahead == 'a') ADVANCE(422); if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(226); + if (lookahead == 'e') ADVANCE(230); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -19089,7 +19121,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (lookahead == 'b') ADVANCE(343); if (lookahead == 'c') ADVANCE(235); if (lookahead == 'd') ADVANCE(471); - if (lookahead == 'e') ADVANCE(230); + if (lookahead == 'e') ADVANCE(229); if (lookahead == 'f') ADVANCE(371); if (lookahead == 'g') ADVANCE(724); if (lookahead == 'h') ADVANCE(240); @@ -19315,7 +19347,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1037: ACCEPT_TOKEN(aux_sym__text_token2); - if (lookahead == 'e') ADVANCE(960); + if (lookahead == 'e') ADVANCE(959); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z')) ADVANCE(990); @@ -19338,7 +19370,7 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 1040: ACCEPT_TOKEN(aux_sym__text_token3); - if (lookahead == '-') ADVANCE(46); + if (lookahead == '-') ADVANCE(45); if (lookahead != 0 && lookahead != '!' && lookahead != '(' && @@ -19428,80 +19460,80 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [70] = {.lex_state = 5}, [71] = {.lex_state = 5}, [72] = {.lex_state = 55}, - [73] = {.lex_state = 65}, - [74] = {.lex_state = 65}, - [75] = {.lex_state = 65}, - [76] = {.lex_state = 92}, - [77] = {.lex_state = 65}, - [78] = {.lex_state = 65}, - [79] = {.lex_state = 65}, - [80] = {.lex_state = 92}, - [81] = {.lex_state = 68}, - [82] = {.lex_state = 71}, - [83] = {.lex_state = 65}, - [84] = {.lex_state = 74}, - [85] = {.lex_state = 65}, - [86] = {.lex_state = 65}, - [87] = {.lex_state = 74}, - [88] = {.lex_state = 65}, - [89] = {.lex_state = 65}, - [90] = {.lex_state = 76}, - [91] = {.lex_state = 65}, + [73] = {.lex_state = 55}, + [74] = {.lex_state = 62}, + [75] = {.lex_state = 62}, + [76] = {.lex_state = 66}, + [77] = {.lex_state = 55}, + [78] = {.lex_state = 70}, + [79] = {.lex_state = 73}, + [80] = {.lex_state = 70}, + [81] = {.lex_state = 55}, + [82] = {.lex_state = 90}, + [83] = {.lex_state = 75}, + [84] = {.lex_state = 62}, + [85] = {.lex_state = 70}, + [86] = {.lex_state = 75}, + [87] = {.lex_state = 77}, + [88] = {.lex_state = 55}, + [89] = {.lex_state = 79}, + [90] = {.lex_state = 93}, + [91] = {.lex_state = 55}, [92] = {.lex_state = 55}, - [93] = {.lex_state = 65}, - [94] = {.lex_state = 65}, - [95] = {.lex_state = 78}, - [96] = {.lex_state = 65}, - [97] = {.lex_state = 65}, - [98] = {.lex_state = 65}, - [99] = {.lex_state = 71}, - [100] = {.lex_state = 65}, - [101] = {.lex_state = 93}, - [102] = {.lex_state = 80}, - [103] = {.lex_state = 71}, - [104] = {.lex_state = 65}, - [105] = {.lex_state = 82}, - [106] = {.lex_state = 84}, - [107] = {.lex_state = 74}, - [108] = {.lex_state = 65}, - [109] = {.lex_state = 93}, - [110] = {.lex_state = 65}, - [111] = {.lex_state = 86}, - [112] = {.lex_state = 65}, - [113] = {.lex_state = 80}, - [114] = {.lex_state = 78}, - [115] = {.lex_state = 78}, - [116] = {.lex_state = 86}, - [117] = {.lex_state = 82}, - [118] = {.lex_state = 82}, - [119] = {.lex_state = 65}, - [120] = {.lex_state = 92}, - [121] = {.lex_state = 65}, - [122] = {.lex_state = 88}, - [123] = {.lex_state = 65}, - [124] = {.lex_state = 88}, - [125] = {.lex_state = 76}, + [93] = {.lex_state = 55}, + [94] = {.lex_state = 55}, + [95] = {.lex_state = 81}, + [96] = {.lex_state = 55}, + [97] = {.lex_state = 55}, + [98] = {.lex_state = 90}, + [99] = {.lex_state = 93}, + [100] = {.lex_state = 90}, + [101] = {.lex_state = 55}, + [102] = {.lex_state = 55}, + [103] = {.lex_state = 93}, + [104] = {.lex_state = 79}, + [105] = {.lex_state = 55}, + [106] = {.lex_state = 55}, + [107] = {.lex_state = 77}, + [108] = {.lex_state = 55}, + [109] = {.lex_state = 79}, + [110] = {.lex_state = 83}, + [111] = {.lex_state = 55}, + [112] = {.lex_state = 55}, + [113] = {.lex_state = 85}, + [114] = {.lex_state = 77}, + [115] = {.lex_state = 55}, + [116] = {.lex_state = 66}, + [117] = {.lex_state = 83}, + [118] = {.lex_state = 81}, + [119] = {.lex_state = 83}, + [120] = {.lex_state = 55}, + [121] = {.lex_state = 81}, + [122] = {.lex_state = 75}, + [123] = {.lex_state = 55}, + [124] = {.lex_state = 55}, + [125] = {.lex_state = 55}, [126] = {.lex_state = 55}, - [127] = {.lex_state = 65}, - [128] = {.lex_state = 65}, - [129] = {.lex_state = 65}, - [130] = {.lex_state = 65}, - [131] = {.lex_state = 80}, - [132] = {.lex_state = 86}, - [133] = {.lex_state = 84}, - [134] = {.lex_state = 88}, - [135] = {.lex_state = 65}, - [136] = {.lex_state = 84}, - [137] = {.lex_state = 65}, - [138] = {.lex_state = 68}, - [139] = {.lex_state = 65}, - [140] = {.lex_state = 65}, - [141] = {.lex_state = 68}, - [142] = {.lex_state = 93}, - [143] = {.lex_state = 76}, - [144] = {.lex_state = 65}, - [145] = {.lex_state = 65}, - [146] = {.lex_state = 65}, + [127] = {.lex_state = 66}, + [128] = {.lex_state = 55}, + [129] = {.lex_state = 55}, + [130] = {.lex_state = 55}, + [131] = {.lex_state = 55}, + [132] = {.lex_state = 55}, + [133] = {.lex_state = 55}, + [134] = {.lex_state = 55}, + [135] = {.lex_state = 55}, + [136] = {.lex_state = 87}, + [137] = {.lex_state = 87}, + [138] = {.lex_state = 85}, + [139] = {.lex_state = 55}, + [140] = {.lex_state = 55}, + [141] = {.lex_state = 73}, + [142] = {.lex_state = 85}, + [143] = {.lex_state = 55}, + [144] = {.lex_state = 87}, + [145] = {.lex_state = 55}, + [146] = {.lex_state = 73}, [147] = {.lex_state = 54}, [148] = {.lex_state = 54}, [149] = {.lex_state = 54}, @@ -19540,1697 +19572,1697 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [182] = {.lex_state = 54}, [183] = {.lex_state = 54}, [184] = {.lex_state = 56}, - [185] = {.lex_state = 58}, - [186] = {.lex_state = 59}, - [187] = {.lex_state = 60}, - [188] = {.lex_state = 57}, - [189] = {.lex_state = 56}, - [190] = {.lex_state = 57}, - [191] = {.lex_state = 56}, - [192] = {.lex_state = 57}, + [185] = {.lex_state = 57}, + [186] = {.lex_state = 56}, + [187] = {.lex_state = 63}, + [188] = {.lex_state = 67}, + [189] = {.lex_state = 63}, + [190] = {.lex_state = 67}, + [191] = {.lex_state = 71}, + [192] = {.lex_state = 71}, [193] = {.lex_state = 56}, - [194] = {.lex_state = 56}, - [195] = {.lex_state = 57}, + [194] = {.lex_state = 71}, + [195] = {.lex_state = 71}, [196] = {.lex_state = 56}, - [197] = {.lex_state = 59}, - [198] = {.lex_state = 60}, - [199] = {.lex_state = 59}, - [200] = {.lex_state = 60}, - [201] = {.lex_state = 57}, - [202] = {.lex_state = 56}, - [203] = {.lex_state = 57}, - [204] = {.lex_state = 57}, + [197] = {.lex_state = 56}, + [198] = {.lex_state = 71}, + [199] = {.lex_state = 56}, + [200] = {.lex_state = 63}, + [201] = {.lex_state = 67}, + [202] = {.lex_state = 63}, + [203] = {.lex_state = 67}, + [204] = {.lex_state = 71}, [205] = {.lex_state = 56}, - [206] = {.lex_state = 56}, - [207] = {.lex_state = 56}, - [208] = {.lex_state = 57}, + [206] = {.lex_state = 71}, + [207] = {.lex_state = 71}, + [208] = {.lex_state = 56}, [209] = {.lex_state = 56}, - [210] = {.lex_state = 57}, + [210] = {.lex_state = 71}, [211] = {.lex_state = 56}, - [212] = {.lex_state = 56}, - [213] = {.lex_state = 57}, - [214] = {.lex_state = 57}, - [215] = {.lex_state = 57}, - [216] = {.lex_state = 59}, - [217] = {.lex_state = 56}, - [218] = {.lex_state = 57}, - [219] = {.lex_state = 56}, - [220] = {.lex_state = 56}, - [221] = {.lex_state = 57}, - [222] = {.lex_state = 60}, - [223] = {.lex_state = 60}, - [224] = {.lex_state = 59}, - [225] = {.lex_state = 60}, - [226] = {.lex_state = 59}, - [227] = {.lex_state = 59}, - [228] = {.lex_state = 60}, - [229] = {.lex_state = 57}, - [230] = {.lex_state = 60}, - [231] = {.lex_state = 56}, - [232] = {.lex_state = 59}, - [233] = {.lex_state = 57}, + [212] = {.lex_state = 63}, + [213] = {.lex_state = 56}, + [214] = {.lex_state = 67}, + [215] = {.lex_state = 56}, + [216] = {.lex_state = 63}, + [217] = {.lex_state = 71}, + [218] = {.lex_state = 67}, + [219] = {.lex_state = 71}, + [220] = {.lex_state = 71}, + [221] = {.lex_state = 56}, + [222] = {.lex_state = 71}, + [223] = {.lex_state = 71}, + [224] = {.lex_state = 56}, + [225] = {.lex_state = 56}, + [226] = {.lex_state = 71}, + [227] = {.lex_state = 56}, + [228] = {.lex_state = 56}, + [229] = {.lex_state = 56}, + [230] = {.lex_state = 56}, + [231] = {.lex_state = 71}, + [232] = {.lex_state = 63}, + [233] = {.lex_state = 67}, [234] = {.lex_state = 56}, - [235] = {.lex_state = 57}, - [236] = {.lex_state = 57}, - [237] = {.lex_state = 56}, - [238] = {.lex_state = 57}, - [239] = {.lex_state = 56}, - [240] = {.lex_state = 56}, - [241] = {.lex_state = 57}, - [242] = {.lex_state = 60}, - [243] = {.lex_state = 59}, - [244] = {.lex_state = 56}, - [245] = {.lex_state = 59}, - [246] = {.lex_state = 60}, + [235] = {.lex_state = 71}, + [236] = {.lex_state = 63}, + [237] = {.lex_state = 67}, + [238] = {.lex_state = 71}, + [239] = {.lex_state = 71}, + [240] = {.lex_state = 71}, + [241] = {.lex_state = 56}, + [242] = {.lex_state = 71}, + [243] = {.lex_state = 71}, + [244] = {.lex_state = 71}, + [245] = {.lex_state = 56}, + [246] = {.lex_state = 56}, [247] = {.lex_state = 56}, - [248] = {.lex_state = 59}, + [248] = {.lex_state = 71}, [249] = {.lex_state = 56}, - [250] = {.lex_state = 60}, + [250] = {.lex_state = 71}, [251] = {.lex_state = 56}, - [252] = {.lex_state = 57}, - [253] = {.lex_state = 57}, - [254] = {.lex_state = 56}, - [255] = {.lex_state = 61}, - [256] = {.lex_state = 56}, - [257] = {.lex_state = 57}, - [258] = {.lex_state = 60}, - [259] = {.lex_state = 60}, - [260] = {.lex_state = 57}, - [261] = {.lex_state = 59}, - [262] = {.lex_state = 56}, - [263] = {.lex_state = 56}, - [264] = {.lex_state = 57}, - [265] = {.lex_state = 57}, - [266] = {.lex_state = 57}, - [267] = {.lex_state = 56}, + [252] = {.lex_state = 71}, + [253] = {.lex_state = 63}, + [254] = {.lex_state = 67}, + [255] = {.lex_state = 67}, + [256] = {.lex_state = 58}, + [257] = {.lex_state = 63}, + [258] = {.lex_state = 67}, + [259] = {.lex_state = 63}, + [260] = {.lex_state = 56}, + [261] = {.lex_state = 67}, + [262] = {.lex_state = 67}, + [263] = {.lex_state = 63}, + [264] = {.lex_state = 71}, + [265] = {.lex_state = 56}, + [266] = {.lex_state = 71}, + [267] = {.lex_state = 71}, [268] = {.lex_state = 56}, [269] = {.lex_state = 56}, - [270] = {.lex_state = 56}, - [271] = {.lex_state = 57}, - [272] = {.lex_state = 57}, - [273] = {.lex_state = 57}, + [270] = {.lex_state = 71}, + [271] = {.lex_state = 71}, + [272] = {.lex_state = 56}, + [273] = {.lex_state = 67}, [274] = {.lex_state = 56}, - [275] = {.lex_state = 56}, + [275] = {.lex_state = 71}, [276] = {.lex_state = 56}, - [277] = {.lex_state = 59}, - [278] = {.lex_state = 60}, - [279] = {.lex_state = 61}, - [280] = {.lex_state = 59}, - [281] = {.lex_state = 60}, - [282] = {.lex_state = 60}, - [283] = {.lex_state = 57}, - [284] = {.lex_state = 57}, - [285] = {.lex_state = 56}, - [286] = {.lex_state = 57}, - [287] = {.lex_state = 57}, + [277] = {.lex_state = 63}, + [278] = {.lex_state = 67}, + [279] = {.lex_state = 63}, + [280] = {.lex_state = 67}, + [281] = {.lex_state = 58}, + [282] = {.lex_state = 71}, + [283] = {.lex_state = 63}, + [284] = {.lex_state = 56}, + [285] = {.lex_state = 71}, + [286] = {.lex_state = 71}, + [287] = {.lex_state = 56}, [288] = {.lex_state = 56}, - [289] = {.lex_state = 56}, + [289] = {.lex_state = 71}, [290] = {.lex_state = 56}, - [291] = {.lex_state = 57}, - [292] = {.lex_state = 56}, - [293] = {.lex_state = 57}, - [294] = {.lex_state = 59}, - [295] = {.lex_state = 56}, - [296] = {.lex_state = 57}, - [297] = {.lex_state = 60}, - [298] = {.lex_state = 59}, - [299] = {.lex_state = 60}, - [300] = {.lex_state = 64}, - [301] = {.lex_state = 57}, - [302] = {.lex_state = 57}, - [303] = {.lex_state = 56}, - [304] = {.lex_state = 57}, - [305] = {.lex_state = 57}, - [306] = {.lex_state = 57}, + [291] = {.lex_state = 56}, + [292] = {.lex_state = 74}, + [293] = {.lex_state = 56}, + [294] = {.lex_state = 71}, + [295] = {.lex_state = 63}, + [296] = {.lex_state = 71}, + [297] = {.lex_state = 56}, + [298] = {.lex_state = 71}, + [299] = {.lex_state = 63}, + [300] = {.lex_state = 67}, + [301] = {.lex_state = 63}, + [302] = {.lex_state = 67}, + [303] = {.lex_state = 71}, + [304] = {.lex_state = 56}, + [305] = {.lex_state = 71}, + [306] = {.lex_state = 71}, [307] = {.lex_state = 56}, [308] = {.lex_state = 56}, - [309] = {.lex_state = 57}, - [310] = {.lex_state = 57}, - [311] = {.lex_state = 56}, - [312] = {.lex_state = 59}, - [313] = {.lex_state = 60}, - [314] = {.lex_state = 59}, - [315] = {.lex_state = 60}, - [316] = {.lex_state = 56}, - [317] = {.lex_state = 57}, - [318] = {.lex_state = 56}, - [319] = {.lex_state = 57}, - [320] = {.lex_state = 57}, - [321] = {.lex_state = 60}, - [322] = {.lex_state = 59}, + [309] = {.lex_state = 71}, + [310] = {.lex_state = 56}, + [311] = {.lex_state = 67}, + [312] = {.lex_state = 63}, + [313] = {.lex_state = 67}, + [314] = {.lex_state = 63}, + [315] = {.lex_state = 63}, + [316] = {.lex_state = 67}, + [317] = {.lex_state = 63}, + [318] = {.lex_state = 67}, + [319] = {.lex_state = 71}, + [320] = {.lex_state = 56}, + [321] = {.lex_state = 71}, + [322] = {.lex_state = 71}, [323] = {.lex_state = 56}, [324] = {.lex_state = 56}, - [325] = {.lex_state = 57}, + [325] = {.lex_state = 71}, [326] = {.lex_state = 56}, - [327] = {.lex_state = 56}, - [328] = {.lex_state = 59}, - [329] = {.lex_state = 60}, - [330] = {.lex_state = 57}, - [331] = {.lex_state = 59}, - [332] = {.lex_state = 57}, - [333] = {.lex_state = 60}, - [334] = {.lex_state = 60}, - [335] = {.lex_state = 59}, - [336] = {.lex_state = 57}, - [337] = {.lex_state = 57}, - [338] = {.lex_state = 56}, + [327] = {.lex_state = 61}, + [328] = {.lex_state = 115}, + [329] = {.lex_state = 56}, + [330] = {.lex_state = 71}, + [331] = {.lex_state = 63}, + [332] = {.lex_state = 67}, + [333] = {.lex_state = 63}, + [334] = {.lex_state = 67}, + [335] = {.lex_state = 71}, + [336] = {.lex_state = 56}, + [337] = {.lex_state = 71}, + [338] = {.lex_state = 71}, [339] = {.lex_state = 56}, - [340] = {.lex_state = 57}, - [341] = {.lex_state = 57}, + [340] = {.lex_state = 56}, + [341] = {.lex_state = 71}, [342] = {.lex_state = 56}, [343] = {.lex_state = 56}, - [344] = {.lex_state = 57}, - [345] = {.lex_state = 57}, - [346] = {.lex_state = 57}, - [347] = {.lex_state = 56}, - [348] = {.lex_state = 57}, - [349] = {.lex_state = 56}, - [350] = {.lex_state = 56}, - [351] = {.lex_state = 57}, - [352] = {.lex_state = 56}, - [353] = {.lex_state = 57}, - [354] = {.lex_state = 57}, - [355] = {.lex_state = 60}, - [356] = {.lex_state = 59}, - [357] = {.lex_state = 60}, - [358] = {.lex_state = 59}, + [344] = {.lex_state = 56}, + [345] = {.lex_state = 71}, + [346] = {.lex_state = 67}, + [347] = {.lex_state = 63}, + [348] = {.lex_state = 71}, + [349] = {.lex_state = 63}, + [350] = {.lex_state = 67}, + [351] = {.lex_state = 63}, + [352] = {.lex_state = 67}, + [353] = {.lex_state = 71}, + [354] = {.lex_state = 56}, + [355] = {.lex_state = 63}, + [356] = {.lex_state = 71}, + [357] = {.lex_state = 71}, + [358] = {.lex_state = 56}, [359] = {.lex_state = 56}, - [360] = {.lex_state = 57}, - [361] = {.lex_state = 60}, - [362] = {.lex_state = 66}, - [363] = {.lex_state = 57}, - [364] = {.lex_state = 57}, - [365] = {.lex_state = 59}, - [366] = {.lex_state = 56}, - [367] = {.lex_state = 57}, - [368] = {.lex_state = 56}, - [369] = {.lex_state = 57}, - [370] = {.lex_state = 57}, - [371] = {.lex_state = 56}, - [372] = {.lex_state = 56}, - [373] = {.lex_state = 57}, - [374] = {.lex_state = 56}, - [375] = {.lex_state = 59}, - [376] = {.lex_state = 59}, - [377] = {.lex_state = 60}, - [378] = {.lex_state = 59}, - [379] = {.lex_state = 60}, - [380] = {.lex_state = 57}, - [381] = {.lex_state = 66}, - [382] = {.lex_state = 57}, - [383] = {.lex_state = 69}, - [384] = {.lex_state = 56}, - [385] = {.lex_state = 57}, - [386] = {.lex_state = 57}, + [360] = {.lex_state = 71}, + [361] = {.lex_state = 56}, + [362] = {.lex_state = 67}, + [363] = {.lex_state = 71}, + [364] = {.lex_state = 76}, + [365] = {.lex_state = 67}, + [366] = {.lex_state = 63}, + [367] = {.lex_state = 67}, + [368] = {.lex_state = 78}, + [369] = {.lex_state = 63}, + [370] = {.lex_state = 63}, + [371] = {.lex_state = 67}, + [372] = {.lex_state = 63}, + [373] = {.lex_state = 67}, + [374] = {.lex_state = 71}, + [375] = {.lex_state = 56}, + [376] = {.lex_state = 71}, + [377] = {.lex_state = 71}, + [378] = {.lex_state = 56}, + [379] = {.lex_state = 56}, + [380] = {.lex_state = 71}, + [381] = {.lex_state = 56}, + [382] = {.lex_state = 63}, + [383] = {.lex_state = 56}, + [384] = {.lex_state = 76}, + [385] = {.lex_state = 71}, + [386] = {.lex_state = 74}, [387] = {.lex_state = 56}, - [388] = {.lex_state = 56}, - [389] = {.lex_state = 57}, - [390] = {.lex_state = 56}, - [391] = {.lex_state = 60}, - [392] = {.lex_state = 59}, - [393] = {.lex_state = 60}, - [394] = {.lex_state = 59}, - [395] = {.lex_state = 60}, - [396] = {.lex_state = 60}, - [397] = {.lex_state = 59}, - [398] = {.lex_state = 57}, - [399] = {.lex_state = 57}, - [400] = {.lex_state = 57}, + [388] = {.lex_state = 63}, + [389] = {.lex_state = 67}, + [390] = {.lex_state = 63}, + [391] = {.lex_state = 67}, + [392] = {.lex_state = 71}, + [393] = {.lex_state = 56}, + [394] = {.lex_state = 56}, + [395] = {.lex_state = 71}, + [396] = {.lex_state = 71}, + [397] = {.lex_state = 71}, + [398] = {.lex_state = 71}, + [399] = {.lex_state = 71}, + [400] = {.lex_state = 56}, [401] = {.lex_state = 56}, - [402] = {.lex_state = 57}, - [403] = {.lex_state = 57}, - [404] = {.lex_state = 56}, + [402] = {.lex_state = 56}, + [403] = {.lex_state = 71}, + [404] = {.lex_state = 71}, [405] = {.lex_state = 56}, - [406] = {.lex_state = 60}, - [407] = {.lex_state = 57}, - [408] = {.lex_state = 56}, - [409] = {.lex_state = 59}, - [410] = {.lex_state = 60}, - [411] = {.lex_state = 60}, - [412] = {.lex_state = 59}, - [413] = {.lex_state = 59}, - [414] = {.lex_state = 60}, - [415] = {.lex_state = 69}, - [416] = {.lex_state = 57}, - [417] = {.lex_state = 56}, - [418] = {.lex_state = 57}, - [419] = {.lex_state = 57}, - [420] = {.lex_state = 56}, + [406] = {.lex_state = 67}, + [407] = {.lex_state = 63}, + [408] = {.lex_state = 67}, + [409] = {.lex_state = 63}, + [410] = {.lex_state = 67}, + [411] = {.lex_state = 63}, + [412] = {.lex_state = 63}, + [413] = {.lex_state = 67}, + [414] = {.lex_state = 71}, + [415] = {.lex_state = 56}, + [416] = {.lex_state = 71}, + [417] = {.lex_state = 71}, + [418] = {.lex_state = 56}, + [419] = {.lex_state = 56}, + [420] = {.lex_state = 71}, [421] = {.lex_state = 56}, - [422] = {.lex_state = 60}, - [423] = {.lex_state = 59}, - [424] = {.lex_state = 57}, - [425] = {.lex_state = 56}, - [426] = {.lex_state = 59}, - [427] = {.lex_state = 60}, - [428] = {.lex_state = 59}, - [429] = {.lex_state = 56}, - [430] = {.lex_state = 57}, - [431] = {.lex_state = 60}, - [432] = {.lex_state = 56}, - [433] = {.lex_state = 56}, + [422] = {.lex_state = 56}, + [423] = {.lex_state = 71}, + [424] = {.lex_state = 56}, + [425] = {.lex_state = 71}, + [426] = {.lex_state = 63}, + [427] = {.lex_state = 67}, + [428] = {.lex_state = 63}, + [429] = {.lex_state = 67}, + [430] = {.lex_state = 71}, + [431] = {.lex_state = 56}, + [432] = {.lex_state = 71}, + [433] = {.lex_state = 71}, [434] = {.lex_state = 56}, - [435] = {.lex_state = 57}, - [436] = {.lex_state = 57}, - [437] = {.lex_state = 57}, + [435] = {.lex_state = 56}, + [436] = {.lex_state = 71}, + [437] = {.lex_state = 56}, [438] = {.lex_state = 56}, - [439] = {.lex_state = 57}, - [440] = {.lex_state = 57}, - [441] = {.lex_state = 72}, - [442] = {.lex_state = 59}, - [443] = {.lex_state = 60}, - [444] = {.lex_state = 59}, - [445] = {.lex_state = 59}, - [446] = {.lex_state = 60}, - [447] = {.lex_state = 58}, - [448] = {.lex_state = 64}, - [449] = {.lex_state = 57}, - [450] = {.lex_state = 64}, - [451] = {.lex_state = 75}, - [452] = {.lex_state = 59}, - [453] = {.lex_state = 59}, - [454] = {.lex_state = 60}, - [455] = {.lex_state = 57}, - [456] = {.lex_state = 77}, - [457] = {.lex_state = 72}, - [458] = {.lex_state = 56}, - [459] = {.lex_state = 72}, - [460] = {.lex_state = 90}, + [439] = {.lex_state = 56}, + [440] = {.lex_state = 71}, + [441] = {.lex_state = 71}, + [442] = {.lex_state = 63}, + [443] = {.lex_state = 67}, + [444] = {.lex_state = 56}, + [445] = {.lex_state = 56}, + [446] = {.lex_state = 63}, + [447] = {.lex_state = 71}, + [448] = {.lex_state = 57}, + [449] = {.lex_state = 61}, + [450] = {.lex_state = 61}, + [451] = {.lex_state = 56}, + [452] = {.lex_state = 56}, + [453] = {.lex_state = 71}, + [454] = {.lex_state = 71}, + [455] = {.lex_state = 64}, + [456] = {.lex_state = 63}, + [457] = {.lex_state = 78}, + [458] = {.lex_state = 78}, + [459] = {.lex_state = 71}, + [460] = {.lex_state = 71}, [461] = {.lex_state = 56}, - [462] = {.lex_state = 57}, - [463] = {.lex_state = 56}, - [464] = {.lex_state = 56}, - [465] = {.lex_state = 57}, - [466] = {.lex_state = 79}, - [467] = {.lex_state = 60}, - [468] = {.lex_state = 56}, - [469] = {.lex_state = 57}, - [470] = {.lex_state = 58}, - [471] = {.lex_state = 56}, - [472] = {.lex_state = 56}, - [473] = {.lex_state = 56}, - [474] = {.lex_state = 59}, - [475] = {.lex_state = 81}, - [476] = {.lex_state = 56}, - [477] = {.lex_state = 77}, - [478] = {.lex_state = 57}, - [479] = {.lex_state = 90}, + [462] = {.lex_state = 80}, + [463] = {.lex_state = 91}, + [464] = {.lex_state = 57}, + [465] = {.lex_state = 71}, + [466] = {.lex_state = 56}, + [467] = {.lex_state = 71}, + [468] = {.lex_state = 67}, + [469] = {.lex_state = 63}, + [470] = {.lex_state = 67}, + [471] = {.lex_state = 68}, + [472] = {.lex_state = 71}, + [473] = {.lex_state = 82}, + [474] = {.lex_state = 64}, + [475] = {.lex_state = 63}, + [476] = {.lex_state = 67}, + [477] = {.lex_state = 64}, + [478] = {.lex_state = 84}, + [479] = {.lex_state = 71}, [480] = {.lex_state = 56}, - [481] = {.lex_state = 61}, - [482] = {.lex_state = 77}, - [483] = {.lex_state = 57}, - [484] = {.lex_state = 60}, - [485] = {.lex_state = 57}, - [486] = {.lex_state = 56}, - [487] = {.lex_state = 59}, - [488] = {.lex_state = 60}, + [481] = {.lex_state = 56}, + [482] = {.lex_state = 67}, + [483] = {.lex_state = 91}, + [484] = {.lex_state = 63}, + [485] = {.lex_state = 58}, + [486] = {.lex_state = 63}, + [487] = {.lex_state = 86}, + [488] = {.lex_state = 80}, [489] = {.lex_state = 56}, - [490] = {.lex_state = 115}, - [491] = {.lex_state = 83}, - [492] = {.lex_state = 79}, - [493] = {.lex_state = 56}, - [494] = {.lex_state = 75}, - [495] = {.lex_state = 59}, - [496] = {.lex_state = 79}, - [497] = {.lex_state = 85}, - [498] = {.lex_state = 60}, - [499] = {.lex_state = 59}, - [500] = {.lex_state = 57}, - [501] = {.lex_state = 57}, - [502] = {.lex_state = 56}, - [503] = {.lex_state = 56}, + [490] = {.lex_state = 80}, + [491] = {.lex_state = 71}, + [492] = {.lex_state = 56}, + [493] = {.lex_state = 63}, + [494] = {.lex_state = 56}, + [495] = {.lex_state = 71}, + [496] = {.lex_state = 63}, + [497] = {.lex_state = 67}, + [498] = {.lex_state = 88}, + [499] = {.lex_state = 74}, + [500] = {.lex_state = 82}, + [501] = {.lex_state = 71}, + [502] = {.lex_state = 67}, + [503] = {.lex_state = 82}, [504] = {.lex_state = 56}, - [505] = {.lex_state = 87}, - [506] = {.lex_state = 81}, - [507] = {.lex_state = 59}, - [508] = {.lex_state = 56}, - [509] = {.lex_state = 57}, - [510] = {.lex_state = 81}, - [511] = {.lex_state = 57}, - [512] = {.lex_state = 57}, - [513] = {.lex_state = 60}, - [514] = {.lex_state = 56}, - [515] = {.lex_state = 60}, + [505] = {.lex_state = 56}, + [506] = {.lex_state = 71}, + [507] = {.lex_state = 67}, + [508] = {.lex_state = 71}, + [509] = {.lex_state = 67}, + [510] = {.lex_state = 63}, + [511] = {.lex_state = 71}, + [512] = {.lex_state = 92}, + [513] = {.lex_state = 86}, + [514] = {.lex_state = 67}, + [515] = {.lex_state = 63}, [516] = {.lex_state = 56}, - [517] = {.lex_state = 91}, - [518] = {.lex_state = 83}, - [519] = {.lex_state = 60}, - [520] = {.lex_state = 59}, - [521] = {.lex_state = 57}, - [522] = {.lex_state = 83}, - [523] = {.lex_state = 56}, - [524] = {.lex_state = 56}, - [525] = {.lex_state = 56}, - [526] = {.lex_state = 57}, - [527] = {.lex_state = 59}, + [517] = {.lex_state = 86}, + [518] = {.lex_state = 67}, + [519] = {.lex_state = 63}, + [520] = {.lex_state = 84}, + [521] = {.lex_state = 63}, + [522] = {.lex_state = 63}, + [523] = {.lex_state = 67}, + [524] = {.lex_state = 71}, + [525] = {.lex_state = 63}, + [526] = {.lex_state = 67}, + [527] = {.lex_state = 71}, [528] = {.lex_state = 56}, - [529] = {.lex_state = 57}, - [530] = {.lex_state = 59}, - [531] = {.lex_state = 60}, - [532] = {.lex_state = 59}, - [533] = {.lex_state = 56}, - [534] = {.lex_state = 60}, - [535] = {.lex_state = 56}, + [529] = {.lex_state = 71}, + [530] = {.lex_state = 71}, + [531] = {.lex_state = 56}, + [532] = {.lex_state = 84}, + [533] = {.lex_state = 67}, + [534] = {.lex_state = 88}, + [535] = {.lex_state = 71}, [536] = {.lex_state = 56}, - [537] = {.lex_state = 75}, - [538] = {.lex_state = 60}, - [539] = {.lex_state = 87}, - [540] = {.lex_state = 59}, - [541] = {.lex_state = 57}, + [537] = {.lex_state = 91}, + [538] = {.lex_state = 71}, + [539] = {.lex_state = 89}, + [540] = {.lex_state = 71}, + [541] = {.lex_state = 56}, [542] = {.lex_state = 56}, - [543] = {.lex_state = 57}, - [544] = {.lex_state = 57}, - [545] = {.lex_state = 57}, + [543] = {.lex_state = 56}, + [544] = {.lex_state = 71}, + [545] = {.lex_state = 71}, [546] = {.lex_state = 56}, - [547] = {.lex_state = 56}, + [547] = {.lex_state = 88}, [548] = {.lex_state = 56}, - [549] = {.lex_state = 57}, - [550] = {.lex_state = 57}, - [551] = {.lex_state = 56}, - [552] = {.lex_state = 90}, - [553] = {.lex_state = 87}, - [554] = {.lex_state = 56}, - [555] = {.lex_state = 89}, - [556] = {.lex_state = 59}, - [557] = {.lex_state = 57}, - [558] = {.lex_state = 85}, - [559] = {.lex_state = 59}, + [549] = {.lex_state = 56}, + [550] = {.lex_state = 71}, + [551] = {.lex_state = 71}, + [552] = {.lex_state = 63}, + [553] = {.lex_state = 67}, + [554] = {.lex_state = 63}, + [555] = {.lex_state = 56}, + [556] = {.lex_state = 67}, + [557] = {.lex_state = 63}, + [558] = {.lex_state = 67}, + [559] = {.lex_state = 63}, [560] = {.lex_state = 56}, - [561] = {.lex_state = 57}, - [562] = {.lex_state = 56}, - [563] = {.lex_state = 57}, - [564] = {.lex_state = 60}, - [565] = {.lex_state = 57}, - [566] = {.lex_state = 59}, - [567] = {.lex_state = 60}, - [568] = {.lex_state = 60}, - [569] = {.lex_state = 60}, - [570] = {.lex_state = 59}, - [571] = {.lex_state = 60}, - [572] = {.lex_state = 59}, + [561] = {.lex_state = 56}, + [562] = {.lex_state = 68}, + [563] = {.lex_state = 71}, + [564] = {.lex_state = 71}, + [565] = {.lex_state = 56}, + [566] = {.lex_state = 56}, + [567] = {.lex_state = 67}, + [568] = {.lex_state = 71}, + [569] = {.lex_state = 56}, + [570] = {.lex_state = 56}, + [571] = {.lex_state = 71}, + [572] = {.lex_state = 71}, [573] = {.lex_state = 56}, - [574] = {.lex_state = 57}, - [575] = {.lex_state = 57}, - [576] = {.lex_state = 56}, - [577] = {.lex_state = 85}, + [574] = {.lex_state = 71}, + [575] = {.lex_state = 67}, + [576] = {.lex_state = 63}, + [577] = {.lex_state = 67}, [578] = {.lex_state = 56}, - [579] = {.lex_state = 66}, - [580] = {.lex_state = 57}, - [581] = {.lex_state = 57}, - [582] = {.lex_state = 56}, - [583] = {.lex_state = 57}, - [584] = {.lex_state = 59}, - [585] = {.lex_state = 60}, - [586] = {.lex_state = 59}, - [587] = {.lex_state = 59}, - [588] = {.lex_state = 59}, - [589] = {.lex_state = 60}, - [590] = {.lex_state = 60}, - [591] = {.lex_state = 60}, - [592] = {.lex_state = 59}, - [593] = {.lex_state = 69}, - [594] = {.lex_state = 56}, - [595] = {.lex_state = 57}, - [596] = {.lex_state = 57}, - [597] = {.lex_state = 56}, - [598] = {.lex_state = 56}, - [599] = {.lex_state = 57}, - [600] = {.lex_state = 57}, - [601] = {.lex_state = 57}, - [602] = {.lex_state = 57}, - [603] = {.lex_state = 56}, - [604] = {.lex_state = 57}, - [605] = {.lex_state = 59}, - [606] = {.lex_state = 89}, - [607] = {.lex_state = 60}, - [608] = {.lex_state = 91}, - [609] = {.lex_state = 56}, - [610] = {.lex_state = 60}, - [611] = {.lex_state = 59}, - [612] = {.lex_state = 60}, - [613] = {.lex_state = 115}, - [614] = {.lex_state = 59}, - [615] = {.lex_state = 56}, - [616] = {.lex_state = 57}, - [617] = {.lex_state = 56}, + [579] = {.lex_state = 63}, + [580] = {.lex_state = 71}, + [581] = {.lex_state = 115}, + [582] = {.lex_state = 68}, + [583] = {.lex_state = 56}, + [584] = {.lex_state = 76}, + [585] = {.lex_state = 71}, + [586] = {.lex_state = 56}, + [587] = {.lex_state = 71}, + [588] = {.lex_state = 71}, + [589] = {.lex_state = 56}, + [590] = {.lex_state = 56}, + [591] = {.lex_state = 71}, + [592] = {.lex_state = 56}, + [593] = {.lex_state = 56}, + [594] = {.lex_state = 71}, + [595] = {.lex_state = 56}, + [596] = {.lex_state = 71}, + [597] = {.lex_state = 67}, + [598] = {.lex_state = 71}, + [599] = {.lex_state = 63}, + [600] = {.lex_state = 67}, + [601] = {.lex_state = 63}, + [602] = {.lex_state = 89}, + [603] = {.lex_state = 67}, + [604] = {.lex_state = 71}, + [605] = {.lex_state = 92}, + [606] = {.lex_state = 63}, + [607] = {.lex_state = 56}, + [608] = {.lex_state = 67}, + [609] = {.lex_state = 63}, + [610] = {.lex_state = 56}, + [611] = {.lex_state = 71}, + [612] = {.lex_state = 56}, + [613] = {.lex_state = 56}, + [614] = {.lex_state = 56}, + [615] = {.lex_state = 71}, + [616] = {.lex_state = 71}, + [617] = {.lex_state = 67}, [618] = {.lex_state = 56}, - [619] = {.lex_state = 57}, - [620] = {.lex_state = 59}, - [621] = {.lex_state = 57}, - [622] = {.lex_state = 59}, - [623] = {.lex_state = 56}, - [624] = {.lex_state = 57}, - [625] = {.lex_state = 56}, - [626] = {.lex_state = 91}, - [627] = {.lex_state = 57}, - [628] = {.lex_state = 60}, - [629] = {.lex_state = 60}, - [630] = {.lex_state = 59}, - [631] = {.lex_state = 60}, - [632] = {.lex_state = 59}, - [633] = {.lex_state = 60}, + [619] = {.lex_state = 71}, + [620] = {.lex_state = 56}, + [621] = {.lex_state = 67}, + [622] = {.lex_state = 67}, + [623] = {.lex_state = 63}, + [624] = {.lex_state = 92}, + [625] = {.lex_state = 63}, + [626] = {.lex_state = 67}, + [627] = {.lex_state = 63}, + [628] = {.lex_state = 67}, + [629] = {.lex_state = 71}, + [630] = {.lex_state = 56}, + [631] = {.lex_state = 71}, + [632] = {.lex_state = 56}, + [633] = {.lex_state = 71}, [634] = {.lex_state = 56}, - [635] = {.lex_state = 57}, - [636] = {.lex_state = 56}, - [637] = {.lex_state = 56}, - [638] = {.lex_state = 56}, - [639] = {.lex_state = 57}, - [640] = {.lex_state = 57}, - [641] = {.lex_state = 57}, - [642] = {.lex_state = 56}, - [643] = {.lex_state = 57}, - [644] = {.lex_state = 56}, - [645] = {.lex_state = 57}, - [646] = {.lex_state = 60}, - [647] = {.lex_state = 57}, - [648] = {.lex_state = 59}, - [649] = {.lex_state = 56}, - [650] = {.lex_state = 60}, - [651] = {.lex_state = 59}, + [635] = {.lex_state = 56}, + [636] = {.lex_state = 71}, + [637] = {.lex_state = 71}, + [638] = {.lex_state = 71}, + [639] = {.lex_state = 56}, + [640] = {.lex_state = 71}, + [641] = {.lex_state = 71}, + [642] = {.lex_state = 67}, + [643] = {.lex_state = 89}, + [644] = {.lex_state = 71}, + [645] = {.lex_state = 63}, + [646] = {.lex_state = 56}, + [647] = {.lex_state = 56}, + [648] = {.lex_state = 67}, + [649] = {.lex_state = 63}, + [650] = {.lex_state = 56}, + [651] = {.lex_state = 71}, [652] = {.lex_state = 56}, - [653] = {.lex_state = 57}, + [653] = {.lex_state = 56}, [654] = {.lex_state = 56}, - [655] = {.lex_state = 56}, - [656] = {.lex_state = 89}, - [657] = {.lex_state = 57}, - [658] = {.lex_state = 28}, + [655] = {.lex_state = 71}, + [656] = {.lex_state = 71}, + [657] = {.lex_state = 56}, + [658] = {.lex_state = 33}, [659] = {.lex_state = 39}, - [660] = {.lex_state = 18}, - [661] = {.lex_state = 24}, - [662] = {.lex_state = 20}, - [663] = {.lex_state = 14}, - [664] = {.lex_state = 30}, - [665] = {.lex_state = 16}, - [666] = {.lex_state = 26}, - [667] = {.lex_state = 22}, - [668] = {.lex_state = 6}, - [669] = {.lex_state = 38}, - [670] = {.lex_state = 32}, - [671] = {.lex_state = 34}, - [672] = {.lex_state = 55}, - [673] = {.lex_state = 80}, - [674] = {.lex_state = 74}, - [675] = {.lex_state = 55}, - [676] = {.lex_state = 39}, - [677] = {.lex_state = 92}, - [678] = {.lex_state = 28}, - [679] = {.lex_state = 24}, - [680] = {.lex_state = 82}, - [681] = {.lex_state = 18}, - [682] = {.lex_state = 93}, - [683] = {.lex_state = 84}, - [684] = {.lex_state = 71}, - [685] = {.lex_state = 65}, - [686] = {.lex_state = 18}, - [687] = {.lex_state = 74}, - [688] = {.lex_state = 28}, - [689] = {.lex_state = 14}, - [690] = {.lex_state = 84}, - [691] = {.lex_state = 16}, - [692] = {.lex_state = 68}, - [693] = {.lex_state = 14}, - [694] = {.lex_state = 80}, - [695] = {.lex_state = 88}, - [696] = {.lex_state = 24}, - [697] = {.lex_state = 76}, - [698] = {.lex_state = 86}, - [699] = {.lex_state = 68}, - [700] = {.lex_state = 20}, - [701] = {.lex_state = 39}, - [702] = {.lex_state = 65}, - [703] = {.lex_state = 34}, - [704] = {.lex_state = 71}, - [705] = {.lex_state = 20}, - [706] = {.lex_state = 38}, - [707] = {.lex_state = 92}, - [708] = {.lex_state = 32}, - [709] = {.lex_state = 86}, - [710] = {.lex_state = 78}, - [711] = {.lex_state = 26}, - [712] = {.lex_state = 6}, - [713] = {.lex_state = 93}, - [714] = {.lex_state = 6}, - [715] = {.lex_state = 38}, - [716] = {.lex_state = 30}, - [717] = {.lex_state = 22}, - [718] = {.lex_state = 78}, - [719] = {.lex_state = 32}, - [720] = {.lex_state = 88}, - [721] = {.lex_state = 26}, - [722] = {.lex_state = 34}, - [723] = {.lex_state = 22}, - [724] = {.lex_state = 82}, - [725] = {.lex_state = 16}, - [726] = {.lex_state = 76}, - [727] = {.lex_state = 30}, - [728] = {.lex_state = 29}, - [729] = {.lex_state = 7}, - [730] = {.lex_state = 15}, - [731] = {.lex_state = 35}, - [732] = {.lex_state = 31}, - [733] = {.lex_state = 36}, - [734] = {.lex_state = 17}, - [735] = {.lex_state = 21}, - [736] = {.lex_state = 37}, - [737] = {.lex_state = 33}, - [738] = {.lex_state = 13}, - [739] = {.lex_state = 114}, - [740] = {.lex_state = 27}, - [741] = {.lex_state = 25}, - [742] = {.lex_state = 23}, - [743] = {.lex_state = 11}, - [744] = {.lex_state = 9}, - [745] = {.lex_state = 12}, - [746] = {.lex_state = 19}, - [747] = {.lex_state = 8}, - [748] = {.lex_state = 10}, - [749] = {.lex_state = 78}, - [750] = {.lex_state = 76}, - [751] = {.lex_state = 17}, - [752] = {.lex_state = 65}, - [753] = {.lex_state = 65}, - [754] = {.lex_state = 65}, - [755] = {.lex_state = 65}, - [756] = {.lex_state = 84}, - [757] = {.lex_state = 65}, - [758] = {.lex_state = 65}, - [759] = {.lex_state = 65}, - [760] = {.lex_state = 65}, - [761] = {.lex_state = 65}, - [762] = {.lex_state = 65}, - [763] = {.lex_state = 65}, - [764] = {.lex_state = 65}, - [765] = {.lex_state = 65}, - [766] = {.lex_state = 65}, - [767] = {.lex_state = 65}, - [768] = {.lex_state = 65}, - [769] = {.lex_state = 65}, - [770] = {.lex_state = 65}, - [771] = {.lex_state = 65}, - [772] = {.lex_state = 65}, - [773] = {.lex_state = 65}, - [774] = {.lex_state = 65}, - [775] = {.lex_state = 65}, - [776] = {.lex_state = 65}, - [777] = {.lex_state = 65}, - [778] = {.lex_state = 65}, - [779] = {.lex_state = 65}, - [780] = {.lex_state = 65}, - [781] = {.lex_state = 65}, - [782] = {.lex_state = 65}, - [783] = {.lex_state = 65}, - [784] = {.lex_state = 65}, - [785] = {.lex_state = 84}, - [786] = {.lex_state = 65}, - [787] = {.lex_state = 65}, - [788] = {.lex_state = 65}, - [789] = {.lex_state = 65}, - [790] = {.lex_state = 65}, - [791] = {.lex_state = 65}, - [792] = {.lex_state = 65}, - [793] = {.lex_state = 65}, - [794] = {.lex_state = 65}, - [795] = {.lex_state = 68}, - [796] = {.lex_state = 65}, - [797] = {.lex_state = 65}, - [798] = {.lex_state = 65}, - [799] = {.lex_state = 65}, - [800] = {.lex_state = 65}, - [801] = {.lex_state = 65}, - [802] = {.lex_state = 65}, - [803] = {.lex_state = 65}, - [804] = {.lex_state = 65}, - [805] = {.lex_state = 65}, - [806] = {.lex_state = 65}, - [807] = {.lex_state = 82}, - [808] = {.lex_state = 65}, - [809] = {.lex_state = 65}, - [810] = {.lex_state = 65}, - [811] = {.lex_state = 60}, - [812] = {.lex_state = 65}, - [813] = {.lex_state = 65}, - [814] = {.lex_state = 65}, - [815] = {.lex_state = 65}, - [816] = {.lex_state = 65}, - [817] = {.lex_state = 65}, - [818] = {.lex_state = 65}, - [819] = {.lex_state = 68}, - [820] = {.lex_state = 65}, - [821] = {.lex_state = 65}, - [822] = {.lex_state = 65}, - [823] = {.lex_state = 65}, - [824] = {.lex_state = 65}, - [825] = {.lex_state = 65}, - [826] = {.lex_state = 65}, - [827] = {.lex_state = 65}, - [828] = {.lex_state = 65}, - [829] = {.lex_state = 65}, - [830] = {.lex_state = 65}, - [831] = {.lex_state = 12}, - [832] = {.lex_state = 65}, - [833] = {.lex_state = 65}, - [834] = {.lex_state = 65}, - [835] = {.lex_state = 65}, - [836] = {.lex_state = 65}, - [837] = {.lex_state = 65}, - [838] = {.lex_state = 82}, - [839] = {.lex_state = 69}, - [840] = {.lex_state = 82}, - [841] = {.lex_state = 82}, - [842] = {.lex_state = 82}, - [843] = {.lex_state = 82}, - [844] = {.lex_state = 82}, - [845] = {.lex_state = 82}, - [846] = {.lex_state = 82}, - [847] = {.lex_state = 82}, - [848] = {.lex_state = 82}, - [849] = {.lex_state = 82}, - [850] = {.lex_state = 82}, - [851] = {.lex_state = 82}, - [852] = {.lex_state = 74}, - [853] = {.lex_state = 82}, - [854] = {.lex_state = 82}, - [855] = {.lex_state = 82}, - [856] = {.lex_state = 82}, - [857] = {.lex_state = 82}, - [858] = {.lex_state = 82}, - [859] = {.lex_state = 82}, - [860] = {.lex_state = 82}, - [861] = {.lex_state = 82}, - [862] = {.lex_state = 82}, - [863] = {.lex_state = 82}, - [864] = {.lex_state = 76}, - [865] = {.lex_state = 82}, - [866] = {.lex_state = 82}, - [867] = {.lex_state = 82}, - [868] = {.lex_state = 82}, - [869] = {.lex_state = 82}, - [870] = {.lex_state = 82}, - [871] = {.lex_state = 82}, - [872] = {.lex_state = 82}, - [873] = {.lex_state = 82}, - [874] = {.lex_state = 82}, - [875] = {.lex_state = 82}, - [876] = {.lex_state = 82}, - [877] = {.lex_state = 82}, - [878] = {.lex_state = 82}, - [879] = {.lex_state = 82}, - [880] = {.lex_state = 82}, - [881] = {.lex_state = 74}, - [882] = {.lex_state = 82}, - [883] = {.lex_state = 80}, - [884] = {.lex_state = 82}, - [885] = {.lex_state = 82}, - [886] = {.lex_state = 82}, - [887] = {.lex_state = 82}, - [888] = {.lex_state = 82}, - [889] = {.lex_state = 82}, - [890] = {.lex_state = 82}, - [891] = {.lex_state = 64}, - [892] = {.lex_state = 56}, - [893] = {.lex_state = 57}, - [894] = {.lex_state = 82}, - [895] = {.lex_state = 72}, - [896] = {.lex_state = 58}, - [897] = {.lex_state = 77}, - [898] = {.lex_state = 79}, - [899] = {.lex_state = 82}, - [900] = {.lex_state = 82}, - [901] = {.lex_state = 81}, - [902] = {.lex_state = 82}, - [903] = {.lex_state = 82}, - [904] = {.lex_state = 83}, - [905] = {.lex_state = 64}, - [906] = {.lex_state = 82}, - [907] = {.lex_state = 82}, + [660] = {.lex_state = 31}, + [661] = {.lex_state = 6}, + [662] = {.lex_state = 14}, + [663] = {.lex_state = 27}, + [664] = {.lex_state = 23}, + [665] = {.lex_state = 21}, + [666] = {.lex_state = 29}, + [667] = {.lex_state = 19}, + [668] = {.lex_state = 25}, + [669] = {.lex_state = 36}, + [670] = {.lex_state = 11}, + [671] = {.lex_state = 17}, + [672] = {.lex_state = 21}, + [673] = {.lex_state = 83}, + [674] = {.lex_state = 39}, + [675] = {.lex_state = 62}, + [676] = {.lex_state = 6}, + [677] = {.lex_state = 33}, + [678] = {.lex_state = 31}, + [679] = {.lex_state = 90}, + [680] = {.lex_state = 85}, + [681] = {.lex_state = 66}, + [682] = {.lex_state = 55}, + [683] = {.lex_state = 33}, + [684] = {.lex_state = 93}, + [685] = {.lex_state = 77}, + [686] = {.lex_state = 85}, + [687] = {.lex_state = 31}, + [688] = {.lex_state = 77}, + [689] = {.lex_state = 6}, + [690] = {.lex_state = 75}, + [691] = {.lex_state = 75}, + [692] = {.lex_state = 83}, + [693] = {.lex_state = 27}, + [694] = {.lex_state = 23}, + [695] = {.lex_state = 73}, + [696] = {.lex_state = 70}, + [697] = {.lex_state = 23}, + [698] = {.lex_state = 87}, + [699] = {.lex_state = 39}, + [700] = {.lex_state = 79}, + [701] = {.lex_state = 62}, + [702] = {.lex_state = 93}, + [703] = {.lex_state = 17}, + [704] = {.lex_state = 55}, + [705] = {.lex_state = 27}, + [706] = {.lex_state = 14}, + [707] = {.lex_state = 90}, + [708] = {.lex_state = 11}, + [709] = {.lex_state = 14}, + [710] = {.lex_state = 81}, + [711] = {.lex_state = 70}, + [712] = {.lex_state = 36}, + [713] = {.lex_state = 66}, + [714] = {.lex_state = 36}, + [715] = {.lex_state = 21}, + [716] = {.lex_state = 87}, + [717] = {.lex_state = 25}, + [718] = {.lex_state = 11}, + [719] = {.lex_state = 29}, + [720] = {.lex_state = 19}, + [721] = {.lex_state = 79}, + [722] = {.lex_state = 25}, + [723] = {.lex_state = 17}, + [724] = {.lex_state = 19}, + [725] = {.lex_state = 29}, + [726] = {.lex_state = 73}, + [727] = {.lex_state = 81}, + [728] = {.lex_state = 32}, + [729] = {.lex_state = 22}, + [730] = {.lex_state = 35}, + [731] = {.lex_state = 18}, + [732] = {.lex_state = 16}, + [733] = {.lex_state = 37}, + [734] = {.lex_state = 30}, + [735] = {.lex_state = 38}, + [736] = {.lex_state = 114}, + [737] = {.lex_state = 34}, + [738] = {.lex_state = 10}, + [739] = {.lex_state = 9}, + [740] = {.lex_state = 20}, + [741] = {.lex_state = 28}, + [742] = {.lex_state = 12}, + [743] = {.lex_state = 26}, + [744] = {.lex_state = 13}, + [745] = {.lex_state = 8}, + [746] = {.lex_state = 24}, + [747] = {.lex_state = 7}, + [748] = {.lex_state = 15}, + [749] = {.lex_state = 70}, + [750] = {.lex_state = 79}, + [751] = {.lex_state = 55}, + [752] = {.lex_state = 55}, + [753] = {.lex_state = 55}, + [754] = {.lex_state = 55}, + [755] = {.lex_state = 55}, + [756] = {.lex_state = 55}, + [757] = {.lex_state = 83}, + [758] = {.lex_state = 55}, + [759] = {.lex_state = 55}, + [760] = {.lex_state = 55}, + [761] = {.lex_state = 55}, + [762] = {.lex_state = 55}, + [763] = {.lex_state = 55}, + [764] = {.lex_state = 55}, + [765] = {.lex_state = 55}, + [766] = {.lex_state = 55}, + [767] = {.lex_state = 55}, + [768] = {.lex_state = 55}, + [769] = {.lex_state = 55}, + [770] = {.lex_state = 55}, + [771] = {.lex_state = 55}, + [772] = {.lex_state = 55}, + [773] = {.lex_state = 55}, + [774] = {.lex_state = 55}, + [775] = {.lex_state = 55}, + [776] = {.lex_state = 55}, + [777] = {.lex_state = 55}, + [778] = {.lex_state = 55}, + [779] = {.lex_state = 55}, + [780] = {.lex_state = 55}, + [781] = {.lex_state = 55}, + [782] = {.lex_state = 55}, + [783] = {.lex_state = 55}, + [784] = {.lex_state = 55}, + [785] = {.lex_state = 55}, + [786] = {.lex_state = 55}, + [787] = {.lex_state = 55}, + [788] = {.lex_state = 55}, + [789] = {.lex_state = 55}, + [790] = {.lex_state = 55}, + [791] = {.lex_state = 55}, + [792] = {.lex_state = 55}, + [793] = {.lex_state = 55}, + [794] = {.lex_state = 55}, + [795] = {.lex_state = 55}, + [796] = {.lex_state = 55}, + [797] = {.lex_state = 55}, + [798] = {.lex_state = 55}, + [799] = {.lex_state = 20}, + [800] = {.lex_state = 75}, + [801] = {.lex_state = 75}, + [802] = {.lex_state = 55}, + [803] = {.lex_state = 55}, + [804] = {.lex_state = 55}, + [805] = {.lex_state = 55}, + [806] = {.lex_state = 63}, + [807] = {.lex_state = 55}, + [808] = {.lex_state = 55}, + [809] = {.lex_state = 55}, + [810] = {.lex_state = 55}, + [811] = {.lex_state = 55}, + [812] = {.lex_state = 87}, + [813] = {.lex_state = 55}, + [814] = {.lex_state = 55}, + [815] = {.lex_state = 55}, + [816] = {.lex_state = 55}, + [817] = {.lex_state = 55}, + [818] = {.lex_state = 55}, + [819] = {.lex_state = 55}, + [820] = {.lex_state = 83}, + [821] = {.lex_state = 55}, + [822] = {.lex_state = 55}, + [823] = {.lex_state = 55}, + [824] = {.lex_state = 55}, + [825] = {.lex_state = 55}, + [826] = {.lex_state = 55}, + [827] = {.lex_state = 55}, + [828] = {.lex_state = 55}, + [829] = {.lex_state = 55}, + [830] = {.lex_state = 55}, + [831] = {.lex_state = 55}, + [832] = {.lex_state = 55}, + [833] = {.lex_state = 55}, + [834] = {.lex_state = 55}, + [835] = {.lex_state = 55}, + [836] = {.lex_state = 55}, + [837] = {.lex_state = 55}, + [838] = {.lex_state = 9}, + [839] = {.lex_state = 87}, + [840] = {.lex_state = 87}, + [841] = {.lex_state = 87}, + [842] = {.lex_state = 87}, + [843] = {.lex_state = 87}, + [844] = {.lex_state = 87}, + [845] = {.lex_state = 87}, + [846] = {.lex_state = 74}, + [847] = {.lex_state = 87}, + [848] = {.lex_state = 87}, + [849] = {.lex_state = 87}, + [850] = {.lex_state = 87}, + [851] = {.lex_state = 87}, + [852] = {.lex_state = 87}, + [853] = {.lex_state = 87}, + [854] = {.lex_state = 87}, + [855] = {.lex_state = 87}, + [856] = {.lex_state = 87}, + [857] = {.lex_state = 87}, + [858] = {.lex_state = 87}, + [859] = {.lex_state = 77}, + [860] = {.lex_state = 87}, + [861] = {.lex_state = 87}, + [862] = {.lex_state = 87}, + [863] = {.lex_state = 87}, + [864] = {.lex_state = 87}, + [865] = {.lex_state = 87}, + [866] = {.lex_state = 87}, + [867] = {.lex_state = 87}, + [868] = {.lex_state = 87}, + [869] = {.lex_state = 87}, + [870] = {.lex_state = 87}, + [871] = {.lex_state = 79}, + [872] = {.lex_state = 87}, + [873] = {.lex_state = 87}, + [874] = {.lex_state = 87}, + [875] = {.lex_state = 87}, + [876] = {.lex_state = 87}, + [877] = {.lex_state = 87}, + [878] = {.lex_state = 87}, + [879] = {.lex_state = 87}, + [880] = {.lex_state = 87}, + [881] = {.lex_state = 87}, + [882] = {.lex_state = 87}, + [883] = {.lex_state = 73}, + [884] = {.lex_state = 87}, + [885] = {.lex_state = 87}, + [886] = {.lex_state = 87}, + [887] = {.lex_state = 87}, + [888] = {.lex_state = 87}, + [889] = {.lex_state = 77}, + [890] = {.lex_state = 87}, + [891] = {.lex_state = 87}, + [892] = {.lex_state = 87}, + [893] = {.lex_state = 87}, + [894] = {.lex_state = 87}, + [895] = {.lex_state = 87}, + [896] = {.lex_state = 87}, + [897] = {.lex_state = 87}, + [898] = {.lex_state = 87}, + [899] = {.lex_state = 87}, + [900] = {.lex_state = 87}, + [901] = {.lex_state = 67}, + [902] = {.lex_state = 87}, + [903] = {.lex_state = 87}, + [904] = {.lex_state = 87}, + [905] = {.lex_state = 87}, + [906] = {.lex_state = 87}, + [907] = {.lex_state = 87}, [908] = {.lex_state = 87}, - [909] = {.lex_state = 56}, - [910] = {.lex_state = 82}, - [911] = {.lex_state = 76}, - [912] = {.lex_state = 91}, - [913] = {.lex_state = 57}, - [914] = {.lex_state = 59}, - [915] = {.lex_state = 82}, - [916] = {.lex_state = 75}, - [917] = {.lex_state = 82}, - [918] = {.lex_state = 13}, - [919] = {.lex_state = 82}, - [920] = {.lex_state = 65}, - [921] = {.lex_state = 65}, - [922] = {.lex_state = 82}, - [923] = {.lex_state = 72}, - [924] = {.lex_state = 7}, + [909] = {.lex_state = 73}, + [910] = {.lex_state = 87}, + [911] = {.lex_state = 87}, + [912] = {.lex_state = 87}, + [913] = {.lex_state = 87}, + [914] = {.lex_state = 87}, + [915] = {.lex_state = 87}, + [916] = {.lex_state = 87}, + [917] = {.lex_state = 61}, + [918] = {.lex_state = 71}, + [919] = {.lex_state = 79}, + [920] = {.lex_state = 56}, + [921] = {.lex_state = 78}, + [922] = {.lex_state = 57}, + [923] = {.lex_state = 64}, + [924] = {.lex_state = 80}, [925] = {.lex_state = 82}, - [926] = {.lex_state = 82}, - [927] = {.lex_state = 15}, - [928] = {.lex_state = 82}, - [929] = {.lex_state = 82}, - [930] = {.lex_state = 82}, - [931] = {.lex_state = 58}, - [932] = {.lex_state = 8}, - [933] = {.lex_state = 80}, - [934] = {.lex_state = 78}, - [935] = {.lex_state = 82}, - [936] = {.lex_state = 82}, - [937] = {.lex_state = 78}, - [938] = {.lex_state = 82}, - [939] = {.lex_state = 77}, - [940] = {.lex_state = 19}, - [941] = {.lex_state = 82}, - [942] = {.lex_state = 82}, - [943] = {.lex_state = 79}, - [944] = {.lex_state = 82}, - [945] = {.lex_state = 9}, - [946] = {.lex_state = 82}, - [947] = {.lex_state = 82}, - [948] = {.lex_state = 71}, - [949] = {.lex_state = 82}, - [950] = {.lex_state = 82}, - [951] = {.lex_state = 81}, - [952] = {.lex_state = 23}, - [953] = {.lex_state = 82}, - [954] = {.lex_state = 78}, - [955] = {.lex_state = 83}, - [956] = {.lex_state = 25}, - [957] = {.lex_state = 82}, - [958] = {.lex_state = 82}, - [959] = {.lex_state = 82}, - [960] = {.lex_state = 80}, - [961] = {.lex_state = 87}, - [962] = {.lex_state = 27}, - [963] = {.lex_state = 82}, - [964] = {.lex_state = 82}, - [965] = {.lex_state = 78}, - [966] = {.lex_state = 78}, - [967] = {.lex_state = 91}, - [968] = {.lex_state = 29}, - [969] = {.lex_state = 78}, - [970] = {.lex_state = 78}, - [971] = {.lex_state = 75}, - [972] = {.lex_state = 33}, - [973] = {.lex_state = 78}, - [974] = {.lex_state = 78}, - [975] = {.lex_state = 78}, - [976] = {.lex_state = 78}, - [977] = {.lex_state = 71}, - [978] = {.lex_state = 37}, - [979] = {.lex_state = 78}, - [980] = {.lex_state = 78}, - [981] = {.lex_state = 78}, - [982] = {.lex_state = 78}, - [983] = {.lex_state = 21}, - [984] = {.lex_state = 78}, - [985] = {.lex_state = 88}, - [986] = {.lex_state = 88}, - [987] = {.lex_state = 88}, - [988] = {.lex_state = 88}, - [989] = {.lex_state = 88}, - [990] = {.lex_state = 88}, - [991] = {.lex_state = 88}, - [992] = {.lex_state = 88}, - [993] = {.lex_state = 88}, - [994] = {.lex_state = 88}, - [995] = {.lex_state = 88}, - [996] = {.lex_state = 88}, - [997] = {.lex_state = 88}, - [998] = {.lex_state = 88}, - [999] = {.lex_state = 88}, - [1000] = {.lex_state = 88}, - [1001] = {.lex_state = 88}, - [1002] = {.lex_state = 88}, - [1003] = {.lex_state = 88}, - [1004] = {.lex_state = 88}, - [1005] = {.lex_state = 88}, - [1006] = {.lex_state = 88}, - [1007] = {.lex_state = 80}, - [1008] = {.lex_state = 88}, - [1009] = {.lex_state = 88}, - [1010] = {.lex_state = 88}, - [1011] = {.lex_state = 88}, - [1012] = {.lex_state = 88}, - [1013] = {.lex_state = 88}, - [1014] = {.lex_state = 88}, - [1015] = {.lex_state = 88}, - [1016] = {.lex_state = 88}, - [1017] = {.lex_state = 88}, - [1018] = {.lex_state = 88}, - [1019] = {.lex_state = 88}, - [1020] = {.lex_state = 88}, - [1021] = {.lex_state = 88}, - [1022] = {.lex_state = 78}, - [1023] = {.lex_state = 36}, - [1024] = {.lex_state = 88}, - [1025] = {.lex_state = 88}, - [1026] = {.lex_state = 88}, - [1027] = {.lex_state = 88}, - [1028] = {.lex_state = 88}, - [1029] = {.lex_state = 88}, - [1030] = {.lex_state = 88}, - [1031] = {.lex_state = 61}, - [1032] = {.lex_state = 88}, - [1033] = {.lex_state = 88}, - [1034] = {.lex_state = 88}, - [1035] = {.lex_state = 88}, - [1036] = {.lex_state = 88}, - [1037] = {.lex_state = 88}, - [1038] = {.lex_state = 88}, - [1039] = {.lex_state = 78}, - [1040] = {.lex_state = 88}, - [1041] = {.lex_state = 88}, - [1042] = {.lex_state = 78}, - [1043] = {.lex_state = 93}, - [1044] = {.lex_state = 78}, - [1045] = {.lex_state = 88}, - [1046] = {.lex_state = 88}, - [1047] = {.lex_state = 88}, - [1048] = {.lex_state = 88}, - [1049] = {.lex_state = 89}, - [1050] = {.lex_state = 88}, - [1051] = {.lex_state = 88}, - [1052] = {.lex_state = 78}, - [1053] = {.lex_state = 88}, - [1054] = {.lex_state = 88}, - [1055] = {.lex_state = 68}, - [1056] = {.lex_state = 88}, - [1057] = {.lex_state = 88}, - [1058] = {.lex_state = 78}, - [1059] = {.lex_state = 88}, - [1060] = {.lex_state = 78}, - [1061] = {.lex_state = 88}, - [1062] = {.lex_state = 88}, - [1063] = {.lex_state = 88}, - [1064] = {.lex_state = 88}, - [1065] = {.lex_state = 88}, - [1066] = {.lex_state = 88}, - [1067] = {.lex_state = 88}, - [1068] = {.lex_state = 78}, - [1069] = {.lex_state = 88}, - [1070] = {.lex_state = 88}, - [1071] = {.lex_state = 78}, - [1072] = {.lex_state = 93}, - [1073] = {.lex_state = 88}, - [1074] = {.lex_state = 78}, - [1075] = {.lex_state = 88}, - [1076] = {.lex_state = 88}, - [1077] = {.lex_state = 88}, - [1078] = {.lex_state = 88}, - [1079] = {.lex_state = 88}, - [1080] = {.lex_state = 88}, - [1081] = {.lex_state = 78}, - [1082] = {.lex_state = 78}, - [1083] = {.lex_state = 88}, - [1084] = {.lex_state = 86}, - [1085] = {.lex_state = 86}, - [1086] = {.lex_state = 86}, - [1087] = {.lex_state = 86}, - [1088] = {.lex_state = 86}, - [1089] = {.lex_state = 86}, - [1090] = {.lex_state = 86}, - [1091] = {.lex_state = 86}, - [1092] = {.lex_state = 86}, - [1093] = {.lex_state = 86}, - [1094] = {.lex_state = 86}, - [1095] = {.lex_state = 86}, - [1096] = {.lex_state = 86}, - [1097] = {.lex_state = 86}, - [1098] = {.lex_state = 86}, - [1099] = {.lex_state = 86}, - [1100] = {.lex_state = 86}, - [1101] = {.lex_state = 86}, - [1102] = {.lex_state = 68}, - [1103] = {.lex_state = 86}, - [1104] = {.lex_state = 86}, - [1105] = {.lex_state = 86}, - [1106] = {.lex_state = 86}, - [1107] = {.lex_state = 86}, - [1108] = {.lex_state = 86}, - [1109] = {.lex_state = 86}, - [1110] = {.lex_state = 86}, - [1111] = {.lex_state = 86}, - [1112] = {.lex_state = 86}, - [1113] = {.lex_state = 86}, - [1114] = {.lex_state = 86}, - [1115] = {.lex_state = 86}, - [1116] = {.lex_state = 86}, - [1117] = {.lex_state = 78}, - [1118] = {.lex_state = 31}, - [1119] = {.lex_state = 86}, - [1120] = {.lex_state = 86}, - [1121] = {.lex_state = 86}, - [1122] = {.lex_state = 86}, - [1123] = {.lex_state = 86}, - [1124] = {.lex_state = 86}, - [1125] = {.lex_state = 86}, - [1126] = {.lex_state = 66}, - [1127] = {.lex_state = 86}, - [1128] = {.lex_state = 86}, - [1129] = {.lex_state = 86}, - [1130] = {.lex_state = 86}, - [1131] = {.lex_state = 86}, - [1132] = {.lex_state = 86}, - [1133] = {.lex_state = 86}, - [1134] = {.lex_state = 78}, - [1135] = {.lex_state = 86}, - [1136] = {.lex_state = 86}, - [1137] = {.lex_state = 78}, - [1138] = {.lex_state = 92}, - [1139] = {.lex_state = 78}, - [1140] = {.lex_state = 86}, - [1141] = {.lex_state = 86}, - [1142] = {.lex_state = 86}, - [1143] = {.lex_state = 86}, - [1144] = {.lex_state = 86}, - [1145] = {.lex_state = 86}, - [1146] = {.lex_state = 86}, - [1147] = {.lex_state = 78}, - [1148] = {.lex_state = 86}, - [1149] = {.lex_state = 85}, - [1150] = {.lex_state = 84}, - [1151] = {.lex_state = 86}, - [1152] = {.lex_state = 86}, - [1153] = {.lex_state = 78}, - [1154] = {.lex_state = 86}, - [1155] = {.lex_state = 78}, - [1156] = {.lex_state = 86}, - [1157] = {.lex_state = 86}, - [1158] = {.lex_state = 86}, - [1159] = {.lex_state = 86}, - [1160] = {.lex_state = 86}, - [1161] = {.lex_state = 86}, - [1162] = {.lex_state = 86}, - [1163] = {.lex_state = 78}, - [1164] = {.lex_state = 86}, - [1165] = {.lex_state = 86}, - [1166] = {.lex_state = 86}, - [1167] = {.lex_state = 92}, - [1168] = {.lex_state = 86}, - [1169] = {.lex_state = 78}, - [1170] = {.lex_state = 86}, - [1171] = {.lex_state = 86}, - [1172] = {.lex_state = 78}, - [1173] = {.lex_state = 86}, - [1174] = {.lex_state = 86}, - [1175] = {.lex_state = 86}, - [1176] = {.lex_state = 86}, - [1177] = {.lex_state = 86}, - [1178] = {.lex_state = 86}, - [1179] = {.lex_state = 86}, - [1180] = {.lex_state = 78}, - [1181] = {.lex_state = 78}, - [1182] = {.lex_state = 86}, - [1183] = {.lex_state = 55}, - [1184] = {.lex_state = 55}, - [1185] = {.lex_state = 55}, - [1186] = {.lex_state = 55}, - [1187] = {.lex_state = 55}, - [1188] = {.lex_state = 55}, - [1189] = {.lex_state = 55}, - [1190] = {.lex_state = 55}, - [1191] = {.lex_state = 55}, - [1192] = {.lex_state = 55}, - [1193] = {.lex_state = 55}, - [1194] = {.lex_state = 55}, - [1195] = {.lex_state = 55}, - [1196] = {.lex_state = 55}, - [1197] = {.lex_state = 84}, - [1198] = {.lex_state = 55}, - [1199] = {.lex_state = 55}, - [1200] = {.lex_state = 55}, - [1201] = {.lex_state = 55}, - [1202] = {.lex_state = 55}, - [1203] = {.lex_state = 55}, - [1204] = {.lex_state = 55}, - [1205] = {.lex_state = 55}, - [1206] = {.lex_state = 55}, - [1207] = {.lex_state = 55}, - [1208] = {.lex_state = 55}, - [1209] = {.lex_state = 55}, - [1210] = {.lex_state = 55}, - [1211] = {.lex_state = 55}, - [1212] = {.lex_state = 78}, - [1213] = {.lex_state = 35}, - [1214] = {.lex_state = 55}, - [1215] = {.lex_state = 55}, - [1216] = {.lex_state = 55}, - [1217] = {.lex_state = 55}, - [1218] = {.lex_state = 55}, - [1219] = {.lex_state = 55}, - [1220] = {.lex_state = 55}, + [926] = {.lex_state = 86}, + [927] = {.lex_state = 61}, + [928] = {.lex_state = 88}, + [929] = {.lex_state = 71}, + [930] = {.lex_state = 92}, + [931] = {.lex_state = 56}, + [932] = {.lex_state = 10}, + [933] = {.lex_state = 87}, + [934] = {.lex_state = 87}, + [935] = {.lex_state = 22}, + [936] = {.lex_state = 55}, + [937] = {.lex_state = 55}, + [938] = {.lex_state = 84}, + [939] = {.lex_state = 18}, + [940] = {.lex_state = 87}, + [941] = {.lex_state = 87}, + [942] = {.lex_state = 87}, + [943] = {.lex_state = 58}, + [944] = {.lex_state = 87}, + [945] = {.lex_state = 78}, + [946] = {.lex_state = 7}, + [947] = {.lex_state = 87}, + [948] = {.lex_state = 81}, + [949] = {.lex_state = 81}, + [950] = {.lex_state = 87}, + [951] = {.lex_state = 57}, + [952] = {.lex_state = 87}, + [953] = {.lex_state = 24}, + [954] = {.lex_state = 87}, + [955] = {.lex_state = 81}, + [956] = {.lex_state = 85}, + [957] = {.lex_state = 87}, + [958] = {.lex_state = 81}, + [959] = {.lex_state = 64}, + [960] = {.lex_state = 8}, + [961] = {.lex_state = 81}, + [962] = {.lex_state = 81}, + [963] = {.lex_state = 80}, + [964] = {.lex_state = 13}, + [965] = {.lex_state = 81}, + [966] = {.lex_state = 81}, + [967] = {.lex_state = 81}, + [968] = {.lex_state = 73}, + [969] = {.lex_state = 82}, + [970] = {.lex_state = 26}, + [971] = {.lex_state = 81}, + [972] = {.lex_state = 81}, + [973] = {.lex_state = 81}, + [974] = {.lex_state = 81}, + [975] = {.lex_state = 86}, + [976] = {.lex_state = 28}, + [977] = {.lex_state = 81}, + [978] = {.lex_state = 81}, + [979] = {.lex_state = 88}, + [980] = {.lex_state = 32}, + [981] = {.lex_state = 81}, + [982] = {.lex_state = 81}, + [983] = {.lex_state = 81}, + [984] = {.lex_state = 92}, + [985] = {.lex_state = 34}, + [986] = {.lex_state = 85}, + [987] = {.lex_state = 81}, + [988] = {.lex_state = 81}, + [989] = {.lex_state = 81}, + [990] = {.lex_state = 84}, + [991] = {.lex_state = 38}, + [992] = {.lex_state = 81}, + [993] = {.lex_state = 81}, + [994] = {.lex_state = 81}, + [995] = {.lex_state = 30}, + [996] = {.lex_state = 81}, + [997] = {.lex_state = 70}, + [998] = {.lex_state = 70}, + [999] = {.lex_state = 70}, + [1000] = {.lex_state = 70}, + [1001] = {.lex_state = 70}, + [1002] = {.lex_state = 66}, + [1003] = {.lex_state = 70}, + [1004] = {.lex_state = 70}, + [1005] = {.lex_state = 70}, + [1006] = {.lex_state = 70}, + [1007] = {.lex_state = 70}, + [1008] = {.lex_state = 70}, + [1009] = {.lex_state = 70}, + [1010] = {.lex_state = 70}, + [1011] = {.lex_state = 70}, + [1012] = {.lex_state = 70}, + [1013] = {.lex_state = 70}, + [1014] = {.lex_state = 70}, + [1015] = {.lex_state = 70}, + [1016] = {.lex_state = 73}, + [1017] = {.lex_state = 70}, + [1018] = {.lex_state = 70}, + [1019] = {.lex_state = 70}, + [1020] = {.lex_state = 70}, + [1021] = {.lex_state = 70}, + [1022] = {.lex_state = 70}, + [1023] = {.lex_state = 70}, + [1024] = {.lex_state = 70}, + [1025] = {.lex_state = 70}, + [1026] = {.lex_state = 70}, + [1027] = {.lex_state = 70}, + [1028] = {.lex_state = 70}, + [1029] = {.lex_state = 70}, + [1030] = {.lex_state = 70}, + [1031] = {.lex_state = 81}, + [1032] = {.lex_state = 37}, + [1033] = {.lex_state = 70}, + [1034] = {.lex_state = 70}, + [1035] = {.lex_state = 70}, + [1036] = {.lex_state = 70}, + [1037] = {.lex_state = 70}, + [1038] = {.lex_state = 70}, + [1039] = {.lex_state = 70}, + [1040] = {.lex_state = 76}, + [1041] = {.lex_state = 70}, + [1042] = {.lex_state = 70}, + [1043] = {.lex_state = 70}, + [1044] = {.lex_state = 70}, + [1045] = {.lex_state = 70}, + [1046] = {.lex_state = 70}, + [1047] = {.lex_state = 70}, + [1048] = {.lex_state = 81}, + [1049] = {.lex_state = 70}, + [1050] = {.lex_state = 70}, + [1051] = {.lex_state = 81}, + [1052] = {.lex_state = 93}, + [1053] = {.lex_state = 81}, + [1054] = {.lex_state = 70}, + [1055] = {.lex_state = 70}, + [1056] = {.lex_state = 70}, + [1057] = {.lex_state = 70}, + [1058] = {.lex_state = 70}, + [1059] = {.lex_state = 70}, + [1060] = {.lex_state = 70}, + [1061] = {.lex_state = 70}, + [1062] = {.lex_state = 81}, + [1063] = {.lex_state = 70}, + [1064] = {.lex_state = 83}, + [1065] = {.lex_state = 70}, + [1066] = {.lex_state = 70}, + [1067] = {.lex_state = 70}, + [1068] = {.lex_state = 81}, + [1069] = {.lex_state = 70}, + [1070] = {.lex_state = 81}, + [1071] = {.lex_state = 70}, + [1072] = {.lex_state = 70}, + [1073] = {.lex_state = 70}, + [1074] = {.lex_state = 70}, + [1075] = {.lex_state = 70}, + [1076] = {.lex_state = 70}, + [1077] = {.lex_state = 70}, + [1078] = {.lex_state = 81}, + [1079] = {.lex_state = 70}, + [1080] = {.lex_state = 70}, + [1081] = {.lex_state = 70}, + [1082] = {.lex_state = 93}, + [1083] = {.lex_state = 70}, + [1084] = {.lex_state = 81}, + [1085] = {.lex_state = 81}, + [1086] = {.lex_state = 70}, + [1087] = {.lex_state = 70}, + [1088] = {.lex_state = 70}, + [1089] = {.lex_state = 70}, + [1090] = {.lex_state = 70}, + [1091] = {.lex_state = 70}, + [1092] = {.lex_state = 70}, + [1093] = {.lex_state = 81}, + [1094] = {.lex_state = 81}, + [1095] = {.lex_state = 70}, + [1096] = {.lex_state = 62}, + [1097] = {.lex_state = 62}, + [1098] = {.lex_state = 62}, + [1099] = {.lex_state = 62}, + [1100] = {.lex_state = 62}, + [1101] = {.lex_state = 62}, + [1102] = {.lex_state = 62}, + [1103] = {.lex_state = 62}, + [1104] = {.lex_state = 62}, + [1105] = {.lex_state = 62}, + [1106] = {.lex_state = 62}, + [1107] = {.lex_state = 62}, + [1108] = {.lex_state = 62}, + [1109] = {.lex_state = 62}, + [1110] = {.lex_state = 62}, + [1111] = {.lex_state = 62}, + [1112] = {.lex_state = 83}, + [1113] = {.lex_state = 62}, + [1114] = {.lex_state = 62}, + [1115] = {.lex_state = 62}, + [1116] = {.lex_state = 62}, + [1117] = {.lex_state = 62}, + [1118] = {.lex_state = 62}, + [1119] = {.lex_state = 62}, + [1120] = {.lex_state = 62}, + [1121] = {.lex_state = 62}, + [1122] = {.lex_state = 62}, + [1123] = {.lex_state = 62}, + [1124] = {.lex_state = 62}, + [1125] = {.lex_state = 62}, + [1126] = {.lex_state = 62}, + [1127] = {.lex_state = 81}, + [1128] = {.lex_state = 16}, + [1129] = {.lex_state = 62}, + [1130] = {.lex_state = 62}, + [1131] = {.lex_state = 62}, + [1132] = {.lex_state = 62}, + [1133] = {.lex_state = 62}, + [1134] = {.lex_state = 62}, + [1135] = {.lex_state = 62}, + [1136] = {.lex_state = 91}, + [1137] = {.lex_state = 62}, + [1138] = {.lex_state = 62}, + [1139] = {.lex_state = 62}, + [1140] = {.lex_state = 62}, + [1141] = {.lex_state = 62}, + [1142] = {.lex_state = 62}, + [1143] = {.lex_state = 62}, + [1144] = {.lex_state = 81}, + [1145] = {.lex_state = 62}, + [1146] = {.lex_state = 62}, + [1147] = {.lex_state = 81}, + [1148] = {.lex_state = 66}, + [1149] = {.lex_state = 81}, + [1150] = {.lex_state = 62}, + [1151] = {.lex_state = 62}, + [1152] = {.lex_state = 62}, + [1153] = {.lex_state = 62}, + [1154] = {.lex_state = 62}, + [1155] = {.lex_state = 62}, + [1156] = {.lex_state = 62}, + [1157] = {.lex_state = 62}, + [1158] = {.lex_state = 62}, + [1159] = {.lex_state = 62}, + [1160] = {.lex_state = 75}, + [1161] = {.lex_state = 62}, + [1162] = {.lex_state = 89}, + [1163] = {.lex_state = 62}, + [1164] = {.lex_state = 81}, + [1165] = {.lex_state = 62}, + [1166] = {.lex_state = 81}, + [1167] = {.lex_state = 62}, + [1168] = {.lex_state = 62}, + [1169] = {.lex_state = 62}, + [1170] = {.lex_state = 62}, + [1171] = {.lex_state = 62}, + [1172] = {.lex_state = 62}, + [1173] = {.lex_state = 62}, + [1174] = {.lex_state = 81}, + [1175] = {.lex_state = 62}, + [1176] = {.lex_state = 62}, + [1177] = {.lex_state = 62}, + [1178] = {.lex_state = 66}, + [1179] = {.lex_state = 62}, + [1180] = {.lex_state = 79}, + [1181] = {.lex_state = 62}, + [1182] = {.lex_state = 62}, + [1183] = {.lex_state = 62}, + [1184] = {.lex_state = 81}, + [1185] = {.lex_state = 62}, + [1186] = {.lex_state = 62}, + [1187] = {.lex_state = 62}, + [1188] = {.lex_state = 62}, + [1189] = {.lex_state = 62}, + [1190] = {.lex_state = 62}, + [1191] = {.lex_state = 62}, + [1192] = {.lex_state = 81}, + [1193] = {.lex_state = 81}, + [1194] = {.lex_state = 62}, + [1195] = {.lex_state = 90}, + [1196] = {.lex_state = 90}, + [1197] = {.lex_state = 90}, + [1198] = {.lex_state = 90}, + [1199] = {.lex_state = 90}, + [1200] = {.lex_state = 90}, + [1201] = {.lex_state = 90}, + [1202] = {.lex_state = 90}, + [1203] = {.lex_state = 90}, + [1204] = {.lex_state = 90}, + [1205] = {.lex_state = 90}, + [1206] = {.lex_state = 90}, + [1207] = {.lex_state = 90}, + [1208] = {.lex_state = 75}, + [1209] = {.lex_state = 90}, + [1210] = {.lex_state = 90}, + [1211] = {.lex_state = 90}, + [1212] = {.lex_state = 90}, + [1213] = {.lex_state = 90}, + [1214] = {.lex_state = 90}, + [1215] = {.lex_state = 90}, + [1216] = {.lex_state = 90}, + [1217] = {.lex_state = 90}, + [1218] = {.lex_state = 90}, + [1219] = {.lex_state = 90}, + [1220] = {.lex_state = 90}, [1221] = {.lex_state = 90}, - [1222] = {.lex_state = 55}, - [1223] = {.lex_state = 55}, - [1224] = {.lex_state = 55}, - [1225] = {.lex_state = 55}, - [1226] = {.lex_state = 55}, - [1227] = {.lex_state = 55}, - [1228] = {.lex_state = 55}, - [1229] = {.lex_state = 92}, - [1230] = {.lex_state = 55}, - [1231] = {.lex_state = 55}, - [1232] = {.lex_state = 55}, - [1233] = {.lex_state = 78}, - [1234] = {.lex_state = 55}, - [1235] = {.lex_state = 55}, - [1236] = {.lex_state = 55}, - [1237] = {.lex_state = 55}, - [1238] = {.lex_state = 55}, - [1239] = {.lex_state = 55}, - [1240] = {.lex_state = 55}, - [1241] = {.lex_state = 78}, - [1242] = {.lex_state = 55}, - [1243] = {.lex_state = 55}, - [1244] = {.lex_state = 92}, - [1245] = {.lex_state = 55}, - [1246] = {.lex_state = 55}, - [1247] = {.lex_state = 76}, - [1248] = {.lex_state = 55}, - [1249] = {.lex_state = 78}, + [1222] = {.lex_state = 90}, + [1223] = {.lex_state = 81}, + [1224] = {.lex_state = 35}, + [1225] = {.lex_state = 90}, + [1226] = {.lex_state = 90}, + [1227] = {.lex_state = 90}, + [1228] = {.lex_state = 90}, + [1229] = {.lex_state = 90}, + [1230] = {.lex_state = 90}, + [1231] = {.lex_state = 90}, + [1232] = {.lex_state = 68}, + [1233] = {.lex_state = 90}, + [1234] = {.lex_state = 90}, + [1235] = {.lex_state = 90}, + [1236] = {.lex_state = 90}, + [1237] = {.lex_state = 90}, + [1238] = {.lex_state = 90}, + [1239] = {.lex_state = 90}, + [1240] = {.lex_state = 81}, + [1241] = {.lex_state = 90}, + [1242] = {.lex_state = 90}, + [1243] = {.lex_state = 90}, + [1244] = {.lex_state = 81}, + [1245] = {.lex_state = 90}, + [1246] = {.lex_state = 90}, + [1247] = {.lex_state = 90}, + [1248] = {.lex_state = 90}, + [1249] = {.lex_state = 90}, [1250] = {.lex_state = 90}, - [1251] = {.lex_state = 55}, - [1252] = {.lex_state = 55}, - [1253] = {.lex_state = 55}, - [1254] = {.lex_state = 55}, - [1255] = {.lex_state = 55}, - [1256] = {.lex_state = 55}, - [1257] = {.lex_state = 55}, - [1258] = {.lex_state = 55}, - [1259] = {.lex_state = 55}, - [1260] = {.lex_state = 55}, - [1261] = {.lex_state = 55}, - [1262] = {.lex_state = 78}, - [1263] = {.lex_state = 55}, - [1264] = {.lex_state = 55}, - [1265] = {.lex_state = 55}, - [1266] = {.lex_state = 55}, - [1267] = {.lex_state = 55}, - [1268] = {.lex_state = 55}, - [1269] = {.lex_state = 78}, - [1270] = {.lex_state = 55}, - [1271] = {.lex_state = 55}, - [1272] = {.lex_state = 55}, - [1273] = {.lex_state = 55}, - [1274] = {.lex_state = 55}, - [1275] = {.lex_state = 55}, - [1276] = {.lex_state = 55}, - [1277] = {.lex_state = 78}, - [1278] = {.lex_state = 78}, - [1279] = {.lex_state = 55}, - [1280] = {.lex_state = 92}, - [1281] = {.lex_state = 92}, - [1282] = {.lex_state = 92}, - [1283] = {.lex_state = 92}, - [1284] = {.lex_state = 92}, - [1285] = {.lex_state = 92}, - [1286] = {.lex_state = 92}, - [1287] = {.lex_state = 92}, - [1288] = {.lex_state = 92}, - [1289] = {.lex_state = 92}, - [1290] = {.lex_state = 92}, - [1291] = {.lex_state = 92}, - [1292] = {.lex_state = 92}, - [1293] = {.lex_state = 92}, - [1294] = {.lex_state = 78}, - [1295] = {.lex_state = 92}, - [1296] = {.lex_state = 92}, - [1297] = {.lex_state = 92}, - [1298] = {.lex_state = 92}, - [1299] = {.lex_state = 92}, - [1300] = {.lex_state = 92}, - [1301] = {.lex_state = 92}, - [1302] = {.lex_state = 92}, - [1303] = {.lex_state = 92}, - [1304] = {.lex_state = 76}, - [1305] = {.lex_state = 78}, - [1306] = {.lex_state = 78}, - [1307] = {.lex_state = 76}, - [1308] = {.lex_state = 76}, - [1309] = {.lex_state = 76}, - [1310] = {.lex_state = 76}, - [1311] = {.lex_state = 76}, - [1312] = {.lex_state = 76}, - [1313] = {.lex_state = 76}, - [1314] = {.lex_state = 85}, - [1315] = {.lex_state = 76}, - [1316] = {.lex_state = 76}, - [1317] = {.lex_state = 76}, - [1318] = {.lex_state = 76}, - [1319] = {.lex_state = 76}, - [1320] = {.lex_state = 76}, - [1321] = {.lex_state = 76}, - [1322] = {.lex_state = 78}, - [1323] = {.lex_state = 76}, - [1324] = {.lex_state = 76}, - [1325] = {.lex_state = 86}, - [1326] = {.lex_state = 78}, - [1327] = {.lex_state = 76}, - [1328] = {.lex_state = 76}, - [1329] = {.lex_state = 76}, - [1330] = {.lex_state = 76}, - [1331] = {.lex_state = 76}, - [1332] = {.lex_state = 76}, - [1333] = {.lex_state = 76}, - [1334] = {.lex_state = 78}, - [1335] = {.lex_state = 76}, - [1336] = {.lex_state = 76}, - [1337] = {.lex_state = 74}, - [1338] = {.lex_state = 76}, - [1339] = {.lex_state = 76}, - [1340] = {.lex_state = 78}, - [1341] = {.lex_state = 76}, - [1342] = {.lex_state = 78}, - [1343] = {.lex_state = 76}, - [1344] = {.lex_state = 76}, - [1345] = {.lex_state = 76}, - [1346] = {.lex_state = 76}, - [1347] = {.lex_state = 76}, - [1348] = {.lex_state = 76}, - [1349] = {.lex_state = 76}, - [1350] = {.lex_state = 76}, - [1351] = {.lex_state = 76}, - [1352] = {.lex_state = 76}, - [1353] = {.lex_state = 86}, - [1354] = {.lex_state = 76}, - [1355] = {.lex_state = 78}, - [1356] = {.lex_state = 76}, - [1357] = {.lex_state = 76}, - [1358] = {.lex_state = 76}, - [1359] = {.lex_state = 76}, - [1360] = {.lex_state = 76}, - [1361] = {.lex_state = 76}, - [1362] = {.lex_state = 76}, - [1363] = {.lex_state = 76}, - [1364] = {.lex_state = 76}, - [1365] = {.lex_state = 76}, - [1366] = {.lex_state = 76}, - [1367] = {.lex_state = 76}, - [1368] = {.lex_state = 76}, - [1369] = {.lex_state = 76}, - [1370] = {.lex_state = 65}, - [1371] = {.lex_state = 76}, - [1372] = {.lex_state = 76}, - [1373] = {.lex_state = 76}, - [1374] = {.lex_state = 76}, - [1375] = {.lex_state = 76}, - [1376] = {.lex_state = 76}, - [1377] = {.lex_state = 76}, - [1378] = {.lex_state = 76}, - [1379] = {.lex_state = 76}, - [1380] = {.lex_state = 76}, - [1381] = {.lex_state = 76}, - [1382] = {.lex_state = 76}, - [1383] = {.lex_state = 74}, - [1384] = {.lex_state = 76}, - [1385] = {.lex_state = 76}, - [1386] = {.lex_state = 76}, - [1387] = {.lex_state = 76}, - [1388] = {.lex_state = 76}, - [1389] = {.lex_state = 76}, - [1390] = {.lex_state = 76}, - [1391] = {.lex_state = 76}, - [1392] = {.lex_state = 76}, - [1393] = {.lex_state = 76}, - [1394] = {.lex_state = 76}, - [1395] = {.lex_state = 76}, - [1396] = {.lex_state = 76}, - [1397] = {.lex_state = 80}, - [1398] = {.lex_state = 78}, - [1399] = {.lex_state = 78}, - [1400] = {.lex_state = 80}, - [1401] = {.lex_state = 80}, - [1402] = {.lex_state = 80}, - [1403] = {.lex_state = 80}, - [1404] = {.lex_state = 80}, - [1405] = {.lex_state = 80}, - [1406] = {.lex_state = 80}, - [1407] = {.lex_state = 89}, - [1408] = {.lex_state = 80}, - [1409] = {.lex_state = 80}, - [1410] = {.lex_state = 80}, - [1411] = {.lex_state = 80}, - [1412] = {.lex_state = 80}, - [1413] = {.lex_state = 80}, - [1414] = {.lex_state = 80}, - [1415] = {.lex_state = 78}, - [1416] = {.lex_state = 80}, - [1417] = {.lex_state = 80}, - [1418] = {.lex_state = 88}, - [1419] = {.lex_state = 78}, - [1420] = {.lex_state = 80}, - [1421] = {.lex_state = 80}, - [1422] = {.lex_state = 80}, - [1423] = {.lex_state = 80}, - [1424] = {.lex_state = 80}, - [1425] = {.lex_state = 80}, - [1426] = {.lex_state = 80}, - [1427] = {.lex_state = 78}, - [1428] = {.lex_state = 80}, - [1429] = {.lex_state = 80}, - [1430] = {.lex_state = 71}, - [1431] = {.lex_state = 80}, - [1432] = {.lex_state = 80}, - [1433] = {.lex_state = 78}, - [1434] = {.lex_state = 80}, - [1435] = {.lex_state = 78}, - [1436] = {.lex_state = 80}, - [1437] = {.lex_state = 80}, - [1438] = {.lex_state = 80}, - [1439] = {.lex_state = 80}, - [1440] = {.lex_state = 80}, - [1441] = {.lex_state = 80}, - [1442] = {.lex_state = 80}, - [1443] = {.lex_state = 80}, - [1444] = {.lex_state = 80}, - [1445] = {.lex_state = 80}, - [1446] = {.lex_state = 88}, - [1447] = {.lex_state = 80}, - [1448] = {.lex_state = 80}, - [1449] = {.lex_state = 80}, - [1450] = {.lex_state = 80}, - [1451] = {.lex_state = 80}, - [1452] = {.lex_state = 80}, - [1453] = {.lex_state = 80}, - [1454] = {.lex_state = 80}, - [1455] = {.lex_state = 80}, - [1456] = {.lex_state = 80}, - [1457] = {.lex_state = 80}, - [1458] = {.lex_state = 80}, - [1459] = {.lex_state = 80}, - [1460] = {.lex_state = 80}, - [1461] = {.lex_state = 80}, - [1462] = {.lex_state = 80}, - [1463] = {.lex_state = 80}, - [1464] = {.lex_state = 80}, - [1465] = {.lex_state = 80}, - [1466] = {.lex_state = 80}, - [1467] = {.lex_state = 80}, - [1468] = {.lex_state = 80}, - [1469] = {.lex_state = 80}, - [1470] = {.lex_state = 80}, - [1471] = {.lex_state = 80}, - [1472] = {.lex_state = 80}, - [1473] = {.lex_state = 80}, - [1474] = {.lex_state = 80}, - [1475] = {.lex_state = 71}, - [1476] = {.lex_state = 80}, - [1477] = {.lex_state = 80}, - [1478] = {.lex_state = 80}, - [1479] = {.lex_state = 80}, - [1480] = {.lex_state = 80}, - [1481] = {.lex_state = 80}, - [1482] = {.lex_state = 80}, - [1483] = {.lex_state = 80}, - [1484] = {.lex_state = 80}, - [1485] = {.lex_state = 80}, - [1486] = {.lex_state = 80}, - [1487] = {.lex_state = 80}, - [1488] = {.lex_state = 80}, - [1489] = {.lex_state = 68}, - [1490] = {.lex_state = 78}, - [1491] = {.lex_state = 76}, - [1492] = {.lex_state = 68}, - [1493] = {.lex_state = 68}, - [1494] = {.lex_state = 68}, - [1495] = {.lex_state = 68}, - [1496] = {.lex_state = 68}, - [1497] = {.lex_state = 68}, - [1498] = {.lex_state = 68}, - [1499] = {.lex_state = 78}, - [1500] = {.lex_state = 68}, - [1501] = {.lex_state = 68}, - [1502] = {.lex_state = 68}, - [1503] = {.lex_state = 68}, - [1504] = {.lex_state = 68}, - [1505] = {.lex_state = 68}, - [1506] = {.lex_state = 68}, - [1507] = {.lex_state = 78}, - [1508] = {.lex_state = 68}, - [1509] = {.lex_state = 68}, - [1510] = {.lex_state = 68}, - [1511] = {.lex_state = 68}, - [1512] = {.lex_state = 68}, - [1513] = {.lex_state = 68}, - [1514] = {.lex_state = 68}, - [1515] = {.lex_state = 68}, - [1516] = {.lex_state = 68}, - [1517] = {.lex_state = 78}, - [1518] = {.lex_state = 68}, - [1519] = {.lex_state = 68}, - [1520] = {.lex_state = 93}, - [1521] = {.lex_state = 68}, - [1522] = {.lex_state = 68}, - [1523] = {.lex_state = 78}, - [1524] = {.lex_state = 68}, - [1525] = {.lex_state = 78}, - [1526] = {.lex_state = 68}, - [1527] = {.lex_state = 68}, - [1528] = {.lex_state = 68}, - [1529] = {.lex_state = 68}, - [1530] = {.lex_state = 68}, - [1531] = {.lex_state = 68}, - [1532] = {.lex_state = 68}, - [1533] = {.lex_state = 68}, - [1534] = {.lex_state = 68}, - [1535] = {.lex_state = 68}, - [1536] = {.lex_state = 68}, - [1537] = {.lex_state = 68}, - [1538] = {.lex_state = 68}, - [1539] = {.lex_state = 68}, - [1540] = {.lex_state = 68}, - [1541] = {.lex_state = 68}, - [1542] = {.lex_state = 68}, - [1543] = {.lex_state = 68}, - [1544] = {.lex_state = 68}, - [1545] = {.lex_state = 68}, - [1546] = {.lex_state = 68}, - [1547] = {.lex_state = 68}, - [1548] = {.lex_state = 68}, - [1549] = {.lex_state = 68}, - [1550] = {.lex_state = 68}, - [1551] = {.lex_state = 68}, - [1552] = {.lex_state = 68}, - [1553] = {.lex_state = 68}, - [1554] = {.lex_state = 68}, - [1555] = {.lex_state = 68}, - [1556] = {.lex_state = 68}, - [1557] = {.lex_state = 68}, - [1558] = {.lex_state = 68}, - [1559] = {.lex_state = 68}, - [1560] = {.lex_state = 68}, - [1561] = {.lex_state = 68}, - [1562] = {.lex_state = 68}, - [1563] = {.lex_state = 68}, - [1564] = {.lex_state = 93}, - [1565] = {.lex_state = 68}, - [1566] = {.lex_state = 68}, - [1567] = {.lex_state = 68}, - [1568] = {.lex_state = 68}, - [1569] = {.lex_state = 68}, - [1570] = {.lex_state = 68}, - [1571] = {.lex_state = 68}, - [1572] = {.lex_state = 68}, - [1573] = {.lex_state = 68}, - [1574] = {.lex_state = 68}, - [1575] = {.lex_state = 68}, - [1576] = {.lex_state = 68}, - [1577] = {.lex_state = 68}, - [1578] = {.lex_state = 84}, - [1579] = {.lex_state = 78}, - [1580] = {.lex_state = 78}, - [1581] = {.lex_state = 84}, - [1582] = {.lex_state = 84}, - [1583] = {.lex_state = 84}, - [1584] = {.lex_state = 84}, - [1585] = {.lex_state = 84}, - [1586] = {.lex_state = 84}, - [1587] = {.lex_state = 84}, - [1588] = {.lex_state = 78}, - [1589] = {.lex_state = 84}, - [1590] = {.lex_state = 84}, - [1591] = {.lex_state = 84}, - [1592] = {.lex_state = 84}, - [1593] = {.lex_state = 84}, - [1594] = {.lex_state = 84}, - [1595] = {.lex_state = 84}, - [1596] = {.lex_state = 78}, - [1597] = {.lex_state = 84}, - [1598] = {.lex_state = 84}, - [1599] = {.lex_state = 84}, - [1600] = {.lex_state = 84}, - [1601] = {.lex_state = 84}, - [1602] = {.lex_state = 84}, - [1603] = {.lex_state = 84}, - [1604] = {.lex_state = 84}, - [1605] = {.lex_state = 84}, - [1606] = {.lex_state = 78}, - [1607] = {.lex_state = 84}, - [1608] = {.lex_state = 84}, - [1609] = {.lex_state = 92}, - [1610] = {.lex_state = 84}, - [1611] = {.lex_state = 84}, - [1612] = {.lex_state = 78}, - [1613] = {.lex_state = 84}, - [1614] = {.lex_state = 78}, - [1615] = {.lex_state = 84}, - [1616] = {.lex_state = 84}, - [1617] = {.lex_state = 84}, - [1618] = {.lex_state = 84}, - [1619] = {.lex_state = 84}, - [1620] = {.lex_state = 84}, - [1621] = {.lex_state = 84}, - [1622] = {.lex_state = 84}, - [1623] = {.lex_state = 84}, - [1624] = {.lex_state = 84}, - [1625] = {.lex_state = 84}, - [1626] = {.lex_state = 84}, - [1627] = {.lex_state = 84}, - [1628] = {.lex_state = 84}, - [1629] = {.lex_state = 84}, - [1630] = {.lex_state = 84}, - [1631] = {.lex_state = 84}, - [1632] = {.lex_state = 84}, - [1633] = {.lex_state = 84}, - [1634] = {.lex_state = 84}, - [1635] = {.lex_state = 84}, - [1636] = {.lex_state = 84}, - [1637] = {.lex_state = 84}, - [1638] = {.lex_state = 84}, - [1639] = {.lex_state = 84}, - [1640] = {.lex_state = 84}, - [1641] = {.lex_state = 84}, - [1642] = {.lex_state = 84}, - [1643] = {.lex_state = 84}, - [1644] = {.lex_state = 84}, - [1645] = {.lex_state = 84}, - [1646] = {.lex_state = 84}, - [1647] = {.lex_state = 84}, - [1648] = {.lex_state = 84}, - [1649] = {.lex_state = 84}, - [1650] = {.lex_state = 84}, - [1651] = {.lex_state = 84}, - [1652] = {.lex_state = 84}, - [1653] = {.lex_state = 92}, - [1654] = {.lex_state = 84}, - [1655] = {.lex_state = 84}, - [1656] = {.lex_state = 84}, - [1657] = {.lex_state = 84}, - [1658] = {.lex_state = 84}, - [1659] = {.lex_state = 84}, - [1660] = {.lex_state = 84}, - [1661] = {.lex_state = 84}, - [1662] = {.lex_state = 84}, - [1663] = {.lex_state = 84}, - [1664] = {.lex_state = 84}, - [1665] = {.lex_state = 84}, - [1666] = {.lex_state = 84}, - [1667] = {.lex_state = 74}, - [1668] = {.lex_state = 78}, - [1669] = {.lex_state = 78}, - [1670] = {.lex_state = 74}, - [1671] = {.lex_state = 74}, - [1672] = {.lex_state = 74}, - [1673] = {.lex_state = 74}, - [1674] = {.lex_state = 74}, - [1675] = {.lex_state = 74}, - [1676] = {.lex_state = 74}, - [1677] = {.lex_state = 78}, - [1678] = {.lex_state = 74}, - [1679] = {.lex_state = 74}, - [1680] = {.lex_state = 74}, - [1681] = {.lex_state = 74}, - [1682] = {.lex_state = 74}, - [1683] = {.lex_state = 74}, - [1684] = {.lex_state = 74}, - [1685] = {.lex_state = 74}, - [1686] = {.lex_state = 74}, - [1687] = {.lex_state = 74}, - [1688] = {.lex_state = 74}, - [1689] = {.lex_state = 74}, - [1690] = {.lex_state = 74}, - [1691] = {.lex_state = 74}, - [1692] = {.lex_state = 74}, - [1693] = {.lex_state = 74}, - [1694] = {.lex_state = 69}, - [1695] = {.lex_state = 74}, - [1696] = {.lex_state = 74}, - [1697] = {.lex_state = 55}, - [1698] = {.lex_state = 74}, - [1699] = {.lex_state = 74}, - [1700] = {.lex_state = 74}, - [1701] = {.lex_state = 78}, - [1702] = {.lex_state = 74}, - [1703] = {.lex_state = 74}, - [1704] = {.lex_state = 74}, - [1705] = {.lex_state = 74}, - [1706] = {.lex_state = 74}, - [1707] = {.lex_state = 74}, - [1708] = {.lex_state = 74}, - [1709] = {.lex_state = 74}, + [1251] = {.lex_state = 90}, + [1252] = {.lex_state = 90}, + [1253] = {.lex_state = 90}, + [1254] = {.lex_state = 90}, + [1255] = {.lex_state = 66}, + [1256] = {.lex_state = 90}, + [1257] = {.lex_state = 90}, + [1258] = {.lex_state = 90}, + [1259] = {.lex_state = 81}, + [1260] = {.lex_state = 90}, + [1261] = {.lex_state = 81}, + [1262] = {.lex_state = 68}, + [1263] = {.lex_state = 90}, + [1264] = {.lex_state = 90}, + [1265] = {.lex_state = 90}, + [1266] = {.lex_state = 90}, + [1267] = {.lex_state = 90}, + [1268] = {.lex_state = 90}, + [1269] = {.lex_state = 90}, + [1270] = {.lex_state = 90}, + [1271] = {.lex_state = 90}, + [1272] = {.lex_state = 90}, + [1273] = {.lex_state = 90}, + [1274] = {.lex_state = 81}, + [1275] = {.lex_state = 90}, + [1276] = {.lex_state = 90}, + [1277] = {.lex_state = 90}, + [1278] = {.lex_state = 90}, + [1279] = {.lex_state = 90}, + [1280] = {.lex_state = 90}, + [1281] = {.lex_state = 81}, + [1282] = {.lex_state = 90}, + [1283] = {.lex_state = 90}, + [1284] = {.lex_state = 90}, + [1285] = {.lex_state = 90}, + [1286] = {.lex_state = 90}, + [1287] = {.lex_state = 90}, + [1288] = {.lex_state = 90}, + [1289] = {.lex_state = 81}, + [1290] = {.lex_state = 81}, + [1291] = {.lex_state = 90}, + [1292] = {.lex_state = 66}, + [1293] = {.lex_state = 66}, + [1294] = {.lex_state = 66}, + [1295] = {.lex_state = 66}, + [1296] = {.lex_state = 66}, + [1297] = {.lex_state = 66}, + [1298] = {.lex_state = 66}, + [1299] = {.lex_state = 66}, + [1300] = {.lex_state = 66}, + [1301] = {.lex_state = 66}, + [1302] = {.lex_state = 66}, + [1303] = {.lex_state = 66}, + [1304] = {.lex_state = 66}, + [1305] = {.lex_state = 66}, + [1306] = {.lex_state = 66}, + [1307] = {.lex_state = 66}, + [1308] = {.lex_state = 66}, + [1309] = {.lex_state = 66}, + [1310] = {.lex_state = 66}, + [1311] = {.lex_state = 66}, + [1312] = {.lex_state = 66}, + [1313] = {.lex_state = 66}, + [1314] = {.lex_state = 66}, + [1315] = {.lex_state = 66}, + [1316] = {.lex_state = 79}, + [1317] = {.lex_state = 81}, + [1318] = {.lex_state = 81}, + [1319] = {.lex_state = 79}, + [1320] = {.lex_state = 79}, + [1321] = {.lex_state = 79}, + [1322] = {.lex_state = 79}, + [1323] = {.lex_state = 79}, + [1324] = {.lex_state = 79}, + [1325] = {.lex_state = 79}, + [1326] = {.lex_state = 89}, + [1327] = {.lex_state = 79}, + [1328] = {.lex_state = 79}, + [1329] = {.lex_state = 79}, + [1330] = {.lex_state = 79}, + [1331] = {.lex_state = 79}, + [1332] = {.lex_state = 79}, + [1333] = {.lex_state = 79}, + [1334] = {.lex_state = 81}, + [1335] = {.lex_state = 79}, + [1336] = {.lex_state = 79}, + [1337] = {.lex_state = 62}, + [1338] = {.lex_state = 81}, + [1339] = {.lex_state = 79}, + [1340] = {.lex_state = 79}, + [1341] = {.lex_state = 79}, + [1342] = {.lex_state = 79}, + [1343] = {.lex_state = 79}, + [1344] = {.lex_state = 79}, + [1345] = {.lex_state = 79}, + [1346] = {.lex_state = 66}, + [1347] = {.lex_state = 79}, + [1348] = {.lex_state = 79}, + [1349] = {.lex_state = 77}, + [1350] = {.lex_state = 79}, + [1351] = {.lex_state = 79}, + [1352] = {.lex_state = 79}, + [1353] = {.lex_state = 81}, + [1354] = {.lex_state = 79}, + [1355] = {.lex_state = 81}, + [1356] = {.lex_state = 79}, + [1357] = {.lex_state = 79}, + [1358] = {.lex_state = 79}, + [1359] = {.lex_state = 79}, + [1360] = {.lex_state = 79}, + [1361] = {.lex_state = 79}, + [1362] = {.lex_state = 79}, + [1363] = {.lex_state = 79}, + [1364] = {.lex_state = 79}, + [1365] = {.lex_state = 79}, + [1366] = {.lex_state = 62}, + [1367] = {.lex_state = 79}, + [1368] = {.lex_state = 81}, + [1369] = {.lex_state = 79}, + [1370] = {.lex_state = 79}, + [1371] = {.lex_state = 79}, + [1372] = {.lex_state = 79}, + [1373] = {.lex_state = 79}, + [1374] = {.lex_state = 79}, + [1375] = {.lex_state = 79}, + [1376] = {.lex_state = 55}, + [1377] = {.lex_state = 79}, + [1378] = {.lex_state = 79}, + [1379] = {.lex_state = 79}, + [1380] = {.lex_state = 79}, + [1381] = {.lex_state = 79}, + [1382] = {.lex_state = 79}, + [1383] = {.lex_state = 79}, + [1384] = {.lex_state = 79}, + [1385] = {.lex_state = 79}, + [1386] = {.lex_state = 79}, + [1387] = {.lex_state = 79}, + [1388] = {.lex_state = 79}, + [1389] = {.lex_state = 79}, + [1390] = {.lex_state = 79}, + [1391] = {.lex_state = 79}, + [1392] = {.lex_state = 79}, + [1393] = {.lex_state = 79}, + [1394] = {.lex_state = 79}, + [1395] = {.lex_state = 79}, + [1396] = {.lex_state = 77}, + [1397] = {.lex_state = 79}, + [1398] = {.lex_state = 79}, + [1399] = {.lex_state = 79}, + [1400] = {.lex_state = 79}, + [1401] = {.lex_state = 79}, + [1402] = {.lex_state = 79}, + [1403] = {.lex_state = 79}, + [1404] = {.lex_state = 79}, + [1405] = {.lex_state = 79}, + [1406] = {.lex_state = 79}, + [1407] = {.lex_state = 79}, + [1408] = {.lex_state = 79}, + [1409] = {.lex_state = 79}, + [1410] = {.lex_state = 73}, + [1411] = {.lex_state = 81}, + [1412] = {.lex_state = 81}, + [1413] = {.lex_state = 73}, + [1414] = {.lex_state = 73}, + [1415] = {.lex_state = 73}, + [1416] = {.lex_state = 73}, + [1417] = {.lex_state = 73}, + [1418] = {.lex_state = 73}, + [1419] = {.lex_state = 73}, + [1420] = {.lex_state = 81}, + [1421] = {.lex_state = 73}, + [1422] = {.lex_state = 73}, + [1423] = {.lex_state = 73}, + [1424] = {.lex_state = 73}, + [1425] = {.lex_state = 73}, + [1426] = {.lex_state = 73}, + [1427] = {.lex_state = 73}, + [1428] = {.lex_state = 81}, + [1429] = {.lex_state = 73}, + [1430] = {.lex_state = 73}, + [1431] = {.lex_state = 70}, + [1432] = {.lex_state = 79}, + [1433] = {.lex_state = 73}, + [1434] = {.lex_state = 73}, + [1435] = {.lex_state = 73}, + [1436] = {.lex_state = 73}, + [1437] = {.lex_state = 73}, + [1438] = {.lex_state = 73}, + [1439] = {.lex_state = 73}, + [1440] = {.lex_state = 66}, + [1441] = {.lex_state = 73}, + [1442] = {.lex_state = 73}, + [1443] = {.lex_state = 85}, + [1444] = {.lex_state = 73}, + [1445] = {.lex_state = 73}, + [1446] = {.lex_state = 73}, + [1447] = {.lex_state = 81}, + [1448] = {.lex_state = 73}, + [1449] = {.lex_state = 81}, + [1450] = {.lex_state = 73}, + [1451] = {.lex_state = 73}, + [1452] = {.lex_state = 73}, + [1453] = {.lex_state = 73}, + [1454] = {.lex_state = 73}, + [1455] = {.lex_state = 73}, + [1456] = {.lex_state = 73}, + [1457] = {.lex_state = 73}, + [1458] = {.lex_state = 73}, + [1459] = {.lex_state = 73}, + [1460] = {.lex_state = 70}, + [1461] = {.lex_state = 73}, + [1462] = {.lex_state = 73}, + [1463] = {.lex_state = 73}, + [1464] = {.lex_state = 73}, + [1465] = {.lex_state = 73}, + [1466] = {.lex_state = 73}, + [1467] = {.lex_state = 73}, + [1468] = {.lex_state = 73}, + [1469] = {.lex_state = 73}, + [1470] = {.lex_state = 73}, + [1471] = {.lex_state = 73}, + [1472] = {.lex_state = 73}, + [1473] = {.lex_state = 73}, + [1474] = {.lex_state = 73}, + [1475] = {.lex_state = 73}, + [1476] = {.lex_state = 73}, + [1477] = {.lex_state = 73}, + [1478] = {.lex_state = 73}, + [1479] = {.lex_state = 73}, + [1480] = {.lex_state = 73}, + [1481] = {.lex_state = 73}, + [1482] = {.lex_state = 73}, + [1483] = {.lex_state = 73}, + [1484] = {.lex_state = 73}, + [1485] = {.lex_state = 73}, + [1486] = {.lex_state = 73}, + [1487] = {.lex_state = 73}, + [1488] = {.lex_state = 73}, + [1489] = {.lex_state = 85}, + [1490] = {.lex_state = 73}, + [1491] = {.lex_state = 73}, + [1492] = {.lex_state = 73}, + [1493] = {.lex_state = 73}, + [1494] = {.lex_state = 73}, + [1495] = {.lex_state = 73}, + [1496] = {.lex_state = 73}, + [1497] = {.lex_state = 73}, + [1498] = {.lex_state = 73}, + [1499] = {.lex_state = 73}, + [1500] = {.lex_state = 73}, + [1501] = {.lex_state = 73}, + [1502] = {.lex_state = 73}, + [1503] = {.lex_state = 83}, + [1504] = {.lex_state = 81}, + [1505] = {.lex_state = 81}, + [1506] = {.lex_state = 83}, + [1507] = {.lex_state = 83}, + [1508] = {.lex_state = 83}, + [1509] = {.lex_state = 83}, + [1510] = {.lex_state = 83}, + [1511] = {.lex_state = 83}, + [1512] = {.lex_state = 83}, + [1513] = {.lex_state = 81}, + [1514] = {.lex_state = 83}, + [1515] = {.lex_state = 83}, + [1516] = {.lex_state = 83}, + [1517] = {.lex_state = 83}, + [1518] = {.lex_state = 83}, + [1519] = {.lex_state = 83}, + [1520] = {.lex_state = 83}, + [1521] = {.lex_state = 81}, + [1522] = {.lex_state = 83}, + [1523] = {.lex_state = 83}, + [1524] = {.lex_state = 83}, + [1525] = {.lex_state = 83}, + [1526] = {.lex_state = 83}, + [1527] = {.lex_state = 83}, + [1528] = {.lex_state = 83}, + [1529] = {.lex_state = 83}, + [1530] = {.lex_state = 83}, + [1531] = {.lex_state = 66}, + [1532] = {.lex_state = 83}, + [1533] = {.lex_state = 83}, + [1534] = {.lex_state = 93}, + [1535] = {.lex_state = 83}, + [1536] = {.lex_state = 83}, + [1537] = {.lex_state = 83}, + [1538] = {.lex_state = 81}, + [1539] = {.lex_state = 83}, + [1540] = {.lex_state = 81}, + [1541] = {.lex_state = 83}, + [1542] = {.lex_state = 83}, + [1543] = {.lex_state = 83}, + [1544] = {.lex_state = 83}, + [1545] = {.lex_state = 83}, + [1546] = {.lex_state = 83}, + [1547] = {.lex_state = 83}, + [1548] = {.lex_state = 83}, + [1549] = {.lex_state = 83}, + [1550] = {.lex_state = 83}, + [1551] = {.lex_state = 83}, + [1552] = {.lex_state = 83}, + [1553] = {.lex_state = 83}, + [1554] = {.lex_state = 83}, + [1555] = {.lex_state = 83}, + [1556] = {.lex_state = 83}, + [1557] = {.lex_state = 83}, + [1558] = {.lex_state = 83}, + [1559] = {.lex_state = 83}, + [1560] = {.lex_state = 83}, + [1561] = {.lex_state = 83}, + [1562] = {.lex_state = 83}, + [1563] = {.lex_state = 83}, + [1564] = {.lex_state = 83}, + [1565] = {.lex_state = 83}, + [1566] = {.lex_state = 83}, + [1567] = {.lex_state = 83}, + [1568] = {.lex_state = 83}, + [1569] = {.lex_state = 83}, + [1570] = {.lex_state = 83}, + [1571] = {.lex_state = 83}, + [1572] = {.lex_state = 83}, + [1573] = {.lex_state = 83}, + [1574] = {.lex_state = 83}, + [1575] = {.lex_state = 83}, + [1576] = {.lex_state = 83}, + [1577] = {.lex_state = 83}, + [1578] = {.lex_state = 83}, + [1579] = {.lex_state = 93}, + [1580] = {.lex_state = 83}, + [1581] = {.lex_state = 83}, + [1582] = {.lex_state = 83}, + [1583] = {.lex_state = 83}, + [1584] = {.lex_state = 83}, + [1585] = {.lex_state = 83}, + [1586] = {.lex_state = 83}, + [1587] = {.lex_state = 83}, + [1588] = {.lex_state = 83}, + [1589] = {.lex_state = 83}, + [1590] = {.lex_state = 83}, + [1591] = {.lex_state = 83}, + [1592] = {.lex_state = 83}, + [1593] = {.lex_state = 75}, + [1594] = {.lex_state = 81}, + [1595] = {.lex_state = 81}, + [1596] = {.lex_state = 75}, + [1597] = {.lex_state = 75}, + [1598] = {.lex_state = 75}, + [1599] = {.lex_state = 75}, + [1600] = {.lex_state = 75}, + [1601] = {.lex_state = 75}, + [1602] = {.lex_state = 75}, + [1603] = {.lex_state = 81}, + [1604] = {.lex_state = 75}, + [1605] = {.lex_state = 75}, + [1606] = {.lex_state = 75}, + [1607] = {.lex_state = 75}, + [1608] = {.lex_state = 75}, + [1609] = {.lex_state = 75}, + [1610] = {.lex_state = 75}, + [1611] = {.lex_state = 81}, + [1612] = {.lex_state = 75}, + [1613] = {.lex_state = 75}, + [1614] = {.lex_state = 75}, + [1615] = {.lex_state = 75}, + [1616] = {.lex_state = 75}, + [1617] = {.lex_state = 75}, + [1618] = {.lex_state = 75}, + [1619] = {.lex_state = 75}, + [1620] = {.lex_state = 75}, + [1621] = {.lex_state = 66}, + [1622] = {.lex_state = 75}, + [1623] = {.lex_state = 75}, + [1624] = {.lex_state = 66}, + [1625] = {.lex_state = 75}, + [1626] = {.lex_state = 75}, + [1627] = {.lex_state = 75}, + [1628] = {.lex_state = 81}, + [1629] = {.lex_state = 75}, + [1630] = {.lex_state = 81}, + [1631] = {.lex_state = 75}, + [1632] = {.lex_state = 75}, + [1633] = {.lex_state = 75}, + [1634] = {.lex_state = 75}, + [1635] = {.lex_state = 75}, + [1636] = {.lex_state = 75}, + [1637] = {.lex_state = 75}, + [1638] = {.lex_state = 75}, + [1639] = {.lex_state = 75}, + [1640] = {.lex_state = 75}, + [1641] = {.lex_state = 75}, + [1642] = {.lex_state = 75}, + [1643] = {.lex_state = 75}, + [1644] = {.lex_state = 75}, + [1645] = {.lex_state = 75}, + [1646] = {.lex_state = 75}, + [1647] = {.lex_state = 75}, + [1648] = {.lex_state = 75}, + [1649] = {.lex_state = 75}, + [1650] = {.lex_state = 75}, + [1651] = {.lex_state = 75}, + [1652] = {.lex_state = 75}, + [1653] = {.lex_state = 75}, + [1654] = {.lex_state = 75}, + [1655] = {.lex_state = 75}, + [1656] = {.lex_state = 75}, + [1657] = {.lex_state = 75}, + [1658] = {.lex_state = 75}, + [1659] = {.lex_state = 75}, + [1660] = {.lex_state = 75}, + [1661] = {.lex_state = 75}, + [1662] = {.lex_state = 75}, + [1663] = {.lex_state = 75}, + [1664] = {.lex_state = 75}, + [1665] = {.lex_state = 75}, + [1666] = {.lex_state = 75}, + [1667] = {.lex_state = 75}, + [1668] = {.lex_state = 75}, + [1669] = {.lex_state = 66}, + [1670] = {.lex_state = 75}, + [1671] = {.lex_state = 75}, + [1672] = {.lex_state = 75}, + [1673] = {.lex_state = 75}, + [1674] = {.lex_state = 75}, + [1675] = {.lex_state = 75}, + [1676] = {.lex_state = 75}, + [1677] = {.lex_state = 75}, + [1678] = {.lex_state = 75}, + [1679] = {.lex_state = 75}, + [1680] = {.lex_state = 75}, + [1681] = {.lex_state = 75}, + [1682] = {.lex_state = 75}, + [1683] = {.lex_state = 77}, + [1684] = {.lex_state = 81}, + [1685] = {.lex_state = 81}, + [1686] = {.lex_state = 77}, + [1687] = {.lex_state = 77}, + [1688] = {.lex_state = 77}, + [1689] = {.lex_state = 77}, + [1690] = {.lex_state = 77}, + [1691] = {.lex_state = 77}, + [1692] = {.lex_state = 77}, + [1693] = {.lex_state = 55}, + [1694] = {.lex_state = 77}, + [1695] = {.lex_state = 77}, + [1696] = {.lex_state = 77}, + [1697] = {.lex_state = 77}, + [1698] = {.lex_state = 77}, + [1699] = {.lex_state = 77}, + [1700] = {.lex_state = 77}, + [1701] = {.lex_state = 77}, + [1702] = {.lex_state = 77}, + [1703] = {.lex_state = 77}, + [1704] = {.lex_state = 77}, + [1705] = {.lex_state = 77}, + [1706] = {.lex_state = 77}, + [1707] = {.lex_state = 77}, + [1708] = {.lex_state = 77}, + [1709] = {.lex_state = 77}, [1710] = {.lex_state = 74}, - [1711] = {.lex_state = 74}, - [1712] = {.lex_state = 74}, - [1713] = {.lex_state = 74}, - [1714] = {.lex_state = 74}, - [1715] = {.lex_state = 74}, - [1716] = {.lex_state = 74}, - [1717] = {.lex_state = 74}, - [1718] = {.lex_state = 74}, - [1719] = {.lex_state = 74}, - [1720] = {.lex_state = 74}, - [1721] = {.lex_state = 74}, - [1722] = {.lex_state = 74}, - [1723] = {.lex_state = 74}, - [1724] = {.lex_state = 74}, - [1725] = {.lex_state = 74}, - [1726] = {.lex_state = 74}, - [1727] = {.lex_state = 74}, - [1728] = {.lex_state = 74}, - [1729] = {.lex_state = 74}, - [1730] = {.lex_state = 74}, - [1731] = {.lex_state = 74}, - [1732] = {.lex_state = 74}, - [1733] = {.lex_state = 74}, - [1734] = {.lex_state = 74}, - [1735] = {.lex_state = 74}, - [1736] = {.lex_state = 74}, - [1737] = {.lex_state = 74}, - [1738] = {.lex_state = 74}, - [1739] = {.lex_state = 74}, - [1740] = {.lex_state = 55}, - [1741] = {.lex_state = 74}, - [1742] = {.lex_state = 74}, - [1743] = {.lex_state = 74}, - [1744] = {.lex_state = 74}, - [1745] = {.lex_state = 74}, - [1746] = {.lex_state = 74}, - [1747] = {.lex_state = 74}, - [1748] = {.lex_state = 74}, - [1749] = {.lex_state = 74}, - [1750] = {.lex_state = 74}, - [1751] = {.lex_state = 74}, - [1752] = {.lex_state = 74}, - [1753] = {.lex_state = 74}, - [1754] = {.lex_state = 71}, - [1755] = {.lex_state = 82}, - [1756] = {.lex_state = 65}, - [1757] = {.lex_state = 71}, - [1758] = {.lex_state = 71}, - [1759] = {.lex_state = 71}, - [1760] = {.lex_state = 71}, - [1761] = {.lex_state = 71}, - [1762] = {.lex_state = 71}, - [1763] = {.lex_state = 71}, - [1764] = {.lex_state = 65}, - [1765] = {.lex_state = 71}, - [1766] = {.lex_state = 71}, - [1767] = {.lex_state = 71}, - [1768] = {.lex_state = 71}, - [1769] = {.lex_state = 71}, - [1770] = {.lex_state = 71}, - [1771] = {.lex_state = 71}, - [1772] = {.lex_state = 71}, - [1773] = {.lex_state = 71}, - [1774] = {.lex_state = 71}, - [1775] = {.lex_state = 71}, - [1776] = {.lex_state = 71}, - [1777] = {.lex_state = 71}, - [1778] = {.lex_state = 71}, - [1779] = {.lex_state = 71}, - [1780] = {.lex_state = 71}, - [1781] = {.lex_state = 60}, - [1782] = {.lex_state = 71}, - [1783] = {.lex_state = 71}, - [1784] = {.lex_state = 86}, - [1785] = {.lex_state = 71}, - [1786] = {.lex_state = 71}, - [1787] = {.lex_state = 71}, - [1788] = {.lex_state = 11}, - [1789] = {.lex_state = 71}, - [1790] = {.lex_state = 71}, - [1791] = {.lex_state = 71}, - [1792] = {.lex_state = 71}, - [1793] = {.lex_state = 71}, - [1794] = {.lex_state = 71}, - [1795] = {.lex_state = 71}, - [1796] = {.lex_state = 71}, - [1797] = {.lex_state = 71}, - [1798] = {.lex_state = 71}, - [1799] = {.lex_state = 71}, - [1800] = {.lex_state = 71}, - [1801] = {.lex_state = 71}, - [1802] = {.lex_state = 71}, - [1803] = {.lex_state = 71}, - [1804] = {.lex_state = 71}, - [1805] = {.lex_state = 71}, - [1806] = {.lex_state = 71}, - [1807] = {.lex_state = 71}, - [1808] = {.lex_state = 71}, - [1809] = {.lex_state = 71}, - [1810] = {.lex_state = 71}, - [1811] = {.lex_state = 71}, - [1812] = {.lex_state = 71}, - [1813] = {.lex_state = 71}, - [1814] = {.lex_state = 71}, - [1815] = {.lex_state = 71}, - [1816] = {.lex_state = 71}, - [1817] = {.lex_state = 71}, - [1818] = {.lex_state = 71}, - [1819] = {.lex_state = 71}, - [1820] = {.lex_state = 71}, - [1821] = {.lex_state = 71}, - [1822] = {.lex_state = 71}, - [1823] = {.lex_state = 71}, - [1824] = {.lex_state = 71}, - [1825] = {.lex_state = 71}, - [1826] = {.lex_state = 71}, - [1827] = {.lex_state = 86}, - [1828] = {.lex_state = 71}, - [1829] = {.lex_state = 71}, - [1830] = {.lex_state = 71}, - [1831] = {.lex_state = 71}, - [1832] = {.lex_state = 71}, - [1833] = {.lex_state = 71}, - [1834] = {.lex_state = 71}, - [1835] = {.lex_state = 71}, - [1836] = {.lex_state = 71}, - [1837] = {.lex_state = 71}, - [1838] = {.lex_state = 71}, - [1839] = {.lex_state = 71}, - [1840] = {.lex_state = 71}, - [1841] = {.lex_state = 93}, - [1842] = {.lex_state = 78}, - [1843] = {.lex_state = 82}, - [1844] = {.lex_state = 93}, - [1845] = {.lex_state = 93}, - [1846] = {.lex_state = 93}, - [1847] = {.lex_state = 93}, - [1848] = {.lex_state = 93}, - [1849] = {.lex_state = 93}, - [1850] = {.lex_state = 93}, - [1851] = {.lex_state = 59}, - [1852] = {.lex_state = 93}, - [1853] = {.lex_state = 93}, - [1854] = {.lex_state = 93}, - [1855] = {.lex_state = 93}, - [1856] = {.lex_state = 93}, - [1857] = {.lex_state = 93}, - [1858] = {.lex_state = 93}, + [1711] = {.lex_state = 77}, + [1712] = {.lex_state = 77}, + [1713] = {.lex_state = 90}, + [1714] = {.lex_state = 77}, + [1715] = {.lex_state = 77}, + [1716] = {.lex_state = 77}, + [1717] = {.lex_state = 77}, + [1718] = {.lex_state = 87}, + [1719] = {.lex_state = 77}, + [1720] = {.lex_state = 77}, + [1721] = {.lex_state = 77}, + [1722] = {.lex_state = 77}, + [1723] = {.lex_state = 77}, + [1724] = {.lex_state = 77}, + [1725] = {.lex_state = 77}, + [1726] = {.lex_state = 77}, + [1727] = {.lex_state = 77}, + [1728] = {.lex_state = 77}, + [1729] = {.lex_state = 77}, + [1730] = {.lex_state = 77}, + [1731] = {.lex_state = 77}, + [1732] = {.lex_state = 77}, + [1733] = {.lex_state = 77}, + [1734] = {.lex_state = 77}, + [1735] = {.lex_state = 77}, + [1736] = {.lex_state = 77}, + [1737] = {.lex_state = 77}, + [1738] = {.lex_state = 77}, + [1739] = {.lex_state = 77}, + [1740] = {.lex_state = 77}, + [1741] = {.lex_state = 77}, + [1742] = {.lex_state = 77}, + [1743] = {.lex_state = 77}, + [1744] = {.lex_state = 77}, + [1745] = {.lex_state = 77}, + [1746] = {.lex_state = 77}, + [1747] = {.lex_state = 77}, + [1748] = {.lex_state = 77}, + [1749] = {.lex_state = 77}, + [1750] = {.lex_state = 77}, + [1751] = {.lex_state = 77}, + [1752] = {.lex_state = 77}, + [1753] = {.lex_state = 77}, + [1754] = {.lex_state = 77}, + [1755] = {.lex_state = 77}, + [1756] = {.lex_state = 77}, + [1757] = {.lex_state = 90}, + [1758] = {.lex_state = 77}, + [1759] = {.lex_state = 77}, + [1760] = {.lex_state = 77}, + [1761] = {.lex_state = 77}, + [1762] = {.lex_state = 77}, + [1763] = {.lex_state = 77}, + [1764] = {.lex_state = 77}, + [1765] = {.lex_state = 77}, + [1766] = {.lex_state = 77}, + [1767] = {.lex_state = 77}, + [1768] = {.lex_state = 77}, + [1769] = {.lex_state = 77}, + [1770] = {.lex_state = 77}, + [1771] = {.lex_state = 85}, + [1772] = {.lex_state = 55}, + [1773] = {.lex_state = 63}, + [1774] = {.lex_state = 85}, + [1775] = {.lex_state = 85}, + [1776] = {.lex_state = 85}, + [1777] = {.lex_state = 85}, + [1778] = {.lex_state = 85}, + [1779] = {.lex_state = 85}, + [1780] = {.lex_state = 85}, + [1781] = {.lex_state = 12}, + [1782] = {.lex_state = 85}, + [1783] = {.lex_state = 85}, + [1784] = {.lex_state = 85}, + [1785] = {.lex_state = 85}, + [1786] = {.lex_state = 85}, + [1787] = {.lex_state = 85}, + [1788] = {.lex_state = 85}, + [1789] = {.lex_state = 85}, + [1790] = {.lex_state = 85}, + [1791] = {.lex_state = 85}, + [1792] = {.lex_state = 85}, + [1793] = {.lex_state = 85}, + [1794] = {.lex_state = 85}, + [1795] = {.lex_state = 85}, + [1796] = {.lex_state = 85}, + [1797] = {.lex_state = 85}, + [1798] = {.lex_state = 58}, + [1799] = {.lex_state = 85}, + [1800] = {.lex_state = 85}, + [1801] = {.lex_state = 62}, + [1802] = {.lex_state = 85}, + [1803] = {.lex_state = 85}, + [1804] = {.lex_state = 85}, + [1805] = {.lex_state = 85}, + [1806] = {.lex_state = 87}, + [1807] = {.lex_state = 85}, + [1808] = {.lex_state = 85}, + [1809] = {.lex_state = 85}, + [1810] = {.lex_state = 85}, + [1811] = {.lex_state = 85}, + [1812] = {.lex_state = 85}, + [1813] = {.lex_state = 85}, + [1814] = {.lex_state = 85}, + [1815] = {.lex_state = 85}, + [1816] = {.lex_state = 85}, + [1817] = {.lex_state = 85}, + [1818] = {.lex_state = 85}, + [1819] = {.lex_state = 85}, + [1820] = {.lex_state = 85}, + [1821] = {.lex_state = 85}, + [1822] = {.lex_state = 85}, + [1823] = {.lex_state = 85}, + [1824] = {.lex_state = 85}, + [1825] = {.lex_state = 85}, + [1826] = {.lex_state = 85}, + [1827] = {.lex_state = 85}, + [1828] = {.lex_state = 85}, + [1829] = {.lex_state = 85}, + [1830] = {.lex_state = 85}, + [1831] = {.lex_state = 85}, + [1832] = {.lex_state = 85}, + [1833] = {.lex_state = 85}, + [1834] = {.lex_state = 85}, + [1835] = {.lex_state = 85}, + [1836] = {.lex_state = 85}, + [1837] = {.lex_state = 85}, + [1838] = {.lex_state = 85}, + [1839] = {.lex_state = 85}, + [1840] = {.lex_state = 85}, + [1841] = {.lex_state = 85}, + [1842] = {.lex_state = 85}, + [1843] = {.lex_state = 85}, + [1844] = {.lex_state = 85}, + [1845] = {.lex_state = 62}, + [1846] = {.lex_state = 85}, + [1847] = {.lex_state = 85}, + [1848] = {.lex_state = 85}, + [1849] = {.lex_state = 85}, + [1850] = {.lex_state = 85}, + [1851] = {.lex_state = 85}, + [1852] = {.lex_state = 85}, + [1853] = {.lex_state = 85}, + [1854] = {.lex_state = 85}, + [1855] = {.lex_state = 85}, + [1856] = {.lex_state = 85}, + [1857] = {.lex_state = 85}, + [1858] = {.lex_state = 85}, [1859] = {.lex_state = 93}, - [1860] = {.lex_state = 93}, - [1861] = {.lex_state = 93}, + [1860] = {.lex_state = 81}, + [1861] = {.lex_state = 67}, [1862] = {.lex_state = 93}, [1863] = {.lex_state = 93}, [1864] = {.lex_state = 93}, [1865] = {.lex_state = 93}, [1866] = {.lex_state = 93}, [1867] = {.lex_state = 93}, - [1868] = {.lex_state = 61}, - [1869] = {.lex_state = 93}, + [1868] = {.lex_state = 93}, + [1869] = {.lex_state = 15}, [1870] = {.lex_state = 93}, - [1871] = {.lex_state = 88}, + [1871] = {.lex_state = 93}, [1872] = {.lex_state = 93}, [1873] = {.lex_state = 93}, [1874] = {.lex_state = 93}, - [1875] = {.lex_state = 10}, + [1875] = {.lex_state = 93}, [1876] = {.lex_state = 93}, [1877] = {.lex_state = 93}, [1878] = {.lex_state = 93}, @@ -21241,15 +21273,15 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1883] = {.lex_state = 93}, [1884] = {.lex_state = 93}, [1885] = {.lex_state = 93}, - [1886] = {.lex_state = 93}, + [1886] = {.lex_state = 76}, [1887] = {.lex_state = 93}, [1888] = {.lex_state = 93}, - [1889] = {.lex_state = 93}, + [1889] = {.lex_state = 70}, [1890] = {.lex_state = 93}, [1891] = {.lex_state = 93}, [1892] = {.lex_state = 93}, [1893] = {.lex_state = 93}, - [1894] = {.lex_state = 93}, + [1894] = {.lex_state = 114}, [1895] = {.lex_state = 93}, [1896] = {.lex_state = 93}, [1897] = {.lex_state = 93}, @@ -21269,7 +21301,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1911] = {.lex_state = 93}, [1912] = {.lex_state = 93}, [1913] = {.lex_state = 93}, - [1914] = {.lex_state = 88}, + [1914] = {.lex_state = 93}, [1915] = {.lex_state = 93}, [1916] = {.lex_state = 93}, [1917] = {.lex_state = 93}, @@ -21283,89 +21315,89 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1925] = {.lex_state = 93}, [1926] = {.lex_state = 93}, [1927] = {.lex_state = 93}, - [1928] = {.lex_state = 92}, - [1929] = {.lex_state = 114}, - [1930] = {.lex_state = 115}, - [1931] = {.lex_state = 92}, - [1932] = {.lex_state = 92}, - [1933] = {.lex_state = 92}, - [1934] = {.lex_state = 92}, - [1935] = {.lex_state = 92}, - [1936] = {.lex_state = 92}, - [1937] = {.lex_state = 92}, - [1938] = {.lex_state = 78}, - [1939] = {.lex_state = 92}, - [1940] = {.lex_state = 92}, - [1941] = {.lex_state = 92}, - [1942] = {.lex_state = 92}, - [1943] = {.lex_state = 92}, - [1944] = {.lex_state = 92}, - [1945] = {.lex_state = 92}, - [1946] = {.lex_state = 92}, - [1947] = {.lex_state = 92}, - [1948] = {.lex_state = 92}, - [1949] = {.lex_state = 92}, - [1950] = {.lex_state = 92}, - [1951] = {.lex_state = 92}, - [1952] = {.lex_state = 92}, - [1953] = {.lex_state = 92}, - [1954] = {.lex_state = 92}, + [1928] = {.lex_state = 93}, + [1929] = {.lex_state = 93}, + [1930] = {.lex_state = 93}, + [1931] = {.lex_state = 93}, + [1932] = {.lex_state = 93}, + [1933] = {.lex_state = 70}, + [1934] = {.lex_state = 93}, + [1935] = {.lex_state = 93}, + [1936] = {.lex_state = 93}, + [1937] = {.lex_state = 93}, + [1938] = {.lex_state = 93}, + [1939] = {.lex_state = 93}, + [1940] = {.lex_state = 93}, + [1941] = {.lex_state = 93}, + [1942] = {.lex_state = 93}, + [1943] = {.lex_state = 93}, + [1944] = {.lex_state = 93}, + [1945] = {.lex_state = 93}, + [1946] = {.lex_state = 93}, + [1947] = {.lex_state = 66}, + [1948] = {.lex_state = 115}, + [1949] = {.lex_state = 81}, + [1950] = {.lex_state = 66}, + [1951] = {.lex_state = 66}, + [1952] = {.lex_state = 66}, + [1953] = {.lex_state = 66}, + [1954] = {.lex_state = 66}, [1955] = {.lex_state = 66}, - [1956] = {.lex_state = 92}, - [1957] = {.lex_state = 92}, - [1958] = {.lex_state = 115}, - [1959] = {.lex_state = 92}, - [1960] = {.lex_state = 92}, - [1961] = {.lex_state = 92}, - [1962] = {.lex_state = 92}, - [1963] = {.lex_state = 92}, - [1964] = {.lex_state = 92}, - [1965] = {.lex_state = 92}, - [1966] = {.lex_state = 92}, - [1967] = {.lex_state = 92}, - [1968] = {.lex_state = 92}, - [1969] = {.lex_state = 92}, - [1970] = {.lex_state = 92}, - [1971] = {.lex_state = 92}, - [1972] = {.lex_state = 92}, - [1973] = {.lex_state = 92}, - [1974] = {.lex_state = 92}, - [1975] = {.lex_state = 92}, - [1976] = {.lex_state = 92}, - [1977] = {.lex_state = 92}, - [1978] = {.lex_state = 92}, - [1979] = {.lex_state = 92}, - [1980] = {.lex_state = 92}, - [1981] = {.lex_state = 92}, - [1982] = {.lex_state = 92}, - [1983] = {.lex_state = 92}, - [1984] = {.lex_state = 92}, - [1985] = {.lex_state = 92}, - [1986] = {.lex_state = 92}, - [1987] = {.lex_state = 92}, - [1988] = {.lex_state = 54}, - [1989] = {.lex_state = 54}, + [1956] = {.lex_state = 66}, + [1957] = {.lex_state = 115}, + [1958] = {.lex_state = 66}, + [1959] = {.lex_state = 66}, + [1960] = {.lex_state = 66}, + [1961] = {.lex_state = 66}, + [1962] = {.lex_state = 66}, + [1963] = {.lex_state = 66}, + [1964] = {.lex_state = 66}, + [1965] = {.lex_state = 66}, + [1966] = {.lex_state = 66}, + [1967] = {.lex_state = 66}, + [1968] = {.lex_state = 66}, + [1969] = {.lex_state = 66}, + [1970] = {.lex_state = 66}, + [1971] = {.lex_state = 66}, + [1972] = {.lex_state = 66}, + [1973] = {.lex_state = 66}, + [1974] = {.lex_state = 91}, + [1975] = {.lex_state = 66}, + [1976] = {.lex_state = 66}, + [1977] = {.lex_state = 66}, + [1978] = {.lex_state = 66}, + [1979] = {.lex_state = 66}, + [1980] = {.lex_state = 66}, + [1981] = {.lex_state = 66}, + [1982] = {.lex_state = 66}, + [1983] = {.lex_state = 66}, + [1984] = {.lex_state = 66}, + [1985] = {.lex_state = 66}, + [1986] = {.lex_state = 66}, + [1987] = {.lex_state = 66}, + [1988] = {.lex_state = 66}, + [1989] = {.lex_state = 66}, [1990] = {.lex_state = 66}, - [1991] = {.lex_state = 77}, - [1992] = {.lex_state = 89}, - [1993] = {.lex_state = 89}, - [1994] = {.lex_state = 89}, - [1995] = {.lex_state = 89}, - [1996] = {.lex_state = 89}, - [1997] = {.lex_state = 89}, - [1998] = {.lex_state = 89}, - [1999] = {.lex_state = 89}, - [2000] = {.lex_state = 89}, - [2001] = {.lex_state = 89}, - [2002] = {.lex_state = 89}, - [2003] = {.lex_state = 89}, - [2004] = {.lex_state = 89}, - [2005] = {.lex_state = 89}, - [2006] = {.lex_state = 89}, - [2007] = {.lex_state = 89}, - [2008] = {.lex_state = 89}, + [1991] = {.lex_state = 66}, + [1992] = {.lex_state = 66}, + [1993] = {.lex_state = 66}, + [1994] = {.lex_state = 66}, + [1995] = {.lex_state = 66}, + [1996] = {.lex_state = 66}, + [1997] = {.lex_state = 66}, + [1998] = {.lex_state = 66}, + [1999] = {.lex_state = 66}, + [2000] = {.lex_state = 66}, + [2001] = {.lex_state = 66}, + [2002] = {.lex_state = 54}, + [2003] = {.lex_state = 54}, + [2004] = {.lex_state = 64}, + [2005] = {.lex_state = 74}, + [2006] = {.lex_state = 115}, + [2007] = {.lex_state = 115}, + [2008] = {.lex_state = 115}, [2009] = {.lex_state = 89}, - [2010] = {.lex_state = 85}, + [2010] = {.lex_state = 115}, [2011] = {.lex_state = 89}, [2012] = {.lex_state = 89}, [2013] = {.lex_state = 89}, @@ -21375,7 +21407,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2017] = {.lex_state = 89}, [2018] = {.lex_state = 89}, [2019] = {.lex_state = 89}, - [2020] = {.lex_state = 89}, + [2020] = {.lex_state = 115}, [2021] = {.lex_state = 89}, [2022] = {.lex_state = 89}, [2023] = {.lex_state = 89}, @@ -21399,7 +21431,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2041] = {.lex_state = 89}, [2042] = {.lex_state = 89}, [2043] = {.lex_state = 89}, - [2044] = {.lex_state = 75}, + [2044] = {.lex_state = 89}, [2045] = {.lex_state = 89}, [2046] = {.lex_state = 89}, [2047] = {.lex_state = 89}, @@ -21419,1076 +21451,1076 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [2061] = {.lex_state = 89}, [2062] = {.lex_state = 89}, [2063] = {.lex_state = 89}, - [2064] = {.lex_state = 89}, + [2064] = {.lex_state = 84}, [2065] = {.lex_state = 89}, [2066] = {.lex_state = 89}, [2067] = {.lex_state = 89}, [2068] = {.lex_state = 89}, [2069] = {.lex_state = 89}, - [2070] = {.lex_state = 89}, + [2070] = {.lex_state = 115}, [2071] = {.lex_state = 89}, [2072] = {.lex_state = 89}, - [2073] = {.lex_state = 85}, - [2074] = {.lex_state = 85}, - [2075] = {.lex_state = 85}, - [2076] = {.lex_state = 85}, - [2077] = {.lex_state = 85}, - [2078] = {.lex_state = 85}, - [2079] = {.lex_state = 85}, - [2080] = {.lex_state = 85}, - [2081] = {.lex_state = 85}, - [2082] = {.lex_state = 85}, - [2083] = {.lex_state = 85}, - [2084] = {.lex_state = 85}, - [2085] = {.lex_state = 85}, - [2086] = {.lex_state = 75}, - [2087] = {.lex_state = 85}, - [2088] = {.lex_state = 85}, - [2089] = {.lex_state = 85}, - [2090] = {.lex_state = 85}, - [2091] = {.lex_state = 85}, - [2092] = {.lex_state = 85}, - [2093] = {.lex_state = 85}, - [2094] = {.lex_state = 85}, - [2095] = {.lex_state = 85}, - [2096] = {.lex_state = 85}, - [2097] = {.lex_state = 85}, - [2098] = {.lex_state = 85}, - [2099] = {.lex_state = 85}, - [2100] = {.lex_state = 85}, - [2101] = {.lex_state = 85}, - [2102] = {.lex_state = 85}, - [2103] = {.lex_state = 85}, - [2104] = {.lex_state = 85}, - [2105] = {.lex_state = 85}, - [2106] = {.lex_state = 85}, - [2107] = {.lex_state = 85}, - [2108] = {.lex_state = 85}, - [2109] = {.lex_state = 85}, - [2110] = {.lex_state = 85}, - [2111] = {.lex_state = 85}, - [2112] = {.lex_state = 85}, - [2113] = {.lex_state = 85}, - [2114] = {.lex_state = 85}, - [2115] = {.lex_state = 85}, - [2116] = {.lex_state = 85}, - [2117] = {.lex_state = 85}, - [2118] = {.lex_state = 85}, - [2119] = {.lex_state = 85}, - [2120] = {.lex_state = 85}, - [2121] = {.lex_state = 85}, - [2122] = {.lex_state = 85}, - [2123] = {.lex_state = 85}, - [2124] = {.lex_state = 90}, - [2125] = {.lex_state = 85}, - [2126] = {.lex_state = 85}, - [2127] = {.lex_state = 85}, - [2128] = {.lex_state = 85}, - [2129] = {.lex_state = 85}, - [2130] = {.lex_state = 91}, - [2131] = {.lex_state = 85}, - [2132] = {.lex_state = 85}, - [2133] = {.lex_state = 85}, - [2134] = {.lex_state = 85}, - [2135] = {.lex_state = 85}, - [2136] = {.lex_state = 85}, - [2137] = {.lex_state = 85}, - [2138] = {.lex_state = 85}, - [2139] = {.lex_state = 85}, - [2140] = {.lex_state = 85}, - [2141] = {.lex_state = 85}, - [2142] = {.lex_state = 85}, - [2143] = {.lex_state = 85}, - [2144] = {.lex_state = 85}, - [2145] = {.lex_state = 85}, - [2146] = {.lex_state = 85}, - [2147] = {.lex_state = 85}, - [2148] = {.lex_state = 85}, - [2149] = {.lex_state = 85}, - [2150] = {.lex_state = 85}, - [2151] = {.lex_state = 85}, - [2152] = {.lex_state = 85}, - [2153] = {.lex_state = 85}, - [2154] = {.lex_state = 85}, - [2155] = {.lex_state = 90}, - [2156] = {.lex_state = 90}, - [2157] = {.lex_state = 90}, - [2158] = {.lex_state = 90}, - [2159] = {.lex_state = 90}, - [2160] = {.lex_state = 90}, - [2161] = {.lex_state = 90}, - [2162] = {.lex_state = 90}, - [2163] = {.lex_state = 90}, - [2164] = {.lex_state = 90}, - [2165] = {.lex_state = 90}, - [2166] = {.lex_state = 90}, - [2167] = {.lex_state = 90}, - [2168] = {.lex_state = 90}, - [2169] = {.lex_state = 90}, - [2170] = {.lex_state = 90}, - [2171] = {.lex_state = 90}, - [2172] = {.lex_state = 91}, - [2173] = {.lex_state = 90}, - [2174] = {.lex_state = 90}, - [2175] = {.lex_state = 90}, - [2176] = {.lex_state = 90}, - [2177] = {.lex_state = 90}, - [2178] = {.lex_state = 90}, - [2179] = {.lex_state = 90}, - [2180] = {.lex_state = 90}, - [2181] = {.lex_state = 90}, - [2182] = {.lex_state = 90}, - [2183] = {.lex_state = 90}, - [2184] = {.lex_state = 90}, - [2185] = {.lex_state = 90}, - [2186] = {.lex_state = 90}, - [2187] = {.lex_state = 90}, - [2188] = {.lex_state = 90}, - [2189] = {.lex_state = 90}, - [2190] = {.lex_state = 90}, - [2191] = {.lex_state = 90}, - [2192] = {.lex_state = 90}, - [2193] = {.lex_state = 90}, - [2194] = {.lex_state = 90}, - [2195] = {.lex_state = 90}, - [2196] = {.lex_state = 90}, - [2197] = {.lex_state = 90}, - [2198] = {.lex_state = 90}, - [2199] = {.lex_state = 90}, - [2200] = {.lex_state = 90}, - [2201] = {.lex_state = 90}, - [2202] = {.lex_state = 90}, - [2203] = {.lex_state = 90}, - [2204] = {.lex_state = 90}, - [2205] = {.lex_state = 90}, - [2206] = {.lex_state = 90}, - [2207] = {.lex_state = 90}, - [2208] = {.lex_state = 90}, - [2209] = {.lex_state = 90}, - [2210] = {.lex_state = 90}, - [2211] = {.lex_state = 90}, - [2212] = {.lex_state = 90}, - [2213] = {.lex_state = 90}, - [2214] = {.lex_state = 90}, - [2215] = {.lex_state = 90}, - [2216] = {.lex_state = 87}, - [2217] = {.lex_state = 90}, - [2218] = {.lex_state = 90}, - [2219] = {.lex_state = 90}, - [2220] = {.lex_state = 90}, - [2221] = {.lex_state = 90}, - [2222] = {.lex_state = 90}, - [2223] = {.lex_state = 90}, - [2224] = {.lex_state = 90}, - [2225] = {.lex_state = 90}, - [2226] = {.lex_state = 90}, - [2227] = {.lex_state = 90}, - [2228] = {.lex_state = 90}, - [2229] = {.lex_state = 90}, - [2230] = {.lex_state = 90}, - [2231] = {.lex_state = 66}, - [2232] = {.lex_state = 90}, - [2233] = {.lex_state = 90}, - [2234] = {.lex_state = 90}, - [2235] = {.lex_state = 90}, - [2236] = {.lex_state = 90}, - [2237] = {.lex_state = 66}, - [2238] = {.lex_state = 66}, - [2239] = {.lex_state = 66}, - [2240] = {.lex_state = 66}, - [2241] = {.lex_state = 66}, - [2242] = {.lex_state = 66}, - [2243] = {.lex_state = 66}, - [2244] = {.lex_state = 66}, - [2245] = {.lex_state = 66}, - [2246] = {.lex_state = 66}, - [2247] = {.lex_state = 66}, - [2248] = {.lex_state = 66}, - [2249] = {.lex_state = 66}, - [2250] = {.lex_state = 66}, - [2251] = {.lex_state = 66}, - [2252] = {.lex_state = 66}, - [2253] = {.lex_state = 66}, - [2254] = {.lex_state = 66}, - [2255] = {.lex_state = 66}, - [2256] = {.lex_state = 66}, - [2257] = {.lex_state = 66}, - [2258] = {.lex_state = 87}, - [2259] = {.lex_state = 66}, - [2260] = {.lex_state = 66}, - [2261] = {.lex_state = 66}, - [2262] = {.lex_state = 66}, - [2263] = {.lex_state = 66}, - [2264] = {.lex_state = 66}, - [2265] = {.lex_state = 66}, - [2266] = {.lex_state = 66}, - [2267] = {.lex_state = 66}, - [2268] = {.lex_state = 66}, - [2269] = {.lex_state = 66}, - [2270] = {.lex_state = 66}, - [2271] = {.lex_state = 66}, - [2272] = {.lex_state = 75}, - [2273] = {.lex_state = 66}, - [2274] = {.lex_state = 66}, - [2275] = {.lex_state = 75}, - [2276] = {.lex_state = 75}, - [2277] = {.lex_state = 75}, - [2278] = {.lex_state = 75}, - [2279] = {.lex_state = 75}, - [2280] = {.lex_state = 75}, - [2281] = {.lex_state = 75}, - [2282] = {.lex_state = 66}, - [2283] = {.lex_state = 75}, - [2284] = {.lex_state = 75}, - [2285] = {.lex_state = 75}, - [2286] = {.lex_state = 75}, - [2287] = {.lex_state = 75}, - [2288] = {.lex_state = 75}, - [2289] = {.lex_state = 75}, - [2290] = {.lex_state = 75}, - [2291] = {.lex_state = 75}, - [2292] = {.lex_state = 75}, - [2293] = {.lex_state = 75}, - [2294] = {.lex_state = 75}, - [2295] = {.lex_state = 75}, - [2296] = {.lex_state = 75}, - [2297] = {.lex_state = 75}, - [2298] = {.lex_state = 75}, - [2299] = {.lex_state = 66}, - [2300] = {.lex_state = 75}, - [2301] = {.lex_state = 75}, - [2302] = {.lex_state = 83}, - [2303] = {.lex_state = 75}, - [2304] = {.lex_state = 75}, - [2305] = {.lex_state = 75}, - [2306] = {.lex_state = 75}, - [2307] = {.lex_state = 75}, - [2308] = {.lex_state = 75}, - [2309] = {.lex_state = 75}, - [2310] = {.lex_state = 75}, - [2311] = {.lex_state = 75}, - [2312] = {.lex_state = 75}, - [2313] = {.lex_state = 75}, - [2314] = {.lex_state = 75}, - [2315] = {.lex_state = 75}, - [2316] = {.lex_state = 75}, - [2317] = {.lex_state = 75}, - [2318] = {.lex_state = 75}, - [2319] = {.lex_state = 75}, - [2320] = {.lex_state = 75}, - [2321] = {.lex_state = 75}, - [2322] = {.lex_state = 75}, - [2323] = {.lex_state = 75}, - [2324] = {.lex_state = 75}, - [2325] = {.lex_state = 75}, - [2326] = {.lex_state = 75}, - [2327] = {.lex_state = 75}, - [2328] = {.lex_state = 75}, - [2329] = {.lex_state = 75}, - [2330] = {.lex_state = 75}, - [2331] = {.lex_state = 75}, - [2332] = {.lex_state = 75}, - [2333] = {.lex_state = 75}, - [2334] = {.lex_state = 75}, - [2335] = {.lex_state = 75}, - [2336] = {.lex_state = 75}, - [2337] = {.lex_state = 75}, - [2338] = {.lex_state = 75}, - [2339] = {.lex_state = 75}, - [2340] = {.lex_state = 75}, - [2341] = {.lex_state = 75}, - [2342] = {.lex_state = 75}, - [2343] = {.lex_state = 75}, - [2344] = {.lex_state = 83}, - [2345] = {.lex_state = 75}, - [2346] = {.lex_state = 75}, - [2347] = {.lex_state = 75}, - [2348] = {.lex_state = 75}, - [2349] = {.lex_state = 75}, - [2350] = {.lex_state = 75}, - [2351] = {.lex_state = 75}, - [2352] = {.lex_state = 75}, - [2353] = {.lex_state = 75}, - [2354] = {.lex_state = 75}, - [2355] = {.lex_state = 75}, - [2356] = {.lex_state = 75}, - [2357] = {.lex_state = 75}, - [2358] = {.lex_state = 91}, - [2359] = {.lex_state = 66}, - [2360] = {.lex_state = 66}, - [2361] = {.lex_state = 91}, - [2362] = {.lex_state = 91}, - [2363] = {.lex_state = 91}, - [2364] = {.lex_state = 91}, - [2365] = {.lex_state = 91}, - [2366] = {.lex_state = 91}, - [2367] = {.lex_state = 91}, - [2368] = {.lex_state = 66}, - [2369] = {.lex_state = 91}, - [2370] = {.lex_state = 91}, - [2371] = {.lex_state = 91}, - [2372] = {.lex_state = 91}, - [2373] = {.lex_state = 91}, - [2374] = {.lex_state = 91}, - [2375] = {.lex_state = 91}, - [2376] = {.lex_state = 91}, - [2377] = {.lex_state = 91}, - [2378] = {.lex_state = 91}, - [2379] = {.lex_state = 91}, - [2380] = {.lex_state = 91}, - [2381] = {.lex_state = 91}, - [2382] = {.lex_state = 91}, - [2383] = {.lex_state = 91}, - [2384] = {.lex_state = 91}, - [2385] = {.lex_state = 66}, - [2386] = {.lex_state = 91}, - [2387] = {.lex_state = 91}, - [2388] = {.lex_state = 81}, - [2389] = {.lex_state = 91}, - [2390] = {.lex_state = 91}, - [2391] = {.lex_state = 91}, - [2392] = {.lex_state = 91}, - [2393] = {.lex_state = 91}, - [2394] = {.lex_state = 91}, - [2395] = {.lex_state = 91}, - [2396] = {.lex_state = 91}, - [2397] = {.lex_state = 91}, - [2398] = {.lex_state = 91}, - [2399] = {.lex_state = 91}, - [2400] = {.lex_state = 91}, - [2401] = {.lex_state = 91}, - [2402] = {.lex_state = 91}, - [2403] = {.lex_state = 91}, - [2404] = {.lex_state = 91}, - [2405] = {.lex_state = 91}, - [2406] = {.lex_state = 91}, - [2407] = {.lex_state = 91}, - [2408] = {.lex_state = 91}, - [2409] = {.lex_state = 91}, - [2410] = {.lex_state = 91}, - [2411] = {.lex_state = 91}, - [2412] = {.lex_state = 91}, - [2413] = {.lex_state = 91}, - [2414] = {.lex_state = 91}, - [2415] = {.lex_state = 91}, - [2416] = {.lex_state = 91}, - [2417] = {.lex_state = 91}, - [2418] = {.lex_state = 91}, - [2419] = {.lex_state = 91}, - [2420] = {.lex_state = 91}, - [2421] = {.lex_state = 91}, - [2422] = {.lex_state = 91}, - [2423] = {.lex_state = 91}, - [2424] = {.lex_state = 91}, - [2425] = {.lex_state = 91}, - [2426] = {.lex_state = 91}, - [2427] = {.lex_state = 91}, - [2428] = {.lex_state = 91}, - [2429] = {.lex_state = 91}, - [2430] = {.lex_state = 81}, - [2431] = {.lex_state = 91}, - [2432] = {.lex_state = 91}, - [2433] = {.lex_state = 91}, - [2434] = {.lex_state = 91}, - [2435] = {.lex_state = 91}, - [2436] = {.lex_state = 91}, - [2437] = {.lex_state = 91}, - [2438] = {.lex_state = 91}, - [2439] = {.lex_state = 91}, - [2440] = {.lex_state = 91}, - [2441] = {.lex_state = 91}, - [2442] = {.lex_state = 91}, - [2443] = {.lex_state = 91}, - [2444] = {.lex_state = 87}, - [2445] = {.lex_state = 66}, - [2446] = {.lex_state = 66}, - [2447] = {.lex_state = 87}, - [2448] = {.lex_state = 87}, - [2449] = {.lex_state = 87}, - [2450] = {.lex_state = 87}, - [2451] = {.lex_state = 87}, - [2452] = {.lex_state = 87}, - [2453] = {.lex_state = 87}, - [2454] = {.lex_state = 66}, - [2455] = {.lex_state = 87}, - [2456] = {.lex_state = 87}, - [2457] = {.lex_state = 87}, - [2458] = {.lex_state = 87}, - [2459] = {.lex_state = 87}, - [2460] = {.lex_state = 87}, - [2461] = {.lex_state = 87}, - [2462] = {.lex_state = 87}, - [2463] = {.lex_state = 87}, - [2464] = {.lex_state = 87}, - [2465] = {.lex_state = 87}, - [2466] = {.lex_state = 87}, - [2467] = {.lex_state = 87}, - [2468] = {.lex_state = 87}, - [2469] = {.lex_state = 87}, - [2470] = {.lex_state = 87}, - [2471] = {.lex_state = 66}, - [2472] = {.lex_state = 87}, - [2473] = {.lex_state = 87}, - [2474] = {.lex_state = 79}, - [2475] = {.lex_state = 87}, - [2476] = {.lex_state = 87}, - [2477] = {.lex_state = 87}, - [2478] = {.lex_state = 87}, - [2479] = {.lex_state = 87}, - [2480] = {.lex_state = 87}, - [2481] = {.lex_state = 87}, - [2482] = {.lex_state = 87}, - [2483] = {.lex_state = 87}, - [2484] = {.lex_state = 87}, - [2485] = {.lex_state = 87}, - [2486] = {.lex_state = 87}, - [2487] = {.lex_state = 87}, - [2488] = {.lex_state = 87}, - [2489] = {.lex_state = 87}, - [2490] = {.lex_state = 87}, - [2491] = {.lex_state = 87}, - [2492] = {.lex_state = 87}, - [2493] = {.lex_state = 87}, - [2494] = {.lex_state = 87}, - [2495] = {.lex_state = 87}, - [2496] = {.lex_state = 87}, - [2497] = {.lex_state = 87}, - [2498] = {.lex_state = 87}, - [2499] = {.lex_state = 87}, - [2500] = {.lex_state = 87}, - [2501] = {.lex_state = 87}, - [2502] = {.lex_state = 87}, - [2503] = {.lex_state = 87}, - [2504] = {.lex_state = 87}, - [2505] = {.lex_state = 87}, - [2506] = {.lex_state = 87}, - [2507] = {.lex_state = 87}, - [2508] = {.lex_state = 87}, - [2509] = {.lex_state = 87}, - [2510] = {.lex_state = 87}, - [2511] = {.lex_state = 87}, - [2512] = {.lex_state = 87}, - [2513] = {.lex_state = 87}, - [2514] = {.lex_state = 87}, - [2515] = {.lex_state = 87}, - [2516] = {.lex_state = 79}, - [2517] = {.lex_state = 87}, - [2518] = {.lex_state = 87}, - [2519] = {.lex_state = 87}, - [2520] = {.lex_state = 87}, - [2521] = {.lex_state = 87}, - [2522] = {.lex_state = 87}, - [2523] = {.lex_state = 87}, - [2524] = {.lex_state = 87}, - [2525] = {.lex_state = 87}, - [2526] = {.lex_state = 87}, - [2527] = {.lex_state = 87}, - [2528] = {.lex_state = 87}, - [2529] = {.lex_state = 87}, - [2530] = {.lex_state = 83}, - [2531] = {.lex_state = 66}, - [2532] = {.lex_state = 66}, - [2533] = {.lex_state = 83}, - [2534] = {.lex_state = 83}, - [2535] = {.lex_state = 83}, - [2536] = {.lex_state = 83}, - [2537] = {.lex_state = 83}, - [2538] = {.lex_state = 83}, - [2539] = {.lex_state = 83}, - [2540] = {.lex_state = 66}, - [2541] = {.lex_state = 83}, - [2542] = {.lex_state = 83}, - [2543] = {.lex_state = 83}, - [2544] = {.lex_state = 83}, - [2545] = {.lex_state = 83}, - [2546] = {.lex_state = 83}, - [2547] = {.lex_state = 83}, - [2548] = {.lex_state = 83}, - [2549] = {.lex_state = 83}, - [2550] = {.lex_state = 83}, - [2551] = {.lex_state = 83}, - [2552] = {.lex_state = 83}, - [2553] = {.lex_state = 83}, - [2554] = {.lex_state = 83}, - [2555] = {.lex_state = 83}, - [2556] = {.lex_state = 83}, - [2557] = {.lex_state = 66}, - [2558] = {.lex_state = 83}, - [2559] = {.lex_state = 83}, - [2560] = {.lex_state = 77}, - [2561] = {.lex_state = 83}, - [2562] = {.lex_state = 83}, - [2563] = {.lex_state = 83}, - [2564] = {.lex_state = 83}, - [2565] = {.lex_state = 83}, - [2566] = {.lex_state = 83}, - [2567] = {.lex_state = 83}, - [2568] = {.lex_state = 83}, - [2569] = {.lex_state = 83}, - [2570] = {.lex_state = 83}, - [2571] = {.lex_state = 83}, - [2572] = {.lex_state = 83}, - [2573] = {.lex_state = 83}, - [2574] = {.lex_state = 83}, - [2575] = {.lex_state = 83}, - [2576] = {.lex_state = 83}, - [2577] = {.lex_state = 83}, - [2578] = {.lex_state = 83}, - [2579] = {.lex_state = 83}, - [2580] = {.lex_state = 83}, - [2581] = {.lex_state = 83}, - [2582] = {.lex_state = 83}, - [2583] = {.lex_state = 83}, - [2584] = {.lex_state = 83}, - [2585] = {.lex_state = 83}, - [2586] = {.lex_state = 83}, - [2587] = {.lex_state = 83}, - [2588] = {.lex_state = 83}, - [2589] = {.lex_state = 83}, - [2590] = {.lex_state = 83}, - [2591] = {.lex_state = 83}, - [2592] = {.lex_state = 83}, - [2593] = {.lex_state = 83}, - [2594] = {.lex_state = 83}, - [2595] = {.lex_state = 83}, - [2596] = {.lex_state = 83}, - [2597] = {.lex_state = 83}, - [2598] = {.lex_state = 83}, - [2599] = {.lex_state = 83}, - [2600] = {.lex_state = 83}, - [2601] = {.lex_state = 83}, - [2602] = {.lex_state = 77}, - [2603] = {.lex_state = 83}, - [2604] = {.lex_state = 83}, - [2605] = {.lex_state = 83}, - [2606] = {.lex_state = 83}, - [2607] = {.lex_state = 83}, - [2608] = {.lex_state = 83}, - [2609] = {.lex_state = 83}, - [2610] = {.lex_state = 83}, - [2611] = {.lex_state = 83}, - [2612] = {.lex_state = 83}, - [2613] = {.lex_state = 83}, - [2614] = {.lex_state = 83}, - [2615] = {.lex_state = 83}, - [2616] = {.lex_state = 81}, - [2617] = {.lex_state = 66}, - [2618] = {.lex_state = 66}, - [2619] = {.lex_state = 81}, - [2620] = {.lex_state = 81}, - [2621] = {.lex_state = 81}, - [2622] = {.lex_state = 81}, - [2623] = {.lex_state = 81}, - [2624] = {.lex_state = 81}, - [2625] = {.lex_state = 81}, - [2626] = {.lex_state = 66}, - [2627] = {.lex_state = 81}, - [2628] = {.lex_state = 81}, - [2629] = {.lex_state = 81}, - [2630] = {.lex_state = 81}, - [2631] = {.lex_state = 81}, - [2632] = {.lex_state = 81}, - [2633] = {.lex_state = 81}, - [2634] = {.lex_state = 81}, - [2635] = {.lex_state = 81}, - [2636] = {.lex_state = 81}, - [2637] = {.lex_state = 81}, - [2638] = {.lex_state = 81}, - [2639] = {.lex_state = 81}, - [2640] = {.lex_state = 81}, - [2641] = {.lex_state = 81}, - [2642] = {.lex_state = 81}, - [2643] = {.lex_state = 66}, - [2644] = {.lex_state = 81}, - [2645] = {.lex_state = 81}, - [2646] = {.lex_state = 58}, - [2647] = {.lex_state = 81}, - [2648] = {.lex_state = 81}, - [2649] = {.lex_state = 81}, - [2650] = {.lex_state = 81}, - [2651] = {.lex_state = 81}, - [2652] = {.lex_state = 81}, - [2653] = {.lex_state = 81}, - [2654] = {.lex_state = 81}, - [2655] = {.lex_state = 81}, - [2656] = {.lex_state = 81}, - [2657] = {.lex_state = 81}, - [2658] = {.lex_state = 81}, - [2659] = {.lex_state = 81}, - [2660] = {.lex_state = 81}, - [2661] = {.lex_state = 81}, - [2662] = {.lex_state = 81}, - [2663] = {.lex_state = 81}, - [2664] = {.lex_state = 81}, - [2665] = {.lex_state = 81}, - [2666] = {.lex_state = 81}, - [2667] = {.lex_state = 81}, - [2668] = {.lex_state = 81}, - [2669] = {.lex_state = 81}, - [2670] = {.lex_state = 81}, - [2671] = {.lex_state = 81}, - [2672] = {.lex_state = 81}, - [2673] = {.lex_state = 81}, - [2674] = {.lex_state = 81}, - [2675] = {.lex_state = 81}, - [2676] = {.lex_state = 81}, - [2677] = {.lex_state = 81}, - [2678] = {.lex_state = 81}, - [2679] = {.lex_state = 81}, - [2680] = {.lex_state = 81}, - [2681] = {.lex_state = 81}, - [2682] = {.lex_state = 81}, - [2683] = {.lex_state = 81}, - [2684] = {.lex_state = 81}, - [2685] = {.lex_state = 81}, - [2686] = {.lex_state = 81}, - [2687] = {.lex_state = 81}, - [2688] = {.lex_state = 58}, - [2689] = {.lex_state = 81}, - [2690] = {.lex_state = 81}, - [2691] = {.lex_state = 81}, - [2692] = {.lex_state = 81}, - [2693] = {.lex_state = 81}, - [2694] = {.lex_state = 81}, - [2695] = {.lex_state = 81}, - [2696] = {.lex_state = 81}, - [2697] = {.lex_state = 81}, - [2698] = {.lex_state = 81}, - [2699] = {.lex_state = 81}, - [2700] = {.lex_state = 81}, - [2701] = {.lex_state = 81}, - [2702] = {.lex_state = 79}, - [2703] = {.lex_state = 66}, - [2704] = {.lex_state = 66}, - [2705] = {.lex_state = 79}, - [2706] = {.lex_state = 79}, - [2707] = {.lex_state = 79}, - [2708] = {.lex_state = 79}, - [2709] = {.lex_state = 79}, - [2710] = {.lex_state = 79}, - [2711] = {.lex_state = 79}, - [2712] = {.lex_state = 66}, - [2713] = {.lex_state = 79}, - [2714] = {.lex_state = 79}, - [2715] = {.lex_state = 79}, - [2716] = {.lex_state = 79}, - [2717] = {.lex_state = 79}, - [2718] = {.lex_state = 79}, - [2719] = {.lex_state = 79}, - [2720] = {.lex_state = 79}, - [2721] = {.lex_state = 79}, - [2722] = {.lex_state = 79}, - [2723] = {.lex_state = 79}, - [2724] = {.lex_state = 79}, - [2725] = {.lex_state = 79}, - [2726] = {.lex_state = 79}, - [2727] = {.lex_state = 79}, - [2728] = {.lex_state = 79}, - [2729] = {.lex_state = 66}, - [2730] = {.lex_state = 79}, - [2731] = {.lex_state = 79}, - [2732] = {.lex_state = 72}, - [2733] = {.lex_state = 79}, - [2734] = {.lex_state = 79}, - [2735] = {.lex_state = 79}, - [2736] = {.lex_state = 79}, - [2737] = {.lex_state = 79}, - [2738] = {.lex_state = 79}, - [2739] = {.lex_state = 79}, - [2740] = {.lex_state = 79}, - [2741] = {.lex_state = 79}, - [2742] = {.lex_state = 79}, - [2743] = {.lex_state = 79}, - [2744] = {.lex_state = 79}, - [2745] = {.lex_state = 79}, - [2746] = {.lex_state = 79}, - [2747] = {.lex_state = 79}, - [2748] = {.lex_state = 79}, - [2749] = {.lex_state = 79}, - [2750] = {.lex_state = 79}, - [2751] = {.lex_state = 79}, - [2752] = {.lex_state = 79}, - [2753] = {.lex_state = 79}, - [2754] = {.lex_state = 79}, - [2755] = {.lex_state = 79}, - [2756] = {.lex_state = 79}, - [2757] = {.lex_state = 79}, - [2758] = {.lex_state = 79}, - [2759] = {.lex_state = 79}, - [2760] = {.lex_state = 79}, - [2761] = {.lex_state = 79}, - [2762] = {.lex_state = 79}, - [2763] = {.lex_state = 79}, - [2764] = {.lex_state = 79}, - [2765] = {.lex_state = 79}, - [2766] = {.lex_state = 79}, - [2767] = {.lex_state = 79}, - [2768] = {.lex_state = 79}, - [2769] = {.lex_state = 79}, - [2770] = {.lex_state = 79}, - [2771] = {.lex_state = 79}, - [2772] = {.lex_state = 79}, - [2773] = {.lex_state = 79}, - [2774] = {.lex_state = 72}, - [2775] = {.lex_state = 79}, - [2776] = {.lex_state = 79}, - [2777] = {.lex_state = 79}, - [2778] = {.lex_state = 79}, - [2779] = {.lex_state = 79}, - [2780] = {.lex_state = 79}, - [2781] = {.lex_state = 79}, - [2782] = {.lex_state = 79}, - [2783] = {.lex_state = 79}, - [2784] = {.lex_state = 79}, - [2785] = {.lex_state = 79}, - [2786] = {.lex_state = 79}, - [2787] = {.lex_state = 79}, - [2788] = {.lex_state = 77}, - [2789] = {.lex_state = 66}, - [2790] = {.lex_state = 66}, - [2791] = {.lex_state = 77}, - [2792] = {.lex_state = 77}, - [2793] = {.lex_state = 77}, - [2794] = {.lex_state = 77}, - [2795] = {.lex_state = 77}, - [2796] = {.lex_state = 77}, - [2797] = {.lex_state = 77}, - [2798] = {.lex_state = 66}, - [2799] = {.lex_state = 77}, - [2800] = {.lex_state = 77}, - [2801] = {.lex_state = 77}, - [2802] = {.lex_state = 77}, - [2803] = {.lex_state = 77}, - [2804] = {.lex_state = 77}, - [2805] = {.lex_state = 77}, - [2806] = {.lex_state = 77}, - [2807] = {.lex_state = 77}, - [2808] = {.lex_state = 77}, - [2809] = {.lex_state = 77}, - [2810] = {.lex_state = 77}, - [2811] = {.lex_state = 77}, - [2812] = {.lex_state = 77}, - [2813] = {.lex_state = 77}, - [2814] = {.lex_state = 77}, - [2815] = {.lex_state = 66}, - [2816] = {.lex_state = 77}, - [2817] = {.lex_state = 77}, - [2818] = {.lex_state = 59}, - [2819] = {.lex_state = 77}, - [2820] = {.lex_state = 77}, - [2821] = {.lex_state = 77}, - [2822] = {.lex_state = 77}, - [2823] = {.lex_state = 77}, - [2824] = {.lex_state = 77}, - [2825] = {.lex_state = 77}, - [2826] = {.lex_state = 77}, - [2827] = {.lex_state = 77}, - [2828] = {.lex_state = 77}, - [2829] = {.lex_state = 77}, - [2830] = {.lex_state = 77}, - [2831] = {.lex_state = 77}, - [2832] = {.lex_state = 77}, - [2833] = {.lex_state = 77}, - [2834] = {.lex_state = 77}, - [2835] = {.lex_state = 77}, - [2836] = {.lex_state = 77}, - [2837] = {.lex_state = 77}, - [2838] = {.lex_state = 77}, - [2839] = {.lex_state = 77}, - [2840] = {.lex_state = 77}, - [2841] = {.lex_state = 77}, - [2842] = {.lex_state = 77}, - [2843] = {.lex_state = 77}, - [2844] = {.lex_state = 77}, - [2845] = {.lex_state = 77}, - [2846] = {.lex_state = 77}, - [2847] = {.lex_state = 77}, - [2848] = {.lex_state = 77}, - [2849] = {.lex_state = 77}, - [2850] = {.lex_state = 77}, - [2851] = {.lex_state = 77}, - [2852] = {.lex_state = 77}, - [2853] = {.lex_state = 77}, - [2854] = {.lex_state = 77}, - [2855] = {.lex_state = 77}, - [2856] = {.lex_state = 77}, - [2857] = {.lex_state = 77}, - [2858] = {.lex_state = 77}, - [2859] = {.lex_state = 77}, - [2860] = {.lex_state = 59}, - [2861] = {.lex_state = 77}, - [2862] = {.lex_state = 77}, - [2863] = {.lex_state = 77}, - [2864] = {.lex_state = 77}, - [2865] = {.lex_state = 77}, - [2866] = {.lex_state = 77}, - [2867] = {.lex_state = 77}, - [2868] = {.lex_state = 77}, - [2869] = {.lex_state = 89}, - [2870] = {.lex_state = 77}, - [2871] = {.lex_state = 77}, - [2872] = {.lex_state = 77}, - [2873] = {.lex_state = 77}, - [2874] = {.lex_state = 58}, - [2875] = {.lex_state = 66}, - [2876] = {.lex_state = 66}, - [2877] = {.lex_state = 58}, - [2878] = {.lex_state = 58}, - [2879] = {.lex_state = 58}, - [2880] = {.lex_state = 58}, - [2881] = {.lex_state = 58}, - [2882] = {.lex_state = 58}, - [2883] = {.lex_state = 58}, - [2884] = {.lex_state = 66}, - [2885] = {.lex_state = 58}, - [2886] = {.lex_state = 58}, - [2887] = {.lex_state = 58}, - [2888] = {.lex_state = 58}, - [2889] = {.lex_state = 58}, - [2890] = {.lex_state = 58}, - [2891] = {.lex_state = 58}, - [2892] = {.lex_state = 58}, - [2893] = {.lex_state = 58}, - [2894] = {.lex_state = 58}, - [2895] = {.lex_state = 58}, - [2896] = {.lex_state = 58}, - [2897] = {.lex_state = 58}, - [2898] = {.lex_state = 58}, - [2899] = {.lex_state = 58}, - [2900] = {.lex_state = 58}, - [2901] = {.lex_state = 66}, - [2902] = {.lex_state = 58}, - [2903] = {.lex_state = 58}, - [2904] = {.lex_state = 60}, - [2905] = {.lex_state = 58}, - [2906] = {.lex_state = 58}, - [2907] = {.lex_state = 58}, - [2908] = {.lex_state = 58}, - [2909] = {.lex_state = 58}, - [2910] = {.lex_state = 58}, - [2911] = {.lex_state = 58}, - [2912] = {.lex_state = 58}, - [2913] = {.lex_state = 58}, - [2914] = {.lex_state = 58}, - [2915] = {.lex_state = 58}, - [2916] = {.lex_state = 58}, - [2917] = {.lex_state = 58}, - [2918] = {.lex_state = 58}, - [2919] = {.lex_state = 58}, - [2920] = {.lex_state = 58}, - [2921] = {.lex_state = 58}, - [2922] = {.lex_state = 58}, - [2923] = {.lex_state = 58}, - [2924] = {.lex_state = 58}, - [2925] = {.lex_state = 58}, - [2926] = {.lex_state = 58}, - [2927] = {.lex_state = 58}, - [2928] = {.lex_state = 58}, - [2929] = {.lex_state = 58}, - [2930] = {.lex_state = 58}, - [2931] = {.lex_state = 58}, - [2932] = {.lex_state = 58}, - [2933] = {.lex_state = 58}, - [2934] = {.lex_state = 58}, - [2935] = {.lex_state = 58}, - [2936] = {.lex_state = 58}, - [2937] = {.lex_state = 58}, - [2938] = {.lex_state = 58}, - [2939] = {.lex_state = 58}, - [2940] = {.lex_state = 58}, - [2941] = {.lex_state = 58}, - [2942] = {.lex_state = 58}, - [2943] = {.lex_state = 58}, - [2944] = {.lex_state = 58}, - [2945] = {.lex_state = 58}, - [2946] = {.lex_state = 60}, - [2947] = {.lex_state = 58}, - [2948] = {.lex_state = 58}, - [2949] = {.lex_state = 58}, - [2950] = {.lex_state = 58}, - [2951] = {.lex_state = 58}, - [2952] = {.lex_state = 58}, - [2953] = {.lex_state = 58}, - [2954] = {.lex_state = 58}, - [2955] = {.lex_state = 58}, - [2956] = {.lex_state = 58}, - [2957] = {.lex_state = 58}, - [2958] = {.lex_state = 58}, - [2959] = {.lex_state = 58}, - [2960] = {.lex_state = 72}, - [2961] = {.lex_state = 66}, - [2962] = {.lex_state = 66}, - [2963] = {.lex_state = 72}, - [2964] = {.lex_state = 72}, - [2965] = {.lex_state = 72}, - [2966] = {.lex_state = 72}, - [2967] = {.lex_state = 72}, - [2968] = {.lex_state = 72}, - [2969] = {.lex_state = 72}, - [2970] = {.lex_state = 66}, - [2971] = {.lex_state = 72}, - [2972] = {.lex_state = 72}, - [2973] = {.lex_state = 72}, - [2974] = {.lex_state = 72}, - [2975] = {.lex_state = 72}, - [2976] = {.lex_state = 72}, - [2977] = {.lex_state = 72}, - [2978] = {.lex_state = 72}, - [2979] = {.lex_state = 72}, - [2980] = {.lex_state = 72}, - [2981] = {.lex_state = 72}, - [2982] = {.lex_state = 72}, - [2983] = {.lex_state = 72}, - [2984] = {.lex_state = 72}, - [2985] = {.lex_state = 72}, - [2986] = {.lex_state = 72}, - [2987] = {.lex_state = 66}, - [2988] = {.lex_state = 72}, - [2989] = {.lex_state = 72}, - [2990] = {.lex_state = 66}, - [2991] = {.lex_state = 72}, - [2992] = {.lex_state = 72}, - [2993] = {.lex_state = 72}, - [2994] = {.lex_state = 72}, - [2995] = {.lex_state = 72}, - [2996] = {.lex_state = 72}, - [2997] = {.lex_state = 72}, - [2998] = {.lex_state = 72}, - [2999] = {.lex_state = 72}, - [3000] = {.lex_state = 72}, - [3001] = {.lex_state = 72}, - [3002] = {.lex_state = 72}, - [3003] = {.lex_state = 72}, - [3004] = {.lex_state = 72}, - [3005] = {.lex_state = 72}, - [3006] = {.lex_state = 72}, - [3007] = {.lex_state = 72}, - [3008] = {.lex_state = 72}, - [3009] = {.lex_state = 72}, - [3010] = {.lex_state = 72}, - [3011] = {.lex_state = 72}, - [3012] = {.lex_state = 72}, - [3013] = {.lex_state = 72}, - [3014] = {.lex_state = 72}, - [3015] = {.lex_state = 72}, - [3016] = {.lex_state = 72}, - [3017] = {.lex_state = 72}, - [3018] = {.lex_state = 72}, - [3019] = {.lex_state = 72}, - [3020] = {.lex_state = 72}, - [3021] = {.lex_state = 72}, - [3022] = {.lex_state = 72}, - [3023] = {.lex_state = 72}, - [3024] = {.lex_state = 72}, - [3025] = {.lex_state = 72}, - [3026] = {.lex_state = 72}, - [3027] = {.lex_state = 72}, - [3028] = {.lex_state = 72}, - [3029] = {.lex_state = 72}, - [3030] = {.lex_state = 72}, - [3031] = {.lex_state = 72}, - [3032] = {.lex_state = 72}, - [3033] = {.lex_state = 72}, - [3034] = {.lex_state = 72}, - [3035] = {.lex_state = 72}, - [3036] = {.lex_state = 72}, - [3037] = {.lex_state = 72}, - [3038] = {.lex_state = 72}, - [3039] = {.lex_state = 72}, - [3040] = {.lex_state = 72}, - [3041] = {.lex_state = 72}, - [3042] = {.lex_state = 72}, - [3043] = {.lex_state = 72}, - [3044] = {.lex_state = 72}, - [3045] = {.lex_state = 57}, - [3046] = {.lex_state = 66}, - [3047] = {.lex_state = 66}, - [3048] = {.lex_state = 57}, - [3049] = {.lex_state = 57}, - [3050] = {.lex_state = 57}, - [3051] = {.lex_state = 57}, - [3052] = {.lex_state = 57}, - [3053] = {.lex_state = 57}, - [3054] = {.lex_state = 57}, - [3055] = {.lex_state = 66}, - [3056] = {.lex_state = 57}, - [3057] = {.lex_state = 57}, - [3058] = {.lex_state = 57}, - [3059] = {.lex_state = 57}, - [3060] = {.lex_state = 57}, - [3061] = {.lex_state = 57}, - [3062] = {.lex_state = 57}, - [3063] = {.lex_state = 57}, - [3064] = {.lex_state = 57}, - [3065] = {.lex_state = 57}, - [3066] = {.lex_state = 57}, - [3067] = {.lex_state = 57}, - [3068] = {.lex_state = 57}, - [3069] = {.lex_state = 57}, - [3070] = {.lex_state = 57}, - [3071] = {.lex_state = 57}, - [3072] = {.lex_state = 66}, - [3073] = {.lex_state = 57}, - [3074] = {.lex_state = 57}, - [3075] = {.lex_state = 66}, - [3076] = {.lex_state = 57}, - [3077] = {.lex_state = 57}, - [3078] = {.lex_state = 57}, - [3079] = {.lex_state = 57}, - [3080] = {.lex_state = 57}, - [3081] = {.lex_state = 57}, - [3082] = {.lex_state = 57}, - [3083] = {.lex_state = 57}, - [3084] = {.lex_state = 57}, - [3085] = {.lex_state = 57}, - [3086] = {.lex_state = 57}, - [3087] = {.lex_state = 57}, - [3088] = {.lex_state = 57}, - [3089] = {.lex_state = 57}, - [3090] = {.lex_state = 57}, - [3091] = {.lex_state = 57}, - [3092] = {.lex_state = 57}, - [3093] = {.lex_state = 57}, - [3094] = {.lex_state = 57}, - [3095] = {.lex_state = 57}, - [3096] = {.lex_state = 57}, - [3097] = {.lex_state = 57}, - [3098] = {.lex_state = 57}, - [3099] = {.lex_state = 57}, - [3100] = {.lex_state = 57}, - [3101] = {.lex_state = 57}, - [3102] = {.lex_state = 57}, - [3103] = {.lex_state = 57}, - [3104] = {.lex_state = 57}, - [3105] = {.lex_state = 57}, - [3106] = {.lex_state = 57}, - [3107] = {.lex_state = 57}, - [3108] = {.lex_state = 57}, - [3109] = {.lex_state = 57}, - [3110] = {.lex_state = 57}, - [3111] = {.lex_state = 57}, - [3112] = {.lex_state = 57}, - [3113] = {.lex_state = 57}, - [3114] = {.lex_state = 57}, - [3115] = {.lex_state = 57}, - [3116] = {.lex_state = 57}, - [3117] = {.lex_state = 61}, - [3118] = {.lex_state = 57}, - [3119] = {.lex_state = 57}, - [3120] = {.lex_state = 57}, - [3121] = {.lex_state = 57}, - [3122] = {.lex_state = 57}, - [3123] = {.lex_state = 57}, - [3124] = {.lex_state = 57}, - [3125] = {.lex_state = 57}, - [3126] = {.lex_state = 57}, - [3127] = {.lex_state = 57}, - [3128] = {.lex_state = 57}, - [3129] = {.lex_state = 57}, - [3130] = {.lex_state = 57}, + [2073] = {.lex_state = 89}, + [2074] = {.lex_state = 89}, + [2075] = {.lex_state = 89}, + [2076] = {.lex_state = 89}, + [2077] = {.lex_state = 89}, + [2078] = {.lex_state = 89}, + [2079] = {.lex_state = 89}, + [2080] = {.lex_state = 89}, + [2081] = {.lex_state = 68}, + [2082] = {.lex_state = 89}, + [2083] = {.lex_state = 89}, + [2084] = {.lex_state = 89}, + [2085] = {.lex_state = 89}, + [2086] = {.lex_state = 89}, + [2087] = {.lex_state = 89}, + [2088] = {.lex_state = 89}, + [2089] = {.lex_state = 89}, + [2090] = {.lex_state = 89}, + [2091] = {.lex_state = 89}, + [2092] = {.lex_state = 89}, + [2093] = {.lex_state = 89}, + [2094] = {.lex_state = 89}, + [2095] = {.lex_state = 68}, + [2096] = {.lex_state = 68}, + [2097] = {.lex_state = 68}, + [2098] = {.lex_state = 68}, + [2099] = {.lex_state = 68}, + [2100] = {.lex_state = 68}, + [2101] = {.lex_state = 68}, + [2102] = {.lex_state = 68}, + [2103] = {.lex_state = 68}, + [2104] = {.lex_state = 68}, + [2105] = {.lex_state = 68}, + [2106] = {.lex_state = 68}, + [2107] = {.lex_state = 84}, + [2108] = {.lex_state = 68}, + [2109] = {.lex_state = 68}, + [2110] = {.lex_state = 68}, + [2111] = {.lex_state = 68}, + [2112] = {.lex_state = 68}, + [2113] = {.lex_state = 68}, + [2114] = {.lex_state = 68}, + [2115] = {.lex_state = 68}, + [2116] = {.lex_state = 68}, + [2117] = {.lex_state = 68}, + [2118] = {.lex_state = 68}, + [2119] = {.lex_state = 68}, + [2120] = {.lex_state = 68}, + [2121] = {.lex_state = 68}, + [2122] = {.lex_state = 68}, + [2123] = {.lex_state = 68}, + [2124] = {.lex_state = 68}, + [2125] = {.lex_state = 68}, + [2126] = {.lex_state = 68}, + [2127] = {.lex_state = 68}, + [2128] = {.lex_state = 68}, + [2129] = {.lex_state = 68}, + [2130] = {.lex_state = 68}, + [2131] = {.lex_state = 68}, + [2132] = {.lex_state = 68}, + [2133] = {.lex_state = 68}, + [2134] = {.lex_state = 68}, + [2135] = {.lex_state = 68}, + [2136] = {.lex_state = 68}, + [2137] = {.lex_state = 68}, + [2138] = {.lex_state = 68}, + [2139] = {.lex_state = 68}, + [2140] = {.lex_state = 68}, + [2141] = {.lex_state = 68}, + [2142] = {.lex_state = 68}, + [2143] = {.lex_state = 68}, + [2144] = {.lex_state = 68}, + [2145] = {.lex_state = 68}, + [2146] = {.lex_state = 68}, + [2147] = {.lex_state = 68}, + [2148] = {.lex_state = 68}, + [2149] = {.lex_state = 68}, + [2150] = {.lex_state = 68}, + [2151] = {.lex_state = 92}, + [2152] = {.lex_state = 68}, + [2153] = {.lex_state = 68}, + [2154] = {.lex_state = 115}, + [2155] = {.lex_state = 91}, + [2156] = {.lex_state = 68}, + [2157] = {.lex_state = 68}, + [2158] = {.lex_state = 68}, + [2159] = {.lex_state = 68}, + [2160] = {.lex_state = 68}, + [2161] = {.lex_state = 68}, + [2162] = {.lex_state = 68}, + [2163] = {.lex_state = 68}, + [2164] = {.lex_state = 68}, + [2165] = {.lex_state = 68}, + [2166] = {.lex_state = 68}, + [2167] = {.lex_state = 68}, + [2168] = {.lex_state = 68}, + [2169] = {.lex_state = 68}, + [2170] = {.lex_state = 68}, + [2171] = {.lex_state = 68}, + [2172] = {.lex_state = 68}, + [2173] = {.lex_state = 68}, + [2174] = {.lex_state = 68}, + [2175] = {.lex_state = 68}, + [2176] = {.lex_state = 68}, + [2177] = {.lex_state = 68}, + [2178] = {.lex_state = 68}, + [2179] = {.lex_state = 91}, + [2180] = {.lex_state = 91}, + [2181] = {.lex_state = 91}, + [2182] = {.lex_state = 91}, + [2183] = {.lex_state = 91}, + [2184] = {.lex_state = 91}, + [2185] = {.lex_state = 91}, + [2186] = {.lex_state = 91}, + [2187] = {.lex_state = 91}, + [2188] = {.lex_state = 91}, + [2189] = {.lex_state = 91}, + [2190] = {.lex_state = 91}, + [2191] = {.lex_state = 91}, + [2192] = {.lex_state = 91}, + [2193] = {.lex_state = 91}, + [2194] = {.lex_state = 92}, + [2195] = {.lex_state = 91}, + [2196] = {.lex_state = 91}, + [2197] = {.lex_state = 91}, + [2198] = {.lex_state = 91}, + [2199] = {.lex_state = 91}, + [2200] = {.lex_state = 91}, + [2201] = {.lex_state = 91}, + [2202] = {.lex_state = 91}, + [2203] = {.lex_state = 91}, + [2204] = {.lex_state = 91}, + [2205] = {.lex_state = 91}, + [2206] = {.lex_state = 91}, + [2207] = {.lex_state = 91}, + [2208] = {.lex_state = 91}, + [2209] = {.lex_state = 76}, + [2210] = {.lex_state = 91}, + [2211] = {.lex_state = 91}, + [2212] = {.lex_state = 91}, + [2213] = {.lex_state = 91}, + [2214] = {.lex_state = 91}, + [2215] = {.lex_state = 91}, + [2216] = {.lex_state = 91}, + [2217] = {.lex_state = 91}, + [2218] = {.lex_state = 91}, + [2219] = {.lex_state = 91}, + [2220] = {.lex_state = 91}, + [2221] = {.lex_state = 91}, + [2222] = {.lex_state = 91}, + [2223] = {.lex_state = 91}, + [2224] = {.lex_state = 91}, + [2225] = {.lex_state = 91}, + [2226] = {.lex_state = 91}, + [2227] = {.lex_state = 91}, + [2228] = {.lex_state = 91}, + [2229] = {.lex_state = 91}, + [2230] = {.lex_state = 91}, + [2231] = {.lex_state = 91}, + [2232] = {.lex_state = 91}, + [2233] = {.lex_state = 91}, + [2234] = {.lex_state = 91}, + [2235] = {.lex_state = 91}, + [2236] = {.lex_state = 91}, + [2237] = {.lex_state = 115}, + [2238] = {.lex_state = 88}, + [2239] = {.lex_state = 91}, + [2240] = {.lex_state = 91}, + [2241] = {.lex_state = 91}, + [2242] = {.lex_state = 91}, + [2243] = {.lex_state = 91}, + [2244] = {.lex_state = 91}, + [2245] = {.lex_state = 91}, + [2246] = {.lex_state = 91}, + [2247] = {.lex_state = 91}, + [2248] = {.lex_state = 91}, + [2249] = {.lex_state = 91}, + [2250] = {.lex_state = 91}, + [2251] = {.lex_state = 91}, + [2252] = {.lex_state = 91}, + [2253] = {.lex_state = 91}, + [2254] = {.lex_state = 91}, + [2255] = {.lex_state = 91}, + [2256] = {.lex_state = 91}, + [2257] = {.lex_state = 91}, + [2258] = {.lex_state = 91}, + [2259] = {.lex_state = 91}, + [2260] = {.lex_state = 91}, + [2261] = {.lex_state = 91}, + [2262] = {.lex_state = 91}, + [2263] = {.lex_state = 76}, + [2264] = {.lex_state = 76}, + [2265] = {.lex_state = 76}, + [2266] = {.lex_state = 76}, + [2267] = {.lex_state = 76}, + [2268] = {.lex_state = 76}, + [2269] = {.lex_state = 76}, + [2270] = {.lex_state = 76}, + [2271] = {.lex_state = 76}, + [2272] = {.lex_state = 76}, + [2273] = {.lex_state = 76}, + [2274] = {.lex_state = 76}, + [2275] = {.lex_state = 76}, + [2276] = {.lex_state = 76}, + [2277] = {.lex_state = 76}, + [2278] = {.lex_state = 76}, + [2279] = {.lex_state = 76}, + [2280] = {.lex_state = 76}, + [2281] = {.lex_state = 88}, + [2282] = {.lex_state = 76}, + [2283] = {.lex_state = 76}, + [2284] = {.lex_state = 76}, + [2285] = {.lex_state = 76}, + [2286] = {.lex_state = 76}, + [2287] = {.lex_state = 76}, + [2288] = {.lex_state = 76}, + [2289] = {.lex_state = 76}, + [2290] = {.lex_state = 76}, + [2291] = {.lex_state = 76}, + [2292] = {.lex_state = 76}, + [2293] = {.lex_state = 76}, + [2294] = {.lex_state = 76}, + [2295] = {.lex_state = 84}, + [2296] = {.lex_state = 76}, + [2297] = {.lex_state = 76}, + [2298] = {.lex_state = 84}, + [2299] = {.lex_state = 84}, + [2300] = {.lex_state = 84}, + [2301] = {.lex_state = 84}, + [2302] = {.lex_state = 84}, + [2303] = {.lex_state = 84}, + [2304] = {.lex_state = 84}, + [2305] = {.lex_state = 76}, + [2306] = {.lex_state = 84}, + [2307] = {.lex_state = 84}, + [2308] = {.lex_state = 84}, + [2309] = {.lex_state = 84}, + [2310] = {.lex_state = 84}, + [2311] = {.lex_state = 84}, + [2312] = {.lex_state = 84}, + [2313] = {.lex_state = 84}, + [2314] = {.lex_state = 84}, + [2315] = {.lex_state = 84}, + [2316] = {.lex_state = 84}, + [2317] = {.lex_state = 84}, + [2318] = {.lex_state = 84}, + [2319] = {.lex_state = 84}, + [2320] = {.lex_state = 84}, + [2321] = {.lex_state = 84}, + [2322] = {.lex_state = 76}, + [2323] = {.lex_state = 84}, + [2324] = {.lex_state = 84}, + [2325] = {.lex_state = 86}, + [2326] = {.lex_state = 84}, + [2327] = {.lex_state = 84}, + [2328] = {.lex_state = 84}, + [2329] = {.lex_state = 84}, + [2330] = {.lex_state = 84}, + [2331] = {.lex_state = 84}, + [2332] = {.lex_state = 84}, + [2333] = {.lex_state = 84}, + [2334] = {.lex_state = 84}, + [2335] = {.lex_state = 84}, + [2336] = {.lex_state = 84}, + [2337] = {.lex_state = 84}, + [2338] = {.lex_state = 84}, + [2339] = {.lex_state = 84}, + [2340] = {.lex_state = 84}, + [2341] = {.lex_state = 84}, + [2342] = {.lex_state = 84}, + [2343] = {.lex_state = 84}, + [2344] = {.lex_state = 84}, + [2345] = {.lex_state = 84}, + [2346] = {.lex_state = 84}, + [2347] = {.lex_state = 84}, + [2348] = {.lex_state = 84}, + [2349] = {.lex_state = 84}, + [2350] = {.lex_state = 84}, + [2351] = {.lex_state = 84}, + [2352] = {.lex_state = 84}, + [2353] = {.lex_state = 84}, + [2354] = {.lex_state = 84}, + [2355] = {.lex_state = 84}, + [2356] = {.lex_state = 84}, + [2357] = {.lex_state = 84}, + [2358] = {.lex_state = 84}, + [2359] = {.lex_state = 84}, + [2360] = {.lex_state = 84}, + [2361] = {.lex_state = 84}, + [2362] = {.lex_state = 84}, + [2363] = {.lex_state = 84}, + [2364] = {.lex_state = 84}, + [2365] = {.lex_state = 84}, + [2366] = {.lex_state = 84}, + [2367] = {.lex_state = 84}, + [2368] = {.lex_state = 86}, + [2369] = {.lex_state = 84}, + [2370] = {.lex_state = 84}, + [2371] = {.lex_state = 84}, + [2372] = {.lex_state = 84}, + [2373] = {.lex_state = 84}, + [2374] = {.lex_state = 84}, + [2375] = {.lex_state = 84}, + [2376] = {.lex_state = 84}, + [2377] = {.lex_state = 84}, + [2378] = {.lex_state = 84}, + [2379] = {.lex_state = 84}, + [2380] = {.lex_state = 84}, + [2381] = {.lex_state = 84}, + [2382] = {.lex_state = 92}, + [2383] = {.lex_state = 76}, + [2384] = {.lex_state = 76}, + [2385] = {.lex_state = 92}, + [2386] = {.lex_state = 92}, + [2387] = {.lex_state = 92}, + [2388] = {.lex_state = 92}, + [2389] = {.lex_state = 92}, + [2390] = {.lex_state = 92}, + [2391] = {.lex_state = 92}, + [2392] = {.lex_state = 76}, + [2393] = {.lex_state = 92}, + [2394] = {.lex_state = 92}, + [2395] = {.lex_state = 92}, + [2396] = {.lex_state = 92}, + [2397] = {.lex_state = 92}, + [2398] = {.lex_state = 92}, + [2399] = {.lex_state = 92}, + [2400] = {.lex_state = 92}, + [2401] = {.lex_state = 92}, + [2402] = {.lex_state = 92}, + [2403] = {.lex_state = 92}, + [2404] = {.lex_state = 92}, + [2405] = {.lex_state = 92}, + [2406] = {.lex_state = 92}, + [2407] = {.lex_state = 92}, + [2408] = {.lex_state = 92}, + [2409] = {.lex_state = 76}, + [2410] = {.lex_state = 92}, + [2411] = {.lex_state = 92}, + [2412] = {.lex_state = 82}, + [2413] = {.lex_state = 92}, + [2414] = {.lex_state = 92}, + [2415] = {.lex_state = 92}, + [2416] = {.lex_state = 92}, + [2417] = {.lex_state = 92}, + [2418] = {.lex_state = 92}, + [2419] = {.lex_state = 92}, + [2420] = {.lex_state = 92}, + [2421] = {.lex_state = 92}, + [2422] = {.lex_state = 92}, + [2423] = {.lex_state = 92}, + [2424] = {.lex_state = 92}, + [2425] = {.lex_state = 92}, + [2426] = {.lex_state = 92}, + [2427] = {.lex_state = 92}, + [2428] = {.lex_state = 92}, + [2429] = {.lex_state = 92}, + [2430] = {.lex_state = 92}, + [2431] = {.lex_state = 92}, + [2432] = {.lex_state = 92}, + [2433] = {.lex_state = 92}, + [2434] = {.lex_state = 92}, + [2435] = {.lex_state = 92}, + [2436] = {.lex_state = 92}, + [2437] = {.lex_state = 92}, + [2438] = {.lex_state = 92}, + [2439] = {.lex_state = 92}, + [2440] = {.lex_state = 92}, + [2441] = {.lex_state = 92}, + [2442] = {.lex_state = 92}, + [2443] = {.lex_state = 92}, + [2444] = {.lex_state = 92}, + [2445] = {.lex_state = 92}, + [2446] = {.lex_state = 92}, + [2447] = {.lex_state = 92}, + [2448] = {.lex_state = 92}, + [2449] = {.lex_state = 92}, + [2450] = {.lex_state = 92}, + [2451] = {.lex_state = 92}, + [2452] = {.lex_state = 92}, + [2453] = {.lex_state = 92}, + [2454] = {.lex_state = 92}, + [2455] = {.lex_state = 82}, + [2456] = {.lex_state = 92}, + [2457] = {.lex_state = 92}, + [2458] = {.lex_state = 92}, + [2459] = {.lex_state = 92}, + [2460] = {.lex_state = 92}, + [2461] = {.lex_state = 92}, + [2462] = {.lex_state = 92}, + [2463] = {.lex_state = 92}, + [2464] = {.lex_state = 92}, + [2465] = {.lex_state = 92}, + [2466] = {.lex_state = 92}, + [2467] = {.lex_state = 92}, + [2468] = {.lex_state = 92}, + [2469] = {.lex_state = 88}, + [2470] = {.lex_state = 76}, + [2471] = {.lex_state = 76}, + [2472] = {.lex_state = 88}, + [2473] = {.lex_state = 88}, + [2474] = {.lex_state = 88}, + [2475] = {.lex_state = 88}, + [2476] = {.lex_state = 88}, + [2477] = {.lex_state = 88}, + [2478] = {.lex_state = 88}, + [2479] = {.lex_state = 76}, + [2480] = {.lex_state = 88}, + [2481] = {.lex_state = 88}, + [2482] = {.lex_state = 88}, + [2483] = {.lex_state = 88}, + [2484] = {.lex_state = 88}, + [2485] = {.lex_state = 88}, + [2486] = {.lex_state = 88}, + [2487] = {.lex_state = 88}, + [2488] = {.lex_state = 88}, + [2489] = {.lex_state = 88}, + [2490] = {.lex_state = 88}, + [2491] = {.lex_state = 88}, + [2492] = {.lex_state = 88}, + [2493] = {.lex_state = 88}, + [2494] = {.lex_state = 88}, + [2495] = {.lex_state = 88}, + [2496] = {.lex_state = 76}, + [2497] = {.lex_state = 88}, + [2498] = {.lex_state = 88}, + [2499] = {.lex_state = 80}, + [2500] = {.lex_state = 88}, + [2501] = {.lex_state = 88}, + [2502] = {.lex_state = 88}, + [2503] = {.lex_state = 88}, + [2504] = {.lex_state = 88}, + [2505] = {.lex_state = 88}, + [2506] = {.lex_state = 88}, + [2507] = {.lex_state = 88}, + [2508] = {.lex_state = 88}, + [2509] = {.lex_state = 88}, + [2510] = {.lex_state = 88}, + [2511] = {.lex_state = 88}, + [2512] = {.lex_state = 88}, + [2513] = {.lex_state = 88}, + [2514] = {.lex_state = 88}, + [2515] = {.lex_state = 88}, + [2516] = {.lex_state = 88}, + [2517] = {.lex_state = 88}, + [2518] = {.lex_state = 88}, + [2519] = {.lex_state = 88}, + [2520] = {.lex_state = 88}, + [2521] = {.lex_state = 88}, + [2522] = {.lex_state = 88}, + [2523] = {.lex_state = 88}, + [2524] = {.lex_state = 88}, + [2525] = {.lex_state = 88}, + [2526] = {.lex_state = 88}, + [2527] = {.lex_state = 88}, + [2528] = {.lex_state = 88}, + [2529] = {.lex_state = 88}, + [2530] = {.lex_state = 88}, + [2531] = {.lex_state = 88}, + [2532] = {.lex_state = 88}, + [2533] = {.lex_state = 88}, + [2534] = {.lex_state = 88}, + [2535] = {.lex_state = 88}, + [2536] = {.lex_state = 88}, + [2537] = {.lex_state = 88}, + [2538] = {.lex_state = 88}, + [2539] = {.lex_state = 88}, + [2540] = {.lex_state = 88}, + [2541] = {.lex_state = 88}, + [2542] = {.lex_state = 80}, + [2543] = {.lex_state = 88}, + [2544] = {.lex_state = 88}, + [2545] = {.lex_state = 88}, + [2546] = {.lex_state = 88}, + [2547] = {.lex_state = 88}, + [2548] = {.lex_state = 88}, + [2549] = {.lex_state = 88}, + [2550] = {.lex_state = 88}, + [2551] = {.lex_state = 88}, + [2552] = {.lex_state = 88}, + [2553] = {.lex_state = 88}, + [2554] = {.lex_state = 88}, + [2555] = {.lex_state = 88}, + [2556] = {.lex_state = 86}, + [2557] = {.lex_state = 76}, + [2558] = {.lex_state = 76}, + [2559] = {.lex_state = 86}, + [2560] = {.lex_state = 86}, + [2561] = {.lex_state = 86}, + [2562] = {.lex_state = 86}, + [2563] = {.lex_state = 86}, + [2564] = {.lex_state = 86}, + [2565] = {.lex_state = 86}, + [2566] = {.lex_state = 76}, + [2567] = {.lex_state = 86}, + [2568] = {.lex_state = 86}, + [2569] = {.lex_state = 86}, + [2570] = {.lex_state = 86}, + [2571] = {.lex_state = 86}, + [2572] = {.lex_state = 86}, + [2573] = {.lex_state = 86}, + [2574] = {.lex_state = 86}, + [2575] = {.lex_state = 86}, + [2576] = {.lex_state = 86}, + [2577] = {.lex_state = 86}, + [2578] = {.lex_state = 86}, + [2579] = {.lex_state = 86}, + [2580] = {.lex_state = 86}, + [2581] = {.lex_state = 86}, + [2582] = {.lex_state = 86}, + [2583] = {.lex_state = 76}, + [2584] = {.lex_state = 86}, + [2585] = {.lex_state = 86}, + [2586] = {.lex_state = 64}, + [2587] = {.lex_state = 86}, + [2588] = {.lex_state = 86}, + [2589] = {.lex_state = 86}, + [2590] = {.lex_state = 86}, + [2591] = {.lex_state = 86}, + [2592] = {.lex_state = 86}, + [2593] = {.lex_state = 86}, + [2594] = {.lex_state = 86}, + [2595] = {.lex_state = 86}, + [2596] = {.lex_state = 86}, + [2597] = {.lex_state = 86}, + [2598] = {.lex_state = 86}, + [2599] = {.lex_state = 86}, + [2600] = {.lex_state = 86}, + [2601] = {.lex_state = 86}, + [2602] = {.lex_state = 86}, + [2603] = {.lex_state = 86}, + [2604] = {.lex_state = 86}, + [2605] = {.lex_state = 86}, + [2606] = {.lex_state = 86}, + [2607] = {.lex_state = 86}, + [2608] = {.lex_state = 86}, + [2609] = {.lex_state = 86}, + [2610] = {.lex_state = 86}, + [2611] = {.lex_state = 86}, + [2612] = {.lex_state = 86}, + [2613] = {.lex_state = 86}, + [2614] = {.lex_state = 86}, + [2615] = {.lex_state = 86}, + [2616] = {.lex_state = 86}, + [2617] = {.lex_state = 86}, + [2618] = {.lex_state = 86}, + [2619] = {.lex_state = 86}, + [2620] = {.lex_state = 86}, + [2621] = {.lex_state = 86}, + [2622] = {.lex_state = 86}, + [2623] = {.lex_state = 86}, + [2624] = {.lex_state = 86}, + [2625] = {.lex_state = 86}, + [2626] = {.lex_state = 86}, + [2627] = {.lex_state = 86}, + [2628] = {.lex_state = 86}, + [2629] = {.lex_state = 64}, + [2630] = {.lex_state = 86}, + [2631] = {.lex_state = 86}, + [2632] = {.lex_state = 86}, + [2633] = {.lex_state = 86}, + [2634] = {.lex_state = 86}, + [2635] = {.lex_state = 86}, + [2636] = {.lex_state = 86}, + [2637] = {.lex_state = 86}, + [2638] = {.lex_state = 86}, + [2639] = {.lex_state = 86}, + [2640] = {.lex_state = 86}, + [2641] = {.lex_state = 86}, + [2642] = {.lex_state = 86}, + [2643] = {.lex_state = 82}, + [2644] = {.lex_state = 76}, + [2645] = {.lex_state = 76}, + [2646] = {.lex_state = 82}, + [2647] = {.lex_state = 82}, + [2648] = {.lex_state = 82}, + [2649] = {.lex_state = 82}, + [2650] = {.lex_state = 82}, + [2651] = {.lex_state = 82}, + [2652] = {.lex_state = 82}, + [2653] = {.lex_state = 76}, + [2654] = {.lex_state = 82}, + [2655] = {.lex_state = 82}, + [2656] = {.lex_state = 82}, + [2657] = {.lex_state = 82}, + [2658] = {.lex_state = 82}, + [2659] = {.lex_state = 82}, + [2660] = {.lex_state = 82}, + [2661] = {.lex_state = 82}, + [2662] = {.lex_state = 82}, + [2663] = {.lex_state = 82}, + [2664] = {.lex_state = 82}, + [2665] = {.lex_state = 82}, + [2666] = {.lex_state = 82}, + [2667] = {.lex_state = 82}, + [2668] = {.lex_state = 82}, + [2669] = {.lex_state = 82}, + [2670] = {.lex_state = 76}, + [2671] = {.lex_state = 82}, + [2672] = {.lex_state = 82}, + [2673] = {.lex_state = 57}, + [2674] = {.lex_state = 82}, + [2675] = {.lex_state = 82}, + [2676] = {.lex_state = 82}, + [2677] = {.lex_state = 82}, + [2678] = {.lex_state = 82}, + [2679] = {.lex_state = 82}, + [2680] = {.lex_state = 82}, + [2681] = {.lex_state = 82}, + [2682] = {.lex_state = 82}, + [2683] = {.lex_state = 82}, + [2684] = {.lex_state = 82}, + [2685] = {.lex_state = 82}, + [2686] = {.lex_state = 82}, + [2687] = {.lex_state = 82}, + [2688] = {.lex_state = 82}, + [2689] = {.lex_state = 82}, + [2690] = {.lex_state = 82}, + [2691] = {.lex_state = 82}, + [2692] = {.lex_state = 82}, + [2693] = {.lex_state = 82}, + [2694] = {.lex_state = 82}, + [2695] = {.lex_state = 82}, + [2696] = {.lex_state = 82}, + [2697] = {.lex_state = 82}, + [2698] = {.lex_state = 82}, + [2699] = {.lex_state = 82}, + [2700] = {.lex_state = 82}, + [2701] = {.lex_state = 82}, + [2702] = {.lex_state = 82}, + [2703] = {.lex_state = 82}, + [2704] = {.lex_state = 82}, + [2705] = {.lex_state = 82}, + [2706] = {.lex_state = 82}, + [2707] = {.lex_state = 82}, + [2708] = {.lex_state = 82}, + [2709] = {.lex_state = 82}, + [2710] = {.lex_state = 82}, + [2711] = {.lex_state = 82}, + [2712] = {.lex_state = 82}, + [2713] = {.lex_state = 82}, + [2714] = {.lex_state = 82}, + [2715] = {.lex_state = 82}, + [2716] = {.lex_state = 57}, + [2717] = {.lex_state = 82}, + [2718] = {.lex_state = 82}, + [2719] = {.lex_state = 82}, + [2720] = {.lex_state = 82}, + [2721] = {.lex_state = 82}, + [2722] = {.lex_state = 82}, + [2723] = {.lex_state = 82}, + [2724] = {.lex_state = 82}, + [2725] = {.lex_state = 82}, + [2726] = {.lex_state = 82}, + [2727] = {.lex_state = 82}, + [2728] = {.lex_state = 82}, + [2729] = {.lex_state = 82}, + [2730] = {.lex_state = 80}, + [2731] = {.lex_state = 76}, + [2732] = {.lex_state = 76}, + [2733] = {.lex_state = 80}, + [2734] = {.lex_state = 80}, + [2735] = {.lex_state = 80}, + [2736] = {.lex_state = 80}, + [2737] = {.lex_state = 80}, + [2738] = {.lex_state = 80}, + [2739] = {.lex_state = 80}, + [2740] = {.lex_state = 76}, + [2741] = {.lex_state = 80}, + [2742] = {.lex_state = 80}, + [2743] = {.lex_state = 80}, + [2744] = {.lex_state = 80}, + [2745] = {.lex_state = 80}, + [2746] = {.lex_state = 80}, + [2747] = {.lex_state = 80}, + [2748] = {.lex_state = 80}, + [2749] = {.lex_state = 80}, + [2750] = {.lex_state = 80}, + [2751] = {.lex_state = 80}, + [2752] = {.lex_state = 80}, + [2753] = {.lex_state = 80}, + [2754] = {.lex_state = 80}, + [2755] = {.lex_state = 80}, + [2756] = {.lex_state = 80}, + [2757] = {.lex_state = 76}, + [2758] = {.lex_state = 80}, + [2759] = {.lex_state = 80}, + [2760] = {.lex_state = 78}, + [2761] = {.lex_state = 80}, + [2762] = {.lex_state = 80}, + [2763] = {.lex_state = 80}, + [2764] = {.lex_state = 80}, + [2765] = {.lex_state = 80}, + [2766] = {.lex_state = 80}, + [2767] = {.lex_state = 80}, + [2768] = {.lex_state = 80}, + [2769] = {.lex_state = 80}, + [2770] = {.lex_state = 80}, + [2771] = {.lex_state = 80}, + [2772] = {.lex_state = 80}, + [2773] = {.lex_state = 80}, + [2774] = {.lex_state = 80}, + [2775] = {.lex_state = 80}, + [2776] = {.lex_state = 80}, + [2777] = {.lex_state = 80}, + [2778] = {.lex_state = 80}, + [2779] = {.lex_state = 80}, + [2780] = {.lex_state = 80}, + [2781] = {.lex_state = 80}, + [2782] = {.lex_state = 80}, + [2783] = {.lex_state = 80}, + [2784] = {.lex_state = 80}, + [2785] = {.lex_state = 80}, + [2786] = {.lex_state = 80}, + [2787] = {.lex_state = 80}, + [2788] = {.lex_state = 80}, + [2789] = {.lex_state = 80}, + [2790] = {.lex_state = 80}, + [2791] = {.lex_state = 80}, + [2792] = {.lex_state = 80}, + [2793] = {.lex_state = 80}, + [2794] = {.lex_state = 80}, + [2795] = {.lex_state = 80}, + [2796] = {.lex_state = 80}, + [2797] = {.lex_state = 80}, + [2798] = {.lex_state = 80}, + [2799] = {.lex_state = 80}, + [2800] = {.lex_state = 80}, + [2801] = {.lex_state = 80}, + [2802] = {.lex_state = 80}, + [2803] = {.lex_state = 78}, + [2804] = {.lex_state = 80}, + [2805] = {.lex_state = 80}, + [2806] = {.lex_state = 80}, + [2807] = {.lex_state = 80}, + [2808] = {.lex_state = 80}, + [2809] = {.lex_state = 80}, + [2810] = {.lex_state = 80}, + [2811] = {.lex_state = 80}, + [2812] = {.lex_state = 80}, + [2813] = {.lex_state = 80}, + [2814] = {.lex_state = 80}, + [2815] = {.lex_state = 80}, + [2816] = {.lex_state = 80}, + [2817] = {.lex_state = 64}, + [2818] = {.lex_state = 76}, + [2819] = {.lex_state = 76}, + [2820] = {.lex_state = 64}, + [2821] = {.lex_state = 64}, + [2822] = {.lex_state = 64}, + [2823] = {.lex_state = 64}, + [2824] = {.lex_state = 64}, + [2825] = {.lex_state = 64}, + [2826] = {.lex_state = 64}, + [2827] = {.lex_state = 76}, + [2828] = {.lex_state = 64}, + [2829] = {.lex_state = 64}, + [2830] = {.lex_state = 64}, + [2831] = {.lex_state = 64}, + [2832] = {.lex_state = 64}, + [2833] = {.lex_state = 64}, + [2834] = {.lex_state = 64}, + [2835] = {.lex_state = 64}, + [2836] = {.lex_state = 64}, + [2837] = {.lex_state = 64}, + [2838] = {.lex_state = 64}, + [2839] = {.lex_state = 64}, + [2840] = {.lex_state = 64}, + [2841] = {.lex_state = 64}, + [2842] = {.lex_state = 64}, + [2843] = {.lex_state = 64}, + [2844] = {.lex_state = 76}, + [2845] = {.lex_state = 64}, + [2846] = {.lex_state = 64}, + [2847] = {.lex_state = 67}, + [2848] = {.lex_state = 64}, + [2849] = {.lex_state = 64}, + [2850] = {.lex_state = 64}, + [2851] = {.lex_state = 64}, + [2852] = {.lex_state = 64}, + [2853] = {.lex_state = 64}, + [2854] = {.lex_state = 64}, + [2855] = {.lex_state = 64}, + [2856] = {.lex_state = 64}, + [2857] = {.lex_state = 64}, + [2858] = {.lex_state = 64}, + [2859] = {.lex_state = 64}, + [2860] = {.lex_state = 64}, + [2861] = {.lex_state = 64}, + [2862] = {.lex_state = 64}, + [2863] = {.lex_state = 64}, + [2864] = {.lex_state = 64}, + [2865] = {.lex_state = 64}, + [2866] = {.lex_state = 64}, + [2867] = {.lex_state = 64}, + [2868] = {.lex_state = 64}, + [2869] = {.lex_state = 64}, + [2870] = {.lex_state = 64}, + [2871] = {.lex_state = 64}, + [2872] = {.lex_state = 64}, + [2873] = {.lex_state = 64}, + [2874] = {.lex_state = 64}, + [2875] = {.lex_state = 64}, + [2876] = {.lex_state = 64}, + [2877] = {.lex_state = 64}, + [2878] = {.lex_state = 64}, + [2879] = {.lex_state = 64}, + [2880] = {.lex_state = 64}, + [2881] = {.lex_state = 64}, + [2882] = {.lex_state = 64}, + [2883] = {.lex_state = 64}, + [2884] = {.lex_state = 64}, + [2885] = {.lex_state = 64}, + [2886] = {.lex_state = 64}, + [2887] = {.lex_state = 64}, + [2888] = {.lex_state = 64}, + [2889] = {.lex_state = 64}, + [2890] = {.lex_state = 67}, + [2891] = {.lex_state = 64}, + [2892] = {.lex_state = 64}, + [2893] = {.lex_state = 64}, + [2894] = {.lex_state = 64}, + [2895] = {.lex_state = 64}, + [2896] = {.lex_state = 115}, + [2897] = {.lex_state = 64}, + [2898] = {.lex_state = 64}, + [2899] = {.lex_state = 64}, + [2900] = {.lex_state = 64}, + [2901] = {.lex_state = 64}, + [2902] = {.lex_state = 64}, + [2903] = {.lex_state = 64}, + [2904] = {.lex_state = 57}, + [2905] = {.lex_state = 76}, + [2906] = {.lex_state = 76}, + [2907] = {.lex_state = 57}, + [2908] = {.lex_state = 57}, + [2909] = {.lex_state = 57}, + [2910] = {.lex_state = 57}, + [2911] = {.lex_state = 57}, + [2912] = {.lex_state = 57}, + [2913] = {.lex_state = 57}, + [2914] = {.lex_state = 76}, + [2915] = {.lex_state = 57}, + [2916] = {.lex_state = 57}, + [2917] = {.lex_state = 57}, + [2918] = {.lex_state = 57}, + [2919] = {.lex_state = 57}, + [2920] = {.lex_state = 57}, + [2921] = {.lex_state = 57}, + [2922] = {.lex_state = 57}, + [2923] = {.lex_state = 57}, + [2924] = {.lex_state = 57}, + [2925] = {.lex_state = 57}, + [2926] = {.lex_state = 57}, + [2927] = {.lex_state = 57}, + [2928] = {.lex_state = 57}, + [2929] = {.lex_state = 57}, + [2930] = {.lex_state = 57}, + [2931] = {.lex_state = 76}, + [2932] = {.lex_state = 57}, + [2933] = {.lex_state = 57}, + [2934] = {.lex_state = 63}, + [2935] = {.lex_state = 57}, + [2936] = {.lex_state = 57}, + [2937] = {.lex_state = 57}, + [2938] = {.lex_state = 57}, + [2939] = {.lex_state = 57}, + [2940] = {.lex_state = 57}, + [2941] = {.lex_state = 57}, + [2942] = {.lex_state = 57}, + [2943] = {.lex_state = 57}, + [2944] = {.lex_state = 57}, + [2945] = {.lex_state = 57}, + [2946] = {.lex_state = 57}, + [2947] = {.lex_state = 57}, + [2948] = {.lex_state = 57}, + [2949] = {.lex_state = 57}, + [2950] = {.lex_state = 57}, + [2951] = {.lex_state = 57}, + [2952] = {.lex_state = 57}, + [2953] = {.lex_state = 57}, + [2954] = {.lex_state = 57}, + [2955] = {.lex_state = 57}, + [2956] = {.lex_state = 57}, + [2957] = {.lex_state = 57}, + [2958] = {.lex_state = 57}, + [2959] = {.lex_state = 57}, + [2960] = {.lex_state = 57}, + [2961] = {.lex_state = 57}, + [2962] = {.lex_state = 57}, + [2963] = {.lex_state = 57}, + [2964] = {.lex_state = 57}, + [2965] = {.lex_state = 57}, + [2966] = {.lex_state = 57}, + [2967] = {.lex_state = 57}, + [2968] = {.lex_state = 57}, + [2969] = {.lex_state = 57}, + [2970] = {.lex_state = 57}, + [2971] = {.lex_state = 57}, + [2972] = {.lex_state = 57}, + [2973] = {.lex_state = 57}, + [2974] = {.lex_state = 57}, + [2975] = {.lex_state = 57}, + [2976] = {.lex_state = 57}, + [2977] = {.lex_state = 63}, + [2978] = {.lex_state = 57}, + [2979] = {.lex_state = 57}, + [2980] = {.lex_state = 57}, + [2981] = {.lex_state = 57}, + [2982] = {.lex_state = 57}, + [2983] = {.lex_state = 57}, + [2984] = {.lex_state = 57}, + [2985] = {.lex_state = 57}, + [2986] = {.lex_state = 57}, + [2987] = {.lex_state = 57}, + [2988] = {.lex_state = 57}, + [2989] = {.lex_state = 57}, + [2990] = {.lex_state = 57}, + [2991] = {.lex_state = 78}, + [2992] = {.lex_state = 115}, + [2993] = {.lex_state = 76}, + [2994] = {.lex_state = 78}, + [2995] = {.lex_state = 78}, + [2996] = {.lex_state = 78}, + [2997] = {.lex_state = 78}, + [2998] = {.lex_state = 78}, + [2999] = {.lex_state = 78}, + [3000] = {.lex_state = 78}, + [3001] = {.lex_state = 76}, + [3002] = {.lex_state = 78}, + [3003] = {.lex_state = 78}, + [3004] = {.lex_state = 78}, + [3005] = {.lex_state = 78}, + [3006] = {.lex_state = 78}, + [3007] = {.lex_state = 78}, + [3008] = {.lex_state = 78}, + [3009] = {.lex_state = 78}, + [3010] = {.lex_state = 78}, + [3011] = {.lex_state = 78}, + [3012] = {.lex_state = 78}, + [3013] = {.lex_state = 78}, + [3014] = {.lex_state = 78}, + [3015] = {.lex_state = 78}, + [3016] = {.lex_state = 78}, + [3017] = {.lex_state = 78}, + [3018] = {.lex_state = 76}, + [3019] = {.lex_state = 78}, + [3020] = {.lex_state = 78}, + [3021] = {.lex_state = 76}, + [3022] = {.lex_state = 78}, + [3023] = {.lex_state = 78}, + [3024] = {.lex_state = 78}, + [3025] = {.lex_state = 78}, + [3026] = {.lex_state = 78}, + [3027] = {.lex_state = 78}, + [3028] = {.lex_state = 78}, + [3029] = {.lex_state = 78}, + [3030] = {.lex_state = 78}, + [3031] = {.lex_state = 78}, + [3032] = {.lex_state = 78}, + [3033] = {.lex_state = 78}, + [3034] = {.lex_state = 78}, + [3035] = {.lex_state = 78}, + [3036] = {.lex_state = 78}, + [3037] = {.lex_state = 78}, + [3038] = {.lex_state = 78}, + [3039] = {.lex_state = 78}, + [3040] = {.lex_state = 78}, + [3041] = {.lex_state = 78}, + [3042] = {.lex_state = 78}, + [3043] = {.lex_state = 78}, + [3044] = {.lex_state = 78}, + [3045] = {.lex_state = 78}, + [3046] = {.lex_state = 78}, + [3047] = {.lex_state = 78}, + [3048] = {.lex_state = 78}, + [3049] = {.lex_state = 78}, + [3050] = {.lex_state = 78}, + [3051] = {.lex_state = 78}, + [3052] = {.lex_state = 78}, + [3053] = {.lex_state = 78}, + [3054] = {.lex_state = 78}, + [3055] = {.lex_state = 78}, + [3056] = {.lex_state = 78}, + [3057] = {.lex_state = 78}, + [3058] = {.lex_state = 78}, + [3059] = {.lex_state = 78}, + [3060] = {.lex_state = 78}, + [3061] = {.lex_state = 78}, + [3062] = {.lex_state = 78}, + [3063] = {.lex_state = 78}, + [3064] = {.lex_state = 76}, + [3065] = {.lex_state = 78}, + [3066] = {.lex_state = 78}, + [3067] = {.lex_state = 78}, + [3068] = {.lex_state = 78}, + [3069] = {.lex_state = 78}, + [3070] = {.lex_state = 78}, + [3071] = {.lex_state = 78}, + [3072] = {.lex_state = 78}, + [3073] = {.lex_state = 78}, + [3074] = {.lex_state = 78}, + [3075] = {.lex_state = 78}, + [3076] = {.lex_state = 78}, + [3077] = {.lex_state = 78}, + [3078] = {.lex_state = 56}, + [3079] = {.lex_state = 76}, + [3080] = {.lex_state = 76}, + [3081] = {.lex_state = 56}, + [3082] = {.lex_state = 56}, + [3083] = {.lex_state = 56}, + [3084] = {.lex_state = 56}, + [3085] = {.lex_state = 56}, + [3086] = {.lex_state = 56}, + [3087] = {.lex_state = 56}, + [3088] = {.lex_state = 76}, + [3089] = {.lex_state = 56}, + [3090] = {.lex_state = 56}, + [3091] = {.lex_state = 56}, + [3092] = {.lex_state = 56}, + [3093] = {.lex_state = 56}, + [3094] = {.lex_state = 56}, + [3095] = {.lex_state = 56}, + [3096] = {.lex_state = 56}, + [3097] = {.lex_state = 56}, + [3098] = {.lex_state = 56}, + [3099] = {.lex_state = 56}, + [3100] = {.lex_state = 56}, + [3101] = {.lex_state = 56}, + [3102] = {.lex_state = 56}, + [3103] = {.lex_state = 56}, + [3104] = {.lex_state = 56}, + [3105] = {.lex_state = 76}, + [3106] = {.lex_state = 56}, + [3107] = {.lex_state = 56}, + [3108] = {.lex_state = 76}, + [3109] = {.lex_state = 56}, + [3110] = {.lex_state = 56}, + [3111] = {.lex_state = 56}, + [3112] = {.lex_state = 56}, + [3113] = {.lex_state = 56}, + [3114] = {.lex_state = 56}, + [3115] = {.lex_state = 56}, + [3116] = {.lex_state = 56}, + [3117] = {.lex_state = 56}, + [3118] = {.lex_state = 56}, + [3119] = {.lex_state = 56}, + [3120] = {.lex_state = 56}, + [3121] = {.lex_state = 56}, + [3122] = {.lex_state = 56}, + [3123] = {.lex_state = 56}, + [3124] = {.lex_state = 56}, + [3125] = {.lex_state = 56}, + [3126] = {.lex_state = 56}, + [3127] = {.lex_state = 56}, + [3128] = {.lex_state = 56}, + [3129] = {.lex_state = 56}, + [3130] = {.lex_state = 56}, [3131] = {.lex_state = 56}, - [3132] = {.lex_state = 66}, - [3133] = {.lex_state = 66}, + [3132] = {.lex_state = 56}, + [3133] = {.lex_state = 56}, [3134] = {.lex_state = 56}, [3135] = {.lex_state = 56}, [3136] = {.lex_state = 56}, @@ -22496,7 +22528,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3138] = {.lex_state = 56}, [3139] = {.lex_state = 56}, [3140] = {.lex_state = 56}, - [3141] = {.lex_state = 61}, + [3141] = {.lex_state = 56}, [3142] = {.lex_state = 56}, [3143] = {.lex_state = 56}, [3144] = {.lex_state = 56}, @@ -22506,158 +22538,158 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3148] = {.lex_state = 56}, [3149] = {.lex_state = 56}, [3150] = {.lex_state = 56}, - [3151] = {.lex_state = 56}, + [3151] = {.lex_state = 76}, [3152] = {.lex_state = 56}, [3153] = {.lex_state = 56}, [3154] = {.lex_state = 56}, [3155] = {.lex_state = 56}, [3156] = {.lex_state = 56}, [3157] = {.lex_state = 56}, - [3158] = {.lex_state = 61}, + [3158] = {.lex_state = 56}, [3159] = {.lex_state = 56}, [3160] = {.lex_state = 56}, - [3161] = {.lex_state = 61}, + [3161] = {.lex_state = 56}, [3162] = {.lex_state = 56}, [3163] = {.lex_state = 56}, [3164] = {.lex_state = 56}, - [3165] = {.lex_state = 56}, - [3166] = {.lex_state = 56}, - [3167] = {.lex_state = 56}, - [3168] = {.lex_state = 56}, - [3169] = {.lex_state = 56}, - [3170] = {.lex_state = 56}, - [3171] = {.lex_state = 56}, - [3172] = {.lex_state = 56}, - [3173] = {.lex_state = 56}, - [3174] = {.lex_state = 56}, - [3175] = {.lex_state = 56}, - [3176] = {.lex_state = 56}, - [3177] = {.lex_state = 56}, - [3178] = {.lex_state = 56}, - [3179] = {.lex_state = 56}, - [3180] = {.lex_state = 56}, - [3181] = {.lex_state = 56}, - [3182] = {.lex_state = 56}, - [3183] = {.lex_state = 56}, - [3184] = {.lex_state = 56}, - [3185] = {.lex_state = 56}, - [3186] = {.lex_state = 56}, - [3187] = {.lex_state = 56}, - [3188] = {.lex_state = 56}, - [3189] = {.lex_state = 56}, - [3190] = {.lex_state = 56}, - [3191] = {.lex_state = 56}, - [3192] = {.lex_state = 56}, - [3193] = {.lex_state = 56}, - [3194] = {.lex_state = 56}, - [3195] = {.lex_state = 56}, - [3196] = {.lex_state = 56}, - [3197] = {.lex_state = 56}, - [3198] = {.lex_state = 56}, - [3199] = {.lex_state = 56}, - [3200] = {.lex_state = 56}, - [3201] = {.lex_state = 56}, - [3202] = {.lex_state = 56}, - [3203] = {.lex_state = 61}, - [3204] = {.lex_state = 56}, - [3205] = {.lex_state = 56}, - [3206] = {.lex_state = 56}, - [3207] = {.lex_state = 56}, - [3208] = {.lex_state = 56}, - [3209] = {.lex_state = 56}, - [3210] = {.lex_state = 56}, - [3211] = {.lex_state = 56}, - [3212] = {.lex_state = 56}, - [3213] = {.lex_state = 56}, - [3214] = {.lex_state = 56}, - [3215] = {.lex_state = 56}, - [3216] = {.lex_state = 56}, - [3217] = {.lex_state = 64}, - [3218] = {.lex_state = 61}, - [3219] = {.lex_state = 61}, - [3220] = {.lex_state = 64}, - [3221] = {.lex_state = 64}, - [3222] = {.lex_state = 64}, - [3223] = {.lex_state = 64}, - [3224] = {.lex_state = 64}, - [3225] = {.lex_state = 64}, - [3226] = {.lex_state = 64}, - [3227] = {.lex_state = 61}, - [3228] = {.lex_state = 64}, - [3229] = {.lex_state = 64}, - [3230] = {.lex_state = 64}, - [3231] = {.lex_state = 64}, - [3232] = {.lex_state = 64}, - [3233] = {.lex_state = 64}, - [3234] = {.lex_state = 64}, - [3235] = {.lex_state = 64}, - [3236] = {.lex_state = 64}, - [3237] = {.lex_state = 64}, - [3238] = {.lex_state = 64}, - [3239] = {.lex_state = 64}, - [3240] = {.lex_state = 64}, - [3241] = {.lex_state = 64}, - [3242] = {.lex_state = 64}, - [3243] = {.lex_state = 64}, - [3244] = {.lex_state = 61}, - [3245] = {.lex_state = 64}, - [3246] = {.lex_state = 64}, - [3247] = {.lex_state = 61}, - [3248] = {.lex_state = 64}, - [3249] = {.lex_state = 64}, - [3250] = {.lex_state = 64}, - [3251] = {.lex_state = 64}, - [3252] = {.lex_state = 64}, - [3253] = {.lex_state = 64}, - [3254] = {.lex_state = 64}, - [3255] = {.lex_state = 64}, - [3256] = {.lex_state = 64}, - [3257] = {.lex_state = 64}, - [3258] = {.lex_state = 64}, - [3259] = {.lex_state = 64}, - [3260] = {.lex_state = 64}, - [3261] = {.lex_state = 64}, - [3262] = {.lex_state = 64}, - [3263] = {.lex_state = 64}, - [3264] = {.lex_state = 64}, - [3265] = {.lex_state = 64}, - [3266] = {.lex_state = 64}, - [3267] = {.lex_state = 64}, - [3268] = {.lex_state = 64}, - [3269] = {.lex_state = 64}, - [3270] = {.lex_state = 64}, - [3271] = {.lex_state = 64}, - [3272] = {.lex_state = 64}, - [3273] = {.lex_state = 64}, - [3274] = {.lex_state = 64}, - [3275] = {.lex_state = 64}, - [3276] = {.lex_state = 64}, - [3277] = {.lex_state = 64}, - [3278] = {.lex_state = 64}, - [3279] = {.lex_state = 64}, - [3280] = {.lex_state = 64}, - [3281] = {.lex_state = 64}, - [3282] = {.lex_state = 64}, - [3283] = {.lex_state = 64}, - [3284] = {.lex_state = 64}, - [3285] = {.lex_state = 64}, - [3286] = {.lex_state = 64}, - [3287] = {.lex_state = 64}, - [3288] = {.lex_state = 64}, + [3165] = {.lex_state = 71}, + [3166] = {.lex_state = 76}, + [3167] = {.lex_state = 76}, + [3168] = {.lex_state = 71}, + [3169] = {.lex_state = 71}, + [3170] = {.lex_state = 71}, + [3171] = {.lex_state = 71}, + [3172] = {.lex_state = 71}, + [3173] = {.lex_state = 71}, + [3174] = {.lex_state = 71}, + [3175] = {.lex_state = 115}, + [3176] = {.lex_state = 71}, + [3177] = {.lex_state = 71}, + [3178] = {.lex_state = 71}, + [3179] = {.lex_state = 71}, + [3180] = {.lex_state = 71}, + [3181] = {.lex_state = 71}, + [3182] = {.lex_state = 71}, + [3183] = {.lex_state = 71}, + [3184] = {.lex_state = 71}, + [3185] = {.lex_state = 71}, + [3186] = {.lex_state = 71}, + [3187] = {.lex_state = 71}, + [3188] = {.lex_state = 71}, + [3189] = {.lex_state = 71}, + [3190] = {.lex_state = 71}, + [3191] = {.lex_state = 71}, + [3192] = {.lex_state = 76}, + [3193] = {.lex_state = 71}, + [3194] = {.lex_state = 71}, + [3195] = {.lex_state = 76}, + [3196] = {.lex_state = 71}, + [3197] = {.lex_state = 71}, + [3198] = {.lex_state = 71}, + [3199] = {.lex_state = 71}, + [3200] = {.lex_state = 71}, + [3201] = {.lex_state = 71}, + [3202] = {.lex_state = 71}, + [3203] = {.lex_state = 71}, + [3204] = {.lex_state = 71}, + [3205] = {.lex_state = 71}, + [3206] = {.lex_state = 71}, + [3207] = {.lex_state = 71}, + [3208] = {.lex_state = 71}, + [3209] = {.lex_state = 71}, + [3210] = {.lex_state = 71}, + [3211] = {.lex_state = 71}, + [3212] = {.lex_state = 71}, + [3213] = {.lex_state = 71}, + [3214] = {.lex_state = 71}, + [3215] = {.lex_state = 71}, + [3216] = {.lex_state = 71}, + [3217] = {.lex_state = 71}, + [3218] = {.lex_state = 71}, + [3219] = {.lex_state = 71}, + [3220] = {.lex_state = 71}, + [3221] = {.lex_state = 71}, + [3222] = {.lex_state = 71}, + [3223] = {.lex_state = 71}, + [3224] = {.lex_state = 71}, + [3225] = {.lex_state = 71}, + [3226] = {.lex_state = 71}, + [3227] = {.lex_state = 71}, + [3228] = {.lex_state = 71}, + [3229] = {.lex_state = 71}, + [3230] = {.lex_state = 71}, + [3231] = {.lex_state = 71}, + [3232] = {.lex_state = 71}, + [3233] = {.lex_state = 71}, + [3234] = {.lex_state = 71}, + [3235] = {.lex_state = 71}, + [3236] = {.lex_state = 71}, + [3237] = {.lex_state = 71}, + [3238] = {.lex_state = 58}, + [3239] = {.lex_state = 71}, + [3240] = {.lex_state = 71}, + [3241] = {.lex_state = 71}, + [3242] = {.lex_state = 71}, + [3243] = {.lex_state = 71}, + [3244] = {.lex_state = 71}, + [3245] = {.lex_state = 71}, + [3246] = {.lex_state = 71}, + [3247] = {.lex_state = 71}, + [3248] = {.lex_state = 71}, + [3249] = {.lex_state = 71}, + [3250] = {.lex_state = 71}, + [3251] = {.lex_state = 71}, + [3252] = {.lex_state = 61}, + [3253] = {.lex_state = 76}, + [3254] = {.lex_state = 76}, + [3255] = {.lex_state = 61}, + [3256] = {.lex_state = 61}, + [3257] = {.lex_state = 61}, + [3258] = {.lex_state = 61}, + [3259] = {.lex_state = 61}, + [3260] = {.lex_state = 61}, + [3261] = {.lex_state = 61}, + [3262] = {.lex_state = 58}, + [3263] = {.lex_state = 61}, + [3264] = {.lex_state = 61}, + [3265] = {.lex_state = 61}, + [3266] = {.lex_state = 61}, + [3267] = {.lex_state = 61}, + [3268] = {.lex_state = 61}, + [3269] = {.lex_state = 61}, + [3270] = {.lex_state = 61}, + [3271] = {.lex_state = 61}, + [3272] = {.lex_state = 61}, + [3273] = {.lex_state = 61}, + [3274] = {.lex_state = 61}, + [3275] = {.lex_state = 61}, + [3276] = {.lex_state = 61}, + [3277] = {.lex_state = 61}, + [3278] = {.lex_state = 61}, + [3279] = {.lex_state = 58}, + [3280] = {.lex_state = 61}, + [3281] = {.lex_state = 61}, + [3282] = {.lex_state = 115}, + [3283] = {.lex_state = 61}, + [3284] = {.lex_state = 61}, + [3285] = {.lex_state = 61}, + [3286] = {.lex_state = 61}, + [3287] = {.lex_state = 61}, + [3288] = {.lex_state = 61}, [3289] = {.lex_state = 61}, - [3290] = {.lex_state = 64}, - [3291] = {.lex_state = 64}, - [3292] = {.lex_state = 64}, - [3293] = {.lex_state = 64}, - [3294] = {.lex_state = 64}, - [3295] = {.lex_state = 64}, - [3296] = {.lex_state = 64}, - [3297] = {.lex_state = 64}, - [3298] = {.lex_state = 64}, - [3299] = {.lex_state = 64}, - [3300] = {.lex_state = 64}, - [3301] = {.lex_state = 64}, - [3302] = {.lex_state = 64}, + [3290] = {.lex_state = 61}, + [3291] = {.lex_state = 61}, + [3292] = {.lex_state = 61}, + [3293] = {.lex_state = 61}, + [3294] = {.lex_state = 61}, + [3295] = {.lex_state = 61}, + [3296] = {.lex_state = 61}, + [3297] = {.lex_state = 61}, + [3298] = {.lex_state = 61}, + [3299] = {.lex_state = 61}, + [3300] = {.lex_state = 61}, + [3301] = {.lex_state = 61}, + [3302] = {.lex_state = 61}, [3303] = {.lex_state = 61}, [3304] = {.lex_state = 61}, [3305] = {.lex_state = 61}, @@ -22673,14 +22705,14 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3315] = {.lex_state = 61}, [3316] = {.lex_state = 61}, [3317] = {.lex_state = 61}, - [3318] = {.lex_state = 64}, - [3319] = {.lex_state = 64}, + [3318] = {.lex_state = 61}, + [3319] = {.lex_state = 61}, [3320] = {.lex_state = 61}, - [3321] = {.lex_state = 57}, - [3322] = {.lex_state = 57}, + [3321] = {.lex_state = 61}, + [3322] = {.lex_state = 61}, [3323] = {.lex_state = 61}, - [3324] = {.lex_state = 56}, - [3325] = {.lex_state = 56}, + [3324] = {.lex_state = 61}, + [3325] = {.lex_state = 115}, [3326] = {.lex_state = 61}, [3327] = {.lex_state = 61}, [3328] = {.lex_state = 61}, @@ -22693,850 +22725,850 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [3335] = {.lex_state = 61}, [3336] = {.lex_state = 61}, [3337] = {.lex_state = 61}, - [3338] = {.lex_state = 115}, - [3339] = {.lex_state = 115}, - [3340] = {.lex_state = 115}, + [3338] = {.lex_state = 61}, + [3339] = {.lex_state = 58}, + [3340] = {.lex_state = 58}, [3341] = {.lex_state = 115}, - [3342] = {.lex_state = 61}, - [3343] = {.lex_state = 61}, - [3344] = {.lex_state = 61}, - [3345] = {.lex_state = 61}, - [3346] = {.lex_state = 61}, - [3347] = {.lex_state = 61}, - [3348] = {.lex_state = 61}, - [3349] = {.lex_state = 61}, - [3350] = {.lex_state = 61}, - [3351] = {.lex_state = 61}, - [3352] = {.lex_state = 61}, - [3353] = {.lex_state = 61}, + [3342] = {.lex_state = 115}, + [3343] = {.lex_state = 58}, + [3344] = {.lex_state = 58}, + [3345] = {.lex_state = 115}, + [3346] = {.lex_state = 115}, + [3347] = {.lex_state = 58}, + [3348] = {.lex_state = 115}, + [3349] = {.lex_state = 115}, + [3350] = {.lex_state = 58}, + [3351] = {.lex_state = 115}, + [3352] = {.lex_state = 115}, + [3353] = {.lex_state = 58}, [3354] = {.lex_state = 61}, [3355] = {.lex_state = 61}, - [3356] = {.lex_state = 61}, - [3357] = {.lex_state = 115}, - [3358] = {.lex_state = 61}, - [3359] = {.lex_state = 61}, - [3360] = {.lex_state = 61}, - [3361] = {.lex_state = 61}, - [3362] = {.lex_state = 61}, - [3363] = {.lex_state = 69}, - [3364] = {.lex_state = 61}, - [3365] = {.lex_state = 61}, - [3366] = {.lex_state = 61}, - [3367] = {.lex_state = 61}, - [3368] = {.lex_state = 61}, - [3369] = {.lex_state = 61}, - [3370] = {.lex_state = 61}, - [3371] = {.lex_state = 61}, - [3372] = {.lex_state = 115}, - [3373] = {.lex_state = 61}, - [3374] = {.lex_state = 61}, - [3375] = {.lex_state = 61}, - [3376] = {.lex_state = 61}, - [3377] = {.lex_state = 61}, - [3378] = {.lex_state = 61}, - [3379] = {.lex_state = 61}, - [3380] = {.lex_state = 61}, - [3381] = {.lex_state = 61}, - [3382] = {.lex_state = 61}, - [3383] = {.lex_state = 61}, - [3384] = {.lex_state = 61}, - [3385] = {.lex_state = 69}, - [3386] = {.lex_state = 115}, - [3387] = {.lex_state = 69}, - [3388] = {.lex_state = 69}, - [3389] = {.lex_state = 69}, - [3390] = {.lex_state = 69}, - [3391] = {.lex_state = 69}, - [3392] = {.lex_state = 69}, - [3393] = {.lex_state = 69}, - [3394] = {.lex_state = 69}, - [3395] = {.lex_state = 69}, - [3396] = {.lex_state = 69}, - [3397] = {.lex_state = 69}, - [3398] = {.lex_state = 69}, - [3399] = {.lex_state = 89}, - [3400] = {.lex_state = 69}, - [3401] = {.lex_state = 69}, + [3356] = {.lex_state = 58}, + [3357] = {.lex_state = 56}, + [3358] = {.lex_state = 56}, + [3359] = {.lex_state = 58}, + [3360] = {.lex_state = 71}, + [3361] = {.lex_state = 71}, + [3362] = {.lex_state = 115}, + [3363] = {.lex_state = 58}, + [3364] = {.lex_state = 58}, + [3365] = {.lex_state = 58}, + [3366] = {.lex_state = 115}, + [3367] = {.lex_state = 115}, + [3368] = {.lex_state = 115}, + [3369] = {.lex_state = 115}, + [3370] = {.lex_state = 115}, + [3371] = {.lex_state = 115}, + [3372] = {.lex_state = 58}, + [3373] = {.lex_state = 58}, + [3374] = {.lex_state = 115}, + [3375] = {.lex_state = 115}, + [3376] = {.lex_state = 115}, + [3377] = {.lex_state = 115}, + [3378] = {.lex_state = 115}, + [3379] = {.lex_state = 115}, + [3380] = {.lex_state = 115}, + [3381] = {.lex_state = 115}, + [3382] = {.lex_state = 115}, + [3383] = {.lex_state = 115}, + [3384] = {.lex_state = 115}, + [3385] = {.lex_state = 115}, + [3386] = {.lex_state = 58}, + [3387] = {.lex_state = 58}, + [3388] = {.lex_state = 115}, + [3389] = {.lex_state = 115}, + [3390] = {.lex_state = 115}, + [3391] = {.lex_state = 115}, + [3392] = {.lex_state = 115}, + [3393] = {.lex_state = 115}, + [3394] = {.lex_state = 115}, + [3395] = {.lex_state = 115}, + [3396] = {.lex_state = 115}, + [3397] = {.lex_state = 115}, + [3398] = {.lex_state = 58}, + [3399] = {.lex_state = 58}, + [3400] = {.lex_state = 58}, + [3401] = {.lex_state = 58}, [3402] = {.lex_state = 115}, - [3403] = {.lex_state = 69}, - [3404] = {.lex_state = 69}, - [3405] = {.lex_state = 69}, - [3406] = {.lex_state = 69}, - [3407] = {.lex_state = 69}, - [3408] = {.lex_state = 69}, - [3409] = {.lex_state = 69}, - [3410] = {.lex_state = 69}, - [3411] = {.lex_state = 69}, - [3412] = {.lex_state = 69}, - [3413] = {.lex_state = 69}, - [3414] = {.lex_state = 69}, - [3415] = {.lex_state = 69}, - [3416] = {.lex_state = 69}, - [3417] = {.lex_state = 69}, - [3418] = {.lex_state = 69}, - [3419] = {.lex_state = 69}, - [3420] = {.lex_state = 69}, + [3403] = {.lex_state = 115}, + [3404] = {.lex_state = 115}, + [3405] = {.lex_state = 115}, + [3406] = {.lex_state = 115}, + [3407] = {.lex_state = 115}, + [3408] = {.lex_state = 115}, + [3409] = {.lex_state = 115}, + [3410] = {.lex_state = 115}, + [3411] = {.lex_state = 115}, + [3412] = {.lex_state = 115}, + [3413] = {.lex_state = 115}, + [3414] = {.lex_state = 115}, + [3415] = {.lex_state = 115}, + [3416] = {.lex_state = 115}, + [3417] = {.lex_state = 115}, + [3418] = {.lex_state = 115}, + [3419] = {.lex_state = 115}, + [3420] = {.lex_state = 115}, [3421] = {.lex_state = 115}, - [3422] = {.lex_state = 69}, - [3423] = {.lex_state = 69}, - [3424] = {.lex_state = 69}, + [3422] = {.lex_state = 115}, + [3423] = {.lex_state = 115}, + [3424] = {.lex_state = 115}, [3425] = {.lex_state = 115}, - [3426] = {.lex_state = 69}, - [3427] = {.lex_state = 69}, - [3428] = {.lex_state = 69}, - [3429] = {.lex_state = 69}, - [3430] = {.lex_state = 69}, - [3431] = {.lex_state = 69}, - [3432] = {.lex_state = 69}, - [3433] = {.lex_state = 69}, - [3434] = {.lex_state = 69}, - [3435] = {.lex_state = 69}, - [3436] = {.lex_state = 69}, - [3437] = {.lex_state = 69}, - [3438] = {.lex_state = 69}, - [3439] = {.lex_state = 69}, - [3440] = {.lex_state = 69}, - [3441] = {.lex_state = 115}, - [3442] = {.lex_state = 85}, - [3443] = {.lex_state = 69}, - [3444] = {.lex_state = 69}, - [3445] = {.lex_state = 89}, - [3446] = {.lex_state = 69}, - [3447] = {.lex_state = 69}, - [3448] = {.lex_state = 69}, - [3449] = {.lex_state = 69}, - [3450] = {.lex_state = 69}, - [3451] = {.lex_state = 69}, - [3452] = {.lex_state = 69}, - [3453] = {.lex_state = 69}, - [3454] = {.lex_state = 69}, - [3455] = {.lex_state = 69}, - [3456] = {.lex_state = 115}, - [3457] = {.lex_state = 69}, - [3458] = {.lex_state = 69}, - [3459] = {.lex_state = 69}, - [3460] = {.lex_state = 69}, - [3461] = {.lex_state = 69}, - [3462] = {.lex_state = 69}, - [3463] = {.lex_state = 69}, - [3464] = {.lex_state = 69}, - [3465] = {.lex_state = 69}, - [3466] = {.lex_state = 69}, - [3467] = {.lex_state = 69}, - [3468] = {.lex_state = 69}, - [3469] = {.lex_state = 69}, - [3470] = {.lex_state = 115}, - [3471] = {.lex_state = 69}, - [3472] = {.lex_state = 69}, - [3473] = {.lex_state = 69}, - [3474] = {.lex_state = 85}, - [3475] = {.lex_state = 66}, - [3476] = {.lex_state = 90}, - [3477] = {.lex_state = 90}, - [3478] = {.lex_state = 60}, - [3479] = {.lex_state = 66}, - [3480] = {.lex_state = 60}, - [3481] = {.lex_state = 60}, - [3482] = {.lex_state = 60}, - [3483] = {.lex_state = 60}, - [3484] = {.lex_state = 60}, - [3485] = {.lex_state = 60}, - [3486] = {.lex_state = 60}, - [3487] = {.lex_state = 60}, - [3488] = {.lex_state = 60}, - [3489] = {.lex_state = 60}, - [3490] = {.lex_state = 60}, - [3491] = {.lex_state = 60}, - [3492] = {.lex_state = 115}, - [3493] = {.lex_state = 60}, - [3494] = {.lex_state = 61}, - [3495] = {.lex_state = 60}, - [3496] = {.lex_state = 60}, - [3497] = {.lex_state = 60}, - [3498] = {.lex_state = 60}, - [3499] = {.lex_state = 115}, - [3500] = {.lex_state = 60}, - [3501] = {.lex_state = 60}, - [3502] = {.lex_state = 60}, - [3503] = {.lex_state = 60}, - [3504] = {.lex_state = 60}, - [3505] = {.lex_state = 60}, - [3506] = {.lex_state = 60}, - [3507] = {.lex_state = 60}, - [3508] = {.lex_state = 60}, - [3509] = {.lex_state = 115}, - [3510] = {.lex_state = 60}, - [3511] = {.lex_state = 60}, - [3512] = {.lex_state = 60}, - [3513] = {.lex_state = 60}, - [3514] = {.lex_state = 60}, - [3515] = {.lex_state = 60}, - [3516] = {.lex_state = 60}, - [3517] = {.lex_state = 60}, - [3518] = {.lex_state = 60}, - [3519] = {.lex_state = 115}, - [3520] = {.lex_state = 60}, - [3521] = {.lex_state = 60}, - [3522] = {.lex_state = 60}, - [3523] = {.lex_state = 60}, - [3524] = {.lex_state = 60}, - [3525] = {.lex_state = 60}, - [3526] = {.lex_state = 115}, - [3527] = {.lex_state = 60}, - [3528] = {.lex_state = 60}, - [3529] = {.lex_state = 60}, - [3530] = {.lex_state = 60}, - [3531] = {.lex_state = 60}, - [3532] = {.lex_state = 59}, - [3533] = {.lex_state = 60}, - [3534] = {.lex_state = 60}, - [3535] = {.lex_state = 60}, - [3536] = {.lex_state = 60}, - [3537] = {.lex_state = 60}, - [3538] = {.lex_state = 60}, - [3539] = {.lex_state = 60}, - [3540] = {.lex_state = 115}, - [3541] = {.lex_state = 61}, - [3542] = {.lex_state = 60}, - [3543] = {.lex_state = 60}, - [3544] = {.lex_state = 60}, - [3545] = {.lex_state = 60}, - [3546] = {.lex_state = 60}, - [3547] = {.lex_state = 60}, - [3548] = {.lex_state = 60}, - [3549] = {.lex_state = 60}, - [3550] = {.lex_state = 60}, - [3551] = {.lex_state = 60}, - [3552] = {.lex_state = 60}, - [3553] = {.lex_state = 60}, - [3554] = {.lex_state = 60}, - [3555] = {.lex_state = 60}, - [3556] = {.lex_state = 115}, - [3557] = {.lex_state = 60}, - [3558] = {.lex_state = 60}, - [3559] = {.lex_state = 60}, - [3560] = {.lex_state = 60}, - [3561] = {.lex_state = 60}, - [3562] = {.lex_state = 60}, - [3563] = {.lex_state = 60}, - [3564] = {.lex_state = 60}, - [3565] = {.lex_state = 60}, - [3566] = {.lex_state = 60}, - [3567] = {.lex_state = 60}, - [3568] = {.lex_state = 60}, - [3569] = {.lex_state = 59}, - [3570] = {.lex_state = 59}, - [3571] = {.lex_state = 59}, - [3572] = {.lex_state = 59}, - [3573] = {.lex_state = 59}, - [3574] = {.lex_state = 59}, - [3575] = {.lex_state = 59}, - [3576] = {.lex_state = 115}, - [3577] = {.lex_state = 59}, - [3578] = {.lex_state = 59}, - [3579] = {.lex_state = 115}, - [3580] = {.lex_state = 59}, - [3581] = {.lex_state = 59}, - [3582] = {.lex_state = 59}, - [3583] = {.lex_state = 59}, - [3584] = {.lex_state = 69}, - [3585] = {.lex_state = 59}, - [3586] = {.lex_state = 59}, - [3587] = {.lex_state = 59}, - [3588] = {.lex_state = 59}, - [3589] = {.lex_state = 59}, - [3590] = {.lex_state = 59}, - [3591] = {.lex_state = 59}, - [3592] = {.lex_state = 59}, - [3593] = {.lex_state = 59}, - [3594] = {.lex_state = 59}, - [3595] = {.lex_state = 59}, - [3596] = {.lex_state = 115}, - [3597] = {.lex_state = 59}, - [3598] = {.lex_state = 59}, - [3599] = {.lex_state = 59}, - [3600] = {.lex_state = 59}, - [3601] = {.lex_state = 59}, - [3602] = {.lex_state = 59}, - [3603] = {.lex_state = 59}, - [3604] = {.lex_state = 59}, - [3605] = {.lex_state = 59}, - [3606] = {.lex_state = 59}, - [3607] = {.lex_state = 59}, - [3608] = {.lex_state = 59}, - [3609] = {.lex_state = 59}, - [3610] = {.lex_state = 59}, - [3611] = {.lex_state = 115}, - [3612] = {.lex_state = 59}, - [3613] = {.lex_state = 59}, - [3614] = {.lex_state = 59}, - [3615] = {.lex_state = 59}, - [3616] = {.lex_state = 59}, - [3617] = {.lex_state = 59}, - [3618] = {.lex_state = 59}, - [3619] = {.lex_state = 59}, - [3620] = {.lex_state = 59}, - [3621] = {.lex_state = 59}, - [3622] = {.lex_state = 59}, - [3623] = {.lex_state = 59}, - [3624] = {.lex_state = 59}, - [3625] = {.lex_state = 115}, - [3626] = {.lex_state = 59}, - [3627] = {.lex_state = 59}, - [3628] = {.lex_state = 59}, - [3629] = {.lex_state = 69}, - [3630] = {.lex_state = 59}, - [3631] = {.lex_state = 59}, - [3632] = {.lex_state = 59}, - [3633] = {.lex_state = 59}, - [3634] = {.lex_state = 59}, - [3635] = {.lex_state = 59}, - [3636] = {.lex_state = 59}, - [3637] = {.lex_state = 59}, - [3638] = {.lex_state = 115}, - [3639] = {.lex_state = 59}, - [3640] = {.lex_state = 59}, - [3641] = {.lex_state = 59}, - [3642] = {.lex_state = 59}, - [3643] = {.lex_state = 59}, - [3644] = {.lex_state = 59}, - [3645] = {.lex_state = 59}, - [3646] = {.lex_state = 59}, - [3647] = {.lex_state = 115}, - [3648] = {.lex_state = 59}, - [3649] = {.lex_state = 59}, - [3650] = {.lex_state = 59}, - [3651] = {.lex_state = 59}, - [3652] = {.lex_state = 59}, - [3653] = {.lex_state = 115}, - [3654] = {.lex_state = 59}, - [3655] = {.lex_state = 59}, - [3656] = {.lex_state = 59}, - [3657] = {.lex_state = 59}, - [3658] = {.lex_state = 115}, - [3659] = {.lex_state = 115}, - [3660] = {.lex_state = 115}, - [3661] = {.lex_state = 115}, - [3662] = {.lex_state = 115}, - [3663] = {.lex_state = 115}, - [3664] = {.lex_state = 115}, - [3665] = {.lex_state = 115}, - [3666] = {.lex_state = 115}, - [3667] = {.lex_state = 115}, - [3668] = {.lex_state = 115}, - [3669] = {.lex_state = 115}, - [3670] = {.lex_state = 115}, - [3671] = {.lex_state = 115}, - [3672] = {.lex_state = 115}, - [3673] = {.lex_state = 115}, - [3674] = {.lex_state = 115}, - [3675] = {.lex_state = 115}, - [3676] = {.lex_state = 115}, - [3677] = {.lex_state = 115}, - [3678] = {.lex_state = 115}, - [3679] = {.lex_state = 115}, - [3680] = {.lex_state = 115}, - [3681] = {.lex_state = 115}, - [3682] = {.lex_state = 115}, - [3683] = {.lex_state = 115}, - [3684] = {.lex_state = 115}, - [3685] = {.lex_state = 115}, - [3686] = {.lex_state = 115}, - [3687] = {.lex_state = 115}, - [3688] = {.lex_state = 115}, - [3689] = {.lex_state = 115}, - [3690] = {.lex_state = 115}, - [3691] = {.lex_state = 115}, - [3692] = {.lex_state = 115}, - [3693] = {.lex_state = 115}, - [3694] = {.lex_state = 115}, - [3695] = {.lex_state = 115}, - [3696] = {.lex_state = 115}, - [3697] = {.lex_state = 115}, - [3698] = {.lex_state = 115}, - [3699] = {.lex_state = 115}, - [3700] = {.lex_state = 115}, - [3701] = {.lex_state = 115}, - [3702] = {.lex_state = 115}, - [3703] = {.lex_state = 115}, - [3704] = {.lex_state = 115}, - [3705] = {.lex_state = 115}, - [3706] = {.lex_state = 115}, - [3707] = {.lex_state = 115}, - [3708] = {.lex_state = 115}, - [3709] = {.lex_state = 115}, - [3710] = {.lex_state = 115}, - [3711] = {.lex_state = 115}, - [3712] = {.lex_state = 3}, - [3713] = {.lex_state = 3}, - [3714] = {.lex_state = 3}, - [3715] = {.lex_state = 3}, - [3716] = {.lex_state = 3}, - [3717] = {.lex_state = 3}, - [3718] = {.lex_state = 3}, - [3719] = {.lex_state = 3}, - [3720] = {.lex_state = 3}, - [3721] = {.lex_state = 3}, - [3722] = {.lex_state = 3}, - [3723] = {.lex_state = 3}, - [3724] = {.lex_state = 3}, - [3725] = {.lex_state = 3}, - [3726] = {.lex_state = 3}, - [3727] = {.lex_state = 3}, - [3728] = {.lex_state = 3}, - [3729] = {.lex_state = 3}, - [3730] = {.lex_state = 3}, - [3731] = {.lex_state = 3}, - [3732] = {.lex_state = 3}, - [3733] = {.lex_state = 3}, - [3734] = {.lex_state = 3}, - [3735] = {.lex_state = 3}, - [3736] = {.lex_state = 3}, - [3737] = {.lex_state = 3}, - [3738] = {.lex_state = 3}, - [3739] = {.lex_state = 3}, - [3740] = {.lex_state = 3}, - [3741] = {.lex_state = 3}, - [3742] = {.lex_state = 3}, - [3743] = {.lex_state = 3}, - [3744] = {.lex_state = 3}, - [3745] = {.lex_state = 3}, - [3746] = {.lex_state = 3}, - [3747] = {.lex_state = 62}, - [3748] = {.lex_state = 67}, - [3749] = {.lex_state = 70}, - [3750] = {.lex_state = 62}, - [3751] = {.lex_state = 73}, - [3752] = {.lex_state = 43}, - [3753] = {.lex_state = 73}, - [3754] = {.lex_state = 62}, - [3755] = {.lex_state = 73}, - [3756] = {.lex_state = 62}, - [3757] = {.lex_state = 70}, - [3758] = {.lex_state = 67}, - [3759] = {.lex_state = 73}, - [3760] = {.lex_state = 62}, - [3761] = {.lex_state = 70}, - [3762] = {.lex_state = 67}, - [3763] = {.lex_state = 73}, - [3764] = {.lex_state = 62}, - [3765] = {.lex_state = 70}, - [3766] = {.lex_state = 67}, - [3767] = {.lex_state = 67}, - [3768] = {.lex_state = 70}, - [3769] = {.lex_state = 62}, - [3770] = {.lex_state = 73}, - [3771] = {.lex_state = 50}, - [3772] = {.lex_state = 50}, - [3773] = {.lex_state = 67}, - [3774] = {.lex_state = 70}, - [3775] = {.lex_state = 62}, - [3776] = {.lex_state = 73}, - [3777] = {.lex_state = 50}, - [3778] = {.lex_state = 70}, - [3779] = {.lex_state = 67}, - [3780] = {.lex_state = 43}, - [3781] = {.lex_state = 50}, - [3782] = {.lex_state = 43}, - [3783] = {.lex_state = 62}, - [3784] = {.lex_state = 67}, - [3785] = {.lex_state = 73}, - [3786] = {.lex_state = 67}, - [3787] = {.lex_state = 70}, - [3788] = {.lex_state = 62}, - [3789] = {.lex_state = 73}, - [3790] = {.lex_state = 43}, - [3791] = {.lex_state = 70}, - [3792] = {.lex_state = 62}, - [3793] = {.lex_state = 70}, - [3794] = {.lex_state = 67}, - [3795] = {.lex_state = 67}, - [3796] = {.lex_state = 67}, - [3797] = {.lex_state = 70}, - [3798] = {.lex_state = 73}, - [3799] = {.lex_state = 62}, - [3800] = {.lex_state = 50}, - [3801] = {.lex_state = 73}, - [3802] = {.lex_state = 70}, - [3803] = {.lex_state = 50}, - [3804] = {.lex_state = 67}, - [3805] = {.lex_state = 73}, - [3806] = {.lex_state = 70}, - [3807] = {.lex_state = 62}, - [3808] = {.lex_state = 73}, - [3809] = {.lex_state = 73}, - [3810] = {.lex_state = 67}, - [3811] = {.lex_state = 70}, - [3812] = {.lex_state = 62}, - [3813] = {.lex_state = 73}, - [3814] = {.lex_state = 43}, - [3815] = {.lex_state = 50}, - [3816] = {.lex_state = 67}, - [3817] = {.lex_state = 67}, - [3818] = {.lex_state = 70}, - [3819] = {.lex_state = 62}, - [3820] = {.lex_state = 73}, - [3821] = {.lex_state = 73}, - [3822] = {.lex_state = 62}, - [3823] = {.lex_state = 70}, - [3824] = {.lex_state = 67}, - [3825] = {.lex_state = 43}, - [3826] = {.lex_state = 50}, - [3827] = {.lex_state = 67}, - [3828] = {.lex_state = 50}, - [3829] = {.lex_state = 70}, - [3830] = {.lex_state = 67}, - [3831] = {.lex_state = 70}, - [3832] = {.lex_state = 62}, - [3833] = {.lex_state = 73}, - [3834] = {.lex_state = 50}, - [3835] = {.lex_state = 43}, - [3836] = {.lex_state = 43}, - [3837] = {.lex_state = 50}, - [3838] = {.lex_state = 67}, - [3839] = {.lex_state = 70}, - [3840] = {.lex_state = 62}, - [3841] = {.lex_state = 73}, - [3842] = {.lex_state = 50}, - [3843] = {.lex_state = 73}, - [3844] = {.lex_state = 62}, - [3845] = {.lex_state = 73}, - [3846] = {.lex_state = 62}, - [3847] = {.lex_state = 70}, - [3848] = {.lex_state = 67}, - [3849] = {.lex_state = 70}, - [3850] = {.lex_state = 62}, - [3851] = {.lex_state = 73}, - [3852] = {.lex_state = 67}, - [3853] = {.lex_state = 70}, - [3854] = {.lex_state = 67}, - [3855] = {.lex_state = 73}, - [3856] = {.lex_state = 62}, - [3857] = {.lex_state = 73}, - [3858] = {.lex_state = 43}, - [3859] = {.lex_state = 62}, - [3860] = {.lex_state = 43}, - [3861] = {.lex_state = 73}, - [3862] = {.lex_state = 67}, - [3863] = {.lex_state = 70}, - [3864] = {.lex_state = 70}, - [3865] = {.lex_state = 62}, - [3866] = {.lex_state = 62}, - [3867] = {.lex_state = 70}, - [3868] = {.lex_state = 73}, - [3869] = {.lex_state = 67}, - [3870] = {.lex_state = 70}, - [3871] = {.lex_state = 62}, - [3872] = {.lex_state = 73}, - [3873] = {.lex_state = 62}, - [3874] = {.lex_state = 70}, - [3875] = {.lex_state = 67}, - [3876] = {.lex_state = 67}, - [3877] = {.lex_state = 73}, - [3878] = {.lex_state = 50}, - [3879] = {.lex_state = 67}, - [3880] = {.lex_state = 70}, - [3881] = {.lex_state = 70}, - [3882] = {.lex_state = 62}, - [3883] = {.lex_state = 67}, - [3884] = {.lex_state = 70}, - [3885] = {.lex_state = 62}, - [3886] = {.lex_state = 73}, - [3887] = {.lex_state = 73}, - [3888] = {.lex_state = 50}, - [3889] = {.lex_state = 62}, - [3890] = {.lex_state = 67}, - [3891] = {.lex_state = 43}, - [3892] = {.lex_state = 50}, - [3893] = {.lex_state = 43}, - [3894] = {.lex_state = 73}, - [3895] = {.lex_state = 62}, - [3896] = {.lex_state = 67}, - [3897] = {.lex_state = 70}, - [3898] = {.lex_state = 67}, - [3899] = {.lex_state = 67}, - [3900] = {.lex_state = 70}, - [3901] = {.lex_state = 70}, - [3902] = {.lex_state = 62}, - [3903] = {.lex_state = 73}, - [3904] = {.lex_state = 73}, - [3905] = {.lex_state = 62}, - [3906] = {.lex_state = 70}, - [3907] = {.lex_state = 67}, - [3908] = {.lex_state = 62}, - [3909] = {.lex_state = 73}, - [3910] = {.lex_state = 50}, - [3911] = {.lex_state = 50}, - [3912] = {.lex_state = 67}, - [3913] = {.lex_state = 70}, - [3914] = {.lex_state = 67}, - [3915] = {.lex_state = 67}, - [3916] = {.lex_state = 62}, - [3917] = {.lex_state = 73}, - [3918] = {.lex_state = 70}, - [3919] = {.lex_state = 62}, - [3920] = {.lex_state = 73}, - [3921] = {.lex_state = 67}, - [3922] = {.lex_state = 50}, - [3923] = {.lex_state = 70}, - [3924] = {.lex_state = 67}, - [3925] = {.lex_state = 70}, - [3926] = {.lex_state = 62}, - [3927] = {.lex_state = 73}, + [3426] = {.lex_state = 115}, + [3427] = {.lex_state = 115}, + [3428] = {.lex_state = 115}, + [3429] = {.lex_state = 115}, + [3430] = {.lex_state = 58}, + [3431] = {.lex_state = 58}, + [3432] = {.lex_state = 115}, + [3433] = {.lex_state = 115}, + [3434] = {.lex_state = 115}, + [3435] = {.lex_state = 115}, + [3436] = {.lex_state = 58}, + [3437] = {.lex_state = 115}, + [3438] = {.lex_state = 58}, + [3439] = {.lex_state = 58}, + [3440] = {.lex_state = 58}, + [3441] = {.lex_state = 67}, + [3442] = {.lex_state = 67}, + [3443] = {.lex_state = 67}, + [3444] = {.lex_state = 58}, + [3445] = {.lex_state = 58}, + [3446] = {.lex_state = 67}, + [3447] = {.lex_state = 67}, + [3448] = {.lex_state = 67}, + [3449] = {.lex_state = 67}, + [3450] = {.lex_state = 67}, + [3451] = {.lex_state = 67}, + [3452] = {.lex_state = 58}, + [3453] = {.lex_state = 58}, + [3454] = {.lex_state = 67}, + [3455] = {.lex_state = 67}, + [3456] = {.lex_state = 67}, + [3457] = {.lex_state = 67}, + [3458] = {.lex_state = 67}, + [3459] = {.lex_state = 67}, + [3460] = {.lex_state = 67}, + [3461] = {.lex_state = 67}, + [3462] = {.lex_state = 67}, + [3463] = {.lex_state = 67}, + [3464] = {.lex_state = 67}, + [3465] = {.lex_state = 67}, + [3466] = {.lex_state = 58}, + [3467] = {.lex_state = 58}, + [3468] = {.lex_state = 67}, + [3469] = {.lex_state = 67}, + [3470] = {.lex_state = 67}, + [3471] = {.lex_state = 67}, + [3472] = {.lex_state = 74}, + [3473] = {.lex_state = 67}, + [3474] = {.lex_state = 58}, + [3475] = {.lex_state = 58}, + [3476] = {.lex_state = 58}, + [3477] = {.lex_state = 67}, + [3478] = {.lex_state = 67}, + [3479] = {.lex_state = 58}, + [3480] = {.lex_state = 67}, + [3481] = {.lex_state = 67}, + [3482] = {.lex_state = 67}, + [3483] = {.lex_state = 67}, + [3484] = {.lex_state = 67}, + [3485] = {.lex_state = 67}, + [3486] = {.lex_state = 67}, + [3487] = {.lex_state = 67}, + [3488] = {.lex_state = 67}, + [3489] = {.lex_state = 67}, + [3490] = {.lex_state = 67}, + [3491] = {.lex_state = 67}, + [3492] = {.lex_state = 67}, + [3493] = {.lex_state = 67}, + [3494] = {.lex_state = 67}, + [3495] = {.lex_state = 67}, + [3496] = {.lex_state = 67}, + [3497] = {.lex_state = 67}, + [3498] = {.lex_state = 67}, + [3499] = {.lex_state = 67}, + [3500] = {.lex_state = 67}, + [3501] = {.lex_state = 67}, + [3502] = {.lex_state = 67}, + [3503] = {.lex_state = 67}, + [3504] = {.lex_state = 67}, + [3505] = {.lex_state = 67}, + [3506] = {.lex_state = 67}, + [3507] = {.lex_state = 67}, + [3508] = {.lex_state = 67}, + [3509] = {.lex_state = 58}, + [3510] = {.lex_state = 58}, + [3511] = {.lex_state = 67}, + [3512] = {.lex_state = 67}, + [3513] = {.lex_state = 67}, + [3514] = {.lex_state = 58}, + [3515] = {.lex_state = 67}, + [3516] = {.lex_state = 58}, + [3517] = {.lex_state = 58}, + [3518] = {.lex_state = 58}, + [3519] = {.lex_state = 67}, + [3520] = {.lex_state = 67}, + [3521] = {.lex_state = 58}, + [3522] = {.lex_state = 58}, + [3523] = {.lex_state = 67}, + [3524] = {.lex_state = 67}, + [3525] = {.lex_state = 67}, + [3526] = {.lex_state = 67}, + [3527] = {.lex_state = 74}, + [3528] = {.lex_state = 67}, + [3529] = {.lex_state = 58}, + [3530] = {.lex_state = 58}, + [3531] = {.lex_state = 67}, + [3532] = {.lex_state = 67}, + [3533] = {.lex_state = 67}, + [3534] = {.lex_state = 67}, + [3535] = {.lex_state = 67}, + [3536] = {.lex_state = 67}, + [3537] = {.lex_state = 67}, + [3538] = {.lex_state = 67}, + [3539] = {.lex_state = 67}, + [3540] = {.lex_state = 67}, + [3541] = {.lex_state = 67}, + [3542] = {.lex_state = 67}, + [3543] = {.lex_state = 58}, + [3544] = {.lex_state = 58}, + [3545] = {.lex_state = 63}, + [3546] = {.lex_state = 63}, + [3547] = {.lex_state = 58}, + [3548] = {.lex_state = 58}, + [3549] = {.lex_state = 58}, + [3550] = {.lex_state = 63}, + [3551] = {.lex_state = 63}, + [3552] = {.lex_state = 63}, + [3553] = {.lex_state = 63}, + [3554] = {.lex_state = 67}, + [3555] = {.lex_state = 63}, + [3556] = {.lex_state = 58}, + [3557] = {.lex_state = 63}, + [3558] = {.lex_state = 63}, + [3559] = {.lex_state = 63}, + [3560] = {.lex_state = 63}, + [3561] = {.lex_state = 63}, + [3562] = {.lex_state = 63}, + [3563] = {.lex_state = 63}, + [3564] = {.lex_state = 63}, + [3565] = {.lex_state = 63}, + [3566] = {.lex_state = 63}, + [3567] = {.lex_state = 63}, + [3568] = {.lex_state = 63}, + [3569] = {.lex_state = 63}, + [3570] = {.lex_state = 63}, + [3571] = {.lex_state = 63}, + [3572] = {.lex_state = 63}, + [3573] = {.lex_state = 63}, + [3574] = {.lex_state = 63}, + [3575] = {.lex_state = 58}, + [3576] = {.lex_state = 63}, + [3577] = {.lex_state = 63}, + [3578] = {.lex_state = 63}, + [3579] = {.lex_state = 63}, + [3580] = {.lex_state = 63}, + [3581] = {.lex_state = 63}, + [3582] = {.lex_state = 63}, + [3583] = {.lex_state = 63}, + [3584] = {.lex_state = 63}, + [3585] = {.lex_state = 63}, + [3586] = {.lex_state = 58}, + [3587] = {.lex_state = 58}, + [3588] = {.lex_state = 63}, + [3589] = {.lex_state = 63}, + [3590] = {.lex_state = 63}, + [3591] = {.lex_state = 58}, + [3592] = {.lex_state = 63}, + [3593] = {.lex_state = 58}, + [3594] = {.lex_state = 58}, + [3595] = {.lex_state = 58}, + [3596] = {.lex_state = 58}, + [3597] = {.lex_state = 63}, + [3598] = {.lex_state = 58}, + [3599] = {.lex_state = 58}, + [3600] = {.lex_state = 63}, + [3601] = {.lex_state = 63}, + [3602] = {.lex_state = 63}, + [3603] = {.lex_state = 63}, + [3604] = {.lex_state = 63}, + [3605] = {.lex_state = 63}, + [3606] = {.lex_state = 58}, + [3607] = {.lex_state = 58}, + [3608] = {.lex_state = 63}, + [3609] = {.lex_state = 63}, + [3610] = {.lex_state = 63}, + [3611] = {.lex_state = 63}, + [3612] = {.lex_state = 63}, + [3613] = {.lex_state = 63}, + [3614] = {.lex_state = 63}, + [3615] = {.lex_state = 63}, + [3616] = {.lex_state = 63}, + [3617] = {.lex_state = 63}, + [3618] = {.lex_state = 63}, + [3619] = {.lex_state = 74}, + [3620] = {.lex_state = 58}, + [3621] = {.lex_state = 58}, + [3622] = {.lex_state = 58}, + [3623] = {.lex_state = 58}, + [3624] = {.lex_state = 63}, + [3625] = {.lex_state = 63}, + [3626] = {.lex_state = 63}, + [3627] = {.lex_state = 63}, + [3628] = {.lex_state = 63}, + [3629] = {.lex_state = 63}, + [3630] = {.lex_state = 63}, + [3631] = {.lex_state = 63}, + [3632] = {.lex_state = 63}, + [3633] = {.lex_state = 58}, + [3634] = {.lex_state = 63}, + [3635] = {.lex_state = 58}, + [3636] = {.lex_state = 63}, + [3637] = {.lex_state = 63}, + [3638] = {.lex_state = 63}, + [3639] = {.lex_state = 63}, + [3640] = {.lex_state = 63}, + [3641] = {.lex_state = 63}, + [3642] = {.lex_state = 63}, + [3643] = {.lex_state = 63}, + [3644] = {.lex_state = 63}, + [3645] = {.lex_state = 63}, + [3646] = {.lex_state = 63}, + [3647] = {.lex_state = 63}, + [3648] = {.lex_state = 63}, + [3649] = {.lex_state = 76}, + [3650] = {.lex_state = 63}, + [3651] = {.lex_state = 91}, + [3652] = {.lex_state = 91}, + [3653] = {.lex_state = 76}, + [3654] = {.lex_state = 68}, + [3655] = {.lex_state = 68}, + [3656] = {.lex_state = 74}, + [3657] = {.lex_state = 74}, + [3658] = {.lex_state = 74}, + [3659] = {.lex_state = 74}, + [3660] = {.lex_state = 74}, + [3661] = {.lex_state = 74}, + [3662] = {.lex_state = 74}, + [3663] = {.lex_state = 58}, + [3664] = {.lex_state = 74}, + [3665] = {.lex_state = 74}, + [3666] = {.lex_state = 74}, + [3667] = {.lex_state = 74}, + [3668] = {.lex_state = 58}, + [3669] = {.lex_state = 74}, + [3670] = {.lex_state = 58}, + [3671] = {.lex_state = 58}, + [3672] = {.lex_state = 58}, + [3673] = {.lex_state = 74}, + [3674] = {.lex_state = 58}, + [3675] = {.lex_state = 58}, + [3676] = {.lex_state = 58}, + [3677] = {.lex_state = 74}, + [3678] = {.lex_state = 74}, + [3679] = {.lex_state = 74}, + [3680] = {.lex_state = 74}, + [3681] = {.lex_state = 74}, + [3682] = {.lex_state = 74}, + [3683] = {.lex_state = 58}, + [3684] = {.lex_state = 58}, + [3685] = {.lex_state = 74}, + [3686] = {.lex_state = 74}, + [3687] = {.lex_state = 74}, + [3688] = {.lex_state = 74}, + [3689] = {.lex_state = 74}, + [3690] = {.lex_state = 74}, + [3691] = {.lex_state = 74}, + [3692] = {.lex_state = 74}, + [3693] = {.lex_state = 89}, + [3694] = {.lex_state = 74}, + [3695] = {.lex_state = 74}, + [3696] = {.lex_state = 74}, + [3697] = {.lex_state = 74}, + [3698] = {.lex_state = 74}, + [3699] = {.lex_state = 74}, + [3700] = {.lex_state = 74}, + [3701] = {.lex_state = 74}, + [3702] = {.lex_state = 74}, + [3703] = {.lex_state = 74}, + [3704] = {.lex_state = 74}, + [3705] = {.lex_state = 74}, + [3706] = {.lex_state = 74}, + [3707] = {.lex_state = 74}, + [3708] = {.lex_state = 74}, + [3709] = {.lex_state = 74}, + [3710] = {.lex_state = 74}, + [3711] = {.lex_state = 74}, + [3712] = {.lex_state = 74}, + [3713] = {.lex_state = 74}, + [3714] = {.lex_state = 74}, + [3715] = {.lex_state = 74}, + [3716] = {.lex_state = 74}, + [3717] = {.lex_state = 74}, + [3718] = {.lex_state = 74}, + [3719] = {.lex_state = 74}, + [3720] = {.lex_state = 74}, + [3721] = {.lex_state = 74}, + [3722] = {.lex_state = 74}, + [3723] = {.lex_state = 74}, + [3724] = {.lex_state = 74}, + [3725] = {.lex_state = 74}, + [3726] = {.lex_state = 74}, + [3727] = {.lex_state = 74}, + [3728] = {.lex_state = 74}, + [3729] = {.lex_state = 74}, + [3730] = {.lex_state = 74}, + [3731] = {.lex_state = 74}, + [3732] = {.lex_state = 74}, + [3733] = {.lex_state = 74}, + [3734] = {.lex_state = 74}, + [3735] = {.lex_state = 74}, + [3736] = {.lex_state = 74}, + [3737] = {.lex_state = 74}, + [3738] = {.lex_state = 74}, + [3739] = {.lex_state = 74}, + [3740] = {.lex_state = 74}, + [3741] = {.lex_state = 89}, + [3742] = {.lex_state = 74}, + [3743] = {.lex_state = 74}, + [3744] = {.lex_state = 74}, + [3745] = {.lex_state = 74}, + [3746] = {.lex_state = 74}, + [3747] = {.lex_state = 3}, + [3748] = {.lex_state = 3}, + [3749] = {.lex_state = 3}, + [3750] = {.lex_state = 3}, + [3751] = {.lex_state = 3}, + [3752] = {.lex_state = 3}, + [3753] = {.lex_state = 3}, + [3754] = {.lex_state = 3}, + [3755] = {.lex_state = 3}, + [3756] = {.lex_state = 3}, + [3757] = {.lex_state = 3}, + [3758] = {.lex_state = 3}, + [3759] = {.lex_state = 3}, + [3760] = {.lex_state = 3}, + [3761] = {.lex_state = 3}, + [3762] = {.lex_state = 3}, + [3763] = {.lex_state = 3}, + [3764] = {.lex_state = 3}, + [3765] = {.lex_state = 3}, + [3766] = {.lex_state = 3}, + [3767] = {.lex_state = 3}, + [3768] = {.lex_state = 3}, + [3769] = {.lex_state = 3}, + [3770] = {.lex_state = 3}, + [3771] = {.lex_state = 3}, + [3772] = {.lex_state = 3}, + [3773] = {.lex_state = 3}, + [3774] = {.lex_state = 3}, + [3775] = {.lex_state = 3}, + [3776] = {.lex_state = 3}, + [3777] = {.lex_state = 3}, + [3778] = {.lex_state = 3}, + [3779] = {.lex_state = 3}, + [3780] = {.lex_state = 3}, + [3781] = {.lex_state = 3}, + [3782] = {.lex_state = 59}, + [3783] = {.lex_state = 65}, + [3784] = {.lex_state = 43}, + [3785] = {.lex_state = 43}, + [3786] = {.lex_state = 65}, + [3787] = {.lex_state = 69}, + [3788] = {.lex_state = 59}, + [3789] = {.lex_state = 72}, + [3790] = {.lex_state = 72}, + [3791] = {.lex_state = 65}, + [3792] = {.lex_state = 72}, + [3793] = {.lex_state = 43}, + [3794] = {.lex_state = 49}, + [3795] = {.lex_state = 49}, + [3796] = {.lex_state = 59}, + [3797] = {.lex_state = 69}, + [3798] = {.lex_state = 59}, + [3799] = {.lex_state = 72}, + [3800] = {.lex_state = 43}, + [3801] = {.lex_state = 69}, + [3802] = {.lex_state = 65}, + [3803] = {.lex_state = 69}, + [3804] = {.lex_state = 59}, + [3805] = {.lex_state = 65}, + [3806] = {.lex_state = 72}, + [3807] = {.lex_state = 59}, + [3808] = {.lex_state = 69}, + [3809] = {.lex_state = 69}, + [3810] = {.lex_state = 59}, + [3811] = {.lex_state = 72}, + [3812] = {.lex_state = 65}, + [3813] = {.lex_state = 59}, + [3814] = {.lex_state = 69}, + [3815] = {.lex_state = 49}, + [3816] = {.lex_state = 72}, + [3817] = {.lex_state = 65}, + [3818] = {.lex_state = 43}, + [3819] = {.lex_state = 49}, + [3820] = {.lex_state = 43}, + [3821] = {.lex_state = 69}, + [3822] = {.lex_state = 59}, + [3823] = {.lex_state = 72}, + [3824] = {.lex_state = 65}, + [3825] = {.lex_state = 69}, + [3826] = {.lex_state = 43}, + [3827] = {.lex_state = 65}, + [3828] = {.lex_state = 43}, + [3829] = {.lex_state = 65}, + [3830] = {.lex_state = 72}, + [3831] = {.lex_state = 59}, + [3832] = {.lex_state = 69}, + [3833] = {.lex_state = 72}, + [3834] = {.lex_state = 59}, + [3835] = {.lex_state = 65}, + [3836] = {.lex_state = 72}, + [3837] = {.lex_state = 59}, + [3838] = {.lex_state = 69}, + [3839] = {.lex_state = 59}, + [3840] = {.lex_state = 69}, + [3841] = {.lex_state = 59}, + [3842] = {.lex_state = 72}, + [3843] = {.lex_state = 65}, + [3844] = {.lex_state = 69}, + [3845] = {.lex_state = 59}, + [3846] = {.lex_state = 72}, + [3847] = {.lex_state = 65}, + [3848] = {.lex_state = 43}, + [3849] = {.lex_state = 69}, + [3850] = {.lex_state = 69}, + [3851] = {.lex_state = 43}, + [3852] = {.lex_state = 69}, + [3853] = {.lex_state = 59}, + [3854] = {.lex_state = 43}, + [3855] = {.lex_state = 72}, + [3856] = {.lex_state = 65}, + [3857] = {.lex_state = 49}, + [3858] = {.lex_state = 65}, + [3859] = {.lex_state = 69}, + [3860] = {.lex_state = 59}, + [3861] = {.lex_state = 72}, + [3862] = {.lex_state = 49}, + [3863] = {.lex_state = 65}, + [3864] = {.lex_state = 72}, + [3865] = {.lex_state = 43}, + [3866] = {.lex_state = 59}, + [3867] = {.lex_state = 49}, + [3868] = {.lex_state = 49}, + [3869] = {.lex_state = 69}, + [3870] = {.lex_state = 69}, + [3871] = {.lex_state = 59}, + [3872] = {.lex_state = 72}, + [3873] = {.lex_state = 65}, + [3874] = {.lex_state = 72}, + [3875] = {.lex_state = 43}, + [3876] = {.lex_state = 65}, + [3877] = {.lex_state = 43}, + [3878] = {.lex_state = 43}, + [3879] = {.lex_state = 65}, + [3880] = {.lex_state = 72}, + [3881] = {.lex_state = 69}, + [3882] = {.lex_state = 59}, + [3883] = {.lex_state = 72}, + [3884] = {.lex_state = 65}, + [3885] = {.lex_state = 59}, + [3886] = {.lex_state = 69}, + [3887] = {.lex_state = 49}, + [3888] = {.lex_state = 49}, + [3889] = {.lex_state = 65}, + [3890] = {.lex_state = 43}, + [3891] = {.lex_state = 69}, + [3892] = {.lex_state = 43}, + [3893] = {.lex_state = 59}, + [3894] = {.lex_state = 72}, + [3895] = {.lex_state = 65}, + [3896] = {.lex_state = 49}, + [3897] = {.lex_state = 43}, + [3898] = {.lex_state = 69}, + [3899] = {.lex_state = 59}, + [3900] = {.lex_state = 43}, + [3901] = {.lex_state = 72}, + [3902] = {.lex_state = 65}, + [3903] = {.lex_state = 65}, + [3904] = {.lex_state = 72}, + [3905] = {.lex_state = 59}, + [3906] = {.lex_state = 69}, + [3907] = {.lex_state = 43}, + [3908] = {.lex_state = 49}, + [3909] = {.lex_state = 43}, + [3910] = {.lex_state = 69}, + [3911] = {.lex_state = 59}, + [3912] = {.lex_state = 43}, + [3913] = {.lex_state = 49}, + [3914] = {.lex_state = 72}, + [3915] = {.lex_state = 69}, + [3916] = {.lex_state = 59}, + [3917] = {.lex_state = 72}, + [3918] = {.lex_state = 65}, + [3919] = {.lex_state = 65}, + [3920] = {.lex_state = 49}, + [3921] = {.lex_state = 43}, + [3922] = {.lex_state = 43}, + [3923] = {.lex_state = 43}, + [3924] = {.lex_state = 65}, + [3925] = {.lex_state = 72}, + [3926] = {.lex_state = 59}, + [3927] = {.lex_state = 69}, [3928] = {.lex_state = 43}, - [3929] = {.lex_state = 43}, - [3930] = {.lex_state = 62}, - [3931] = {.lex_state = 73}, - [3932] = {.lex_state = 43}, - [3933] = {.lex_state = 50}, - [3934] = {.lex_state = 43}, - [3935] = {.lex_state = 67}, - [3936] = {.lex_state = 70}, - [3937] = {.lex_state = 73}, - [3938] = {.lex_state = 62}, - [3939] = {.lex_state = 62}, - [3940] = {.lex_state = 73}, - [3941] = {.lex_state = 73}, - [3942] = {.lex_state = 70}, - [3943] = {.lex_state = 67}, - [3944] = {.lex_state = 62}, - [3945] = {.lex_state = 73}, - [3946] = {.lex_state = 62}, - [3947] = {.lex_state = 50}, - [3948] = {.lex_state = 73}, - [3949] = {.lex_state = 70}, - [3950] = {.lex_state = 73}, - [3951] = {.lex_state = 67}, - [3952] = {.lex_state = 62}, - [3953] = {.lex_state = 70}, - [3954] = {.lex_state = 67}, - [3955] = {.lex_state = 62}, - [3956] = {.lex_state = 70}, - [3957] = {.lex_state = 67}, - [3958] = {.lex_state = 70}, - [3959] = {.lex_state = 67}, - [3960] = {.lex_state = 70}, - [3961] = {.lex_state = 62}, - [3962] = {.lex_state = 73}, - [3963] = {.lex_state = 67}, - [3964] = {.lex_state = 67}, - [3965] = {.lex_state = 70}, - [3966] = {.lex_state = 62}, - [3967] = {.lex_state = 73}, - [3968] = {.lex_state = 43}, - [3969] = {.lex_state = 50}, + [3929] = {.lex_state = 69}, + [3930] = {.lex_state = 59}, + [3931] = {.lex_state = 72}, + [3932] = {.lex_state = 65}, + [3933] = {.lex_state = 72}, + [3934] = {.lex_state = 59}, + [3935] = {.lex_state = 69}, + [3936] = {.lex_state = 65}, + [3937] = {.lex_state = 49}, + [3938] = {.lex_state = 43}, + [3939] = {.lex_state = 65}, + [3940] = {.lex_state = 72}, + [3941] = {.lex_state = 59}, + [3942] = {.lex_state = 69}, + [3943] = {.lex_state = 49}, + [3944] = {.lex_state = 43}, + [3945] = {.lex_state = 49}, + [3946] = {.lex_state = 43}, + [3947] = {.lex_state = 43}, + [3948] = {.lex_state = 69}, + [3949] = {.lex_state = 59}, + [3950] = {.lex_state = 72}, + [3951] = {.lex_state = 49}, + [3952] = {.lex_state = 65}, + [3953] = {.lex_state = 43}, + [3954] = {.lex_state = 65}, + [3955] = {.lex_state = 72}, + [3956] = {.lex_state = 59}, + [3957] = {.lex_state = 69}, + [3958] = {.lex_state = 59}, + [3959] = {.lex_state = 72}, + [3960] = {.lex_state = 65}, + [3961] = {.lex_state = 69}, + [3962] = {.lex_state = 65}, + [3963] = {.lex_state = 69}, + [3964] = {.lex_state = 69}, + [3965] = {.lex_state = 43}, + [3966] = {.lex_state = 59}, + [3967] = {.lex_state = 72}, + [3968] = {.lex_state = 65}, + [3969] = {.lex_state = 72}, [3970] = {.lex_state = 43}, - [3971] = {.lex_state = 73}, - [3972] = {.lex_state = 62}, - [3973] = {.lex_state = 70}, - [3974] = {.lex_state = 67}, - [3975] = {.lex_state = 50}, - [3976] = {.lex_state = 67}, - [3977] = {.lex_state = 70}, - [3978] = {.lex_state = 62}, - [3979] = {.lex_state = 67}, - [3980] = {.lex_state = 43}, - [3981] = {.lex_state = 73}, - [3982] = {.lex_state = 62}, + [3971] = {.lex_state = 65}, + [3972] = {.lex_state = 72}, + [3973] = {.lex_state = 65}, + [3974] = {.lex_state = 59}, + [3975] = {.lex_state = 69}, + [3976] = {.lex_state = 65}, + [3977] = {.lex_state = 43}, + [3978] = {.lex_state = 43}, + [3979] = {.lex_state = 72}, + [3980] = {.lex_state = 59}, + [3981] = {.lex_state = 69}, + [3982] = {.lex_state = 43}, [3983] = {.lex_state = 43}, - [3984] = {.lex_state = 67}, - [3985] = {.lex_state = 70}, - [3986] = {.lex_state = 50}, - [3987] = {.lex_state = 67}, - [3988] = {.lex_state = 73}, - [3989] = {.lex_state = 70}, - [3990] = {.lex_state = 50}, - [3991] = {.lex_state = 70}, - [3992] = {.lex_state = 62}, - [3993] = {.lex_state = 73}, - [3994] = {.lex_state = 62}, - [3995] = {.lex_state = 73}, - [3996] = {.lex_state = 62}, - [3997] = {.lex_state = 70}, - [3998] = {.lex_state = 67}, - [3999] = {.lex_state = 73}, - [4000] = {.lex_state = 67}, - [4001] = {.lex_state = 70}, - [4002] = {.lex_state = 62}, - [4003] = {.lex_state = 73}, - [4004] = {.lex_state = 43}, - [4005] = {.lex_state = 50}, - [4006] = {.lex_state = 73}, - [4007] = {.lex_state = 62}, - [4008] = {.lex_state = 43}, - [4009] = {.lex_state = 43}, - [4010] = {.lex_state = 70}, - [4011] = {.lex_state = 67}, - [4012] = {.lex_state = 73}, - [4013] = {.lex_state = 62}, - [4014] = {.lex_state = 70}, + [3984] = {.lex_state = 49}, + [3985] = {.lex_state = 69}, + [3986] = {.lex_state = 65}, + [3987] = {.lex_state = 72}, + [3988] = {.lex_state = 59}, + [3989] = {.lex_state = 59}, + [3990] = {.lex_state = 72}, + [3991] = {.lex_state = 69}, + [3992] = {.lex_state = 59}, + [3993] = {.lex_state = 72}, + [3994] = {.lex_state = 65}, + [3995] = {.lex_state = 69}, + [3996] = {.lex_state = 49}, + [3997] = {.lex_state = 65}, + [3998] = {.lex_state = 43}, + [3999] = {.lex_state = 43}, + [4000] = {.lex_state = 43}, + [4001] = {.lex_state = 69}, + [4002] = {.lex_state = 59}, + [4003] = {.lex_state = 65}, + [4004] = {.lex_state = 72}, + [4005] = {.lex_state = 59}, + [4006] = {.lex_state = 69}, + [4007] = {.lex_state = 72}, + [4008] = {.lex_state = 72}, + [4009] = {.lex_state = 65}, + [4010] = {.lex_state = 65}, + [4011] = {.lex_state = 72}, + [4012] = {.lex_state = 59}, + [4013] = {.lex_state = 69}, + [4014] = {.lex_state = 43}, [4015] = {.lex_state = 43}, - [4016] = {.lex_state = 67}, - [4017] = {.lex_state = 50}, - [4018] = {.lex_state = 50}, - [4019] = {.lex_state = 67}, - [4020] = {.lex_state = 70}, - [4021] = {.lex_state = 62}, - [4022] = {.lex_state = 73}, - [4023] = {.lex_state = 73}, - [4024] = {.lex_state = 62}, - [4025] = {.lex_state = 70}, - [4026] = {.lex_state = 67}, - [4027] = {.lex_state = 50}, - [4028] = {.lex_state = 50}, - [4029] = {.lex_state = 43}, - [4030] = {.lex_state = 43}, - [4031] = {.lex_state = 50}, - [4032] = {.lex_state = 43}, - [4033] = {.lex_state = 50}, - [4034] = {.lex_state = 62}, - [4035] = {.lex_state = 67}, - [4036] = {.lex_state = 70}, - [4037] = {.lex_state = 62}, - [4038] = {.lex_state = 73}, - [4039] = {.lex_state = 73}, - [4040] = {.lex_state = 62}, - [4041] = {.lex_state = 70}, - [4042] = {.lex_state = 67}, - [4043] = {.lex_state = 67}, - [4044] = {.lex_state = 70}, - [4045] = {.lex_state = 62}, - [4046] = {.lex_state = 67}, - [4047] = {.lex_state = 43}, - [4048] = {.lex_state = 50}, - [4049] = {.lex_state = 70}, - [4050] = {.lex_state = 62}, - [4051] = {.lex_state = 73}, - [4052] = {.lex_state = 43}, - [4053] = {.lex_state = 73}, - [4054] = {.lex_state = 62}, - [4055] = {.lex_state = 70}, - [4056] = {.lex_state = 67}, - [4057] = {.lex_state = 73}, - [4058] = {.lex_state = 50}, - [4059] = {.lex_state = 73}, - [4060] = {.lex_state = 43}, - [4061] = {.lex_state = 50}, - [4062] = {.lex_state = 73}, - [4063] = {.lex_state = 62}, - [4064] = {.lex_state = 70}, - [4065] = {.lex_state = 67}, - [4066] = {.lex_state = 70}, - [4067] = {.lex_state = 67}, - [4068] = {.lex_state = 43}, - [4069] = {.lex_state = 67}, - [4070] = {.lex_state = 70}, - [4071] = {.lex_state = 62}, - [4072] = {.lex_state = 73}, - [4073] = {.lex_state = 73}, - [4074] = {.lex_state = 62}, - [4075] = {.lex_state = 70}, - [4076] = {.lex_state = 67}, - [4077] = {.lex_state = 43}, - [4078] = {.lex_state = 50}, - [4079] = {.lex_state = 73}, - [4080] = {.lex_state = 62}, - [4081] = {.lex_state = 70}, - [4082] = {.lex_state = 67}, + [4016] = {.lex_state = 43}, + [4017] = {.lex_state = 49}, + [4018] = {.lex_state = 65}, + [4019] = {.lex_state = 49}, + [4020] = {.lex_state = 69}, + [4021] = {.lex_state = 49}, + [4022] = {.lex_state = 59}, + [4023] = {.lex_state = 72}, + [4024] = {.lex_state = 43}, + [4025] = {.lex_state = 65}, + [4026] = {.lex_state = 72}, + [4027] = {.lex_state = 65}, + [4028] = {.lex_state = 72}, + [4029] = {.lex_state = 59}, + [4030] = {.lex_state = 69}, + [4031] = {.lex_state = 59}, + [4032] = {.lex_state = 69}, + [4033] = {.lex_state = 69}, + [4034] = {.lex_state = 59}, + [4035] = {.lex_state = 72}, + [4036] = {.lex_state = 65}, + [4037] = {.lex_state = 65}, + [4038] = {.lex_state = 43}, + [4039] = {.lex_state = 72}, + [4040] = {.lex_state = 43}, + [4041] = {.lex_state = 49}, + [4042] = {.lex_state = 59}, + [4043] = {.lex_state = 69}, + [4044] = {.lex_state = 49}, + [4045] = {.lex_state = 43}, + [4046] = {.lex_state = 43}, + [4047] = {.lex_state = 69}, + [4048] = {.lex_state = 59}, + [4049] = {.lex_state = 72}, + [4050] = {.lex_state = 65}, + [4051] = {.lex_state = 43}, + [4052] = {.lex_state = 69}, + [4053] = {.lex_state = 59}, + [4054] = {.lex_state = 43}, + [4055] = {.lex_state = 69}, + [4056] = {.lex_state = 59}, + [4057] = {.lex_state = 65}, + [4058] = {.lex_state = 72}, + [4059] = {.lex_state = 59}, + [4060] = {.lex_state = 69}, + [4061] = {.lex_state = 59}, + [4062] = {.lex_state = 65}, + [4063] = {.lex_state = 72}, + [4064] = {.lex_state = 72}, + [4065] = {.lex_state = 65}, + [4066] = {.lex_state = 43}, + [4067] = {.lex_state = 69}, + [4068] = {.lex_state = 59}, + [4069] = {.lex_state = 72}, + [4070] = {.lex_state = 65}, + [4071] = {.lex_state = 59}, + [4072] = {.lex_state = 69}, + [4073] = {.lex_state = 49}, + [4074] = {.lex_state = 43}, + [4075] = {.lex_state = 43}, + [4076] = {.lex_state = 69}, + [4077] = {.lex_state = 59}, + [4078] = {.lex_state = 43}, + [4079] = {.lex_state = 49}, + [4080] = {.lex_state = 72}, + [4081] = {.lex_state = 65}, + [4082] = {.lex_state = 69}, [4083] = {.lex_state = 43}, - [4084] = {.lex_state = 67}, - [4085] = {.lex_state = 70}, - [4086] = {.lex_state = 62}, - [4087] = {.lex_state = 73}, - [4088] = {.lex_state = 67}, - [4089] = {.lex_state = 70}, - [4090] = {.lex_state = 62}, - [4091] = {.lex_state = 73}, - [4092] = {.lex_state = 73}, - [4093] = {.lex_state = 62}, + [4084] = {.lex_state = 49}, + [4085] = {.lex_state = 65}, + [4086] = {.lex_state = 72}, + [4087] = {.lex_state = 59}, + [4088] = {.lex_state = 65}, + [4089] = {.lex_state = 72}, + [4090] = {.lex_state = 59}, + [4091] = {.lex_state = 69}, + [4092] = {.lex_state = 69}, + [4093] = {.lex_state = 65}, [4094] = {.lex_state = 43}, - [4095] = {.lex_state = 70}, - [4096] = {.lex_state = 67}, - [4097] = {.lex_state = 50}, - [4098] = {.lex_state = 43}, - [4099] = {.lex_state = 73}, - [4100] = {.lex_state = 62}, - [4101] = {.lex_state = 70}, - [4102] = {.lex_state = 44}, - [4103] = {.lex_state = 4}, - [4104] = {.lex_state = 44}, - [4105] = {.lex_state = 44}, - [4106] = {.lex_state = 44}, - [4107] = {.lex_state = 44}, - [4108] = {.lex_state = 44}, - [4109] = {.lex_state = 44}, - [4110] = {.lex_state = 44}, - [4111] = {.lex_state = 44}, - [4112] = {.lex_state = 44}, - [4113] = {.lex_state = 44}, - [4114] = {.lex_state = 45}, - [4115] = {.lex_state = 44}, - [4116] = {.lex_state = 45}, - [4117] = {.lex_state = 44}, - [4118] = {.lex_state = 45}, - [4119] = {.lex_state = 45}, - [4120] = {.lex_state = 4}, - [4121] = {.lex_state = 44}, - [4122] = {.lex_state = 44}, - [4123] = {.lex_state = 45}, - [4124] = {.lex_state = 44}, - [4125] = {.lex_state = 4}, - [4126] = {.lex_state = 45}, - [4127] = {.lex_state = 44}, - [4128] = {.lex_state = 4}, - [4129] = {.lex_state = 4}, - [4130] = {.lex_state = 45}, - [4131] = {.lex_state = 44}, - [4132] = {.lex_state = 44}, - [4133] = {.lex_state = 44}, - [4134] = {.lex_state = 44}, - [4135] = {.lex_state = 44}, - [4136] = {.lex_state = 44}, - [4137] = {.lex_state = 44}, - [4138] = {.lex_state = 44}, - [4139] = {.lex_state = 44}, - [4140] = {.lex_state = 44}, - [4141] = {.lex_state = 45}, - [4142] = {.lex_state = 4}, - [4143] = {.lex_state = 45}, - [4144] = {.lex_state = 45}, - [4145] = {.lex_state = 45}, - [4146] = {.lex_state = 4}, - [4147] = {.lex_state = 44}, - [4148] = {.lex_state = 44}, - [4149] = {.lex_state = 44}, - [4150] = {.lex_state = 44}, - [4151] = {.lex_state = 4}, - [4152] = {.lex_state = 44}, - [4153] = {.lex_state = 44}, - [4154] = {.lex_state = 44}, - [4155] = {.lex_state = 4}, - [4156] = {.lex_state = 45}, - [4157] = {.lex_state = 45}, - [4158] = {.lex_state = 44}, - [4159] = {.lex_state = 44}, - [4160] = {.lex_state = 44}, - [4161] = {.lex_state = 44}, - [4162] = {.lex_state = 45}, - [4163] = {.lex_state = 4}, - [4164] = {.lex_state = 44}, - [4165] = {.lex_state = 44}, - [4166] = {.lex_state = 44}, - [4167] = {.lex_state = 44}, - [4168] = {.lex_state = 45}, - [4169] = {.lex_state = 44}, - [4170] = {.lex_state = 44}, - [4171] = {.lex_state = 44}, + [4095] = {.lex_state = 49}, + [4096] = {.lex_state = 72}, + [4097] = {.lex_state = 59}, + [4098] = {.lex_state = 59}, + [4099] = {.lex_state = 69}, + [4100] = {.lex_state = 69}, + [4101] = {.lex_state = 59}, + [4102] = {.lex_state = 72}, + [4103] = {.lex_state = 65}, + [4104] = {.lex_state = 72}, + [4105] = {.lex_state = 43}, + [4106] = {.lex_state = 43}, + [4107] = {.lex_state = 49}, + [4108] = {.lex_state = 65}, + [4109] = {.lex_state = 69}, + [4110] = {.lex_state = 59}, + [4111] = {.lex_state = 72}, + [4112] = {.lex_state = 65}, + [4113] = {.lex_state = 43}, + [4114] = {.lex_state = 43}, + [4115] = {.lex_state = 49}, + [4116] = {.lex_state = 49}, + [4117] = {.lex_state = 69}, + [4118] = {.lex_state = 59}, + [4119] = {.lex_state = 72}, + [4120] = {.lex_state = 65}, + [4121] = {.lex_state = 65}, + [4122] = {.lex_state = 43}, + [4123] = {.lex_state = 65}, + [4124] = {.lex_state = 65}, + [4125] = {.lex_state = 65}, + [4126] = {.lex_state = 72}, + [4127] = {.lex_state = 72}, + [4128] = {.lex_state = 72}, + [4129] = {.lex_state = 59}, + [4130] = {.lex_state = 69}, + [4131] = {.lex_state = 43}, + [4132] = {.lex_state = 59}, + [4133] = {.lex_state = 69}, + [4134] = {.lex_state = 43}, + [4135] = {.lex_state = 43}, + [4136] = {.lex_state = 59}, + [4137] = {.lex_state = 69}, + [4138] = {.lex_state = 59}, + [4139] = {.lex_state = 49}, + [4140] = {.lex_state = 72}, + [4141] = {.lex_state = 72}, + [4142] = {.lex_state = 43}, + [4143] = {.lex_state = 69}, + [4144] = {.lex_state = 59}, + [4145] = {.lex_state = 72}, + [4146] = {.lex_state = 65}, + [4147] = {.lex_state = 49}, + [4148] = {.lex_state = 65}, + [4149] = {.lex_state = 43}, + [4150] = {.lex_state = 43}, + [4151] = {.lex_state = 43}, + [4152] = {.lex_state = 65}, + [4153] = {.lex_state = 72}, + [4154] = {.lex_state = 65}, + [4155] = {.lex_state = 72}, + [4156] = {.lex_state = 59}, + [4157] = {.lex_state = 69}, + [4158] = {.lex_state = 49}, + [4159] = {.lex_state = 59}, + [4160] = {.lex_state = 65}, + [4161] = {.lex_state = 72}, + [4162] = {.lex_state = 59}, + [4163] = {.lex_state = 69}, + [4164] = {.lex_state = 69}, + [4165] = {.lex_state = 59}, + [4166] = {.lex_state = 69}, + [4167] = {.lex_state = 72}, + [4168] = {.lex_state = 49}, + [4169] = {.lex_state = 69}, + [4170] = {.lex_state = 43}, + [4171] = {.lex_state = 43}, [4172] = {.lex_state = 44}, [4173] = {.lex_state = 44}, - [4174] = {.lex_state = 4}, - [4175] = {.lex_state = 45}, - [4176] = {.lex_state = 45}, - [4177] = {.lex_state = 45}, - [4178] = {.lex_state = 45}, - [4179] = {.lex_state = 4}, + [4174] = {.lex_state = 44}, + [4175] = {.lex_state = 4}, + [4176] = {.lex_state = 44}, + [4177] = {.lex_state = 44}, + [4178] = {.lex_state = 44}, + [4179] = {.lex_state = 44}, [4180] = {.lex_state = 44}, - [4181] = {.lex_state = 44}, + [4181] = {.lex_state = 4}, [4182] = {.lex_state = 44}, [4183] = {.lex_state = 44}, [4184] = {.lex_state = 44}, @@ -23544,469 +23576,469 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4186] = {.lex_state = 4}, [4187] = {.lex_state = 44}, [4188] = {.lex_state = 4}, - [4189] = {.lex_state = 44}, - [4190] = {.lex_state = 44}, + [4189] = {.lex_state = 4}, + [4190] = {.lex_state = 4}, [4191] = {.lex_state = 44}, [4192] = {.lex_state = 44}, - [4193] = {.lex_state = 44}, + [4193] = {.lex_state = 4}, [4194] = {.lex_state = 44}, [4195] = {.lex_state = 44}, - [4196] = {.lex_state = 4}, + [4196] = {.lex_state = 44}, [4197] = {.lex_state = 44}, [4198] = {.lex_state = 44}, [4199] = {.lex_state = 44}, [4200] = {.lex_state = 44}, [4201] = {.lex_state = 44}, [4202] = {.lex_state = 44}, - [4203] = {.lex_state = 45}, - [4204] = {.lex_state = 44}, + [4203] = {.lex_state = 4}, + [4204] = {.lex_state = 4}, [4205] = {.lex_state = 44}, [4206] = {.lex_state = 44}, - [4207] = {.lex_state = 45}, + [4207] = {.lex_state = 4}, [4208] = {.lex_state = 44}, - [4209] = {.lex_state = 44}, + [4209] = {.lex_state = 4}, [4210] = {.lex_state = 44}, - [4211] = {.lex_state = 45}, - [4212] = {.lex_state = 45}, + [4211] = {.lex_state = 4}, + [4212] = {.lex_state = 4}, [4213] = {.lex_state = 44}, [4214] = {.lex_state = 44}, - [4215] = {.lex_state = 44}, + [4215] = {.lex_state = 4}, [4216] = {.lex_state = 44}, - [4217] = {.lex_state = 44}, + [4217] = {.lex_state = 4}, [4218] = {.lex_state = 4}, - [4219] = {.lex_state = 4}, - [4220] = {.lex_state = 44}, + [4219] = {.lex_state = 44}, + [4220] = {.lex_state = 4}, [4221] = {.lex_state = 44}, [4222] = {.lex_state = 44}, - [4223] = {.lex_state = 44}, + [4223] = {.lex_state = 4}, [4224] = {.lex_state = 44}, - [4225] = {.lex_state = 44}, + [4225] = {.lex_state = 4}, [4226] = {.lex_state = 44}, [4227] = {.lex_state = 44}, - [4228] = {.lex_state = 4}, - [4229] = {.lex_state = 4}, - [4230] = {.lex_state = 4}, - [4231] = {.lex_state = 44}, - [4232] = {.lex_state = 45}, + [4228] = {.lex_state = 44}, + [4229] = {.lex_state = 44}, + [4230] = {.lex_state = 44}, + [4231] = {.lex_state = 4}, + [4232] = {.lex_state = 44}, [4233] = {.lex_state = 44}, [4234] = {.lex_state = 44}, - [4235] = {.lex_state = 45}, - [4236] = {.lex_state = 44}, + [4235] = {.lex_state = 44}, + [4236] = {.lex_state = 4}, [4237] = {.lex_state = 44}, [4238] = {.lex_state = 44}, - [4239] = {.lex_state = 45}, - [4240] = {.lex_state = 4}, - [4241] = {.lex_state = 4}, + [4239] = {.lex_state = 4}, + [4240] = {.lex_state = 44}, + [4241] = {.lex_state = 44}, [4242] = {.lex_state = 44}, [4243] = {.lex_state = 44}, [4244] = {.lex_state = 44}, [4245] = {.lex_state = 44}, [4246] = {.lex_state = 44}, [4247] = {.lex_state = 44}, - [4248] = {.lex_state = 44}, - [4249] = {.lex_state = 44}, - [4250] = {.lex_state = 44}, - [4251] = {.lex_state = 4}, - [4252] = {.lex_state = 44}, - [4253] = {.lex_state = 45}, - [4254] = {.lex_state = 4}, - [4255] = {.lex_state = 4}, + [4248] = {.lex_state = 4}, + [4249] = {.lex_state = 4}, + [4250] = {.lex_state = 4}, + [4251] = {.lex_state = 44}, + [4252] = {.lex_state = 4}, + [4253] = {.lex_state = 4}, + [4254] = {.lex_state = 44}, + [4255] = {.lex_state = 44}, [4256] = {.lex_state = 44}, - [4257] = {.lex_state = 44}, + [4257] = {.lex_state = 4}, [4258] = {.lex_state = 44}, [4259] = {.lex_state = 44}, - [4260] = {.lex_state = 44}, - [4261] = {.lex_state = 4}, - [4262] = {.lex_state = 44}, - [4263] = {.lex_state = 44}, - [4264] = {.lex_state = 44}, + [4260] = {.lex_state = 4}, + [4261] = {.lex_state = 44}, + [4262] = {.lex_state = 4}, + [4263] = {.lex_state = 4}, + [4264] = {.lex_state = 4}, [4265] = {.lex_state = 44}, [4266] = {.lex_state = 44}, - [4267] = {.lex_state = 44}, - [4268] = {.lex_state = 45}, - [4269] = {.lex_state = 45}, - [4270] = {.lex_state = 45}, + [4267] = {.lex_state = 4}, + [4268] = {.lex_state = 44}, + [4269] = {.lex_state = 44}, + [4270] = {.lex_state = 44}, [4271] = {.lex_state = 4}, - [4272] = {.lex_state = 45}, + [4272] = {.lex_state = 44}, [4273] = {.lex_state = 44}, [4274] = {.lex_state = 44}, [4275] = {.lex_state = 44}, [4276] = {.lex_state = 44}, - [4277] = {.lex_state = 4}, - [4278] = {.lex_state = 44}, - [4279] = {.lex_state = 44}, - [4280] = {.lex_state = 45}, - [4281] = {.lex_state = 44}, - [4282] = {.lex_state = 44}, - [4283] = {.lex_state = 44}, - [4284] = {.lex_state = 44}, - [4285] = {.lex_state = 44}, - [4286] = {.lex_state = 44}, - [4287] = {.lex_state = 4}, - [4288] = {.lex_state = 4}, - [4289] = {.lex_state = 4}, - [4290] = {.lex_state = 44}, - [4291] = {.lex_state = 44}, - [4292] = {.lex_state = 44}, - [4293] = {.lex_state = 44}, - [4294] = {.lex_state = 44}, - [4295] = {.lex_state = 44}, - [4296] = {.lex_state = 45}, - [4297] = {.lex_state = 4}, - [4298] = {.lex_state = 45}, - [4299] = {.lex_state = 44}, - [4300] = {.lex_state = 44}, - [4301] = {.lex_state = 45}, - [4302] = {.lex_state = 4}, - [4303] = {.lex_state = 44}, - [4304] = {.lex_state = 44}, - [4305] = {.lex_state = 44}, - [4306] = {.lex_state = 44}, - [4307] = {.lex_state = 4}, - [4308] = {.lex_state = 44}, - [4309] = {.lex_state = 44}, - [4310] = {.lex_state = 44}, - [4311] = {.lex_state = 44}, - [4312] = {.lex_state = 43}, - [4313] = {.lex_state = 43}, + [4277] = {.lex_state = 51}, + [4278] = {.lex_state = 51}, + [4279] = {.lex_state = 51}, + [4280] = {.lex_state = 51}, + [4281] = {.lex_state = 51}, + [4282] = {.lex_state = 51}, + [4283] = {.lex_state = 51}, + [4284] = {.lex_state = 51}, + [4285] = {.lex_state = 51}, + [4286] = {.lex_state = 51}, + [4287] = {.lex_state = 51}, + [4288] = {.lex_state = 51}, + [4289] = {.lex_state = 51}, + [4290] = {.lex_state = 51}, + [4291] = {.lex_state = 51}, + [4292] = {.lex_state = 51}, + [4293] = {.lex_state = 51}, + [4294] = {.lex_state = 51}, + [4295] = {.lex_state = 51}, + [4296] = {.lex_state = 51}, + [4297] = {.lex_state = 51}, + [4298] = {.lex_state = 51}, + [4299] = {.lex_state = 51}, + [4300] = {.lex_state = 51}, + [4301] = {.lex_state = 51}, + [4302] = {.lex_state = 51}, + [4303] = {.lex_state = 51}, + [4304] = {.lex_state = 51}, + [4305] = {.lex_state = 51}, + [4306] = {.lex_state = 51}, + [4307] = {.lex_state = 51}, + [4308] = {.lex_state = 51}, + [4309] = {.lex_state = 51}, + [4310] = {.lex_state = 43}, + [4311] = {.lex_state = 51}, + [4312] = {.lex_state = 51}, + [4313] = {.lex_state = 51}, [4314] = {.lex_state = 51}, - [4315] = {.lex_state = 50}, + [4315] = {.lex_state = 51}, [4316] = {.lex_state = 51}, - [4317] = {.lex_state = 1}, - [4318] = {.lex_state = 1}, - [4319] = {.lex_state = 63}, - [4320] = {.lex_state = 63}, - [4321] = {.lex_state = 1}, - [4322] = {.lex_state = 63}, + [4317] = {.lex_state = 51}, + [4318] = {.lex_state = 43}, + [4319] = {.lex_state = 51}, + [4320] = {.lex_state = 51}, + [4321] = {.lex_state = 51}, + [4322] = {.lex_state = 51}, [4323] = {.lex_state = 51}, [4324] = {.lex_state = 51}, - [4325] = {.lex_state = 63}, - [4326] = {.lex_state = 1}, - [4327] = {.lex_state = 1}, - [4328] = {.lex_state = 63}, + [4325] = {.lex_state = 51}, + [4326] = {.lex_state = 51}, + [4327] = {.lex_state = 51}, + [4328] = {.lex_state = 51}, [4329] = {.lex_state = 51}, - [4330] = {.lex_state = 63}, + [4330] = {.lex_state = 51}, [4331] = {.lex_state = 51}, - [4332] = {.lex_state = 1}, - [4333] = {.lex_state = 1}, - [4334] = {.lex_state = 44}, - [4335] = {.lex_state = 44}, - [4336] = {.lex_state = 63}, + [4332] = {.lex_state = 51}, + [4333] = {.lex_state = 51}, + [4334] = {.lex_state = 51}, + [4335] = {.lex_state = 51}, + [4336] = {.lex_state = 51}, [4337] = {.lex_state = 51}, - [4338] = {.lex_state = 1}, - [4339] = {.lex_state = 63}, + [4338] = {.lex_state = 51}, + [4339] = {.lex_state = 51}, [4340] = {.lex_state = 51}, [4341] = {.lex_state = 51}, - [4342] = {.lex_state = 1}, - [4343] = {.lex_state = 1}, - [4344] = {.lex_state = 63}, - [4345] = {.lex_state = 63}, + [4342] = {.lex_state = 51}, + [4343] = {.lex_state = 51}, + [4344] = {.lex_state = 51}, + [4345] = {.lex_state = 51}, [4346] = {.lex_state = 51}, - [4347] = {.lex_state = 1}, - [4348] = {.lex_state = 1}, - [4349] = {.lex_state = 63}, - [4350] = {.lex_state = 63}, - [4351] = {.lex_state = 51}, - [4352] = {.lex_state = 51}, - [4353] = {.lex_state = 63}, - [4354] = {.lex_state = 63}, - [4355] = {.lex_state = 1}, - [4356] = {.lex_state = 51}, - [4357] = {.lex_state = 63}, - [4358] = {.lex_state = 51}, - [4359] = {.lex_state = 1}, - [4360] = {.lex_state = 51}, - [4361] = {.lex_state = 63}, + [4347] = {.lex_state = 51}, + [4348] = {.lex_state = 51}, + [4349] = {.lex_state = 60}, + [4350] = {.lex_state = 1}, + [4351] = {.lex_state = 1}, + [4352] = {.lex_state = 50}, + [4353] = {.lex_state = 60}, + [4354] = {.lex_state = 1}, + [4355] = {.lex_state = 60}, + [4356] = {.lex_state = 44}, + [4357] = {.lex_state = 50}, + [4358] = {.lex_state = 50}, + [4359] = {.lex_state = 50}, + [4360] = {.lex_state = 1}, + [4361] = {.lex_state = 60}, [4362] = {.lex_state = 1}, - [4363] = {.lex_state = 51}, - [4364] = {.lex_state = 63}, - [4365] = {.lex_state = 1}, - [4366] = {.lex_state = 51}, + [4363] = {.lex_state = 1}, + [4364] = {.lex_state = 60}, + [4365] = {.lex_state = 60}, + [4366] = {.lex_state = 50}, [4367] = {.lex_state = 1}, - [4368] = {.lex_state = 63}, - [4369] = {.lex_state = 51}, - [4370] = {.lex_state = 45}, - [4371] = {.lex_state = 62}, - [4372] = {.lex_state = 73}, - [4373] = {.lex_state = 70}, - [4374] = {.lex_state = 67}, - [4375] = {.lex_state = 1}, - [4376] = {.lex_state = 51}, - [4377] = {.lex_state = 51}, - [4378] = {.lex_state = 1}, - [4379] = {.lex_state = 51}, + [4368] = {.lex_state = 60}, + [4369] = {.lex_state = 50}, + [4370] = {.lex_state = 1}, + [4371] = {.lex_state = 50}, + [4372] = {.lex_state = 49}, + [4373] = {.lex_state = 50}, + [4374] = {.lex_state = 1}, + [4375] = {.lex_state = 50}, + [4376] = {.lex_state = 60}, + [4377] = {.lex_state = 1}, + [4378] = {.lex_state = 50}, + [4379] = {.lex_state = 60}, [4380] = {.lex_state = 1}, - [4381] = {.lex_state = 63}, - [4382] = {.lex_state = 63}, - [4383] = {.lex_state = 1}, - [4384] = {.lex_state = 73}, - [4385] = {.lex_state = 62}, - [4386] = {.lex_state = 67}, - [4387] = {.lex_state = 63}, - [4388] = {.lex_state = 63}, - [4389] = {.lex_state = 1}, - [4390] = {.lex_state = 51}, - [4391] = {.lex_state = 1}, - [4392] = {.lex_state = 51}, - [4393] = {.lex_state = 1}, - [4394] = {.lex_state = 63}, - [4395] = {.lex_state = 51}, - [4396] = {.lex_state = 70}, - [4397] = {.lex_state = 63}, - [4398] = {.lex_state = 45}, + [4381] = {.lex_state = 50}, + [4382] = {.lex_state = 60}, + [4383] = {.lex_state = 60}, + [4384] = {.lex_state = 69}, + [4385] = {.lex_state = 1}, + [4386] = {.lex_state = 60}, + [4387] = {.lex_state = 1}, + [4388] = {.lex_state = 1}, + [4389] = {.lex_state = 50}, + [4390] = {.lex_state = 60}, + [4391] = {.lex_state = 60}, + [4392] = {.lex_state = 50}, + [4393] = {.lex_state = 50}, + [4394] = {.lex_state = 60}, + [4395] = {.lex_state = 1}, + [4396] = {.lex_state = 50}, + [4397] = {.lex_state = 50}, + [4398] = {.lex_state = 60}, [4399] = {.lex_state = 1}, - [4400] = {.lex_state = 51}, - [4401] = {.lex_state = 63}, - [4402] = {.lex_state = 63}, + [4400] = {.lex_state = 60}, + [4401] = {.lex_state = 60}, + [4402] = {.lex_state = 60}, [4403] = {.lex_state = 1}, - [4404] = {.lex_state = 51}, - [4405] = {.lex_state = 51}, + [4404] = {.lex_state = 1}, + [4405] = {.lex_state = 50}, [4406] = {.lex_state = 1}, - [4407] = {.lex_state = 63}, - [4408] = {.lex_state = 1}, - [4409] = {.lex_state = 51}, - [4410] = {.lex_state = 51}, + [4407] = {.lex_state = 60}, + [4408] = {.lex_state = 60}, + [4409] = {.lex_state = 50}, + [4410] = {.lex_state = 59}, [4411] = {.lex_state = 1}, - [4412] = {.lex_state = 51}, - [4413] = {.lex_state = 1}, - [4414] = {.lex_state = 63}, - [4415] = {.lex_state = 63}, + [4412] = {.lex_state = 65}, + [4413] = {.lex_state = 60}, + [4414] = {.lex_state = 50}, + [4415] = {.lex_state = 1}, [4416] = {.lex_state = 50}, - [4417] = {.lex_state = 63}, - [4418] = {.lex_state = 63}, - [4419] = {.lex_state = 63}, - [4420] = {.lex_state = 1}, - [4421] = {.lex_state = 1}, - [4422] = {.lex_state = 51}, - [4423] = {.lex_state = 51}, - [4424] = {.lex_state = 63}, - [4425] = {.lex_state = 1}, - [4426] = {.lex_state = 51}, - [4427] = {.lex_state = 63}, - [4428] = {.lex_state = 63}, - [4429] = {.lex_state = 1}, - [4430] = {.lex_state = 51}, - [4431] = {.lex_state = 1}, - [4432] = {.lex_state = 51}, - [4433] = {.lex_state = 53}, - [4434] = {.lex_state = 51}, - [4435] = {.lex_state = 1}, - [4436] = {.lex_state = 53}, - [4437] = {.lex_state = 63}, - [4438] = {.lex_state = 52}, + [4417] = {.lex_state = 60}, + [4418] = {.lex_state = 60}, + [4419] = {.lex_state = 72}, + [4420] = {.lex_state = 50}, + [4421] = {.lex_state = 60}, + [4422] = {.lex_state = 60}, + [4423] = {.lex_state = 72}, + [4424] = {.lex_state = 50}, + [4425] = {.lex_state = 65}, + [4426] = {.lex_state = 1}, + [4427] = {.lex_state = 1}, + [4428] = {.lex_state = 60}, + [4429] = {.lex_state = 50}, + [4430] = {.lex_state = 1}, + [4431] = {.lex_state = 50}, + [4432] = {.lex_state = 50}, + [4433] = {.lex_state = 50}, + [4434] = {.lex_state = 1}, + [4435] = {.lex_state = 50}, + [4436] = {.lex_state = 50}, + [4437] = {.lex_state = 50}, + [4438] = {.lex_state = 1}, [4439] = {.lex_state = 1}, - [4440] = {.lex_state = 63}, - [4441] = {.lex_state = 52}, - [4442] = {.lex_state = 51}, - [4443] = {.lex_state = 52}, - [4444] = {.lex_state = 40}, - [4445] = {.lex_state = 42}, - [4446] = {.lex_state = 40}, - [4447] = {.lex_state = 42}, - [4448] = {.lex_state = 42}, - [4449] = {.lex_state = 40}, - [4450] = {.lex_state = 40}, - [4451] = {.lex_state = 40}, - [4452] = {.lex_state = 41}, - [4453] = {.lex_state = 42}, - [4454] = {.lex_state = 42}, - [4455] = {.lex_state = 42}, - [4456] = {.lex_state = 40}, - [4457] = {.lex_state = 42}, - [4458] = {.lex_state = 40}, - [4459] = {.lex_state = 40}, - [4460] = {.lex_state = 40}, - [4461] = {.lex_state = 42}, - [4462] = {.lex_state = 42}, - [4463] = {.lex_state = 40}, - [4464] = {.lex_state = 40}, - [4465] = {.lex_state = 40}, - [4466] = {.lex_state = 67}, - [4467] = {.lex_state = 42}, - [4468] = {.lex_state = 42}, - [4469] = {.lex_state = 40}, - [4470] = {.lex_state = 40}, - [4471] = {.lex_state = 40}, - [4472] = {.lex_state = 42}, - [4473] = {.lex_state = 40}, - [4474] = {.lex_state = 40}, - [4475] = {.lex_state = 41}, - [4476] = {.lex_state = 40}, + [4440] = {.lex_state = 1}, + [4441] = {.lex_state = 50}, + [4442] = {.lex_state = 60}, + [4443] = {.lex_state = 60}, + [4444] = {.lex_state = 60}, + [4445] = {.lex_state = 1}, + [4446] = {.lex_state = 60}, + [4447] = {.lex_state = 1}, + [4448] = {.lex_state = 50}, + [4449] = {.lex_state = 59}, + [4450] = {.lex_state = 60}, + [4451] = {.lex_state = 1}, + [4452] = {.lex_state = 69}, + [4453] = {.lex_state = 50}, + [4454] = {.lex_state = 50}, + [4455] = {.lex_state = 60}, + [4456] = {.lex_state = 60}, + [4457] = {.lex_state = 49}, + [4458] = {.lex_state = 1}, + [4459] = {.lex_state = 44}, + [4460] = {.lex_state = 60}, + [4461] = {.lex_state = 1}, + [4462] = {.lex_state = 1}, + [4463] = {.lex_state = 50}, + [4464] = {.lex_state = 1}, + [4465] = {.lex_state = 50}, + [4466] = {.lex_state = 50}, + [4467] = {.lex_state = 53}, + [4468] = {.lex_state = 60}, + [4469] = {.lex_state = 1}, + [4470] = {.lex_state = 50}, + [4471] = {.lex_state = 1}, + [4472] = {.lex_state = 60}, + [4473] = {.lex_state = 52}, + [4474] = {.lex_state = 53}, + [4475] = {.lex_state = 52}, + [4476] = {.lex_state = 42}, [4477] = {.lex_state = 40}, - [4478] = {.lex_state = 40}, - [4479] = {.lex_state = 42}, - [4480] = {.lex_state = 40}, - [4481] = {.lex_state = 40}, + [4478] = {.lex_state = 49}, + [4479] = {.lex_state = 40}, + [4480] = {.lex_state = 42}, + [4481] = {.lex_state = 42}, [4482] = {.lex_state = 40}, [4483] = {.lex_state = 42}, - [4484] = {.lex_state = 42}, + [4484] = {.lex_state = 40}, [4485] = {.lex_state = 40}, - [4486] = {.lex_state = 40}, - [4487] = {.lex_state = 40}, + [4486] = {.lex_state = 65}, + [4487] = {.lex_state = 69}, [4488] = {.lex_state = 40}, - [4489] = {.lex_state = 42}, - [4490] = {.lex_state = 40}, + [4489] = {.lex_state = 40}, + [4490] = {.lex_state = 65}, [4491] = {.lex_state = 40}, - [4492] = {.lex_state = 40}, - [4493] = {.lex_state = 42}, - [4494] = {.lex_state = 40}, + [4492] = {.lex_state = 42}, + [4493] = {.lex_state = 40}, + [4494] = {.lex_state = 42}, [4495] = {.lex_state = 40}, [4496] = {.lex_state = 40}, - [4497] = {.lex_state = 40}, - [4498] = {.lex_state = 41}, - [4499] = {.lex_state = 42}, - [4500] = {.lex_state = 42}, - [4501] = {.lex_state = 62}, + [4497] = {.lex_state = 42}, + [4498] = {.lex_state = 40}, + [4499] = {.lex_state = 40}, + [4500] = {.lex_state = 40}, + [4501] = {.lex_state = 42}, [4502] = {.lex_state = 42}, - [4503] = {.lex_state = 70}, + [4503] = {.lex_state = 42}, [4504] = {.lex_state = 40}, - [4505] = {.lex_state = 42}, - [4506] = {.lex_state = 42}, - [4507] = {.lex_state = 40}, - [4508] = {.lex_state = 42}, - [4509] = {.lex_state = 41}, + [4505] = {.lex_state = 40}, + [4506] = {.lex_state = 40}, + [4507] = {.lex_state = 42}, + [4508] = {.lex_state = 40}, + [4509] = {.lex_state = 40}, [4510] = {.lex_state = 42}, - [4511] = {.lex_state = 40}, - [4512] = {.lex_state = 73}, - [4513] = {.lex_state = 40}, - [4514] = {.lex_state = 42}, - [4515] = {.lex_state = 40}, - [4516] = {.lex_state = 50}, - [4517] = {.lex_state = 42}, - [4518] = {.lex_state = 41}, + [4511] = {.lex_state = 42}, + [4512] = {.lex_state = 42}, + [4513] = {.lex_state = 42}, + [4514] = {.lex_state = 40}, + [4515] = {.lex_state = 42}, + [4516] = {.lex_state = 40}, + [4517] = {.lex_state = 40}, + [4518] = {.lex_state = 40}, [4519] = {.lex_state = 42}, [4520] = {.lex_state = 40}, [4521] = {.lex_state = 42}, [4522] = {.lex_state = 40}, [4523] = {.lex_state = 40}, [4524] = {.lex_state = 42}, - [4525] = {.lex_state = 42}, + [4525] = {.lex_state = 40}, [4526] = {.lex_state = 40}, [4527] = {.lex_state = 40}, [4528] = {.lex_state = 40}, - [4529] = {.lex_state = 42}, - [4530] = {.lex_state = 42}, - [4531] = {.lex_state = 42}, - [4532] = {.lex_state = 40}, - [4533] = {.lex_state = 40}, - [4534] = {.lex_state = 40}, - [4535] = {.lex_state = 42}, - [4536] = {.lex_state = 42}, + [4529] = {.lex_state = 40}, + [4530] = {.lex_state = 40}, + [4531] = {.lex_state = 40}, + [4532] = {.lex_state = 42}, + [4533] = {.lex_state = 42}, + [4534] = {.lex_state = 69}, + [4535] = {.lex_state = 40}, + [4536] = {.lex_state = 40}, [4537] = {.lex_state = 42}, [4538] = {.lex_state = 40}, - [4539] = {.lex_state = 40}, + [4539] = {.lex_state = 41}, [4540] = {.lex_state = 40}, - [4541] = {.lex_state = 40}, - [4542] = {.lex_state = 42}, - [4543] = {.lex_state = 40}, + [4541] = {.lex_state = 42}, + [4542] = {.lex_state = 40}, + [4543] = {.lex_state = 42}, [4544] = {.lex_state = 42}, [4545] = {.lex_state = 40}, - [4546] = {.lex_state = 42}, - [4547] = {.lex_state = 40}, - [4548] = {.lex_state = 42}, - [4549] = {.lex_state = 40}, + [4546] = {.lex_state = 40}, + [4547] = {.lex_state = 42}, + [4548] = {.lex_state = 40}, + [4549] = {.lex_state = 42}, [4550] = {.lex_state = 42}, [4551] = {.lex_state = 42}, - [4552] = {.lex_state = 42}, + [4552] = {.lex_state = 40}, [4553] = {.lex_state = 42}, [4554] = {.lex_state = 40}, - [4555] = {.lex_state = 42}, - [4556] = {.lex_state = 40}, + [4555] = {.lex_state = 40}, + [4556] = {.lex_state = 49}, [4557] = {.lex_state = 42}, - [4558] = {.lex_state = 40}, - [4559] = {.lex_state = 40}, - [4560] = {.lex_state = 42}, - [4561] = {.lex_state = 42}, - [4562] = {.lex_state = 42}, - [4563] = {.lex_state = 40}, - [4564] = {.lex_state = 40}, - [4565] = {.lex_state = 42}, - [4566] = {.lex_state = 50}, - [4567] = {.lex_state = 42}, - [4568] = {.lex_state = 50}, - [4569] = {.lex_state = 67}, - [4570] = {.lex_state = 40}, + [4558] = {.lex_state = 42}, + [4559] = {.lex_state = 42}, + [4560] = {.lex_state = 40}, + [4561] = {.lex_state = 40}, + [4562] = {.lex_state = 40}, + [4563] = {.lex_state = 49}, + [4564] = {.lex_state = 42}, + [4565] = {.lex_state = 65}, + [4566] = {.lex_state = 42}, + [4567] = {.lex_state = 40}, + [4568] = {.lex_state = 40}, + [4569] = {.lex_state = 72}, + [4570] = {.lex_state = 42}, [4571] = {.lex_state = 40}, - [4572] = {.lex_state = 42}, + [4572] = {.lex_state = 40}, [4573] = {.lex_state = 40}, - [4574] = {.lex_state = 40}, - [4575] = {.lex_state = 40}, - [4576] = {.lex_state = 42}, + [4574] = {.lex_state = 59}, + [4575] = {.lex_state = 42}, + [4576] = {.lex_state = 72}, [4577] = {.lex_state = 42}, - [4578] = {.lex_state = 40}, - [4579] = {.lex_state = 67}, - [4580] = {.lex_state = 70}, - [4581] = {.lex_state = 42}, + [4578] = {.lex_state = 42}, + [4579] = {.lex_state = 40}, + [4580] = {.lex_state = 40}, + [4581] = {.lex_state = 41}, [4582] = {.lex_state = 40}, - [4583] = {.lex_state = 40}, + [4583] = {.lex_state = 69}, [4584] = {.lex_state = 42}, - [4585] = {.lex_state = 40}, + [4585] = {.lex_state = 59}, [4586] = {.lex_state = 42}, - [4587] = {.lex_state = 40}, - [4588] = {.lex_state = 70}, - [4589] = {.lex_state = 62}, - [4590] = {.lex_state = 62}, + [4587] = {.lex_state = 42}, + [4588] = {.lex_state = 40}, + [4589] = {.lex_state = 42}, + [4590] = {.lex_state = 40}, [4591] = {.lex_state = 42}, - [4592] = {.lex_state = 40}, - [4593] = {.lex_state = 42}, + [4592] = {.lex_state = 42}, + [4593] = {.lex_state = 40}, [4594] = {.lex_state = 42}, - [4595] = {.lex_state = 40}, - [4596] = {.lex_state = 73}, - [4597] = {.lex_state = 73}, + [4595] = {.lex_state = 42}, + [4596] = {.lex_state = 40}, + [4597] = {.lex_state = 41}, [4598] = {.lex_state = 42}, [4599] = {.lex_state = 40}, - [4600] = {.lex_state = 42}, + [4600] = {.lex_state = 40}, [4601] = {.lex_state = 42}, - [4602] = {.lex_state = 42}, - [4603] = {.lex_state = 40}, + [4602] = {.lex_state = 40}, + [4603] = {.lex_state = 42}, [4604] = {.lex_state = 40}, - [4605] = {.lex_state = 42}, + [4605] = {.lex_state = 40}, [4606] = {.lex_state = 40}, [4607] = {.lex_state = 40}, - [4608] = {.lex_state = 42}, - [4609] = {.lex_state = 40}, - [4610] = {.lex_state = 42}, + [4608] = {.lex_state = 40}, + [4609] = {.lex_state = 42}, + [4610] = {.lex_state = 40}, [4611] = {.lex_state = 42}, [4612] = {.lex_state = 40}, - [4613] = {.lex_state = 42}, + [4613] = {.lex_state = 40}, [4614] = {.lex_state = 42}, [4615] = {.lex_state = 40}, - [4616] = {.lex_state = 40}, + [4616] = {.lex_state = 42}, [4617] = {.lex_state = 42}, - [4618] = {.lex_state = 40}, - [4619] = {.lex_state = 40}, - [4620] = {.lex_state = 5}, - [4621] = {.lex_state = 5}, - [4622] = {.lex_state = 5}, - [4623] = {.lex_state = 5}, - [4624] = {.lex_state = 5}, - [4625] = {.lex_state = 5}, - [4626] = {.lex_state = 5}, - [4627] = {.lex_state = 5}, - [4628] = {.lex_state = 5}, - [4629] = {.lex_state = 5}, - [4630] = {.lex_state = 5}, - [4631] = {.lex_state = 5}, - [4632] = {.lex_state = 5}, - [4633] = {.lex_state = 5}, - [4634] = {.lex_state = 5}, - [4635] = {.lex_state = 5}, - [4636] = {.lex_state = 5}, - [4637] = {.lex_state = 5}, - [4638] = {.lex_state = 5}, - [4639] = {.lex_state = 5}, - [4640] = {.lex_state = 5}, - [4641] = {.lex_state = 5}, - [4642] = {.lex_state = 5}, - [4643] = {.lex_state = 5}, - [4644] = {.lex_state = 5}, - [4645] = {.lex_state = 5}, - [4646] = {.lex_state = 5}, - [4647] = {.lex_state = 5}, - [4648] = {.lex_state = 5}, - [4649] = {.lex_state = 5}, - [4650] = {.lex_state = 5}, - [4651] = {.lex_state = 5}, + [4618] = {.lex_state = 42}, + [4619] = {.lex_state = 42}, + [4620] = {.lex_state = 40}, + [4621] = {.lex_state = 40}, + [4622] = {.lex_state = 42}, + [4623] = {.lex_state = 42}, + [4624] = {.lex_state = 40}, + [4625] = {.lex_state = 40}, + [4626] = {.lex_state = 42}, + [4627] = {.lex_state = 40}, + [4628] = {.lex_state = 59}, + [4629] = {.lex_state = 41}, + [4630] = {.lex_state = 40}, + [4631] = {.lex_state = 40}, + [4632] = {.lex_state = 42}, + [4633] = {.lex_state = 42}, + [4634] = {.lex_state = 42}, + [4635] = {.lex_state = 72}, + [4636] = {.lex_state = 42}, + [4637] = {.lex_state = 40}, + [4638] = {.lex_state = 40}, + [4639] = {.lex_state = 42}, + [4640] = {.lex_state = 42}, + [4641] = {.lex_state = 40}, + [4642] = {.lex_state = 42}, + [4643] = {.lex_state = 42}, + [4644] = {.lex_state = 40}, + [4645] = {.lex_state = 40}, + [4646] = {.lex_state = 42}, + [4647] = {.lex_state = 40}, + [4648] = {.lex_state = 40}, + [4649] = {.lex_state = 42}, + [4650] = {.lex_state = 42}, + [4651] = {.lex_state = 41}, [4652] = {.lex_state = 5}, [4653] = {.lex_state = 5}, [4654] = {.lex_state = 5}, @@ -24199,7 +24231,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4841] = {.lex_state = 5}, [4842] = {.lex_state = 5}, [4843] = {.lex_state = 5}, - [4844] = {.lex_state = 5}, + [4844] = {.lex_state = 41}, [4845] = {.lex_state = 5}, [4846] = {.lex_state = 5}, [4847] = {.lex_state = 5}, @@ -24254,7 +24286,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [4896] = {.lex_state = 5}, [4897] = {.lex_state = 5}, [4898] = {.lex_state = 5}, - [4899] = {.lex_state = 5}, + [4899] = {.lex_state = 42}, [4900] = {.lex_state = 5}, [4901] = {.lex_state = 5}, [4902] = {.lex_state = 5}, @@ -24467,12 +24499,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5109] = {.lex_state = 5}, [5110] = {.lex_state = 5}, [5111] = {.lex_state = 5}, - [5112] = {.lex_state = 5}, + [5112] = {.lex_state = 43}, [5113] = {.lex_state = 5}, [5114] = {.lex_state = 5}, [5115] = {.lex_state = 5}, - [5116] = {.lex_state = 43}, - [5117] = {.lex_state = 40}, + [5116] = {.lex_state = 5}, + [5117] = {.lex_state = 5}, [5118] = {.lex_state = 5}, [5119] = {.lex_state = 5}, [5120] = {.lex_state = 5}, @@ -24553,11 +24585,11 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5195] = {.lex_state = 5}, [5196] = {.lex_state = 5}, [5197] = {.lex_state = 5}, - [5198] = {.lex_state = 5}, + [5198] = {.lex_state = 42}, [5199] = {.lex_state = 5}, [5200] = {.lex_state = 5}, [5201] = {.lex_state = 5}, - [5202] = {.lex_state = 5}, + [5202] = {.lex_state = 42}, [5203] = {.lex_state = 5}, [5204] = {.lex_state = 5}, [5205] = {.lex_state = 5}, @@ -24618,7 +24650,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5260] = {.lex_state = 5}, [5261] = {.lex_state = 5}, [5262] = {.lex_state = 5}, - [5263] = {.lex_state = 43}, + [5263] = {.lex_state = 5}, [5264] = {.lex_state = 5}, [5265] = {.lex_state = 5}, [5266] = {.lex_state = 5}, @@ -24695,12 +24727,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5337] = {.lex_state = 5}, [5338] = {.lex_state = 5}, [5339] = {.lex_state = 5}, - [5340] = {.lex_state = 42}, + [5340] = {.lex_state = 5}, [5341] = {.lex_state = 5}, [5342] = {.lex_state = 5}, [5343] = {.lex_state = 5}, - [5344] = {.lex_state = 5}, - [5345] = {.lex_state = 41}, + [5344] = {.lex_state = 43}, + [5345] = {.lex_state = 5}, [5346] = {.lex_state = 5}, [5347] = {.lex_state = 5}, [5348] = {.lex_state = 5}, @@ -24737,7 +24769,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5379] = {.lex_state = 5}, [5380] = {.lex_state = 5}, [5381] = {.lex_state = 5}, - [5382] = {.lex_state = 5}, + [5382] = {.lex_state = 40}, [5383] = {.lex_state = 5}, [5384] = {.lex_state = 5}, [5385] = {.lex_state = 5}, @@ -24805,12 +24837,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5447] = {.lex_state = 5}, [5448] = {.lex_state = 5}, [5449] = {.lex_state = 5}, - [5450] = {.lex_state = 42}, + [5450] = {.lex_state = 5}, [5451] = {.lex_state = 5}, [5452] = {.lex_state = 5}, [5453] = {.lex_state = 5}, [5454] = {.lex_state = 5}, - [5455] = {.lex_state = 42}, + [5455] = {.lex_state = 5}, [5456] = {.lex_state = 5}, [5457] = {.lex_state = 5}, [5458] = {.lex_state = 5}, @@ -24899,16 +24931,16 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5541] = {.lex_state = 5}, [5542] = {.lex_state = 5}, [5543] = {.lex_state = 5}, - [5544] = {.lex_state = 43}, + [5544] = {.lex_state = 5}, [5545] = {.lex_state = 5}, - [5546] = {.lex_state = 43}, + [5546] = {.lex_state = 5}, [5547] = {.lex_state = 5}, [5548] = {.lex_state = 5}, [5549] = {.lex_state = 5}, [5550] = {.lex_state = 5}, [5551] = {.lex_state = 5}, [5552] = {.lex_state = 5}, - [5553] = {.lex_state = 43}, + [5553] = {.lex_state = 5}, [5554] = {.lex_state = 5}, [5555] = {.lex_state = 5}, [5556] = {.lex_state = 5}, @@ -24916,1608 +24948,1640 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [5558] = {.lex_state = 5}, [5559] = {.lex_state = 5}, [5560] = {.lex_state = 5}, - [5561] = {.lex_state = 43}, + [5561] = {.lex_state = 5}, [5562] = {.lex_state = 5}, - [5563] = {.lex_state = 43}, + [5563] = {.lex_state = 5}, [5564] = {.lex_state = 5}, [5565] = {.lex_state = 5}, [5566] = {.lex_state = 5}, [5567] = {.lex_state = 5}, - [5568] = {.lex_state = 43}, + [5568] = {.lex_state = 5}, [5569] = {.lex_state = 5}, [5570] = {.lex_state = 5}, [5571] = {.lex_state = 5}, - [5572] = {.lex_state = 5}, - [5573] = {.lex_state = 43}, - [5574] = {.lex_state = 5}, - [5575] = {.lex_state = 43}, - [5576] = {.lex_state = 5}, - [5577] = {.lex_state = 5}, + [5572] = {.lex_state = 43}, + [5573] = {.lex_state = 5}, + [5574] = {.lex_state = 43}, + [5575] = {.lex_state = 5}, + [5576] = {.lex_state = 43}, + [5577] = {.lex_state = 43}, [5578] = {.lex_state = 5}, [5579] = {.lex_state = 5}, [5580] = {.lex_state = 5}, [5581] = {.lex_state = 5}, [5582] = {.lex_state = 5}, - [5583] = {.lex_state = 43}, - [5584] = {.lex_state = 5}, - [5585] = {.lex_state = 43}, + [5583] = {.lex_state = 5}, + [5584] = {.lex_state = 43}, + [5585] = {.lex_state = 5}, [5586] = {.lex_state = 5}, [5587] = {.lex_state = 5}, - [5588] = {.lex_state = 5}, + [5588] = {.lex_state = 43}, [5589] = {.lex_state = 5}, [5590] = {.lex_state = 5}, [5591] = {.lex_state = 5}, [5592] = {.lex_state = 5}, - [5593] = {.lex_state = 43}, + [5593] = {.lex_state = 5}, [5594] = {.lex_state = 5}, [5595] = {.lex_state = 5}, - [5596] = {.lex_state = 5}, + [5596] = {.lex_state = 43}, [5597] = {.lex_state = 5}, [5598] = {.lex_state = 43}, [5599] = {.lex_state = 5}, - [5600] = {.lex_state = 43}, + [5600] = {.lex_state = 5}, [5601] = {.lex_state = 5}, [5602] = {.lex_state = 5}, - [5603] = {.lex_state = 5}, - [5604] = {.lex_state = 5}, + [5603] = {.lex_state = 43}, + [5604] = {.lex_state = 43}, [5605] = {.lex_state = 43}, - [5606] = {.lex_state = 5}, - [5607] = {.lex_state = 43}, - [5608] = {.lex_state = 5}, + [5606] = {.lex_state = 43}, + [5607] = {.lex_state = 5}, + [5608] = {.lex_state = 43}, [5609] = {.lex_state = 5}, - [5610] = {.lex_state = 5}, + [5610] = {.lex_state = 43}, [5611] = {.lex_state = 5}, - [5612] = {.lex_state = 5}, - [5613] = {.lex_state = 43}, - [5614] = {.lex_state = 5}, - [5615] = {.lex_state = 43}, + [5612] = {.lex_state = 43}, + [5613] = {.lex_state = 5}, + [5614] = {.lex_state = 40}, + [5615] = {.lex_state = 5}, [5616] = {.lex_state = 5}, [5617] = {.lex_state = 5}, [5618] = {.lex_state = 5}, [5619] = {.lex_state = 5}, - [5620] = {.lex_state = 43}, - [5621] = {.lex_state = 5}, - [5622] = {.lex_state = 5}, - [5623] = {.lex_state = 5}, - [5624] = {.lex_state = 5}, - [5625] = {.lex_state = 5}, - [5626] = {.lex_state = 5}, + [5620] = {.lex_state = 5}, + [5621] = {.lex_state = 43}, + [5622] = {.lex_state = 43}, + [5623] = {.lex_state = 43}, + [5624] = {.lex_state = 43}, + [5625] = {.lex_state = 43}, + [5626] = {.lex_state = 43}, [5627] = {.lex_state = 5}, [5628] = {.lex_state = 5}, [5629] = {.lex_state = 5}, [5630] = {.lex_state = 5}, - [5631] = {.lex_state = 43}, + [5631] = {.lex_state = 5}, [5632] = {.lex_state = 5}, - [5633] = {.lex_state = 43}, - [5634] = {.lex_state = 5}, + [5633] = {.lex_state = 5}, + [5634] = {.lex_state = 43}, [5635] = {.lex_state = 5}, [5636] = {.lex_state = 5}, - [5637] = {.lex_state = 5}, - [5638] = {.lex_state = 43}, + [5637] = {.lex_state = 43}, + [5638] = {.lex_state = 5}, [5639] = {.lex_state = 5}, - [5640] = {.lex_state = 5}, - [5641] = {.lex_state = 5}, + [5640] = {.lex_state = 43}, + [5641] = {.lex_state = 43}, [5642] = {.lex_state = 5}, [5643] = {.lex_state = 43}, - [5644] = {.lex_state = 5}, - [5645] = {.lex_state = 5}, - [5646] = {.lex_state = 5}, + [5644] = {.lex_state = 43}, + [5645] = {.lex_state = 43}, + [5646] = {.lex_state = 43}, [5647] = {.lex_state = 5}, [5648] = {.lex_state = 5}, [5649] = {.lex_state = 5}, - [5650] = {.lex_state = 43}, + [5650] = {.lex_state = 5}, [5651] = {.lex_state = 5}, - [5652] = {.lex_state = 43}, + [5652] = {.lex_state = 5}, [5653] = {.lex_state = 5}, [5654] = {.lex_state = 5}, - [5655] = {.lex_state = 5}, + [5655] = {.lex_state = 43}, [5656] = {.lex_state = 5}, [5657] = {.lex_state = 5}, - [5658] = {.lex_state = 43}, + [5658] = {.lex_state = 5}, [5659] = {.lex_state = 5}, - [5660] = {.lex_state = 5}, - [5661] = {.lex_state = 5}, - [5662] = {.lex_state = 5}, - [5663] = {.lex_state = 43}, + [5660] = {.lex_state = 43}, + [5661] = {.lex_state = 43}, + [5662] = {.lex_state = 43}, + [5663] = {.lex_state = 5}, [5664] = {.lex_state = 5}, [5665] = {.lex_state = 5}, - [5666] = {.lex_state = 5}, - [5667] = {.lex_state = 5}, + [5666] = {.lex_state = 43}, + [5667] = {.lex_state = 43}, [5668] = {.lex_state = 43}, - [5669] = {.lex_state = 5}, + [5669] = {.lex_state = 43}, [5670] = {.lex_state = 5}, [5671] = {.lex_state = 5}, [5672] = {.lex_state = 5}, - [5673] = {.lex_state = 43}, - [5674] = {.lex_state = 5}, - [5675] = {.lex_state = 43}, - [5676] = {.lex_state = 5}, - [5677] = {.lex_state = 5}, - [5678] = {.lex_state = 5}, + [5673] = {.lex_state = 5}, + [5674] = {.lex_state = 43}, + [5675] = {.lex_state = 5}, + [5676] = {.lex_state = 43}, + [5677] = {.lex_state = 43}, + [5678] = {.lex_state = 43}, [5679] = {.lex_state = 5}, - [5680] = {.lex_state = 40}, - [5681] = {.lex_state = 43}, + [5680] = {.lex_state = 5}, + [5681] = {.lex_state = 5}, [5682] = {.lex_state = 5}, [5683] = {.lex_state = 5}, - [5684] = {.lex_state = 43}, + [5684] = {.lex_state = 5}, [5685] = {.lex_state = 5}, [5686] = {.lex_state = 5}, - [5687] = {.lex_state = 5}, + [5687] = {.lex_state = 43}, [5688] = {.lex_state = 5}, - [5689] = {.lex_state = 43}, + [5689] = {.lex_state = 5}, [5690] = {.lex_state = 5}, - [5691] = {.lex_state = 43}, - [5692] = {.lex_state = 5}, + [5691] = {.lex_state = 40}, + [5692] = {.lex_state = 43}, [5693] = {.lex_state = 5}, [5694] = {.lex_state = 5}, - [5695] = {.lex_state = 43}, + [5695] = {.lex_state = 5}, [5696] = {.lex_state = 5}, [5697] = {.lex_state = 43}, - [5698] = {.lex_state = 5}, - [5699] = {.lex_state = 5}, - [5700] = {.lex_state = 5}, + [5698] = {.lex_state = 43}, + [5699] = {.lex_state = 43}, + [5700] = {.lex_state = 43}, [5701] = {.lex_state = 5}, [5702] = {.lex_state = 5}, - [5703] = {.lex_state = 5}, - [5704] = {.lex_state = 5}, + [5703] = {.lex_state = 40}, + [5704] = {.lex_state = 43}, [5705] = {.lex_state = 5}, - [5706] = {.lex_state = 5}, + [5706] = {.lex_state = 43}, [5707] = {.lex_state = 5}, - [5708] = {.lex_state = 40}, + [5708] = {.lex_state = 5}, [5709] = {.lex_state = 5}, [5710] = {.lex_state = 5}, [5711] = {.lex_state = 5}, - [5712] = {.lex_state = 43}, - [5713] = {.lex_state = 40}, + [5712] = {.lex_state = 5}, + [5713] = {.lex_state = 43}, [5714] = {.lex_state = 5}, [5715] = {.lex_state = 5}, [5716] = {.lex_state = 5}, - [5717] = {.lex_state = 43}, - [5718] = {.lex_state = 41}, - [5719] = {.lex_state = 41}, - [5720] = {.lex_state = 41}, + [5717] = {.lex_state = 5}, + [5718] = {.lex_state = 5}, + [5719] = {.lex_state = 5}, + [5720] = {.lex_state = 5}, [5721] = {.lex_state = 5}, [5722] = {.lex_state = 5}, - [5723] = {.lex_state = 5}, - [5724] = {.lex_state = 5}, + [5723] = {.lex_state = 43}, + [5724] = {.lex_state = 43}, [5725] = {.lex_state = 5}, - [5726] = {.lex_state = 89}, - [5727] = {.lex_state = 0}, - [5728] = {.lex_state = 89}, - [5729] = {.lex_state = 76}, - [5730] = {.lex_state = 80}, - [5731] = {.lex_state = 68}, - [5732] = {.lex_state = 84}, - [5733] = {.lex_state = 78}, - [5734] = {.lex_state = 82}, - [5735] = {.lex_state = 68}, - [5736] = {.lex_state = 74}, - [5737] = {.lex_state = 76}, - [5738] = {.lex_state = 76}, - [5739] = {.lex_state = 71}, - [5740] = {.lex_state = 80}, - [5741] = {.lex_state = 93}, - [5742] = {.lex_state = 92}, - [5743] = {.lex_state = 55}, - [5744] = {.lex_state = 86}, - [5745] = {.lex_state = 88}, - [5746] = {.lex_state = 76}, - [5747] = {.lex_state = 75}, - [5748] = {.lex_state = 91}, - [5749] = {.lex_state = 87}, - [5750] = {.lex_state = 83}, - [5751] = {.lex_state = 63}, - [5752] = {.lex_state = 81}, - [5753] = {.lex_state = 79}, - [5754] = {.lex_state = 89}, - [5755] = {.lex_state = 85}, - [5756] = {.lex_state = 91}, - [5757] = {.lex_state = 66}, - [5758] = {.lex_state = 77}, - [5759] = {.lex_state = 58}, - [5760] = {.lex_state = 72}, - [5761] = {.lex_state = 61}, - [5762] = {.lex_state = 69}, - [5763] = {.lex_state = 4}, - [5764] = {.lex_state = 0}, - [5765] = {.lex_state = 0}, - [5766] = {.lex_state = 92}, + [5726] = {.lex_state = 43}, + [5727] = {.lex_state = 5}, + [5728] = {.lex_state = 5}, + [5729] = {.lex_state = 5}, + [5730] = {.lex_state = 5}, + [5731] = {.lex_state = 5}, + [5732] = {.lex_state = 5}, + [5733] = {.lex_state = 5}, + [5734] = {.lex_state = 5}, + [5735] = {.lex_state = 43}, + [5736] = {.lex_state = 43}, + [5737] = {.lex_state = 5}, + [5738] = {.lex_state = 43}, + [5739] = {.lex_state = 43}, + [5740] = {.lex_state = 5}, + [5741] = {.lex_state = 5}, + [5742] = {.lex_state = 43}, + [5743] = {.lex_state = 43}, + [5744] = {.lex_state = 5}, + [5745] = {.lex_state = 41}, + [5746] = {.lex_state = 43}, + [5747] = {.lex_state = 5}, + [5748] = {.lex_state = 5}, + [5749] = {.lex_state = 5}, + [5750] = {.lex_state = 5}, + [5751] = {.lex_state = 5}, + [5752] = {.lex_state = 5}, + [5753] = {.lex_state = 5}, + [5754] = {.lex_state = 43}, + [5755] = {.lex_state = 43}, + [5756] = {.lex_state = 43}, + [5757] = {.lex_state = 5}, + [5758] = {.lex_state = 5}, + [5759] = {.lex_state = 43}, + [5760] = {.lex_state = 5}, + [5761] = {.lex_state = 5}, + [5762] = {.lex_state = 5}, + [5763] = {.lex_state = 41}, + [5764] = {.lex_state = 43}, + [5765] = {.lex_state = 5}, + [5766] = {.lex_state = 5}, [5767] = {.lex_state = 43}, - [5768] = {.lex_state = 55}, - [5769] = {.lex_state = 43}, - [5770] = {.lex_state = 86}, - [5771] = {.lex_state = 88}, + [5768] = {.lex_state = 5}, + [5769] = {.lex_state = 41}, + [5770] = {.lex_state = 5}, + [5771] = {.lex_state = 5}, [5772] = {.lex_state = 43}, - [5773] = {.lex_state = 43}, + [5773] = {.lex_state = 5}, [5774] = {.lex_state = 43}, - [5775] = {.lex_state = 43}, - [5776] = {.lex_state = 75}, - [5777] = {.lex_state = 91}, - [5778] = {.lex_state = 87}, - [5779] = {.lex_state = 83}, - [5780] = {.lex_state = 43}, - [5781] = {.lex_state = 43}, - [5782] = {.lex_state = 63}, - [5783] = {.lex_state = 81}, - [5784] = {.lex_state = 72}, - [5785] = {.lex_state = 58}, - [5786] = {.lex_state = 77}, - [5787] = {.lex_state = 0}, - [5788] = {.lex_state = 0}, - [5789] = {.lex_state = 79}, - [5790] = {.lex_state = 4}, - [5791] = {.lex_state = 69}, - [5792] = {.lex_state = 81}, - [5793] = {.lex_state = 63}, - [5794] = {.lex_state = 61}, - [5795] = {.lex_state = 66}, - [5796] = {.lex_state = 90}, - [5797] = {.lex_state = 85}, - [5798] = {.lex_state = 89}, - [5799] = {.lex_state = 76}, - [5800] = {.lex_state = 80}, - [5801] = {.lex_state = 68}, - [5802] = {.lex_state = 84}, - [5803] = {.lex_state = 78}, - [5804] = {.lex_state = 82}, - [5805] = {.lex_state = 83}, - [5806] = {.lex_state = 74}, - [5807] = {.lex_state = 76}, - [5808] = {.lex_state = 76}, - [5809] = {.lex_state = 71}, - [5810] = {.lex_state = 87}, - [5811] = {.lex_state = 93}, - [5812] = {.lex_state = 92}, - [5813] = {.lex_state = 55}, - [5814] = {.lex_state = 86}, - [5815] = {.lex_state = 88}, - [5816] = {.lex_state = 83}, - [5817] = {.lex_state = 75}, - [5818] = {.lex_state = 91}, - [5819] = {.lex_state = 87}, - [5820] = {.lex_state = 83}, - [5821] = {.lex_state = 63}, - [5822] = {.lex_state = 81}, - [5823] = {.lex_state = 79}, - [5824] = {.lex_state = 75}, - [5825] = {.lex_state = 88}, - [5826] = {.lex_state = 86}, - [5827] = {.lex_state = 55}, - [5828] = {.lex_state = 77}, - [5829] = {.lex_state = 58}, - [5830] = {.lex_state = 72}, - [5831] = {.lex_state = 92}, - [5832] = {.lex_state = 93}, - [5833] = {.lex_state = 71}, - [5834] = {.lex_state = 76}, - [5835] = {.lex_state = 90}, - [5836] = {.lex_state = 76}, - [5837] = {.lex_state = 43}, - [5838] = {.lex_state = 76}, - [5839] = {.lex_state = 43}, - [5840] = {.lex_state = 74}, + [5775] = {.lex_state = 5}, + [5776] = {.lex_state = 43}, + [5777] = {.lex_state = 5}, + [5778] = {.lex_state = 5}, + [5779] = {.lex_state = 5}, + [5780] = {.lex_state = 5}, + [5781] = {.lex_state = 5}, + [5782] = {.lex_state = 5}, + [5783] = {.lex_state = 5}, + [5784] = {.lex_state = 5}, + [5785] = {.lex_state = 5}, + [5786] = {.lex_state = 43}, + [5787] = {.lex_state = 5}, + [5788] = {.lex_state = 5}, + [5789] = {.lex_state = 43}, + [5790] = {.lex_state = 5}, + [5791] = {.lex_state = 43}, + [5792] = {.lex_state = 5}, + [5793] = {.lex_state = 43}, + [5794] = {.lex_state = 70}, + [5795] = {.lex_state = 84}, + [5796] = {.lex_state = 92}, + [5797] = {.lex_state = 88}, + [5798] = {.lex_state = 86}, + [5799] = {.lex_state = 60}, + [5800] = {.lex_state = 82}, + [5801] = {.lex_state = 80}, + [5802] = {.lex_state = 64}, + [5803] = {.lex_state = 57}, + [5804] = {.lex_state = 78}, + [5805] = {.lex_state = 43}, + [5806] = {.lex_state = 43}, + [5807] = {.lex_state = 43}, + [5808] = {.lex_state = 43}, + [5809] = {.lex_state = 86}, + [5810] = {.lex_state = 62}, + [5811] = {.lex_state = 90}, + [5812] = {.lex_state = 66}, + [5813] = {.lex_state = 93}, + [5814] = {.lex_state = 85}, + [5815] = {.lex_state = 79}, + [5816] = {.lex_state = 79}, + [5817] = {.lex_state = 77}, + [5818] = {.lex_state = 87}, + [5819] = {.lex_state = 0}, + [5820] = {.lex_state = 0}, + [5821] = {.lex_state = 81}, + [5822] = {.lex_state = 4}, + [5823] = {.lex_state = 75}, + [5824] = {.lex_state = 74}, + [5825] = {.lex_state = 83}, + [5826] = {.lex_state = 73}, + [5827] = {.lex_state = 58}, + [5828] = {.lex_state = 76}, + [5829] = {.lex_state = 91}, + [5830] = {.lex_state = 68}, + [5831] = {.lex_state = 89}, + [5832] = {.lex_state = 79}, + [5833] = {.lex_state = 73}, + [5834] = {.lex_state = 83}, + [5835] = {.lex_state = 75}, + [5836] = {.lex_state = 81}, + [5837] = {.lex_state = 87}, + [5838] = {.lex_state = 79}, + [5839] = {.lex_state = 77}, + [5840] = {.lex_state = 79}, [5841] = {.lex_state = 79}, - [5842] = {.lex_state = 82}, - [5843] = {.lex_state = 78}, - [5844] = {.lex_state = 66}, - [5845] = {.lex_state = 43}, - [5846] = {.lex_state = 43}, - [5847] = {.lex_state = 84}, - [5848] = {.lex_state = 61}, + [5842] = {.lex_state = 85}, + [5843] = {.lex_state = 89}, + [5844] = {.lex_state = 93}, + [5845] = {.lex_state = 66}, + [5846] = {.lex_state = 90}, + [5847] = {.lex_state = 62}, + [5848] = {.lex_state = 70}, [5849] = {.lex_state = 68}, - [5850] = {.lex_state = 80}, - [5851] = {.lex_state = 76}, - [5852] = {.lex_state = 84}, - [5853] = {.lex_state = 78}, - [5854] = {.lex_state = 69}, - [5855] = {.lex_state = 89}, - [5856] = {.lex_state = 4}, - [5857] = {.lex_state = 85}, - [5858] = {.lex_state = 90}, - [5859] = {.lex_state = 66}, - [5860] = {.lex_state = 61}, - [5861] = {.lex_state = 69}, - [5862] = {.lex_state = 4}, - [5863] = {.lex_state = 79}, - [5864] = {.lex_state = 0}, + [5850] = {.lex_state = 84}, + [5851] = {.lex_state = 92}, + [5852] = {.lex_state = 88}, + [5853] = {.lex_state = 86}, + [5854] = {.lex_state = 60}, + [5855] = {.lex_state = 82}, + [5856] = {.lex_state = 80}, + [5857] = {.lex_state = 91}, + [5858] = {.lex_state = 76}, + [5859] = {.lex_state = 58}, + [5860] = {.lex_state = 74}, + [5861] = {.lex_state = 64}, + [5862] = {.lex_state = 57}, + [5863] = {.lex_state = 78}, + [5864] = {.lex_state = 4}, [5865] = {.lex_state = 0}, - [5866] = {.lex_state = 4}, - [5867] = {.lex_state = 69}, + [5866] = {.lex_state = 0}, + [5867] = {.lex_state = 43}, [5868] = {.lex_state = 43}, [5869] = {.lex_state = 43}, - [5870] = {.lex_state = 61}, - [5871] = {.lex_state = 66}, - [5872] = {.lex_state = 90}, - [5873] = {.lex_state = 85}, - [5874] = {.lex_state = 89}, - [5875] = {.lex_state = 76}, + [5870] = {.lex_state = 43}, + [5871] = {.lex_state = 43}, + [5872] = {.lex_state = 43}, + [5873] = {.lex_state = 78}, + [5874] = {.lex_state = 57}, + [5875] = {.lex_state = 64}, [5876] = {.lex_state = 80}, - [5877] = {.lex_state = 68}, - [5878] = {.lex_state = 84}, - [5879] = {.lex_state = 78}, - [5880] = {.lex_state = 82}, - [5881] = {.lex_state = 82}, - [5882] = {.lex_state = 74}, - [5883] = {.lex_state = 76}, - [5884] = {.lex_state = 76}, - [5885] = {.lex_state = 71}, - [5886] = {.lex_state = 0}, - [5887] = {.lex_state = 93}, - [5888] = {.lex_state = 92}, - [5889] = {.lex_state = 55}, - [5890] = {.lex_state = 86}, - [5891] = {.lex_state = 88}, - [5892] = {.lex_state = 77}, - [5893] = {.lex_state = 75}, - [5894] = {.lex_state = 91}, - [5895] = {.lex_state = 87}, - [5896] = {.lex_state = 83}, - [5897] = {.lex_state = 63}, - [5898] = {.lex_state = 81}, - [5899] = {.lex_state = 79}, - [5900] = {.lex_state = 0}, - [5901] = {.lex_state = 0}, - [5902] = {.lex_state = 71}, + [5877] = {.lex_state = 43}, + [5878] = {.lex_state = 43}, + [5879] = {.lex_state = 82}, + [5880] = {.lex_state = 60}, + [5881] = {.lex_state = 73}, + [5882] = {.lex_state = 88}, + [5883] = {.lex_state = 92}, + [5884] = {.lex_state = 84}, + [5885] = {.lex_state = 70}, + [5886] = {.lex_state = 62}, + [5887] = {.lex_state = 90}, + [5888] = {.lex_state = 66}, + [5889] = {.lex_state = 93}, + [5890] = {.lex_state = 85}, + [5891] = {.lex_state = 79}, + [5892] = {.lex_state = 79}, + [5893] = {.lex_state = 77}, + [5894] = {.lex_state = 87}, + [5895] = {.lex_state = 0}, + [5896] = {.lex_state = 0}, + [5897] = {.lex_state = 81}, + [5898] = {.lex_state = 4}, + [5899] = {.lex_state = 75}, + [5900] = {.lex_state = 74}, + [5901] = {.lex_state = 83}, + [5902] = {.lex_state = 64}, [5903] = {.lex_state = 58}, - [5904] = {.lex_state = 77}, - [5905] = {.lex_state = 58}, - [5906] = {.lex_state = 72}, - [5907] = {.lex_state = 72}, - [5908] = {.lex_state = 43}, - [5909] = {.lex_state = 43}, - [5910] = {.lex_state = 43}, - [5911] = {.lex_state = 74}, - [5912] = {.lex_state = 43}, - [5913] = {.lex_state = 43}, - [5914] = {.lex_state = 93}, - [5915] = {.lex_state = 43}, - [5916] = {.lex_state = 72}, - [5917] = {.lex_state = 58}, - [5918] = {.lex_state = 0}, - [5919] = {.lex_state = 77}, - [5920] = {.lex_state = 43}, - [5921] = {.lex_state = 43}, - [5922] = {.lex_state = 43}, - [5923] = {.lex_state = 79}, - [5924] = {.lex_state = 81}, - [5925] = {.lex_state = 63}, - [5926] = {.lex_state = 78}, - [5927] = {.lex_state = 87}, - [5928] = {.lex_state = 91}, - [5929] = {.lex_state = 75}, - [5930] = {.lex_state = 88}, - [5931] = {.lex_state = 86}, - [5932] = {.lex_state = 55}, - [5933] = {.lex_state = 92}, - [5934] = {.lex_state = 93}, - [5935] = {.lex_state = 71}, - [5936] = {.lex_state = 76}, - [5937] = {.lex_state = 76}, - [5938] = {.lex_state = 74}, - [5939] = {.lex_state = 43}, - [5940] = {.lex_state = 82}, - [5941] = {.lex_state = 69}, - [5942] = {.lex_state = 84}, - [5943] = {.lex_state = 68}, - [5944] = {.lex_state = 80}, - [5945] = {.lex_state = 76}, - [5946] = {.lex_state = 89}, - [5947] = {.lex_state = 85}, - [5948] = {.lex_state = 90}, - [5949] = {.lex_state = 43}, - [5950] = {.lex_state = 66}, - [5951] = {.lex_state = 61}, - [5952] = {.lex_state = 43}, - [5953] = {.lex_state = 69}, - [5954] = {.lex_state = 4}, - [5955] = {.lex_state = 0}, - [5956] = {.lex_state = 0}, - [5957] = {.lex_state = 43}, - [5958] = {.lex_state = 43}, - [5959] = {.lex_state = 76}, - [5960] = {.lex_state = 71}, - [5961] = {.lex_state = 93}, - [5962] = {.lex_state = 43}, - [5963] = {.lex_state = 43}, - [5964] = {.lex_state = 43}, - [5965] = {.lex_state = 92}, - [5966] = {.lex_state = 55}, - [5967] = {.lex_state = 43}, - [5968] = {.lex_state = 43}, - [5969] = {.lex_state = 86}, - [5970] = {.lex_state = 72}, - [5971] = {.lex_state = 0}, - [5972] = {.lex_state = 88}, - [5973] = {.lex_state = 58}, - [5974] = {.lex_state = 77}, - [5975] = {.lex_state = 79}, - [5976] = {.lex_state = 81}, - [5977] = {.lex_state = 63}, - [5978] = {.lex_state = 83}, - [5979] = {.lex_state = 87}, - [5980] = {.lex_state = 91}, - [5981] = {.lex_state = 75}, - [5982] = {.lex_state = 88}, - [5983] = {.lex_state = 86}, - [5984] = {.lex_state = 55}, - [5985] = {.lex_state = 92}, - [5986] = {.lex_state = 93}, - [5987] = {.lex_state = 71}, - [5988] = {.lex_state = 76}, - [5989] = {.lex_state = 76}, - [5990] = {.lex_state = 74}, - [5991] = {.lex_state = 82}, - [5992] = {.lex_state = 78}, - [5993] = {.lex_state = 75}, - [5994] = {.lex_state = 84}, - [5995] = {.lex_state = 68}, - [5996] = {.lex_state = 80}, - [5997] = {.lex_state = 76}, - [5998] = {.lex_state = 89}, - [5999] = {.lex_state = 85}, - [6000] = {.lex_state = 90}, - [6001] = {.lex_state = 66}, - [6002] = {.lex_state = 61}, - [6003] = {.lex_state = 69}, - [6004] = {.lex_state = 4}, - [6005] = {.lex_state = 0}, - [6006] = {.lex_state = 91}, - [6007] = {.lex_state = 0}, - [6008] = {.lex_state = 0}, + [5904] = {.lex_state = 76}, + [5905] = {.lex_state = 91}, + [5906] = {.lex_state = 68}, + [5907] = {.lex_state = 89}, + [5908] = {.lex_state = 79}, + [5909] = {.lex_state = 73}, + [5910] = {.lex_state = 83}, + [5911] = {.lex_state = 75}, + [5912] = {.lex_state = 81}, + [5913] = {.lex_state = 87}, + [5914] = {.lex_state = 79}, + [5915] = {.lex_state = 77}, + [5916] = {.lex_state = 79}, + [5917] = {.lex_state = 79}, + [5918] = {.lex_state = 85}, + [5919] = {.lex_state = 89}, + [5920] = {.lex_state = 93}, + [5921] = {.lex_state = 66}, + [5922] = {.lex_state = 90}, + [5923] = {.lex_state = 62}, + [5924] = {.lex_state = 70}, + [5925] = {.lex_state = 68}, + [5926] = {.lex_state = 84}, + [5927] = {.lex_state = 92}, + [5928] = {.lex_state = 88}, + [5929] = {.lex_state = 86}, + [5930] = {.lex_state = 60}, + [5931] = {.lex_state = 82}, + [5932] = {.lex_state = 80}, + [5933] = {.lex_state = 91}, + [5934] = {.lex_state = 76}, + [5935] = {.lex_state = 58}, + [5936] = {.lex_state = 74}, + [5937] = {.lex_state = 64}, + [5938] = {.lex_state = 57}, + [5939] = {.lex_state = 78}, + [5940] = {.lex_state = 4}, + [5941] = {.lex_state = 0}, + [5942] = {.lex_state = 0}, + [5943] = {.lex_state = 43}, + [5944] = {.lex_state = 43}, + [5945] = {.lex_state = 43}, + [5946] = {.lex_state = 43}, + [5947] = {.lex_state = 43}, + [5948] = {.lex_state = 43}, + [5949] = {.lex_state = 78}, + [5950] = {.lex_state = 57}, + [5951] = {.lex_state = 64}, + [5952] = {.lex_state = 80}, + [5953] = {.lex_state = 43}, + [5954] = {.lex_state = 43}, + [5955] = {.lex_state = 82}, + [5956] = {.lex_state = 60}, + [5957] = {.lex_state = 86}, + [5958] = {.lex_state = 88}, + [5959] = {.lex_state = 92}, + [5960] = {.lex_state = 84}, + [5961] = {.lex_state = 70}, + [5962] = {.lex_state = 62}, + [5963] = {.lex_state = 90}, + [5964] = {.lex_state = 66}, + [5965] = {.lex_state = 93}, + [5966] = {.lex_state = 85}, + [5967] = {.lex_state = 79}, + [5968] = {.lex_state = 79}, + [5969] = {.lex_state = 77}, + [5970] = {.lex_state = 87}, + [5971] = {.lex_state = 42}, + [5972] = {.lex_state = 81}, + [5973] = {.lex_state = 75}, + [5974] = {.lex_state = 83}, + [5975] = {.lex_state = 73}, + [5976] = {.lex_state = 79}, + [5977] = {.lex_state = 89}, + [5978] = {.lex_state = 68}, + [5979] = {.lex_state = 91}, + [5980] = {.lex_state = 76}, + [5981] = {.lex_state = 58}, + [5982] = {.lex_state = 74}, + [5983] = {.lex_state = 4}, + [5984] = {.lex_state = 0}, + [5985] = {.lex_state = 0}, + [5986] = {.lex_state = 43}, + [5987] = {.lex_state = 43}, + [5988] = {.lex_state = 43}, + [5989] = {.lex_state = 43}, + [5990] = {.lex_state = 78}, + [5991] = {.lex_state = 57}, + [5992] = {.lex_state = 77}, + [5993] = {.lex_state = 80}, + [5994] = {.lex_state = 82}, + [5995] = {.lex_state = 60}, + [5996] = {.lex_state = 86}, + [5997] = {.lex_state = 88}, + [5998] = {.lex_state = 92}, + [5999] = {.lex_state = 84}, + [6000] = {.lex_state = 70}, + [6001] = {.lex_state = 62}, + [6002] = {.lex_state = 90}, + [6003] = {.lex_state = 66}, + [6004] = {.lex_state = 93}, + [6005] = {.lex_state = 85}, + [6006] = {.lex_state = 42}, + [6007] = {.lex_state = 79}, + [6008] = {.lex_state = 79}, [6009] = {.lex_state = 0}, - [6010] = {.lex_state = 0}, - [6011] = {.lex_state = 87}, - [6012] = {.lex_state = 43}, - [6013] = {.lex_state = 43}, - [6014] = {.lex_state = 4}, - [6015] = {.lex_state = 43}, - [6016] = {.lex_state = 43}, - [6017] = {.lex_state = 82}, - [6018] = {.lex_state = 83}, - [6019] = {.lex_state = 61}, - [6020] = {.lex_state = 66}, - [6021] = {.lex_state = 43}, - [6022] = {.lex_state = 43}, - [6023] = {.lex_state = 85}, - [6024] = {.lex_state = 89}, - [6025] = {.lex_state = 72}, - [6026] = {.lex_state = 58}, - [6027] = {.lex_state = 63}, - [6028] = {.lex_state = 77}, - [6029] = {.lex_state = 79}, - [6030] = {.lex_state = 81}, - [6031] = {.lex_state = 63}, - [6032] = {.lex_state = 83}, - [6033] = {.lex_state = 87}, - [6034] = {.lex_state = 91}, - [6035] = {.lex_state = 75}, + [6010] = {.lex_state = 87}, + [6011] = {.lex_state = 81}, + [6012] = {.lex_state = 75}, + [6013] = {.lex_state = 83}, + [6014] = {.lex_state = 73}, + [6015] = {.lex_state = 79}, + [6016] = {.lex_state = 89}, + [6017] = {.lex_state = 68}, + [6018] = {.lex_state = 91}, + [6019] = {.lex_state = 76}, + [6020] = {.lex_state = 58}, + [6021] = {.lex_state = 74}, + [6022] = {.lex_state = 4}, + [6023] = {.lex_state = 0}, + [6024] = {.lex_state = 0}, + [6025] = {.lex_state = 43}, + [6026] = {.lex_state = 43}, + [6027] = {.lex_state = 43}, + [6028] = {.lex_state = 43}, + [6029] = {.lex_state = 78}, + [6030] = {.lex_state = 57}, + [6031] = {.lex_state = 64}, + [6032] = {.lex_state = 80}, + [6033] = {.lex_state = 82}, + [6034] = {.lex_state = 60}, + [6035] = {.lex_state = 86}, [6036] = {.lex_state = 88}, - [6037] = {.lex_state = 86}, - [6038] = {.lex_state = 55}, - [6039] = {.lex_state = 0}, - [6040] = {.lex_state = 81}, - [6041] = {.lex_state = 92}, - [6042] = {.lex_state = 93}, - [6043] = {.lex_state = 71}, - [6044] = {.lex_state = 76}, - [6045] = {.lex_state = 76}, - [6046] = {.lex_state = 74}, - [6047] = {.lex_state = 76}, - [6048] = {.lex_state = 82}, - [6049] = {.lex_state = 78}, - [6050] = {.lex_state = 84}, - [6051] = {.lex_state = 68}, - [6052] = {.lex_state = 0}, - [6053] = {.lex_state = 80}, - [6054] = {.lex_state = 76}, + [6037] = {.lex_state = 92}, + [6038] = {.lex_state = 84}, + [6039] = {.lex_state = 70}, + [6040] = {.lex_state = 62}, + [6041] = {.lex_state = 42}, + [6042] = {.lex_state = 90}, + [6043] = {.lex_state = 66}, + [6044] = {.lex_state = 93}, + [6045] = {.lex_state = 85}, + [6046] = {.lex_state = 79}, + [6047] = {.lex_state = 79}, + [6048] = {.lex_state = 77}, + [6049] = {.lex_state = 87}, + [6050] = {.lex_state = 81}, + [6051] = {.lex_state = 75}, + [6052] = {.lex_state = 83}, + [6053] = {.lex_state = 73}, + [6054] = {.lex_state = 79}, [6055] = {.lex_state = 89}, - [6056] = {.lex_state = 85}, - [6057] = {.lex_state = 90}, - [6058] = {.lex_state = 66}, - [6059] = {.lex_state = 61}, - [6060] = {.lex_state = 80}, - [6061] = {.lex_state = 79}, - [6062] = {.lex_state = 68}, - [6063] = {.lex_state = 69}, - [6064] = {.lex_state = 4}, - [6065] = {.lex_state = 0}, - [6066] = {.lex_state = 0}, - [6067] = {.lex_state = 84}, + [6056] = {.lex_state = 68}, + [6057] = {.lex_state = 91}, + [6058] = {.lex_state = 76}, + [6059] = {.lex_state = 58}, + [6060] = {.lex_state = 74}, + [6061] = {.lex_state = 4}, + [6062] = {.lex_state = 0}, + [6063] = {.lex_state = 91}, + [6064] = {.lex_state = 43}, + [6065] = {.lex_state = 43}, + [6066] = {.lex_state = 43}, + [6067] = {.lex_state = 43}, [6068] = {.lex_state = 78}, - [6069] = {.lex_state = 90}, - [6070] = {.lex_state = 77}, - [6071] = {.lex_state = 43}, - [6072] = {.lex_state = 90}, - [6073] = {.lex_state = 0}, - [6074] = {.lex_state = 43}, - [6075] = {.lex_state = 74}, - [6076] = {.lex_state = 76}, - [6077] = {.lex_state = 43}, - [6078] = {.lex_state = 43}, - [6079] = {.lex_state = 76}, - [6080] = {.lex_state = 72}, - [6081] = {.lex_state = 71}, - [6082] = {.lex_state = 43}, - [6083] = {.lex_state = 43}, - [6084] = {.lex_state = 93}, - [6085] = {.lex_state = 92}, - [6086] = {.lex_state = 72}, - [6087] = {.lex_state = 58}, - [6088] = {.lex_state = 77}, - [6089] = {.lex_state = 79}, - [6090] = {.lex_state = 81}, - [6091] = {.lex_state = 63}, - [6092] = {.lex_state = 83}, - [6093] = {.lex_state = 87}, - [6094] = {.lex_state = 91}, - [6095] = {.lex_state = 76}, - [6096] = {.lex_state = 75}, - [6097] = {.lex_state = 88}, - [6098] = {.lex_state = 86}, - [6099] = {.lex_state = 55}, - [6100] = {.lex_state = 92}, - [6101] = {.lex_state = 93}, - [6102] = {.lex_state = 71}, - [6103] = {.lex_state = 76}, - [6104] = {.lex_state = 76}, - [6105] = {.lex_state = 74}, - [6106] = {.lex_state = 55}, - [6107] = {.lex_state = 0}, - [6108] = {.lex_state = 43}, - [6109] = {.lex_state = 82}, - [6110] = {.lex_state = 78}, - [6111] = {.lex_state = 84}, - [6112] = {.lex_state = 68}, - [6113] = {.lex_state = 80}, - [6114] = {.lex_state = 76}, - [6115] = {.lex_state = 89}, - [6116] = {.lex_state = 85}, - [6117] = {.lex_state = 90}, - [6118] = {.lex_state = 43}, - [6119] = {.lex_state = 66}, - [6120] = {.lex_state = 72}, - [6121] = {.lex_state = 61}, - [6122] = {.lex_state = 86}, - [6123] = {.lex_state = 83}, - [6124] = {.lex_state = 69}, - [6125] = {.lex_state = 4}, - [6126] = {.lex_state = 0}, - [6127] = {.lex_state = 0}, - [6128] = {.lex_state = 75}, - [6129] = {.lex_state = 76}, - [6130] = {.lex_state = 91}, - [6131] = {.lex_state = 74}, - [6132] = {.lex_state = 72}, - [6133] = {.lex_state = 58}, - [6134] = {.lex_state = 87}, - [6135] = {.lex_state = 88}, - [6136] = {.lex_state = 43}, - [6137] = {.lex_state = 43}, - [6138] = {.lex_state = 63}, - [6139] = {.lex_state = 81}, - [6140] = {.lex_state = 79}, + [6069] = {.lex_state = 57}, + [6070] = {.lex_state = 64}, + [6071] = {.lex_state = 80}, + [6072] = {.lex_state = 82}, + [6073] = {.lex_state = 60}, + [6074] = {.lex_state = 86}, + [6075] = {.lex_state = 88}, + [6076] = {.lex_state = 42}, + [6077] = {.lex_state = 92}, + [6078] = {.lex_state = 84}, + [6079] = {.lex_state = 70}, + [6080] = {.lex_state = 62}, + [6081] = {.lex_state = 90}, + [6082] = {.lex_state = 66}, + [6083] = {.lex_state = 93}, + [6084] = {.lex_state = 85}, + [6085] = {.lex_state = 79}, + [6086] = {.lex_state = 79}, + [6087] = {.lex_state = 77}, + [6088] = {.lex_state = 87}, + [6089] = {.lex_state = 81}, + [6090] = {.lex_state = 75}, + [6091] = {.lex_state = 83}, + [6092] = {.lex_state = 73}, + [6093] = {.lex_state = 79}, + [6094] = {.lex_state = 89}, + [6095] = {.lex_state = 68}, + [6096] = {.lex_state = 91}, + [6097] = {.lex_state = 76}, + [6098] = {.lex_state = 58}, + [6099] = {.lex_state = 74}, + [6100] = {.lex_state = 4}, + [6101] = {.lex_state = 0}, + [6102] = {.lex_state = 0}, + [6103] = {.lex_state = 43}, + [6104] = {.lex_state = 43}, + [6105] = {.lex_state = 43}, + [6106] = {.lex_state = 43}, + [6107] = {.lex_state = 78}, + [6108] = {.lex_state = 57}, + [6109] = {.lex_state = 64}, + [6110] = {.lex_state = 80}, + [6111] = {.lex_state = 42}, + [6112] = {.lex_state = 82}, + [6113] = {.lex_state = 60}, + [6114] = {.lex_state = 86}, + [6115] = {.lex_state = 88}, + [6116] = {.lex_state = 92}, + [6117] = {.lex_state = 84}, + [6118] = {.lex_state = 70}, + [6119] = {.lex_state = 62}, + [6120] = {.lex_state = 90}, + [6121] = {.lex_state = 66}, + [6122] = {.lex_state = 93}, + [6123] = {.lex_state = 85}, + [6124] = {.lex_state = 79}, + [6125] = {.lex_state = 79}, + [6126] = {.lex_state = 77}, + [6127] = {.lex_state = 87}, + [6128] = {.lex_state = 81}, + [6129] = {.lex_state = 75}, + [6130] = {.lex_state = 83}, + [6131] = {.lex_state = 73}, + [6132] = {.lex_state = 79}, + [6133] = {.lex_state = 89}, + [6134] = {.lex_state = 68}, + [6135] = {.lex_state = 58}, + [6136] = {.lex_state = 76}, + [6137] = {.lex_state = 86}, + [6138] = {.lex_state = 74}, + [6139] = {.lex_state = 4}, + [6140] = {.lex_state = 0}, [6141] = {.lex_state = 0}, - [6142] = {.lex_state = 77}, + [6142] = {.lex_state = 43}, [6143] = {.lex_state = 43}, [6144] = {.lex_state = 43}, - [6145] = {.lex_state = 72}, - [6146] = {.lex_state = 58}, - [6147] = {.lex_state = 77}, - [6148] = {.lex_state = 79}, - [6149] = {.lex_state = 81}, - [6150] = {.lex_state = 63}, - [6151] = {.lex_state = 83}, - [6152] = {.lex_state = 58}, - [6153] = {.lex_state = 77}, - [6154] = {.lex_state = 87}, - [6155] = {.lex_state = 91}, - [6156] = {.lex_state = 75}, - [6157] = {.lex_state = 88}, - [6158] = {.lex_state = 86}, - [6159] = {.lex_state = 55}, - [6160] = {.lex_state = 92}, + [6145] = {.lex_state = 43}, + [6146] = {.lex_state = 42}, + [6147] = {.lex_state = 78}, + [6148] = {.lex_state = 57}, + [6149] = {.lex_state = 64}, + [6150] = {.lex_state = 80}, + [6151] = {.lex_state = 82}, + [6152] = {.lex_state = 60}, + [6153] = {.lex_state = 86}, + [6154] = {.lex_state = 88}, + [6155] = {.lex_state = 92}, + [6156] = {.lex_state = 84}, + [6157] = {.lex_state = 70}, + [6158] = {.lex_state = 62}, + [6159] = {.lex_state = 90}, + [6160] = {.lex_state = 66}, [6161] = {.lex_state = 93}, - [6162] = {.lex_state = 71}, - [6163] = {.lex_state = 82}, - [6164] = {.lex_state = 76}, - [6165] = {.lex_state = 76}, - [6166] = {.lex_state = 74}, - [6167] = {.lex_state = 82}, - [6168] = {.lex_state = 78}, - [6169] = {.lex_state = 84}, - [6170] = {.lex_state = 68}, - [6171] = {.lex_state = 80}, - [6172] = {.lex_state = 76}, - [6173] = {.lex_state = 89}, - [6174] = {.lex_state = 85}, - [6175] = {.lex_state = 0}, - [6176] = {.lex_state = 78}, - [6177] = {.lex_state = 90}, - [6178] = {.lex_state = 66}, - [6179] = {.lex_state = 61}, - [6180] = {.lex_state = 77}, - [6181] = {.lex_state = 58}, - [6182] = {.lex_state = 69}, - [6183] = {.lex_state = 4}, - [6184] = {.lex_state = 0}, - [6185] = {.lex_state = 0}, - [6186] = {.lex_state = 86}, - [6187] = {.lex_state = 72}, - [6188] = {.lex_state = 43}, - [6189] = {.lex_state = 63}, - [6190] = {.lex_state = 79}, - [6191] = {.lex_state = 43}, + [6162] = {.lex_state = 85}, + [6163] = {.lex_state = 79}, + [6164] = {.lex_state = 79}, + [6165] = {.lex_state = 77}, + [6166] = {.lex_state = 87}, + [6167] = {.lex_state = 81}, + [6168] = {.lex_state = 75}, + [6169] = {.lex_state = 83}, + [6170] = {.lex_state = 73}, + [6171] = {.lex_state = 79}, + [6172] = {.lex_state = 89}, + [6173] = {.lex_state = 68}, + [6174] = {.lex_state = 91}, + [6175] = {.lex_state = 76}, + [6176] = {.lex_state = 58}, + [6177] = {.lex_state = 74}, + [6178] = {.lex_state = 4}, + [6179] = {.lex_state = 0}, + [6180] = {.lex_state = 0}, + [6181] = {.lex_state = 42}, + [6182] = {.lex_state = 43}, + [6183] = {.lex_state = 43}, + [6184] = {.lex_state = 43}, + [6185] = {.lex_state = 43}, + [6186] = {.lex_state = 78}, + [6187] = {.lex_state = 57}, + [6188] = {.lex_state = 64}, + [6189] = {.lex_state = 80}, + [6190] = {.lex_state = 82}, + [6191] = {.lex_state = 60}, [6192] = {.lex_state = 43}, - [6193] = {.lex_state = 43}, - [6194] = {.lex_state = 43}, - [6195] = {.lex_state = 43}, - [6196] = {.lex_state = 43}, - [6197] = {.lex_state = 81}, - [6198] = {.lex_state = 75}, - [6199] = {.lex_state = 72}, - [6200] = {.lex_state = 58}, - [6201] = {.lex_state = 77}, + [6193] = {.lex_state = 88}, + [6194] = {.lex_state = 92}, + [6195] = {.lex_state = 84}, + [6196] = {.lex_state = 70}, + [6197] = {.lex_state = 62}, + [6198] = {.lex_state = 90}, + [6199] = {.lex_state = 66}, + [6200] = {.lex_state = 93}, + [6201] = {.lex_state = 85}, [6202] = {.lex_state = 79}, - [6203] = {.lex_state = 81}, - [6204] = {.lex_state = 63}, - [6205] = {.lex_state = 83}, - [6206] = {.lex_state = 87}, - [6207] = {.lex_state = 91}, - [6208] = {.lex_state = 84}, - [6209] = {.lex_state = 0}, - [6210] = {.lex_state = 82}, - [6211] = {.lex_state = 88}, - [6212] = {.lex_state = 86}, - [6213] = {.lex_state = 55}, - [6214] = {.lex_state = 92}, - [6215] = {.lex_state = 93}, - [6216] = {.lex_state = 71}, - [6217] = {.lex_state = 76}, - [6218] = {.lex_state = 76}, - [6219] = {.lex_state = 74}, - [6220] = {.lex_state = 79}, - [6221] = {.lex_state = 81}, - [6222] = {.lex_state = 63}, + [6203] = {.lex_state = 79}, + [6204] = {.lex_state = 77}, + [6205] = {.lex_state = 87}, + [6206] = {.lex_state = 81}, + [6207] = {.lex_state = 75}, + [6208] = {.lex_state = 83}, + [6209] = {.lex_state = 73}, + [6210] = {.lex_state = 79}, + [6211] = {.lex_state = 89}, + [6212] = {.lex_state = 68}, + [6213] = {.lex_state = 91}, + [6214] = {.lex_state = 76}, + [6215] = {.lex_state = 58}, + [6216] = {.lex_state = 42}, + [6217] = {.lex_state = 74}, + [6218] = {.lex_state = 4}, + [6219] = {.lex_state = 0}, + [6220] = {.lex_state = 0}, + [6221] = {.lex_state = 43}, + [6222] = {.lex_state = 43}, [6223] = {.lex_state = 43}, - [6224] = {.lex_state = 82}, + [6224] = {.lex_state = 43}, [6225] = {.lex_state = 78}, - [6226] = {.lex_state = 84}, - [6227] = {.lex_state = 68}, + [6226] = {.lex_state = 57}, + [6227] = {.lex_state = 64}, [6228] = {.lex_state = 80}, - [6229] = {.lex_state = 77}, - [6230] = {.lex_state = 89}, - [6231] = {.lex_state = 83}, - [6232] = {.lex_state = 85}, - [6233] = {.lex_state = 90}, - [6234] = {.lex_state = 66}, - [6235] = {.lex_state = 61}, - [6236] = {.lex_state = 69}, - [6237] = {.lex_state = 4}, - [6238] = {.lex_state = 0}, - [6239] = {.lex_state = 0}, - [6240] = {.lex_state = 87}, - [6241] = {.lex_state = 91}, - [6242] = {.lex_state = 75}, - [6243] = {.lex_state = 0}, - [6244] = {.lex_state = 84}, - [6245] = {.lex_state = 88}, - [6246] = {.lex_state = 86}, - [6247] = {.lex_state = 55}, - [6248] = {.lex_state = 43}, - [6249] = {.lex_state = 43}, - [6250] = {.lex_state = 43}, - [6251] = {.lex_state = 43}, - [6252] = {.lex_state = 0}, - [6253] = {.lex_state = 0}, - [6254] = {.lex_state = 83}, - [6255] = {.lex_state = 87}, - [6256] = {.lex_state = 91}, - [6257] = {.lex_state = 72}, - [6258] = {.lex_state = 58}, - [6259] = {.lex_state = 77}, - [6260] = {.lex_state = 79}, - [6261] = {.lex_state = 81}, - [6262] = {.lex_state = 63}, - [6263] = {.lex_state = 83}, - [6264] = {.lex_state = 87}, - [6265] = {.lex_state = 92}, - [6266] = {.lex_state = 91}, - [6267] = {.lex_state = 75}, - [6268] = {.lex_state = 88}, - [6269] = {.lex_state = 86}, - [6270] = {.lex_state = 55}, - [6271] = {.lex_state = 92}, - [6272] = {.lex_state = 93}, - [6273] = {.lex_state = 71}, - [6274] = {.lex_state = 76}, - [6275] = {.lex_state = 76}, - [6276] = {.lex_state = 74}, - [6277] = {.lex_state = 0}, + [6229] = {.lex_state = 82}, + [6230] = {.lex_state = 60}, + [6231] = {.lex_state = 86}, + [6232] = {.lex_state = 88}, + [6233] = {.lex_state = 92}, + [6234] = {.lex_state = 84}, + [6235] = {.lex_state = 70}, + [6236] = {.lex_state = 62}, + [6237] = {.lex_state = 90}, + [6238] = {.lex_state = 66}, + [6239] = {.lex_state = 93}, + [6240] = {.lex_state = 85}, + [6241] = {.lex_state = 79}, + [6242] = {.lex_state = 79}, + [6243] = {.lex_state = 77}, + [6244] = {.lex_state = 87}, + [6245] = {.lex_state = 81}, + [6246] = {.lex_state = 75}, + [6247] = {.lex_state = 83}, + [6248] = {.lex_state = 73}, + [6249] = {.lex_state = 79}, + [6250] = {.lex_state = 89}, + [6251] = {.lex_state = 42}, + [6252] = {.lex_state = 68}, + [6253] = {.lex_state = 91}, + [6254] = {.lex_state = 76}, + [6255] = {.lex_state = 58}, + [6256] = {.lex_state = 74}, + [6257] = {.lex_state = 4}, + [6258] = {.lex_state = 0}, + [6259] = {.lex_state = 0}, + [6260] = {.lex_state = 43}, + [6261] = {.lex_state = 57}, + [6262] = {.lex_state = 43}, + [6263] = {.lex_state = 43}, + [6264] = {.lex_state = 78}, + [6265] = {.lex_state = 58}, + [6266] = {.lex_state = 64}, + [6267] = {.lex_state = 80}, + [6268] = {.lex_state = 82}, + [6269] = {.lex_state = 60}, + [6270] = {.lex_state = 86}, + [6271] = {.lex_state = 88}, + [6272] = {.lex_state = 92}, + [6273] = {.lex_state = 84}, + [6274] = {.lex_state = 70}, + [6275] = {.lex_state = 62}, + [6276] = {.lex_state = 90}, + [6277] = {.lex_state = 66}, [6278] = {.lex_state = 93}, - [6279] = {.lex_state = 82}, - [6280] = {.lex_state = 78}, - [6281] = {.lex_state = 84}, - [6282] = {.lex_state = 68}, - [6283] = {.lex_state = 80}, - [6284] = {.lex_state = 76}, - [6285] = {.lex_state = 89}, - [6286] = {.lex_state = 85}, - [6287] = {.lex_state = 90}, - [6288] = {.lex_state = 75}, - [6289] = {.lex_state = 66}, - [6290] = {.lex_state = 88}, - [6291] = {.lex_state = 61}, - [6292] = {.lex_state = 4}, - [6293] = {.lex_state = 69}, - [6294] = {.lex_state = 69}, - [6295] = {.lex_state = 4}, - [6296] = {.lex_state = 0}, + [6279] = {.lex_state = 85}, + [6280] = {.lex_state = 79}, + [6281] = {.lex_state = 79}, + [6282] = {.lex_state = 77}, + [6283] = {.lex_state = 87}, + [6284] = {.lex_state = 81}, + [6285] = {.lex_state = 75}, + [6286] = {.lex_state = 42}, + [6287] = {.lex_state = 83}, + [6288] = {.lex_state = 73}, + [6289] = {.lex_state = 79}, + [6290] = {.lex_state = 89}, + [6291] = {.lex_state = 68}, + [6292] = {.lex_state = 91}, + [6293] = {.lex_state = 76}, + [6294] = {.lex_state = 58}, + [6295] = {.lex_state = 74}, + [6296] = {.lex_state = 4}, [6297] = {.lex_state = 0}, - [6298] = {.lex_state = 61}, - [6299] = {.lex_state = 68}, - [6300] = {.lex_state = 66}, - [6301] = {.lex_state = 90}, - [6302] = {.lex_state = 71}, - [6303] = {.lex_state = 76}, - [6304] = {.lex_state = 76}, - [6305] = {.lex_state = 85}, - [6306] = {.lex_state = 89}, - [6307] = {.lex_state = 43}, - [6308] = {.lex_state = 43}, - [6309] = {.lex_state = 76}, - [6310] = {.lex_state = 80}, - [6311] = {.lex_state = 0}, - [6312] = {.lex_state = 74}, - [6313] = {.lex_state = 68}, - [6314] = {.lex_state = 79}, - [6315] = {.lex_state = 43}, - [6316] = {.lex_state = 43}, - [6317] = {.lex_state = 78}, - [6318] = {.lex_state = 43}, - [6319] = {.lex_state = 72}, - [6320] = {.lex_state = 58}, - [6321] = {.lex_state = 77}, - [6322] = {.lex_state = 84}, - [6323] = {.lex_state = 55}, - [6324] = {.lex_state = 92}, - [6325] = {.lex_state = 0}, - [6326] = {.lex_state = 81}, - [6327] = {.lex_state = 63}, - [6328] = {.lex_state = 83}, - [6329] = {.lex_state = 87}, - [6330] = {.lex_state = 91}, - [6331] = {.lex_state = 75}, - [6332] = {.lex_state = 88}, - [6333] = {.lex_state = 89}, - [6334] = {.lex_state = 86}, - [6335] = {.lex_state = 55}, - [6336] = {.lex_state = 92}, - [6337] = {.lex_state = 93}, - [6338] = {.lex_state = 71}, - [6339] = {.lex_state = 76}, - [6340] = {.lex_state = 76}, - [6341] = {.lex_state = 74}, - [6342] = {.lex_state = 74}, - [6343] = {.lex_state = 82}, - [6344] = {.lex_state = 78}, - [6345] = {.lex_state = 0}, - [6346] = {.lex_state = 78}, - [6347] = {.lex_state = 84}, - [6348] = {.lex_state = 68}, - [6349] = {.lex_state = 80}, - [6350] = {.lex_state = 76}, + [6298] = {.lex_state = 0}, + [6299] = {.lex_state = 43}, + [6300] = {.lex_state = 43}, + [6301] = {.lex_state = 43}, + [6302] = {.lex_state = 43}, + [6303] = {.lex_state = 78}, + [6304] = {.lex_state = 57}, + [6305] = {.lex_state = 64}, + [6306] = {.lex_state = 80}, + [6307] = {.lex_state = 82}, + [6308] = {.lex_state = 60}, + [6309] = {.lex_state = 86}, + [6310] = {.lex_state = 88}, + [6311] = {.lex_state = 92}, + [6312] = {.lex_state = 84}, + [6313] = {.lex_state = 70}, + [6314] = {.lex_state = 62}, + [6315] = {.lex_state = 90}, + [6316] = {.lex_state = 66}, + [6317] = {.lex_state = 93}, + [6318] = {.lex_state = 85}, + [6319] = {.lex_state = 79}, + [6320] = {.lex_state = 79}, + [6321] = {.lex_state = 42}, + [6322] = {.lex_state = 77}, + [6323] = {.lex_state = 87}, + [6324] = {.lex_state = 81}, + [6325] = {.lex_state = 75}, + [6326] = {.lex_state = 83}, + [6327] = {.lex_state = 73}, + [6328] = {.lex_state = 79}, + [6329] = {.lex_state = 89}, + [6330] = {.lex_state = 68}, + [6331] = {.lex_state = 91}, + [6332] = {.lex_state = 76}, + [6333] = {.lex_state = 84}, + [6334] = {.lex_state = 74}, + [6335] = {.lex_state = 4}, + [6336] = {.lex_state = 0}, + [6337] = {.lex_state = 0}, + [6338] = {.lex_state = 43}, + [6339] = {.lex_state = 43}, + [6340] = {.lex_state = 43}, + [6341] = {.lex_state = 43}, + [6342] = {.lex_state = 78}, + [6343] = {.lex_state = 57}, + [6344] = {.lex_state = 64}, + [6345] = {.lex_state = 80}, + [6346] = {.lex_state = 82}, + [6347] = {.lex_state = 60}, + [6348] = {.lex_state = 86}, + [6349] = {.lex_state = 88}, + [6350] = {.lex_state = 92}, [6351] = {.lex_state = 84}, - [6352] = {.lex_state = 85}, - [6353] = {.lex_state = 90}, - [6354] = {.lex_state = 66}, - [6355] = {.lex_state = 61}, - [6356] = {.lex_state = 93}, - [6357] = {.lex_state = 76}, - [6358] = {.lex_state = 71}, - [6359] = {.lex_state = 76}, - [6360] = {.lex_state = 69}, - [6361] = {.lex_state = 4}, - [6362] = {.lex_state = 0}, - [6363] = {.lex_state = 0}, - [6364] = {.lex_state = 68}, - [6365] = {.lex_state = 71}, - [6366] = {.lex_state = 80}, - [6367] = {.lex_state = 76}, + [6352] = {.lex_state = 70}, + [6353] = {.lex_state = 62}, + [6354] = {.lex_state = 90}, + [6355] = {.lex_state = 66}, + [6356] = {.lex_state = 42}, + [6357] = {.lex_state = 93}, + [6358] = {.lex_state = 85}, + [6359] = {.lex_state = 79}, + [6360] = {.lex_state = 79}, + [6361] = {.lex_state = 77}, + [6362] = {.lex_state = 87}, + [6363] = {.lex_state = 81}, + [6364] = {.lex_state = 75}, + [6365] = {.lex_state = 83}, + [6366] = {.lex_state = 73}, + [6367] = {.lex_state = 79}, [6368] = {.lex_state = 89}, - [6369] = {.lex_state = 85}, - [6370] = {.lex_state = 93}, - [6371] = {.lex_state = 92}, - [6372] = {.lex_state = 43}, - [6373] = {.lex_state = 43}, - [6374] = {.lex_state = 55}, - [6375] = {.lex_state = 86}, - [6376] = {.lex_state = 88}, + [6369] = {.lex_state = 68}, + [6370] = {.lex_state = 91}, + [6371] = {.lex_state = 76}, + [6372] = {.lex_state = 58}, + [6373] = {.lex_state = 74}, + [6374] = {.lex_state = 4}, + [6375] = {.lex_state = 0}, + [6376] = {.lex_state = 0}, [6377] = {.lex_state = 43}, [6378] = {.lex_state = 43}, - [6379] = {.lex_state = 0}, - [6380] = {.lex_state = 90}, - [6381] = {.lex_state = 75}, - [6382] = {.lex_state = 91}, - [6383] = {.lex_state = 72}, - [6384] = {.lex_state = 58}, - [6385] = {.lex_state = 77}, - [6386] = {.lex_state = 79}, - [6387] = {.lex_state = 81}, - [6388] = {.lex_state = 63}, - [6389] = {.lex_state = 83}, - [6390] = {.lex_state = 66}, - [6391] = {.lex_state = 76}, - [6392] = {.lex_state = 76}, - [6393] = {.lex_state = 87}, - [6394] = {.lex_state = 91}, - [6395] = {.lex_state = 75}, - [6396] = {.lex_state = 88}, - [6397] = {.lex_state = 86}, - [6398] = {.lex_state = 55}, - [6399] = {.lex_state = 92}, - [6400] = {.lex_state = 93}, - [6401] = {.lex_state = 61}, - [6402] = {.lex_state = 71}, - [6403] = {.lex_state = 76}, - [6404] = {.lex_state = 76}, - [6405] = {.lex_state = 74}, - [6406] = {.lex_state = 87}, - [6407] = {.lex_state = 82}, - [6408] = {.lex_state = 78}, - [6409] = {.lex_state = 84}, - [6410] = {.lex_state = 68}, - [6411] = {.lex_state = 80}, - [6412] = {.lex_state = 76}, - [6413] = {.lex_state = 0}, - [6414] = {.lex_state = 69}, - [6415] = {.lex_state = 89}, - [6416] = {.lex_state = 85}, - [6417] = {.lex_state = 90}, - [6418] = {.lex_state = 66}, - [6419] = {.lex_state = 61}, - [6420] = {.lex_state = 83}, - [6421] = {.lex_state = 63}, - [6422] = {.lex_state = 69}, - [6423] = {.lex_state = 4}, - [6424] = {.lex_state = 74}, - [6425] = {.lex_state = 82}, - [6426] = {.lex_state = 78}, - [6427] = {.lex_state = 75}, - [6428] = {.lex_state = 0}, - [6429] = {.lex_state = 82}, - [6430] = {.lex_state = 79}, - [6431] = {.lex_state = 4}, - [6432] = {.lex_state = 80}, - [6433] = {.lex_state = 0}, - [6434] = {.lex_state = 43}, - [6435] = {.lex_state = 0}, - [6436] = {.lex_state = 43}, - [6437] = {.lex_state = 77}, - [6438] = {.lex_state = 58}, - [6439] = {.lex_state = 72}, - [6440] = {.lex_state = 43}, - [6441] = {.lex_state = 43}, - [6442] = {.lex_state = 72}, - [6443] = {.lex_state = 58}, - [6444] = {.lex_state = 76}, - [6445] = {.lex_state = 85}, - [6446] = {.lex_state = 58}, - [6447] = {.lex_state = 0}, - [6448] = {.lex_state = 76}, - [6449] = {.lex_state = 63}, - [6450] = {.lex_state = 83}, - [6451] = {.lex_state = 87}, - [6452] = {.lex_state = 91}, - [6453] = {.lex_state = 92}, - [6454] = {.lex_state = 88}, - [6455] = {.lex_state = 86}, - [6456] = {.lex_state = 55}, - [6457] = {.lex_state = 92}, - [6458] = {.lex_state = 69}, - [6459] = {.lex_state = 68}, - [6460] = {.lex_state = 80}, - [6461] = {.lex_state = 93}, - [6462] = {.lex_state = 71}, - [6463] = {.lex_state = 76}, - [6464] = {.lex_state = 76}, - [6465] = {.lex_state = 74}, - [6466] = {.lex_state = 82}, - [6467] = {.lex_state = 78}, - [6468] = {.lex_state = 84}, - [6469] = {.lex_state = 68}, - [6470] = {.lex_state = 68}, - [6471] = {.lex_state = 80}, - [6472] = {.lex_state = 76}, - [6473] = {.lex_state = 89}, - [6474] = {.lex_state = 85}, - [6475] = {.lex_state = 90}, - [6476] = {.lex_state = 66}, - [6477] = {.lex_state = 61}, - [6478] = {.lex_state = 43}, - [6479] = {.lex_state = 69}, - [6480] = {.lex_state = 4}, - [6481] = {.lex_state = 0}, - [6482] = {.lex_state = 0}, - [6483] = {.lex_state = 0}, - [6484] = {.lex_state = 0}, - [6485] = {.lex_state = 43}, - [6486] = {.lex_state = 0}, - [6487] = {.lex_state = 4}, - [6488] = {.lex_state = 69}, - [6489] = {.lex_state = 43}, - [6490] = {.lex_state = 43}, - [6491] = {.lex_state = 43}, - [6492] = {.lex_state = 76}, - [6493] = {.lex_state = 89}, - [6494] = {.lex_state = 85}, + [6379] = {.lex_state = 43}, + [6380] = {.lex_state = 43}, + [6381] = {.lex_state = 78}, + [6382] = {.lex_state = 57}, + [6383] = {.lex_state = 64}, + [6384] = {.lex_state = 80}, + [6385] = {.lex_state = 82}, + [6386] = {.lex_state = 60}, + [6387] = {.lex_state = 86}, + [6388] = {.lex_state = 88}, + [6389] = {.lex_state = 92}, + [6390] = {.lex_state = 62}, + [6391] = {.lex_state = 42}, + [6392] = {.lex_state = 70}, + [6393] = {.lex_state = 43}, + [6394] = {.lex_state = 90}, + [6395] = {.lex_state = 66}, + [6396] = {.lex_state = 93}, + [6397] = {.lex_state = 85}, + [6398] = {.lex_state = 79}, + [6399] = {.lex_state = 79}, + [6400] = {.lex_state = 77}, + [6401] = {.lex_state = 87}, + [6402] = {.lex_state = 81}, + [6403] = {.lex_state = 75}, + [6404] = {.lex_state = 83}, + [6405] = {.lex_state = 73}, + [6406] = {.lex_state = 79}, + [6407] = {.lex_state = 89}, + [6408] = {.lex_state = 68}, + [6409] = {.lex_state = 91}, + [6410] = {.lex_state = 76}, + [6411] = {.lex_state = 58}, + [6412] = {.lex_state = 74}, + [6413] = {.lex_state = 4}, + [6414] = {.lex_state = 0}, + [6415] = {.lex_state = 0}, + [6416] = {.lex_state = 43}, + [6417] = {.lex_state = 43}, + [6418] = {.lex_state = 43}, + [6419] = {.lex_state = 43}, + [6420] = {.lex_state = 78}, + [6421] = {.lex_state = 57}, + [6422] = {.lex_state = 64}, + [6423] = {.lex_state = 80}, + [6424] = {.lex_state = 82}, + [6425] = {.lex_state = 60}, + [6426] = {.lex_state = 42}, + [6427] = {.lex_state = 86}, + [6428] = {.lex_state = 88}, + [6429] = {.lex_state = 92}, + [6430] = {.lex_state = 84}, + [6431] = {.lex_state = 70}, + [6432] = {.lex_state = 62}, + [6433] = {.lex_state = 90}, + [6434] = {.lex_state = 66}, + [6435] = {.lex_state = 93}, + [6436] = {.lex_state = 85}, + [6437] = {.lex_state = 79}, + [6438] = {.lex_state = 79}, + [6439] = {.lex_state = 77}, + [6440] = {.lex_state = 87}, + [6441] = {.lex_state = 81}, + [6442] = {.lex_state = 75}, + [6443] = {.lex_state = 83}, + [6444] = {.lex_state = 73}, + [6445] = {.lex_state = 79}, + [6446] = {.lex_state = 89}, + [6447] = {.lex_state = 68}, + [6448] = {.lex_state = 91}, + [6449] = {.lex_state = 76}, + [6450] = {.lex_state = 58}, + [6451] = {.lex_state = 74}, + [6452] = {.lex_state = 4}, + [6453] = {.lex_state = 0}, + [6454] = {.lex_state = 0}, + [6455] = {.lex_state = 43}, + [6456] = {.lex_state = 83}, + [6457] = {.lex_state = 43}, + [6458] = {.lex_state = 43}, + [6459] = {.lex_state = 78}, + [6460] = {.lex_state = 57}, + [6461] = {.lex_state = 42}, + [6462] = {.lex_state = 64}, + [6463] = {.lex_state = 80}, + [6464] = {.lex_state = 82}, + [6465] = {.lex_state = 60}, + [6466] = {.lex_state = 86}, + [6467] = {.lex_state = 88}, + [6468] = {.lex_state = 92}, + [6469] = {.lex_state = 84}, + [6470] = {.lex_state = 70}, + [6471] = {.lex_state = 62}, + [6472] = {.lex_state = 90}, + [6473] = {.lex_state = 66}, + [6474] = {.lex_state = 93}, + [6475] = {.lex_state = 85}, + [6476] = {.lex_state = 79}, + [6477] = {.lex_state = 79}, + [6478] = {.lex_state = 77}, + [6479] = {.lex_state = 87}, + [6480] = {.lex_state = 81}, + [6481] = {.lex_state = 75}, + [6482] = {.lex_state = 83}, + [6483] = {.lex_state = 73}, + [6484] = {.lex_state = 79}, + [6485] = {.lex_state = 89}, + [6486] = {.lex_state = 68}, + [6487] = {.lex_state = 91}, + [6488] = {.lex_state = 76}, + [6489] = {.lex_state = 58}, + [6490] = {.lex_state = 74}, + [6491] = {.lex_state = 4}, + [6492] = {.lex_state = 0}, + [6493] = {.lex_state = 0}, + [6494] = {.lex_state = 43}, [6495] = {.lex_state = 43}, - [6496] = {.lex_state = 85}, + [6496] = {.lex_state = 42}, [6497] = {.lex_state = 43}, [6498] = {.lex_state = 43}, - [6499] = {.lex_state = 90}, - [6500] = {.lex_state = 61}, - [6501] = {.lex_state = 72}, - [6502] = {.lex_state = 58}, - [6503] = {.lex_state = 66}, - [6504] = {.lex_state = 77}, - [6505] = {.lex_state = 79}, - [6506] = {.lex_state = 81}, - [6507] = {.lex_state = 63}, - [6508] = {.lex_state = 83}, - [6509] = {.lex_state = 87}, - [6510] = {.lex_state = 91}, - [6511] = {.lex_state = 75}, - [6512] = {.lex_state = 88}, - [6513] = {.lex_state = 86}, - [6514] = {.lex_state = 55}, - [6515] = {.lex_state = 0}, - [6516] = {.lex_state = 90}, - [6517] = {.lex_state = 82}, - [6518] = {.lex_state = 93}, - [6519] = {.lex_state = 71}, - [6520] = {.lex_state = 76}, - [6521] = {.lex_state = 76}, - [6522] = {.lex_state = 74}, - [6523] = {.lex_state = 81}, - [6524] = {.lex_state = 82}, - [6525] = {.lex_state = 78}, - [6526] = {.lex_state = 90}, - [6527] = {.lex_state = 66}, - [6528] = {.lex_state = 61}, - [6529] = {.lex_state = 84}, - [6530] = {.lex_state = 68}, - [6531] = {.lex_state = 80}, - [6532] = {.lex_state = 76}, - [6533] = {.lex_state = 89}, - [6534] = {.lex_state = 85}, - [6535] = {.lex_state = 90}, - [6536] = {.lex_state = 66}, - [6537] = {.lex_state = 85}, - [6538] = {.lex_state = 61}, - [6539] = {.lex_state = 69}, - [6540] = {.lex_state = 4}, - [6541] = {.lex_state = 0}, - [6542] = {.lex_state = 0}, - [6543] = {.lex_state = 0}, - [6544] = {.lex_state = 0}, - [6545] = {.lex_state = 89}, - [6546] = {.lex_state = 43}, - [6547] = {.lex_state = 43}, - [6548] = {.lex_state = 4}, - [6549] = {.lex_state = 0}, - [6550] = {.lex_state = 76}, - [6551] = {.lex_state = 43}, - [6552] = {.lex_state = 43}, - [6553] = {.lex_state = 69}, - [6554] = {.lex_state = 66}, - [6555] = {.lex_state = 90}, - [6556] = {.lex_state = 43}, - [6557] = {.lex_state = 43}, - [6558] = {.lex_state = 85}, - [6559] = {.lex_state = 89}, - [6560] = {.lex_state = 72}, - [6561] = {.lex_state = 58}, - [6562] = {.lex_state = 77}, - [6563] = {.lex_state = 79}, - [6564] = {.lex_state = 81}, - [6565] = {.lex_state = 63}, - [6566] = {.lex_state = 83}, - [6567] = {.lex_state = 87}, - [6568] = {.lex_state = 91}, - [6569] = {.lex_state = 75}, - [6570] = {.lex_state = 88}, - [6571] = {.lex_state = 80}, - [6572] = {.lex_state = 86}, - [6573] = {.lex_state = 55}, - [6574] = {.lex_state = 92}, - [6575] = {.lex_state = 93}, - [6576] = {.lex_state = 71}, - [6577] = {.lex_state = 76}, - [6578] = {.lex_state = 76}, - [6579] = {.lex_state = 74}, - [6580] = {.lex_state = 76}, - [6581] = {.lex_state = 43}, - [6582] = {.lex_state = 78}, - [6583] = {.lex_state = 0}, - [6584] = {.lex_state = 92}, - [6585] = {.lex_state = 84}, - [6586] = {.lex_state = 68}, - [6587] = {.lex_state = 80}, - [6588] = {.lex_state = 76}, - [6589] = {.lex_state = 89}, - [6590] = {.lex_state = 85}, - [6591] = {.lex_state = 90}, - [6592] = {.lex_state = 66}, - [6593] = {.lex_state = 61}, - [6594] = {.lex_state = 4}, - [6595] = {.lex_state = 80}, - [6596] = {.lex_state = 0}, - [6597] = {.lex_state = 68}, - [6598] = {.lex_state = 69}, - [6599] = {.lex_state = 4}, - [6600] = {.lex_state = 0}, - [6601] = {.lex_state = 0}, - [6602] = {.lex_state = 84}, - [6603] = {.lex_state = 78}, - [6604] = {.lex_state = 82}, - [6605] = {.lex_state = 84}, - [6606] = {.lex_state = 78}, - [6607] = {.lex_state = 43}, - [6608] = {.lex_state = 82}, - [6609] = {.lex_state = 74}, - [6610] = {.lex_state = 76}, - [6611] = {.lex_state = 43}, + [6499] = {.lex_state = 78}, + [6500] = {.lex_state = 57}, + [6501] = {.lex_state = 64}, + [6502] = {.lex_state = 80}, + [6503] = {.lex_state = 82}, + [6504] = {.lex_state = 60}, + [6505] = {.lex_state = 86}, + [6506] = {.lex_state = 88}, + [6507] = {.lex_state = 92}, + [6508] = {.lex_state = 84}, + [6509] = {.lex_state = 70}, + [6510] = {.lex_state = 62}, + [6511] = {.lex_state = 90}, + [6512] = {.lex_state = 66}, + [6513] = {.lex_state = 93}, + [6514] = {.lex_state = 85}, + [6515] = {.lex_state = 79}, + [6516] = {.lex_state = 79}, + [6517] = {.lex_state = 77}, + [6518] = {.lex_state = 87}, + [6519] = {.lex_state = 81}, + [6520] = {.lex_state = 75}, + [6521] = {.lex_state = 4}, + [6522] = {.lex_state = 73}, + [6523] = {.lex_state = 79}, + [6524] = {.lex_state = 89}, + [6525] = {.lex_state = 68}, + [6526] = {.lex_state = 91}, + [6527] = {.lex_state = 76}, + [6528] = {.lex_state = 58}, + [6529] = {.lex_state = 74}, + [6530] = {.lex_state = 66}, + [6531] = {.lex_state = 42}, + [6532] = {.lex_state = 0}, + [6533] = {.lex_state = 0}, + [6534] = {.lex_state = 43}, + [6535] = {.lex_state = 43}, + [6536] = {.lex_state = 43}, + [6537] = {.lex_state = 43}, + [6538] = {.lex_state = 78}, + [6539] = {.lex_state = 57}, + [6540] = {.lex_state = 64}, + [6541] = {.lex_state = 80}, + [6542] = {.lex_state = 82}, + [6543] = {.lex_state = 60}, + [6544] = {.lex_state = 86}, + [6545] = {.lex_state = 88}, + [6546] = {.lex_state = 92}, + [6547] = {.lex_state = 84}, + [6548] = {.lex_state = 70}, + [6549] = {.lex_state = 62}, + [6550] = {.lex_state = 90}, + [6551] = {.lex_state = 66}, + [6552] = {.lex_state = 93}, + [6553] = {.lex_state = 85}, + [6554] = {.lex_state = 79}, + [6555] = {.lex_state = 79}, + [6556] = {.lex_state = 77}, + [6557] = {.lex_state = 87}, + [6558] = {.lex_state = 81}, + [6559] = {.lex_state = 75}, + [6560] = {.lex_state = 83}, + [6561] = {.lex_state = 73}, + [6562] = {.lex_state = 79}, + [6563] = {.lex_state = 89}, + [6564] = {.lex_state = 68}, + [6565] = {.lex_state = 91}, + [6566] = {.lex_state = 42}, + [6567] = {.lex_state = 76}, + [6568] = {.lex_state = 58}, + [6569] = {.lex_state = 74}, + [6570] = {.lex_state = 4}, + [6571] = {.lex_state = 0}, + [6572] = {.lex_state = 0}, + [6573] = {.lex_state = 43}, + [6574] = {.lex_state = 43}, + [6575] = {.lex_state = 43}, + [6576] = {.lex_state = 43}, + [6577] = {.lex_state = 78}, + [6578] = {.lex_state = 57}, + [6579] = {.lex_state = 64}, + [6580] = {.lex_state = 80}, + [6581] = {.lex_state = 82}, + [6582] = {.lex_state = 60}, + [6583] = {.lex_state = 86}, + [6584] = {.lex_state = 88}, + [6585] = {.lex_state = 92}, + [6586] = {.lex_state = 84}, + [6587] = {.lex_state = 70}, + [6588] = {.lex_state = 62}, + [6589] = {.lex_state = 90}, + [6590] = {.lex_state = 0}, + [6591] = {.lex_state = 93}, + [6592] = {.lex_state = 85}, + [6593] = {.lex_state = 79}, + [6594] = {.lex_state = 79}, + [6595] = {.lex_state = 77}, + [6596] = {.lex_state = 87}, + [6597] = {.lex_state = 81}, + [6598] = {.lex_state = 75}, + [6599] = {.lex_state = 83}, + [6600] = {.lex_state = 73}, + [6601] = {.lex_state = 42}, + [6602] = {.lex_state = 79}, + [6603] = {.lex_state = 89}, + [6604] = {.lex_state = 68}, + [6605] = {.lex_state = 91}, + [6606] = {.lex_state = 76}, + [6607] = {.lex_state = 58}, + [6608] = {.lex_state = 74}, + [6609] = {.lex_state = 4}, + [6610] = {.lex_state = 0}, + [6611] = {.lex_state = 0}, [6612] = {.lex_state = 43}, - [6613] = {.lex_state = 76}, + [6613] = {.lex_state = 43}, [6614] = {.lex_state = 43}, - [6615] = {.lex_state = 71}, - [6616] = {.lex_state = 43}, - [6617] = {.lex_state = 0}, - [6618] = {.lex_state = 66}, - [6619] = {.lex_state = 89}, - [6620] = {.lex_state = 93}, - [6621] = {.lex_state = 61}, - [6622] = {.lex_state = 72}, - [6623] = {.lex_state = 58}, - [6624] = {.lex_state = 77}, - [6625] = {.lex_state = 79}, - [6626] = {.lex_state = 81}, - [6627] = {.lex_state = 63}, - [6628] = {.lex_state = 83}, - [6629] = {.lex_state = 0}, - [6630] = {.lex_state = 0}, - [6631] = {.lex_state = 87}, - [6632] = {.lex_state = 91}, - [6633] = {.lex_state = 75}, - [6634] = {.lex_state = 88}, - [6635] = {.lex_state = 86}, - [6636] = {.lex_state = 55}, - [6637] = {.lex_state = 92}, - [6638] = {.lex_state = 93}, - [6639] = {.lex_state = 74}, - [6640] = {.lex_state = 71}, - [6641] = {.lex_state = 76}, - [6642] = {.lex_state = 76}, - [6643] = {.lex_state = 74}, - [6644] = {.lex_state = 55}, - [6645] = {.lex_state = 82}, - [6646] = {.lex_state = 78}, - [6647] = {.lex_state = 84}, - [6648] = {.lex_state = 68}, - [6649] = {.lex_state = 80}, - [6650] = {.lex_state = 76}, - [6651] = {.lex_state = 0}, - [6652] = {.lex_state = 76}, - [6653] = {.lex_state = 89}, - [6654] = {.lex_state = 85}, - [6655] = {.lex_state = 90}, - [6656] = {.lex_state = 66}, - [6657] = {.lex_state = 61}, - [6658] = {.lex_state = 86}, - [6659] = {.lex_state = 88}, - [6660] = {.lex_state = 69}, - [6661] = {.lex_state = 4}, - [6662] = {.lex_state = 42}, - [6663] = {.lex_state = 42}, - [6664] = {.lex_state = 0}, - [6665] = {.lex_state = 0}, - [6666] = {.lex_state = 75}, - [6667] = {.lex_state = 91}, - [6668] = {.lex_state = 76}, - [6669] = {.lex_state = 71}, - [6670] = {.lex_state = 93}, - [6671] = {.lex_state = 87}, - [6672] = {.lex_state = 83}, - [6673] = {.lex_state = 72}, - [6674] = {.lex_state = 43}, - [6675] = {.lex_state = 43}, - [6676] = {.lex_state = 63}, - [6677] = {.lex_state = 81}, - [6678] = {.lex_state = 79}, - [6679] = {.lex_state = 43}, - [6680] = {.lex_state = 43}, - [6681] = {.lex_state = 72}, - [6682] = {.lex_state = 58}, - [6683] = {.lex_state = 77}, - [6684] = {.lex_state = 79}, - [6685] = {.lex_state = 0}, - [6686] = {.lex_state = 58}, - [6687] = {.lex_state = 81}, - [6688] = {.lex_state = 63}, - [6689] = {.lex_state = 83}, - [6690] = {.lex_state = 87}, - [6691] = {.lex_state = 91}, - [6692] = {.lex_state = 75}, - [6693] = {.lex_state = 88}, - [6694] = {.lex_state = 86}, - [6695] = {.lex_state = 55}, - [6696] = {.lex_state = 92}, - [6697] = {.lex_state = 93}, - [6698] = {.lex_state = 71}, - [6699] = {.lex_state = 76}, - [6700] = {.lex_state = 76}, - [6701] = {.lex_state = 74}, - [6702] = {.lex_state = 82}, - [6703] = {.lex_state = 78}, - [6704] = {.lex_state = 84}, - [6705] = {.lex_state = 68}, - [6706] = {.lex_state = 80}, - [6707] = {.lex_state = 77}, - [6708] = {.lex_state = 76}, - [6709] = {.lex_state = 0}, + [6615] = {.lex_state = 43}, + [6616] = {.lex_state = 78}, + [6617] = {.lex_state = 57}, + [6618] = {.lex_state = 64}, + [6619] = {.lex_state = 80}, + [6620] = {.lex_state = 82}, + [6621] = {.lex_state = 60}, + [6622] = {.lex_state = 86}, + [6623] = {.lex_state = 88}, + [6624] = {.lex_state = 92}, + [6625] = {.lex_state = 84}, + [6626] = {.lex_state = 70}, + [6627] = {.lex_state = 62}, + [6628] = {.lex_state = 90}, + [6629] = {.lex_state = 66}, + [6630] = {.lex_state = 93}, + [6631] = {.lex_state = 85}, + [6632] = {.lex_state = 79}, + [6633] = {.lex_state = 79}, + [6634] = {.lex_state = 77}, + [6635] = {.lex_state = 87}, + [6636] = {.lex_state = 42}, + [6637] = {.lex_state = 81}, + [6638] = {.lex_state = 75}, + [6639] = {.lex_state = 83}, + [6640] = {.lex_state = 73}, + [6641] = {.lex_state = 79}, + [6642] = {.lex_state = 89}, + [6643] = {.lex_state = 68}, + [6644] = {.lex_state = 91}, + [6645] = {.lex_state = 76}, + [6646] = {.lex_state = 58}, + [6647] = {.lex_state = 74}, + [6648] = {.lex_state = 4}, + [6649] = {.lex_state = 43}, + [6650] = {.lex_state = 0}, + [6651] = {.lex_state = 43}, + [6652] = {.lex_state = 43}, + [6653] = {.lex_state = 43}, + [6654] = {.lex_state = 0}, + [6655] = {.lex_state = 78}, + [6656] = {.lex_state = 57}, + [6657] = {.lex_state = 64}, + [6658] = {.lex_state = 80}, + [6659] = {.lex_state = 82}, + [6660] = {.lex_state = 60}, + [6661] = {.lex_state = 86}, + [6662] = {.lex_state = 88}, + [6663] = {.lex_state = 92}, + [6664] = {.lex_state = 84}, + [6665] = {.lex_state = 70}, + [6666] = {.lex_state = 62}, + [6667] = {.lex_state = 90}, + [6668] = {.lex_state = 66}, + [6669] = {.lex_state = 93}, + [6670] = {.lex_state = 85}, + [6671] = {.lex_state = 42}, + [6672] = {.lex_state = 79}, + [6673] = {.lex_state = 79}, + [6674] = {.lex_state = 77}, + [6675] = {.lex_state = 87}, + [6676] = {.lex_state = 81}, + [6677] = {.lex_state = 75}, + [6678] = {.lex_state = 83}, + [6679] = {.lex_state = 73}, + [6680] = {.lex_state = 79}, + [6681] = {.lex_state = 89}, + [6682] = {.lex_state = 68}, + [6683] = {.lex_state = 91}, + [6684] = {.lex_state = 76}, + [6685] = {.lex_state = 58}, + [6686] = {.lex_state = 74}, + [6687] = {.lex_state = 4}, + [6688] = {.lex_state = 0}, + [6689] = {.lex_state = 0}, + [6690] = {.lex_state = 43}, + [6691] = {.lex_state = 43}, + [6692] = {.lex_state = 43}, + [6693] = {.lex_state = 43}, + [6694] = {.lex_state = 78}, + [6695] = {.lex_state = 57}, + [6696] = {.lex_state = 64}, + [6697] = {.lex_state = 80}, + [6698] = {.lex_state = 82}, + [6699] = {.lex_state = 60}, + [6700] = {.lex_state = 86}, + [6701] = {.lex_state = 88}, + [6702] = {.lex_state = 92}, + [6703] = {.lex_state = 84}, + [6704] = {.lex_state = 70}, + [6705] = {.lex_state = 62}, + [6706] = {.lex_state = 42}, + [6707] = {.lex_state = 90}, + [6708] = {.lex_state = 66}, + [6709] = {.lex_state = 93}, [6710] = {.lex_state = 85}, - [6711] = {.lex_state = 90}, - [6712] = {.lex_state = 66}, - [6713] = {.lex_state = 61}, - [6714] = {.lex_state = 77}, - [6715] = {.lex_state = 58}, - [6716] = {.lex_state = 69}, - [6717] = {.lex_state = 4}, - [6718] = {.lex_state = 0}, - [6719] = {.lex_state = 0}, - [6720] = {.lex_state = 74}, - [6721] = {.lex_state = 76}, - [6722] = {.lex_state = 72}, - [6723] = {.lex_state = 92}, - [6724] = {.lex_state = 55}, - [6725] = {.lex_state = 86}, - [6726] = {.lex_state = 88}, - [6727] = {.lex_state = 43}, - [6728] = {.lex_state = 43}, + [6711] = {.lex_state = 79}, + [6712] = {.lex_state = 79}, + [6713] = {.lex_state = 77}, + [6714] = {.lex_state = 87}, + [6715] = {.lex_state = 81}, + [6716] = {.lex_state = 75}, + [6717] = {.lex_state = 83}, + [6718] = {.lex_state = 73}, + [6719] = {.lex_state = 79}, + [6720] = {.lex_state = 89}, + [6721] = {.lex_state = 68}, + [6722] = {.lex_state = 91}, + [6723] = {.lex_state = 76}, + [6724] = {.lex_state = 58}, + [6725] = {.lex_state = 74}, + [6726] = {.lex_state = 4}, + [6727] = {.lex_state = 0}, + [6728] = {.lex_state = 82}, [6729] = {.lex_state = 43}, [6730] = {.lex_state = 43}, [6731] = {.lex_state = 43}, [6732] = {.lex_state = 43}, - [6733] = {.lex_state = 43}, - [6734] = {.lex_state = 43}, - [6735] = {.lex_state = 72}, - [6736] = {.lex_state = 58}, - [6737] = {.lex_state = 77}, - [6738] = {.lex_state = 79}, - [6739] = {.lex_state = 81}, - [6740] = {.lex_state = 63}, - [6741] = {.lex_state = 79}, - [6742] = {.lex_state = 83}, - [6743] = {.lex_state = 87}, - [6744] = {.lex_state = 91}, - [6745] = {.lex_state = 75}, - [6746] = {.lex_state = 88}, - [6747] = {.lex_state = 86}, - [6748] = {.lex_state = 55}, - [6749] = {.lex_state = 92}, - [6750] = {.lex_state = 93}, - [6751] = {.lex_state = 71}, - [6752] = {.lex_state = 76}, - [6753] = {.lex_state = 0}, + [6733] = {.lex_state = 78}, + [6734] = {.lex_state = 57}, + [6735] = {.lex_state = 64}, + [6736] = {.lex_state = 80}, + [6737] = {.lex_state = 82}, + [6738] = {.lex_state = 60}, + [6739] = {.lex_state = 86}, + [6740] = {.lex_state = 88}, + [6741] = {.lex_state = 42}, + [6742] = {.lex_state = 92}, + [6743] = {.lex_state = 84}, + [6744] = {.lex_state = 70}, + [6745] = {.lex_state = 62}, + [6746] = {.lex_state = 90}, + [6747] = {.lex_state = 66}, + [6748] = {.lex_state = 93}, + [6749] = {.lex_state = 85}, + [6750] = {.lex_state = 79}, + [6751] = {.lex_state = 79}, + [6752] = {.lex_state = 77}, + [6753] = {.lex_state = 87}, [6754] = {.lex_state = 81}, - [6755] = {.lex_state = 76}, - [6756] = {.lex_state = 74}, - [6757] = {.lex_state = 82}, - [6758] = {.lex_state = 78}, - [6759] = {.lex_state = 84}, + [6755] = {.lex_state = 75}, + [6756] = {.lex_state = 83}, + [6757] = {.lex_state = 73}, + [6758] = {.lex_state = 79}, + [6759] = {.lex_state = 89}, [6760] = {.lex_state = 68}, - [6761] = {.lex_state = 80}, + [6761] = {.lex_state = 91}, [6762] = {.lex_state = 76}, - [6763] = {.lex_state = 89}, - [6764] = {.lex_state = 85}, - [6765] = {.lex_state = 90}, - [6766] = {.lex_state = 66}, - [6767] = {.lex_state = 61}, - [6768] = {.lex_state = 69}, - [6769] = {.lex_state = 4}, - [6770] = {.lex_state = 0}, - [6771] = {.lex_state = 0}, - [6772] = {.lex_state = 63}, - [6773] = {.lex_state = 83}, - [6774] = {.lex_state = 87}, - [6775] = {.lex_state = 91}, - [6776] = {.lex_state = 75}, - [6777] = {.lex_state = 75}, - [6778] = {.lex_state = 88}, - [6779] = {.lex_state = 43}, - [6780] = {.lex_state = 43}, - [6781] = {.lex_state = 0}, - [6782] = {.lex_state = 43}, - [6783] = {.lex_state = 43}, - [6784] = {.lex_state = 0}, - [6785] = {.lex_state = 72}, - [6786] = {.lex_state = 58}, - [6787] = {.lex_state = 0}, - [6788] = {.lex_state = 86}, - [6789] = {.lex_state = 77}, + [6763] = {.lex_state = 58}, + [6764] = {.lex_state = 74}, + [6765] = {.lex_state = 4}, + [6766] = {.lex_state = 0}, + [6767] = {.lex_state = 0}, + [6768] = {.lex_state = 43}, + [6769] = {.lex_state = 43}, + [6770] = {.lex_state = 43}, + [6771] = {.lex_state = 43}, + [6772] = {.lex_state = 78}, + [6773] = {.lex_state = 57}, + [6774] = {.lex_state = 64}, + [6775] = {.lex_state = 80}, + [6776] = {.lex_state = 42}, + [6777] = {.lex_state = 79}, + [6778] = {.lex_state = 60}, + [6779] = {.lex_state = 86}, + [6780] = {.lex_state = 88}, + [6781] = {.lex_state = 92}, + [6782] = {.lex_state = 84}, + [6783] = {.lex_state = 70}, + [6784] = {.lex_state = 62}, + [6785] = {.lex_state = 90}, + [6786] = {.lex_state = 66}, + [6787] = {.lex_state = 93}, + [6788] = {.lex_state = 85}, + [6789] = {.lex_state = 43}, [6790] = {.lex_state = 79}, - [6791] = {.lex_state = 81}, - [6792] = {.lex_state = 63}, - [6793] = {.lex_state = 83}, - [6794] = {.lex_state = 87}, - [6795] = {.lex_state = 91}, - [6796] = {.lex_state = 75}, - [6797] = {.lex_state = 88}, - [6798] = {.lex_state = 86}, - [6799] = {.lex_state = 55}, - [6800] = {.lex_state = 92}, - [6801] = {.lex_state = 93}, - [6802] = {.lex_state = 71}, - [6803] = {.lex_state = 43}, - [6804] = {.lex_state = 76}, - [6805] = {.lex_state = 74}, - [6806] = {.lex_state = 82}, - [6807] = {.lex_state = 78}, - [6808] = {.lex_state = 84}, - [6809] = {.lex_state = 55}, - [6810] = {.lex_state = 68}, - [6811] = {.lex_state = 80}, - [6812] = {.lex_state = 76}, - [6813] = {.lex_state = 89}, - [6814] = {.lex_state = 85}, - [6815] = {.lex_state = 90}, - [6816] = {.lex_state = 66}, - [6817] = {.lex_state = 61}, - [6818] = {.lex_state = 69}, - [6819] = {.lex_state = 61}, - [6820] = {.lex_state = 69}, - [6821] = {.lex_state = 0}, - [6822] = {.lex_state = 92}, - [6823] = {.lex_state = 4}, - [6824] = {.lex_state = 0}, - [6825] = {.lex_state = 0}, - [6826] = {.lex_state = 66}, - [6827] = {.lex_state = 90}, - [6828] = {.lex_state = 85}, - [6829] = {.lex_state = 93}, - [6830] = {.lex_state = 91}, - [6831] = {.lex_state = 71}, - [6832] = {.lex_state = 89}, - [6833] = {.lex_state = 76}, - [6834] = {.lex_state = 76}, - [6835] = {.lex_state = 76}, - [6836] = {.lex_state = 43}, - [6837] = {.lex_state = 4}, - [6838] = {.lex_state = 80}, - [6839] = {.lex_state = 68}, - [6840] = {.lex_state = 84}, - [6841] = {.lex_state = 78}, - [6842] = {.lex_state = 43}, - [6843] = {.lex_state = 87}, - [6844] = {.lex_state = 43}, - [6845] = {.lex_state = 82}, - [6846] = {.lex_state = 74}, - [6847] = {.lex_state = 72}, - [6848] = {.lex_state = 58}, - [6849] = {.lex_state = 77}, - [6850] = {.lex_state = 79}, - [6851] = {.lex_state = 81}, - [6852] = {.lex_state = 63}, - [6853] = {.lex_state = 83}, - [6854] = {.lex_state = 87}, - [6855] = {.lex_state = 0}, - [6856] = {.lex_state = 82}, - [6857] = {.lex_state = 91}, - [6858] = {.lex_state = 75}, - [6859] = {.lex_state = 88}, - [6860] = {.lex_state = 86}, - [6861] = {.lex_state = 55}, - [6862] = {.lex_state = 92}, - [6863] = {.lex_state = 93}, - [6864] = {.lex_state = 71}, - [6865] = {.lex_state = 76}, - [6866] = {.lex_state = 76}, - [6867] = {.lex_state = 74}, - [6868] = {.lex_state = 76}, - [6869] = {.lex_state = 82}, - [6870] = {.lex_state = 78}, - [6871] = {.lex_state = 84}, - [6872] = {.lex_state = 68}, - [6873] = {.lex_state = 80}, - [6874] = {.lex_state = 76}, - [6875] = {.lex_state = 89}, - [6876] = {.lex_state = 85}, - [6877] = {.lex_state = 78}, - [6878] = {.lex_state = 90}, - [6879] = {.lex_state = 66}, - [6880] = {.lex_state = 61}, - [6881] = {.lex_state = 76}, - [6882] = {.lex_state = 71}, - [6883] = {.lex_state = 69}, - [6884] = {.lex_state = 4}, + [6791] = {.lex_state = 77}, + [6792] = {.lex_state = 87}, + [6793] = {.lex_state = 81}, + [6794] = {.lex_state = 75}, + [6795] = {.lex_state = 83}, + [6796] = {.lex_state = 73}, + [6797] = {.lex_state = 79}, + [6798] = {.lex_state = 89}, + [6799] = {.lex_state = 68}, + [6800] = {.lex_state = 91}, + [6801] = {.lex_state = 76}, + [6802] = {.lex_state = 58}, + [6803] = {.lex_state = 74}, + [6804] = {.lex_state = 4}, + [6805] = {.lex_state = 0}, + [6806] = {.lex_state = 0}, + [6807] = {.lex_state = 43}, + [6808] = {.lex_state = 43}, + [6809] = {.lex_state = 43}, + [6810] = {.lex_state = 43}, + [6811] = {.lex_state = 42}, + [6812] = {.lex_state = 78}, + [6813] = {.lex_state = 57}, + [6814] = {.lex_state = 64}, + [6815] = {.lex_state = 80}, + [6816] = {.lex_state = 82}, + [6817] = {.lex_state = 60}, + [6818] = {.lex_state = 86}, + [6819] = {.lex_state = 88}, + [6820] = {.lex_state = 92}, + [6821] = {.lex_state = 84}, + [6822] = {.lex_state = 70}, + [6823] = {.lex_state = 62}, + [6824] = {.lex_state = 90}, + [6825] = {.lex_state = 66}, + [6826] = {.lex_state = 93}, + [6827] = {.lex_state = 85}, + [6828] = {.lex_state = 79}, + [6829] = {.lex_state = 79}, + [6830] = {.lex_state = 77}, + [6831] = {.lex_state = 87}, + [6832] = {.lex_state = 81}, + [6833] = {.lex_state = 75}, + [6834] = {.lex_state = 83}, + [6835] = {.lex_state = 73}, + [6836] = {.lex_state = 79}, + [6837] = {.lex_state = 89}, + [6838] = {.lex_state = 68}, + [6839] = {.lex_state = 91}, + [6840] = {.lex_state = 76}, + [6841] = {.lex_state = 58}, + [6842] = {.lex_state = 74}, + [6843] = {.lex_state = 4}, + [6844] = {.lex_state = 0}, + [6845] = {.lex_state = 0}, + [6846] = {.lex_state = 42}, + [6847] = {.lex_state = 43}, + [6848] = {.lex_state = 43}, + [6849] = {.lex_state = 43}, + [6850] = {.lex_state = 85}, + [6851] = {.lex_state = 78}, + [6852] = {.lex_state = 57}, + [6853] = {.lex_state = 64}, + [6854] = {.lex_state = 80}, + [6855] = {.lex_state = 82}, + [6856] = {.lex_state = 60}, + [6857] = {.lex_state = 86}, + [6858] = {.lex_state = 88}, + [6859] = {.lex_state = 92}, + [6860] = {.lex_state = 84}, + [6861] = {.lex_state = 70}, + [6862] = {.lex_state = 62}, + [6863] = {.lex_state = 90}, + [6864] = {.lex_state = 66}, + [6865] = {.lex_state = 93}, + [6866] = {.lex_state = 85}, + [6867] = {.lex_state = 79}, + [6868] = {.lex_state = 79}, + [6869] = {.lex_state = 77}, + [6870] = {.lex_state = 87}, + [6871] = {.lex_state = 81}, + [6872] = {.lex_state = 75}, + [6873] = {.lex_state = 83}, + [6874] = {.lex_state = 73}, + [6875] = {.lex_state = 79}, + [6876] = {.lex_state = 89}, + [6877] = {.lex_state = 68}, + [6878] = {.lex_state = 91}, + [6879] = {.lex_state = 76}, + [6880] = {.lex_state = 58}, + [6881] = {.lex_state = 42}, + [6882] = {.lex_state = 74}, + [6883] = {.lex_state = 4}, + [6884] = {.lex_state = 0}, [6885] = {.lex_state = 0}, - [6886] = {.lex_state = 0}, - [6887] = {.lex_state = 93}, - [6888] = {.lex_state = 92}, - [6889] = {.lex_state = 0}, - [6890] = {.lex_state = 84}, - [6891] = {.lex_state = 68}, - [6892] = {.lex_state = 80}, - [6893] = {.lex_state = 76}, - [6894] = {.lex_state = 55}, - [6895] = {.lex_state = 86}, - [6896] = {.lex_state = 43}, - [6897] = {.lex_state = 43}, - [6898] = {.lex_state = 88}, - [6899] = {.lex_state = 75}, - [6900] = {.lex_state = 91}, - [6901] = {.lex_state = 43}, - [6902] = {.lex_state = 43}, - [6903] = {.lex_state = 87}, - [6904] = {.lex_state = 87}, - [6905] = {.lex_state = 72}, - [6906] = {.lex_state = 58}, - [6907] = {.lex_state = 77}, - [6908] = {.lex_state = 79}, - [6909] = {.lex_state = 81}, - [6910] = {.lex_state = 63}, - [6911] = {.lex_state = 89}, + [6886] = {.lex_state = 43}, + [6887] = {.lex_state = 43}, + [6888] = {.lex_state = 43}, + [6889] = {.lex_state = 43}, + [6890] = {.lex_state = 78}, + [6891] = {.lex_state = 57}, + [6892] = {.lex_state = 64}, + [6893] = {.lex_state = 80}, + [6894] = {.lex_state = 82}, + [6895] = {.lex_state = 60}, + [6896] = {.lex_state = 86}, + [6897] = {.lex_state = 88}, + [6898] = {.lex_state = 92}, + [6899] = {.lex_state = 84}, + [6900] = {.lex_state = 70}, + [6901] = {.lex_state = 62}, + [6902] = {.lex_state = 90}, + [6903] = {.lex_state = 66}, + [6904] = {.lex_state = 93}, + [6905] = {.lex_state = 0}, + [6906] = {.lex_state = 79}, + [6907] = {.lex_state = 79}, + [6908] = {.lex_state = 77}, + [6909] = {.lex_state = 87}, + [6910] = {.lex_state = 81}, + [6911] = {.lex_state = 75}, [6912] = {.lex_state = 83}, - [6913] = {.lex_state = 87}, - [6914] = {.lex_state = 91}, - [6915] = {.lex_state = 75}, - [6916] = {.lex_state = 88}, - [6917] = {.lex_state = 86}, - [6918] = {.lex_state = 55}, - [6919] = {.lex_state = 92}, - [6920] = {.lex_state = 93}, - [6921] = {.lex_state = 71}, - [6922] = {.lex_state = 76}, + [6913] = {.lex_state = 73}, + [6914] = {.lex_state = 79}, + [6915] = {.lex_state = 89}, + [6916] = {.lex_state = 42}, + [6917] = {.lex_state = 68}, + [6918] = {.lex_state = 91}, + [6919] = {.lex_state = 76}, + [6920] = {.lex_state = 58}, + [6921] = {.lex_state = 74}, + [6922] = {.lex_state = 4}, [6923] = {.lex_state = 0}, - [6924] = {.lex_state = 85}, - [6925] = {.lex_state = 76}, - [6926] = {.lex_state = 74}, - [6927] = {.lex_state = 63}, - [6928] = {.lex_state = 82}, + [6924] = {.lex_state = 77}, + [6925] = {.lex_state = 43}, + [6926] = {.lex_state = 43}, + [6927] = {.lex_state = 43}, + [6928] = {.lex_state = 43}, [6929] = {.lex_state = 78}, - [6930] = {.lex_state = 84}, - [6931] = {.lex_state = 68}, + [6930] = {.lex_state = 57}, + [6931] = {.lex_state = 64}, [6932] = {.lex_state = 80}, - [6933] = {.lex_state = 76}, - [6934] = {.lex_state = 89}, - [6935] = {.lex_state = 85}, - [6936] = {.lex_state = 90}, - [6937] = {.lex_state = 66}, - [6938] = {.lex_state = 61}, - [6939] = {.lex_state = 81}, - [6940] = {.lex_state = 79}, - [6941] = {.lex_state = 69}, - [6942] = {.lex_state = 4}, - [6943] = {.lex_state = 0}, - [6944] = {.lex_state = 0}, - [6945] = {.lex_state = 90}, - [6946] = {.lex_state = 66}, - [6947] = {.lex_state = 61}, - [6948] = {.lex_state = 69}, - [6949] = {.lex_state = 77}, - [6950] = {.lex_state = 43}, - [6951] = {.lex_state = 43}, - [6952] = {.lex_state = 58}, - [6953] = {.lex_state = 72}, - [6954] = {.lex_state = 43}, - [6955] = {.lex_state = 43}, - [6956] = {.lex_state = 72}, - [6957] = {.lex_state = 0}, - [6958] = {.lex_state = 4}, + [6933] = {.lex_state = 82}, + [6934] = {.lex_state = 60}, + [6935] = {.lex_state = 86}, + [6936] = {.lex_state = 88}, + [6937] = {.lex_state = 92}, + [6938] = {.lex_state = 84}, + [6939] = {.lex_state = 70}, + [6940] = {.lex_state = 62}, + [6941] = {.lex_state = 90}, + [6942] = {.lex_state = 66}, + [6943] = {.lex_state = 93}, + [6944] = {.lex_state = 85}, + [6945] = {.lex_state = 79}, + [6946] = {.lex_state = 79}, + [6947] = {.lex_state = 77}, + [6948] = {.lex_state = 87}, + [6949] = {.lex_state = 81}, + [6950] = {.lex_state = 75}, + [6951] = {.lex_state = 42}, + [6952] = {.lex_state = 83}, + [6953] = {.lex_state = 73}, + [6954] = {.lex_state = 79}, + [6955] = {.lex_state = 89}, + [6956] = {.lex_state = 68}, + [6957] = {.lex_state = 91}, + [6958] = {.lex_state = 76}, [6959] = {.lex_state = 58}, - [6960] = {.lex_state = 77}, - [6961] = {.lex_state = 79}, - [6962] = {.lex_state = 81}, - [6963] = {.lex_state = 63}, - [6964] = {.lex_state = 83}, - [6965] = {.lex_state = 83}, - [6966] = {.lex_state = 91}, - [6967] = {.lex_state = 75}, - [6968] = {.lex_state = 88}, - [6969] = {.lex_state = 86}, - [6970] = {.lex_state = 55}, - [6971] = {.lex_state = 92}, - [6972] = {.lex_state = 93}, - [6973] = {.lex_state = 71}, - [6974] = {.lex_state = 76}, - [6975] = {.lex_state = 76}, - [6976] = {.lex_state = 74}, - [6977] = {.lex_state = 43}, - [6978] = {.lex_state = 82}, - [6979] = {.lex_state = 4}, - [6980] = {.lex_state = 78}, - [6981] = {.lex_state = 84}, - [6982] = {.lex_state = 68}, - [6983] = {.lex_state = 80}, - [6984] = {.lex_state = 76}, - [6985] = {.lex_state = 89}, - [6986] = {.lex_state = 85}, - [6987] = {.lex_state = 90}, - [6988] = {.lex_state = 66}, - [6989] = {.lex_state = 61}, - [6990] = {.lex_state = 43}, - [6991] = {.lex_state = 0}, - [6992] = {.lex_state = 0}, - [6993] = {.lex_state = 69}, - [6994] = {.lex_state = 4}, - [6995] = {.lex_state = 0}, - [6996] = {.lex_state = 0}, - [6997] = {.lex_state = 0}, - [6998] = {.lex_state = 43}, - [6999] = {.lex_state = 0}, - [7000] = {.lex_state = 83}, - [7001] = {.lex_state = 81}, - [7002] = {.lex_state = 43}, + [6960] = {.lex_state = 74}, + [6961] = {.lex_state = 4}, + [6962] = {.lex_state = 0}, + [6963] = {.lex_state = 0}, + [6964] = {.lex_state = 43}, + [6965] = {.lex_state = 43}, + [6966] = {.lex_state = 43}, + [6967] = {.lex_state = 43}, + [6968] = {.lex_state = 78}, + [6969] = {.lex_state = 57}, + [6970] = {.lex_state = 64}, + [6971] = {.lex_state = 80}, + [6972] = {.lex_state = 82}, + [6973] = {.lex_state = 60}, + [6974] = {.lex_state = 86}, + [6975] = {.lex_state = 88}, + [6976] = {.lex_state = 92}, + [6977] = {.lex_state = 84}, + [6978] = {.lex_state = 70}, + [6979] = {.lex_state = 62}, + [6980] = {.lex_state = 90}, + [6981] = {.lex_state = 66}, + [6982] = {.lex_state = 93}, + [6983] = {.lex_state = 85}, + [6984] = {.lex_state = 79}, + [6985] = {.lex_state = 79}, + [6986] = {.lex_state = 42}, + [6987] = {.lex_state = 68}, + [6988] = {.lex_state = 87}, + [6989] = {.lex_state = 81}, + [6990] = {.lex_state = 75}, + [6991] = {.lex_state = 83}, + [6992] = {.lex_state = 73}, + [6993] = {.lex_state = 79}, + [6994] = {.lex_state = 89}, + [6995] = {.lex_state = 68}, + [6996] = {.lex_state = 91}, + [6997] = {.lex_state = 76}, + [6998] = {.lex_state = 58}, + [6999] = {.lex_state = 74}, + [7000] = {.lex_state = 4}, + [7001] = {.lex_state = 0}, + [7002] = {.lex_state = 0}, [7003] = {.lex_state = 43}, - [7004] = {.lex_state = 81}, - [7005] = {.lex_state = 79}, - [7006] = {.lex_state = 77}, - [7007] = {.lex_state = 43}, - [7008] = {.lex_state = 43}, - [7009] = {.lex_state = 43}, - [7010] = {.lex_state = 72}, - [7011] = {.lex_state = 58}, - [7012] = {.lex_state = 77}, - [7013] = {.lex_state = 58}, - [7014] = {.lex_state = 79}, - [7015] = {.lex_state = 81}, - [7016] = {.lex_state = 63}, - [7017] = {.lex_state = 83}, - [7018] = {.lex_state = 87}, - [7019] = {.lex_state = 91}, - [7020] = {.lex_state = 75}, - [7021] = {.lex_state = 88}, - [7022] = {.lex_state = 86}, - [7023] = {.lex_state = 55}, - [7024] = {.lex_state = 92}, - [7025] = {.lex_state = 0}, - [7026] = {.lex_state = 72}, - [7027] = {.lex_state = 93}, - [7028] = {.lex_state = 71}, - [7029] = {.lex_state = 76}, - [7030] = {.lex_state = 76}, - [7031] = {.lex_state = 74}, - [7032] = {.lex_state = 82}, + [7004] = {.lex_state = 43}, + [7005] = {.lex_state = 43}, + [7006] = {.lex_state = 78}, + [7007] = {.lex_state = 57}, + [7008] = {.lex_state = 64}, + [7009] = {.lex_state = 80}, + [7010] = {.lex_state = 82}, + [7011] = {.lex_state = 60}, + [7012] = {.lex_state = 86}, + [7013] = {.lex_state = 88}, + [7014] = {.lex_state = 92}, + [7015] = {.lex_state = 84}, + [7016] = {.lex_state = 70}, + [7017] = {.lex_state = 62}, + [7018] = {.lex_state = 90}, + [7019] = {.lex_state = 66}, + [7020] = {.lex_state = 93}, + [7021] = {.lex_state = 42}, + [7022] = {.lex_state = 85}, + [7023] = {.lex_state = 79}, + [7024] = {.lex_state = 79}, + [7025] = {.lex_state = 77}, + [7026] = {.lex_state = 87}, + [7027] = {.lex_state = 81}, + [7028] = {.lex_state = 75}, + [7029] = {.lex_state = 83}, + [7030] = {.lex_state = 73}, + [7031] = {.lex_state = 79}, + [7032] = {.lex_state = 89}, [7033] = {.lex_state = 78}, - [7034] = {.lex_state = 84}, - [7035] = {.lex_state = 68}, - [7036] = {.lex_state = 61}, - [7037] = {.lex_state = 69}, - [7038] = {.lex_state = 80}, - [7039] = {.lex_state = 76}, - [7040] = {.lex_state = 89}, - [7041] = {.lex_state = 85}, - [7042] = {.lex_state = 90}, - [7043] = {.lex_state = 66}, - [7044] = {.lex_state = 61}, - [7045] = {.lex_state = 69}, - [7046] = {.lex_state = 4}, - [7047] = {.lex_state = 43}, - [7048] = {.lex_state = 0}, - [7049] = {.lex_state = 0}, - [7050] = {.lex_state = 43}, - [7051] = {.lex_state = 63}, - [7052] = {.lex_state = 43}, - [7053] = {.lex_state = 43}, - [7054] = {.lex_state = 43}, - [7055] = {.lex_state = 43}, - [7056] = {.lex_state = 43}, - [7057] = {.lex_state = 72}, - [7058] = {.lex_state = 58}, - [7059] = {.lex_state = 0}, - [7060] = {.lex_state = 43}, - [7061] = {.lex_state = 77}, + [7034] = {.lex_state = 91}, + [7035] = {.lex_state = 76}, + [7036] = {.lex_state = 58}, + [7037] = {.lex_state = 74}, + [7038] = {.lex_state = 4}, + [7039] = {.lex_state = 0}, + [7040] = {.lex_state = 0}, + [7041] = {.lex_state = 43}, + [7042] = {.lex_state = 43}, + [7043] = {.lex_state = 43}, + [7044] = {.lex_state = 43}, + [7045] = {.lex_state = 0}, + [7046] = {.lex_state = 57}, + [7047] = {.lex_state = 64}, + [7048] = {.lex_state = 80}, + [7049] = {.lex_state = 82}, + [7050] = {.lex_state = 60}, + [7051] = {.lex_state = 86}, + [7052] = {.lex_state = 88}, + [7053] = {.lex_state = 92}, + [7054] = {.lex_state = 84}, + [7055] = {.lex_state = 70}, + [7056] = {.lex_state = 42}, + [7057] = {.lex_state = 62}, + [7058] = {.lex_state = 90}, + [7059] = {.lex_state = 66}, + [7060] = {.lex_state = 93}, + [7061] = {.lex_state = 85}, [7062] = {.lex_state = 79}, - [7063] = {.lex_state = 81}, - [7064] = {.lex_state = 63}, - [7065] = {.lex_state = 83}, - [7066] = {.lex_state = 87}, - [7067] = {.lex_state = 91}, - [7068] = {.lex_state = 75}, - [7069] = {.lex_state = 88}, - [7070] = {.lex_state = 86}, - [7071] = {.lex_state = 55}, - [7072] = {.lex_state = 92}, - [7073] = {.lex_state = 93}, - [7074] = {.lex_state = 71}, - [7075] = {.lex_state = 76}, - [7076] = {.lex_state = 76}, - [7077] = {.lex_state = 74}, - [7078] = {.lex_state = 82}, - [7079] = {.lex_state = 78}, - [7080] = {.lex_state = 84}, - [7081] = {.lex_state = 0}, - [7082] = {.lex_state = 68}, - [7083] = {.lex_state = 80}, - [7084] = {.lex_state = 76}, - [7085] = {.lex_state = 89}, - [7086] = {.lex_state = 85}, - [7087] = {.lex_state = 90}, - [7088] = {.lex_state = 66}, - [7089] = {.lex_state = 61}, - [7090] = {.lex_state = 69}, - [7091] = {.lex_state = 4}, - [7092] = {.lex_state = 0}, - [7093] = {.lex_state = 0}, - [7094] = {.lex_state = 0}, - [7095] = {.lex_state = 42}, - [7096] = {.lex_state = 42}, - [7097] = {.lex_state = 42}, - [7098] = {.lex_state = 42}, - [7099] = {.lex_state = 42}, - [7100] = {.lex_state = 42}, - [7101] = {.lex_state = 42}, - [7102] = {.lex_state = 42}, - [7103] = {.lex_state = 42}, - [7104] = {.lex_state = 42}, - [7105] = {.lex_state = 42}, - [7106] = {.lex_state = 42}, - [7107] = {.lex_state = 42}, - [7108] = {.lex_state = 42}, - [7109] = {.lex_state = 42}, - [7110] = {.lex_state = 42}, - [7111] = {.lex_state = 42}, - [7112] = {.lex_state = 42}, - [7113] = {.lex_state = 42}, - [7114] = {.lex_state = 42}, - [7115] = {.lex_state = 42}, - [7116] = {.lex_state = 42}, - [7117] = {.lex_state = 42}, - [7118] = {.lex_state = 42}, - [7119] = {.lex_state = 42}, - [7120] = {.lex_state = 42}, - [7121] = {.lex_state = 42}, - [7122] = {.lex_state = 42}, + [7063] = {.lex_state = 79}, + [7064] = {.lex_state = 77}, + [7065] = {.lex_state = 87}, + [7066] = {.lex_state = 81}, + [7067] = {.lex_state = 75}, + [7068] = {.lex_state = 83}, + [7069] = {.lex_state = 73}, + [7070] = {.lex_state = 79}, + [7071] = {.lex_state = 89}, + [7072] = {.lex_state = 68}, + [7073] = {.lex_state = 91}, + [7074] = {.lex_state = 76}, + [7075] = {.lex_state = 58}, + [7076] = {.lex_state = 74}, + [7077] = {.lex_state = 4}, + [7078] = {.lex_state = 0}, + [7079] = {.lex_state = 0}, + [7080] = {.lex_state = 43}, + [7081] = {.lex_state = 43}, + [7082] = {.lex_state = 43}, + [7083] = {.lex_state = 43}, + [7084] = {.lex_state = 78}, + [7085] = {.lex_state = 57}, + [7086] = {.lex_state = 64}, + [7087] = {.lex_state = 80}, + [7088] = {.lex_state = 82}, + [7089] = {.lex_state = 60}, + [7090] = {.lex_state = 86}, + [7091] = {.lex_state = 42}, + [7092] = {.lex_state = 88}, + [7093] = {.lex_state = 92}, + [7094] = {.lex_state = 84}, + [7095] = {.lex_state = 70}, + [7096] = {.lex_state = 62}, + [7097] = {.lex_state = 90}, + [7098] = {.lex_state = 66}, + [7099] = {.lex_state = 93}, + [7100] = {.lex_state = 85}, + [7101] = {.lex_state = 79}, + [7102] = {.lex_state = 79}, + [7103] = {.lex_state = 77}, + [7104] = {.lex_state = 87}, + [7105] = {.lex_state = 81}, + [7106] = {.lex_state = 75}, + [7107] = {.lex_state = 83}, + [7108] = {.lex_state = 73}, + [7109] = {.lex_state = 79}, + [7110] = {.lex_state = 89}, + [7111] = {.lex_state = 68}, + [7112] = {.lex_state = 91}, + [7113] = {.lex_state = 76}, + [7114] = {.lex_state = 58}, + [7115] = {.lex_state = 74}, + [7116] = {.lex_state = 4}, + [7117] = {.lex_state = 0}, + [7118] = {.lex_state = 43}, + [7119] = {.lex_state = 43}, + [7120] = {.lex_state = 43}, + [7121] = {.lex_state = 0}, + [7122] = {.lex_state = 43}, [7123] = {.lex_state = 42}, - [7124] = {.lex_state = 42}, - [7125] = {.lex_state = 42}, + [7124] = {.lex_state = 78}, + [7125] = {.lex_state = 57}, [7126] = {.lex_state = 42}, - [7127] = {.lex_state = 42}, - [7128] = {.lex_state = 42}, - [7129] = {.lex_state = 42}, - [7130] = {.lex_state = 42}, - [7131] = {.lex_state = 42}, - [7132] = {.lex_state = 42}, - [7133] = {.lex_state = 42}, - [7134] = {.lex_state = 42}, - [7135] = {.lex_state = 42}, - [7136] = {.lex_state = 42}, - [7137] = {.lex_state = 42}, - [7138] = {.lex_state = 42}, - [7139] = {.lex_state = 42}, - [7140] = {.lex_state = 42}, - [7141] = {.lex_state = 42}, - [7142] = {.lex_state = 42}, - [7143] = {.lex_state = 42}, - [7144] = {.lex_state = 42}, - [7145] = {.lex_state = 42}, - [7146] = {.lex_state = 42}, - [7147] = {.lex_state = 42}, - [7148] = {.lex_state = 42}, - [7149] = {.lex_state = 42}, - [7150] = {.lex_state = 42}, - [7151] = {.lex_state = 42}, - [7152] = {.lex_state = 42}, - [7153] = {.lex_state = 42}, - [7154] = {.lex_state = 42}, - [7155] = {.lex_state = 42}, - [7156] = {.lex_state = 42}, - [7157] = {.lex_state = 42}, - [7158] = {.lex_state = 42}, - [7159] = {.lex_state = 42}, + [7127] = {.lex_state = 64}, + [7128] = {.lex_state = 80}, + [7129] = {.lex_state = 82}, + [7130] = {.lex_state = 60}, + [7131] = {.lex_state = 86}, + [7132] = {.lex_state = 88}, + [7133] = {.lex_state = 92}, + [7134] = {.lex_state = 84}, + [7135] = {.lex_state = 70}, + [7136] = {.lex_state = 62}, + [7137] = {.lex_state = 90}, + [7138] = {.lex_state = 66}, + [7139] = {.lex_state = 93}, + [7140] = {.lex_state = 85}, + [7141] = {.lex_state = 79}, + [7142] = {.lex_state = 79}, + [7143] = {.lex_state = 77}, + [7144] = {.lex_state = 87}, + [7145] = {.lex_state = 81}, + [7146] = {.lex_state = 75}, + [7147] = {.lex_state = 83}, + [7148] = {.lex_state = 73}, + [7149] = {.lex_state = 79}, + [7150] = {.lex_state = 89}, + [7151] = {.lex_state = 68}, + [7152] = {.lex_state = 91}, + [7153] = {.lex_state = 76}, + [7154] = {.lex_state = 58}, + [7155] = {.lex_state = 74}, + [7156] = {.lex_state = 4}, + [7157] = {.lex_state = 0}, + [7158] = {.lex_state = 0}, + [7159] = {.lex_state = 0}, [7160] = {.lex_state = 42}, [7161] = {.lex_state = 42}, [7162] = {.lex_state = 42}, + [7163] = {.lex_state = 42}, + [7164] = {.lex_state = 42}, + [7165] = {.lex_state = 42}, + [7166] = {.lex_state = 42}, + [7167] = {.lex_state = 42}, + [7168] = {.lex_state = 42}, + [7169] = {.lex_state = 42}, + [7170] = {.lex_state = 42}, + [7171] = {.lex_state = 42}, + [7172] = {.lex_state = 42}, + [7173] = {.lex_state = 42}, + [7174] = {.lex_state = 42}, + [7175] = {.lex_state = 42}, + [7176] = {.lex_state = 42}, + [7177] = {.lex_state = 42}, + [7178] = {.lex_state = 42}, + [7179] = {.lex_state = 42}, + [7180] = {.lex_state = 42}, + [7181] = {.lex_state = 42}, + [7182] = {.lex_state = 42}, + [7183] = {.lex_state = 42}, + [7184] = {.lex_state = 42}, + [7185] = {.lex_state = 42}, + [7186] = {.lex_state = 42}, + [7187] = {.lex_state = 42}, + [7188] = {.lex_state = 42}, + [7189] = {.lex_state = 42}, + [7190] = {.lex_state = 42}, + [7191] = {.lex_state = 42}, + [7192] = {.lex_state = 42}, + [7193] = {.lex_state = 42}, + [7194] = {.lex_state = 42}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -26627,74 +26691,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(1), }, [1] = { - [sym_blade] = STATE(6630), - [sym__definition] = STATE(613), - [sym_keyword] = STATE(613), - [sym_php_statement] = STATE(613), - [sym__escaped] = STATE(3338), - [sym__unescaped] = STATE(3338), - [sym__raw] = STATE(3338), - [sym__inline_raw] = STATE(3338), - [sym__multi_line_raw] = STATE(3338), - [sym__js] = STATE(3338), - [sym_attribute] = STATE(613), - [sym__inline_directive] = STATE(613), - [sym__use] = STATE(613), - [sym__nested_directive] = STATE(613), - [sym_fragment] = STATE(613), - [sym_section] = STATE(613), - [sym_inlineSection] = STATE(613), - [sym_once] = STATE(613), - [sym_verbatim] = STATE(613), - [sym_stack] = STATE(613), - [sym__push] = STATE(3339), - [sym__pushOnce] = STATE(3339), - [sym__pushIf] = STATE(3339), - [sym__prepend] = STATE(3339), - [sym__prependOnce] = STATE(3339), - [sym_conditional] = STATE(613), - [sym__if] = STATE(3340), - [sym__unless] = STATE(3340), - [sym__isset] = STATE(3340), - [sym__empty] = STATE(3340), - [sym__auth] = STATE(3340), - [sym__guest] = STATE(3340), - [sym__production] = STATE(3340), - [sym__env] = STATE(3340), - [sym__hasSection] = STATE(3340), - [sym__sectionMissing] = STATE(3340), - [sym__error] = STATE(3340), - [sym_authorization] = STATE(3340), - [sym__can] = STATE(3341), - [sym__cannot] = STATE(3341), - [sym__canany] = STATE(3341), - [sym__feature] = STATE(3340), - [sym__custom] = STATE(3340), - [sym_switch] = STATE(613), - [sym_loop] = STATE(613), - [sym_loop_operator] = STATE(613), - [sym__for] = STATE(3357), - [sym__foreach] = STATE(3357), - [sym__forelse] = STATE(3357), - [sym__while] = STATE(3357), - [sym_envoy] = STATE(613), - [sym__setup] = STATE(3338), - [sym__task] = STATE(3372), - [sym__story] = STATE(3372), - [sym__hooks] = STATE(3338), - [sym__before] = STATE(3338), - [sym__after] = STATE(3338), - [sym__envoy_error] = STATE(3338), - [sym__success] = STATE(3338), - [sym__finished] = STATE(3338), - [sym_livewire] = STATE(613), - [sym__persist] = STATE(3386), - [sym__teleport] = STATE(3386), - [sym__volt] = STATE(3386), - [sym_text] = STATE(613), - [sym__text] = STATE(1958), - [aux_sym_blade_repeat1] = STATE(613), - [aux_sym_php_only_repeat1] = STATE(1958), + [sym_blade] = STATE(7159), + [sym__definition] = STATE(581), + [sym_keyword] = STATE(581), + [sym_php_statement] = STATE(581), + [sym__escaped] = STATE(2007), + [sym__unescaped] = STATE(2007), + [sym__raw] = STATE(2007), + [sym__inline_raw] = STATE(2007), + [sym__multi_line_raw] = STATE(2007), + [sym__js] = STATE(2007), + [sym_attribute] = STATE(581), + [sym__inline_directive] = STATE(581), + [sym__use] = STATE(581), + [sym__nested_directive] = STATE(581), + [sym_fragment] = STATE(581), + [sym_section] = STATE(581), + [sym_inlineSection] = STATE(581), + [sym_once] = STATE(581), + [sym_verbatim] = STATE(581), + [sym_stack] = STATE(581), + [sym__push] = STATE(2008), + [sym__pushOnce] = STATE(2008), + [sym__pushIf] = STATE(2008), + [sym__prepend] = STATE(2008), + [sym__prependOnce] = STATE(2008), + [sym_conditional] = STATE(581), + [sym__if] = STATE(2010), + [sym__unless] = STATE(2010), + [sym__isset] = STATE(2010), + [sym__empty] = STATE(2010), + [sym__auth] = STATE(2010), + [sym__guest] = STATE(2010), + [sym__production] = STATE(2010), + [sym__env] = STATE(2010), + [sym__hasSection] = STATE(2010), + [sym__sectionMissing] = STATE(2010), + [sym__error] = STATE(2010), + [sym_authorization] = STATE(2010), + [sym__can] = STATE(2020), + [sym__cannot] = STATE(2020), + [sym__canany] = STATE(2020), + [sym__feature] = STATE(2010), + [sym__custom] = STATE(2010), + [sym_switch] = STATE(581), + [sym_loop] = STATE(581), + [sym_loop_operator] = STATE(581), + [sym__for] = STATE(2070), + [sym__foreach] = STATE(2070), + [sym__forelse] = STATE(2070), + [sym__while] = STATE(2070), + [sym_envoy] = STATE(581), + [sym__setup] = STATE(2007), + [sym__task] = STATE(2154), + [sym__story] = STATE(2154), + [sym__hooks] = STATE(2007), + [sym__before] = STATE(2007), + [sym__after] = STATE(2007), + [sym__envoy_error] = STATE(2007), + [sym__success] = STATE(2007), + [sym__finished] = STATE(2007), + [sym_livewire] = STATE(581), + [sym__persist] = STATE(2237), + [sym__teleport] = STATE(2237), + [sym__volt] = STATE(2237), + [sym_text] = STATE(581), + [sym__text] = STATE(1957), + [aux_sym_blade_repeat1] = STATE(581), + [aux_sym_php_only_repeat1] = STATE(1957), [ts_builtin_sym_end] = ACTIONS(3), [sym_comment] = ACTIONS(5), [aux_sym_keyword_token1] = ACTIONS(7), @@ -26753,76 +26817,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(111), }, [2] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6407), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6324), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -26883,206 +26947,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(225), }, [3] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6017), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), - [sym_comment] = ACTIONS(113), - [aux_sym_keyword_token1] = ACTIONS(115), - [anon_sym_LBRACE_LBRACE] = ACTIONS(117), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), - [anon_sym_ATphp] = ACTIONS(121), - [anon_sym_ATjs] = ACTIONS(123), - [aux_sym_attribute_token1] = ACTIONS(125), - [aux_sym__inline_directive_token1] = ACTIONS(127), - [aux_sym__inline_directive_token2] = ACTIONS(129), - [anon_sym_ATuse] = ACTIONS(131), - [anon_sym_ATfragment] = ACTIONS(133), - [anon_sym_ATsection] = ACTIONS(135), - [anon_sym_ATonce] = ACTIONS(137), - [anon_sym_ATverbatim] = ACTIONS(139), - [anon_sym_ATpush] = ACTIONS(141), - [anon_sym_ATpushOnce] = ACTIONS(143), - [anon_sym_ATpushIf] = ACTIONS(145), - [anon_sym_ATprepend] = ACTIONS(147), - [anon_sym_ATprependOnce] = ACTIONS(149), - [anon_sym_ATelse] = ACTIONS(151), - [aux_sym_conditional_keyword_token1] = ACTIONS(153), - [anon_sym_ATif] = ACTIONS(155), - [anon_sym_ATunless] = ACTIONS(157), - [anon_sym_ATisset] = ACTIONS(159), - [anon_sym_ATempty] = ACTIONS(161), - [anon_sym_ATauth] = ACTIONS(163), - [anon_sym_ATguest] = ACTIONS(165), - [anon_sym_ATproduction] = ACTIONS(167), - [anon_sym_ATenv] = ACTIONS(169), - [anon_sym_AThasSection] = ACTIONS(171), - [anon_sym_ATsectionMissing] = ACTIONS(173), - [anon_sym_ATerror] = ACTIONS(175), - [anon_sym_ATcan] = ACTIONS(177), - [anon_sym_ATcannot] = ACTIONS(179), - [anon_sym_ATcanany] = ACTIONS(181), - [anon_sym_ATfeature] = ACTIONS(183), - [aux_sym__custom_token1] = ACTIONS(185), - [aux_sym__custom_token2] = ACTIONS(187), - [anon_sym_ATswitch] = ACTIONS(189), - [aux_sym_loop_operator_token1] = ACTIONS(191), - [anon_sym_ATfor] = ACTIONS(193), - [anon_sym_ATforeach] = ACTIONS(195), - [anon_sym_ATforelse] = ACTIONS(197), - [anon_sym_ATwhile] = ACTIONS(199), - [anon_sym_ATsetup] = ACTIONS(201), - [anon_sym_ATtask] = ACTIONS(203), - [anon_sym_ATstory] = ACTIONS(205), - [anon_sym_ATbefore] = ACTIONS(207), - [anon_sym_ATafter] = ACTIONS(209), - [anon_sym_ATsuccess] = ACTIONS(211), - [anon_sym_ATfinished] = ACTIONS(213), - [anon_sym_ATpersist] = ACTIONS(215), - [anon_sym_ATteleport] = ACTIONS(217), - [anon_sym_ATvolt] = ACTIONS(219), - [anon_sym_LPAREN2] = ACTIONS(221), - [aux_sym__text_token1] = ACTIONS(223), - [aux_sym__text_token2] = ACTIONS(223), - [aux_sym__text_token3] = ACTIONS(225), - }, - [4] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6176), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6870), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -27142,77 +27076,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [5] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6163), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [4] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6871), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -27272,77 +27206,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [6] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6317), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [5] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6127), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -27402,77 +27336,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [7] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5880), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [6] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6128), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -27532,77 +27466,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [8] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5879), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [7] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6792), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -27662,77 +27596,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [9] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5804), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [8] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6793), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -27792,77 +27726,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [10] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5803), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [9] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6909), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -27922,207 +27856,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [11] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6429), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), - [sym_comment] = ACTIONS(113), - [aux_sym_keyword_token1] = ACTIONS(115), - [anon_sym_LBRACE_LBRACE] = ACTIONS(117), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), - [anon_sym_ATphp] = ACTIONS(121), - [anon_sym_ATjs] = ACTIONS(123), - [aux_sym_attribute_token1] = ACTIONS(125), - [aux_sym__inline_directive_token1] = ACTIONS(127), - [aux_sym__inline_directive_token2] = ACTIONS(129), - [anon_sym_ATuse] = ACTIONS(131), - [anon_sym_ATfragment] = ACTIONS(133), - [anon_sym_ATsection] = ACTIONS(135), - [anon_sym_ATonce] = ACTIONS(137), - [anon_sym_ATverbatim] = ACTIONS(139), - [anon_sym_ATpush] = ACTIONS(141), - [anon_sym_ATpushOnce] = ACTIONS(143), - [anon_sym_ATpushIf] = ACTIONS(145), - [anon_sym_ATprepend] = ACTIONS(147), - [anon_sym_ATprependOnce] = ACTIONS(149), - [anon_sym_ATelse] = ACTIONS(151), - [aux_sym_conditional_keyword_token1] = ACTIONS(153), - [anon_sym_ATif] = ACTIONS(155), - [anon_sym_ATunless] = ACTIONS(157), - [anon_sym_ATisset] = ACTIONS(159), - [anon_sym_ATempty] = ACTIONS(161), - [anon_sym_ATauth] = ACTIONS(163), - [anon_sym_ATguest] = ACTIONS(165), - [anon_sym_ATproduction] = ACTIONS(167), - [anon_sym_ATenv] = ACTIONS(169), - [anon_sym_AThasSection] = ACTIONS(171), - [anon_sym_ATsectionMissing] = ACTIONS(173), - [anon_sym_ATerror] = ACTIONS(175), - [anon_sym_ATcan] = ACTIONS(177), - [anon_sym_ATcannot] = ACTIONS(179), - [anon_sym_ATcanany] = ACTIONS(181), - [anon_sym_ATfeature] = ACTIONS(183), - [aux_sym__custom_token1] = ACTIONS(185), - [aux_sym__custom_token2] = ACTIONS(187), - [anon_sym_ATswitch] = ACTIONS(189), - [aux_sym_loop_operator_token1] = ACTIONS(191), - [anon_sym_ATfor] = ACTIONS(193), - [anon_sym_ATforeach] = ACTIONS(195), - [anon_sym_ATforelse] = ACTIONS(197), - [anon_sym_ATwhile] = ACTIONS(199), - [anon_sym_ATsetup] = ACTIONS(201), - [anon_sym_ATtask] = ACTIONS(203), - [anon_sym_ATstory] = ACTIONS(205), - [anon_sym_ATbefore] = ACTIONS(207), - [anon_sym_ATafter] = ACTIONS(209), - [anon_sym_ATsuccess] = ACTIONS(211), - [anon_sym_ATfinished] = ACTIONS(213), - [anon_sym_ATpersist] = ACTIONS(215), - [anon_sym_ATteleport] = ACTIONS(217), - [anon_sym_ATvolt] = ACTIONS(219), - [anon_sym_LPAREN2] = ACTIONS(221), - [aux_sym__text_token1] = ACTIONS(223), - [aux_sym__text_token2] = ACTIONS(223), - [aux_sym__text_token3] = ACTIONS(225), - }, - [12] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5734), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [10] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6910), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -28182,77 +27986,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [13] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5733), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [11] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6831), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -28312,77 +28116,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [14] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6603), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [12] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6166), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -28442,77 +28246,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [15] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6210), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [13] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6167), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -28572,16 +28376,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [16] = { + [14] = { [sym__definition] = STATE(95), [sym_keyword] = STATE(95), [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), [sym_attribute] = STATE(95), [sym__inline_directive] = STATE(95), [sym__use] = STATE(95), @@ -28592,187 +28396,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(95), [sym_verbatim] = STATE(95), [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), [sym_conditional] = STATE(95), [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), [sym_switch] = STATE(95), [sym_loop] = STATE(95), [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6346), - [sym__directive_parameter] = STATE(167), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6754), + [sym__directive_parameter] = STATE(177), [sym_text] = STATE(95), - [sym__text] = STATE(710), + [sym__text] = STATE(727), [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(227), - [aux_sym_keyword_token1] = ACTIONS(229), - [anon_sym_LBRACE_LBRACE] = ACTIONS(231), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), - [anon_sym_ATphp] = ACTIONS(235), - [anon_sym_ATjs] = ACTIONS(237), - [aux_sym_attribute_token1] = ACTIONS(239), - [aux_sym__inline_directive_token1] = ACTIONS(241), - [aux_sym__inline_directive_token2] = ACTIONS(243), - [anon_sym_ATuse] = ACTIONS(245), - [anon_sym_ATfragment] = ACTIONS(247), - [anon_sym_ATsection] = ACTIONS(249), - [anon_sym_ATonce] = ACTIONS(251), - [anon_sym_ATverbatim] = ACTIONS(253), - [anon_sym_ATpush] = ACTIONS(255), - [anon_sym_ATpushOnce] = ACTIONS(257), - [anon_sym_ATpushIf] = ACTIONS(259), - [anon_sym_ATprepend] = ACTIONS(261), - [anon_sym_ATprependOnce] = ACTIONS(263), - [anon_sym_ATelse] = ACTIONS(265), - [aux_sym_conditional_keyword_token1] = ACTIONS(267), - [anon_sym_ATif] = ACTIONS(269), - [anon_sym_ATunless] = ACTIONS(271), - [anon_sym_ATisset] = ACTIONS(273), - [anon_sym_ATempty] = ACTIONS(275), - [anon_sym_ATauth] = ACTIONS(277), - [anon_sym_ATguest] = ACTIONS(279), - [anon_sym_ATproduction] = ACTIONS(281), - [anon_sym_ATenv] = ACTIONS(283), - [anon_sym_AThasSection] = ACTIONS(285), - [anon_sym_ATsectionMissing] = ACTIONS(287), - [anon_sym_ATerror] = ACTIONS(289), - [anon_sym_ATcan] = ACTIONS(291), - [anon_sym_ATcannot] = ACTIONS(293), - [anon_sym_ATcanany] = ACTIONS(295), - [anon_sym_ATfeature] = ACTIONS(297), - [aux_sym__custom_token1] = ACTIONS(299), - [aux_sym__custom_token2] = ACTIONS(301), - [anon_sym_ATswitch] = ACTIONS(303), - [aux_sym_loop_operator_token1] = ACTIONS(305), - [anon_sym_ATfor] = ACTIONS(307), - [anon_sym_ATforeach] = ACTIONS(309), - [anon_sym_ATforelse] = ACTIONS(311), - [anon_sym_ATwhile] = ACTIONS(313), - [anon_sym_ATsetup] = ACTIONS(315), - [anon_sym_ATtask] = ACTIONS(317), - [anon_sym_ATstory] = ACTIONS(319), - [anon_sym_ATbefore] = ACTIONS(321), - [anon_sym_ATafter] = ACTIONS(323), - [anon_sym_ATsuccess] = ACTIONS(325), - [anon_sym_ATfinished] = ACTIONS(327), - [anon_sym_ATpersist] = ACTIONS(329), - [anon_sym_ATteleport] = ACTIONS(331), - [anon_sym_ATvolt] = ACTIONS(333), - [anon_sym_LPAREN2] = ACTIONS(221), - [aux_sym__text_token1] = ACTIONS(335), - [aux_sym__text_token2] = ACTIONS(335), - [aux_sym__text_token3] = ACTIONS(337), - }, - [17] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6604), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -28832,77 +28506,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [18] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6856), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [15] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6753), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), + [sym_comment] = ACTIONS(227), + [aux_sym_keyword_token1] = ACTIONS(229), + [anon_sym_LBRACE_LBRACE] = ACTIONS(231), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), + [anon_sym_ATphp] = ACTIONS(235), + [anon_sym_ATjs] = ACTIONS(237), + [aux_sym_attribute_token1] = ACTIONS(239), + [aux_sym__inline_directive_token1] = ACTIONS(241), + [aux_sym__inline_directive_token2] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(245), + [anon_sym_ATfragment] = ACTIONS(247), + [anon_sym_ATsection] = ACTIONS(249), + [anon_sym_ATonce] = ACTIONS(251), + [anon_sym_ATverbatim] = ACTIONS(253), + [anon_sym_ATpush] = ACTIONS(255), + [anon_sym_ATpushOnce] = ACTIONS(257), + [anon_sym_ATpushIf] = ACTIONS(259), + [anon_sym_ATprepend] = ACTIONS(261), + [anon_sym_ATprependOnce] = ACTIONS(263), + [anon_sym_ATelse] = ACTIONS(265), + [aux_sym_conditional_keyword_token1] = ACTIONS(267), + [anon_sym_ATif] = ACTIONS(269), + [anon_sym_ATunless] = ACTIONS(271), + [anon_sym_ATisset] = ACTIONS(273), + [anon_sym_ATempty] = ACTIONS(275), + [anon_sym_ATauth] = ACTIONS(277), + [anon_sym_ATguest] = ACTIONS(279), + [anon_sym_ATproduction] = ACTIONS(281), + [anon_sym_ATenv] = ACTIONS(283), + [anon_sym_AThasSection] = ACTIONS(285), + [anon_sym_ATsectionMissing] = ACTIONS(287), + [anon_sym_ATerror] = ACTIONS(289), + [anon_sym_ATcan] = ACTIONS(291), + [anon_sym_ATcannot] = ACTIONS(293), + [anon_sym_ATcanany] = ACTIONS(295), + [anon_sym_ATfeature] = ACTIONS(297), + [aux_sym__custom_token1] = ACTIONS(299), + [aux_sym__custom_token2] = ACTIONS(301), + [anon_sym_ATswitch] = ACTIONS(303), + [aux_sym_loop_operator_token1] = ACTIONS(305), + [anon_sym_ATfor] = ACTIONS(307), + [anon_sym_ATforeach] = ACTIONS(309), + [anon_sym_ATforelse] = ACTIONS(311), + [anon_sym_ATwhile] = ACTIONS(313), + [anon_sym_ATsetup] = ACTIONS(315), + [anon_sym_ATtask] = ACTIONS(317), + [anon_sym_ATstory] = ACTIONS(319), + [anon_sym_ATbefore] = ACTIONS(321), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATsuccess] = ACTIONS(325), + [anon_sym_ATfinished] = ACTIONS(327), + [anon_sym_ATpersist] = ACTIONS(329), + [anon_sym_ATteleport] = ACTIONS(331), + [anon_sym_ATvolt] = ACTIONS(333), + [anon_sym_LPAREN2] = ACTIONS(221), + [aux_sym__text_token1] = ACTIONS(335), + [aux_sym__text_token2] = ACTIONS(335), + [aux_sym__text_token3] = ACTIONS(337), + }, + [16] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6715), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -28962,77 +28766,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [19] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6841), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [17] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6714), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -29092,77 +28896,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [20] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6426), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [18] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6948), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -29222,77 +29026,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [21] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6425), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [19] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6949), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -29352,77 +29156,207 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [22] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6845), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [20] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6205), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), + [sym_comment] = ACTIONS(227), + [aux_sym_keyword_token1] = ACTIONS(229), + [anon_sym_LBRACE_LBRACE] = ACTIONS(231), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), + [anon_sym_ATphp] = ACTIONS(235), + [anon_sym_ATjs] = ACTIONS(237), + [aux_sym_attribute_token1] = ACTIONS(239), + [aux_sym__inline_directive_token1] = ACTIONS(241), + [aux_sym__inline_directive_token2] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(245), + [anon_sym_ATfragment] = ACTIONS(247), + [anon_sym_ATsection] = ACTIONS(249), + [anon_sym_ATonce] = ACTIONS(251), + [anon_sym_ATverbatim] = ACTIONS(253), + [anon_sym_ATpush] = ACTIONS(255), + [anon_sym_ATpushOnce] = ACTIONS(257), + [anon_sym_ATpushIf] = ACTIONS(259), + [anon_sym_ATprepend] = ACTIONS(261), + [anon_sym_ATprependOnce] = ACTIONS(263), + [anon_sym_ATelse] = ACTIONS(265), + [aux_sym_conditional_keyword_token1] = ACTIONS(267), + [anon_sym_ATif] = ACTIONS(269), + [anon_sym_ATunless] = ACTIONS(271), + [anon_sym_ATisset] = ACTIONS(273), + [anon_sym_ATempty] = ACTIONS(275), + [anon_sym_ATauth] = ACTIONS(277), + [anon_sym_ATguest] = ACTIONS(279), + [anon_sym_ATproduction] = ACTIONS(281), + [anon_sym_ATenv] = ACTIONS(283), + [anon_sym_AThasSection] = ACTIONS(285), + [anon_sym_ATsectionMissing] = ACTIONS(287), + [anon_sym_ATerror] = ACTIONS(289), + [anon_sym_ATcan] = ACTIONS(291), + [anon_sym_ATcannot] = ACTIONS(293), + [anon_sym_ATcanany] = ACTIONS(295), + [anon_sym_ATfeature] = ACTIONS(297), + [aux_sym__custom_token1] = ACTIONS(299), + [aux_sym__custom_token2] = ACTIONS(301), + [anon_sym_ATswitch] = ACTIONS(303), + [aux_sym_loop_operator_token1] = ACTIONS(305), + [anon_sym_ATfor] = ACTIONS(307), + [anon_sym_ATforeach] = ACTIONS(309), + [anon_sym_ATforelse] = ACTIONS(311), + [anon_sym_ATwhile] = ACTIONS(313), + [anon_sym_ATsetup] = ACTIONS(315), + [anon_sym_ATtask] = ACTIONS(317), + [anon_sym_ATstory] = ACTIONS(319), + [anon_sym_ATbefore] = ACTIONS(321), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATsuccess] = ACTIONS(325), + [anon_sym_ATfinished] = ACTIONS(327), + [anon_sym_ATpersist] = ACTIONS(329), + [anon_sym_ATteleport] = ACTIONS(331), + [anon_sym_ATvolt] = ACTIONS(333), + [anon_sym_LPAREN2] = ACTIONS(221), + [aux_sym__text_token1] = ACTIONS(335), + [aux_sym__text_token2] = ACTIONS(335), + [aux_sym__text_token3] = ACTIONS(337), + }, + [21] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(7145), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -29482,77 +29416,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [23] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6877), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [22] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(7144), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -29612,16 +29546,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [24] = { + [23] = { [sym__definition] = STATE(95), [sym_keyword] = STATE(95), [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), [sym_attribute] = STATE(95), [sym__inline_directive] = STATE(95), [sym__use] = STATE(95), @@ -29632,57 +29566,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(95), [sym_verbatim] = STATE(95), [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), [sym_conditional] = STATE(95), [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), [sym_switch] = STATE(95), [sym_loop] = STATE(95), [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(7079), - [sym__directive_parameter] = STATE(167), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6676), + [sym__directive_parameter] = STATE(177), [sym_text] = STATE(95), - [sym__text] = STATE(710), + [sym__text] = STATE(727), [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [aux_sym_php_only_repeat1] = STATE(727), + [sym_comment] = ACTIONS(113), + [aux_sym_keyword_token1] = ACTIONS(115), + [anon_sym_LBRACE_LBRACE] = ACTIONS(117), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), + [anon_sym_ATphp] = ACTIONS(121), + [anon_sym_ATjs] = ACTIONS(123), + [aux_sym_attribute_token1] = ACTIONS(125), + [aux_sym__inline_directive_token1] = ACTIONS(127), + [aux_sym__inline_directive_token2] = ACTIONS(129), + [anon_sym_ATuse] = ACTIONS(131), + [anon_sym_ATfragment] = ACTIONS(133), + [anon_sym_ATsection] = ACTIONS(135), + [anon_sym_ATonce] = ACTIONS(137), + [anon_sym_ATverbatim] = ACTIONS(139), + [anon_sym_ATpush] = ACTIONS(141), + [anon_sym_ATpushOnce] = ACTIONS(143), + [anon_sym_ATpushIf] = ACTIONS(145), + [anon_sym_ATprepend] = ACTIONS(147), + [anon_sym_ATprependOnce] = ACTIONS(149), + [anon_sym_ATelse] = ACTIONS(151), + [aux_sym_conditional_keyword_token1] = ACTIONS(153), + [anon_sym_ATif] = ACTIONS(155), + [anon_sym_ATunless] = ACTIONS(157), + [anon_sym_ATisset] = ACTIONS(159), + [anon_sym_ATempty] = ACTIONS(161), + [anon_sym_ATauth] = ACTIONS(163), + [anon_sym_ATguest] = ACTIONS(165), + [anon_sym_ATproduction] = ACTIONS(167), + [anon_sym_ATenv] = ACTIONS(169), + [anon_sym_AThasSection] = ACTIONS(171), + [anon_sym_ATsectionMissing] = ACTIONS(173), + [anon_sym_ATerror] = ACTIONS(175), + [anon_sym_ATcan] = ACTIONS(177), + [anon_sym_ATcannot] = ACTIONS(179), + [anon_sym_ATcanany] = ACTIONS(181), + [anon_sym_ATfeature] = ACTIONS(183), + [aux_sym__custom_token1] = ACTIONS(185), + [aux_sym__custom_token2] = ACTIONS(187), + [anon_sym_ATswitch] = ACTIONS(189), + [aux_sym_loop_operator_token1] = ACTIONS(191), + [anon_sym_ATfor] = ACTIONS(193), + [anon_sym_ATforeach] = ACTIONS(195), + [anon_sym_ATforelse] = ACTIONS(197), + [anon_sym_ATwhile] = ACTIONS(199), + [anon_sym_ATsetup] = ACTIONS(201), + [anon_sym_ATtask] = ACTIONS(203), + [anon_sym_ATstory] = ACTIONS(205), + [anon_sym_ATbefore] = ACTIONS(207), + [anon_sym_ATafter] = ACTIONS(209), + [anon_sym_ATsuccess] = ACTIONS(211), + [anon_sym_ATfinished] = ACTIONS(213), + [anon_sym_ATpersist] = ACTIONS(215), + [anon_sym_ATteleport] = ACTIONS(217), + [anon_sym_ATvolt] = ACTIONS(219), + [anon_sym_LPAREN2] = ACTIONS(221), + [aux_sym__text_token1] = ACTIONS(223), + [aux_sym__text_token2] = ACTIONS(223), + [aux_sym__text_token3] = ACTIONS(225), + }, + [24] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6675), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -29743,76 +29807,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(337), }, [25] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6608), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6206), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -29873,206 +29937,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(225), }, [26] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(7078), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), - [sym_comment] = ACTIONS(113), - [aux_sym_keyword_token1] = ACTIONS(115), - [anon_sym_LBRACE_LBRACE] = ACTIONS(117), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), - [anon_sym_ATphp] = ACTIONS(121), - [anon_sym_ATjs] = ACTIONS(123), - [aux_sym_attribute_token1] = ACTIONS(125), - [aux_sym__inline_directive_token1] = ACTIONS(127), - [aux_sym__inline_directive_token2] = ACTIONS(129), - [anon_sym_ATuse] = ACTIONS(131), - [anon_sym_ATfragment] = ACTIONS(133), - [anon_sym_ATsection] = ACTIONS(135), - [anon_sym_ATonce] = ACTIONS(137), - [anon_sym_ATverbatim] = ACTIONS(139), - [anon_sym_ATpush] = ACTIONS(141), - [anon_sym_ATpushOnce] = ACTIONS(143), - [anon_sym_ATpushIf] = ACTIONS(145), - [anon_sym_ATprepend] = ACTIONS(147), - [anon_sym_ATprependOnce] = ACTIONS(149), - [anon_sym_ATelse] = ACTIONS(151), - [aux_sym_conditional_keyword_token1] = ACTIONS(153), - [anon_sym_ATif] = ACTIONS(155), - [anon_sym_ATunless] = ACTIONS(157), - [anon_sym_ATisset] = ACTIONS(159), - [anon_sym_ATempty] = ACTIONS(161), - [anon_sym_ATauth] = ACTIONS(163), - [anon_sym_ATguest] = ACTIONS(165), - [anon_sym_ATproduction] = ACTIONS(167), - [anon_sym_ATenv] = ACTIONS(169), - [anon_sym_AThasSection] = ACTIONS(171), - [anon_sym_ATsectionMissing] = ACTIONS(173), - [anon_sym_ATerror] = ACTIONS(175), - [anon_sym_ATcan] = ACTIONS(177), - [anon_sym_ATcannot] = ACTIONS(179), - [anon_sym_ATcanany] = ACTIONS(181), - [anon_sym_ATfeature] = ACTIONS(183), - [aux_sym__custom_token1] = ACTIONS(185), - [aux_sym__custom_token2] = ACTIONS(187), - [anon_sym_ATswitch] = ACTIONS(189), - [aux_sym_loop_operator_token1] = ACTIONS(191), - [anon_sym_ATfor] = ACTIONS(193), - [anon_sym_ATforeach] = ACTIONS(195), - [anon_sym_ATforelse] = ACTIONS(197), - [anon_sym_ATwhile] = ACTIONS(199), - [anon_sym_ATsetup] = ACTIONS(201), - [anon_sym_ATtask] = ACTIONS(203), - [anon_sym_ATstory] = ACTIONS(205), - [anon_sym_ATbefore] = ACTIONS(207), - [anon_sym_ATafter] = ACTIONS(209), - [anon_sym_ATsuccess] = ACTIONS(211), - [anon_sym_ATfinished] = ACTIONS(213), - [anon_sym_ATpersist] = ACTIONS(215), - [anon_sym_ATteleport] = ACTIONS(217), - [anon_sym_ATvolt] = ACTIONS(219), - [anon_sym_LPAREN2] = ACTIONS(221), - [aux_sym__text_token1] = ACTIONS(223), - [aux_sym__text_token2] = ACTIONS(223), - [aux_sym__text_token3] = ACTIONS(225), - }, - [27] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6606), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6244), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -30132,16 +30066,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [28] = { + [27] = { [sym__definition] = STATE(95), [sym_keyword] = STATE(95), [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), [sym_attribute] = STATE(95), [sym__inline_directive] = STATE(95), [sym__use] = STATE(95), @@ -30152,57 +30086,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(95), [sym_verbatim] = STATE(95), [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), [sym_conditional] = STATE(95), [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), [sym_switch] = STATE(95), [sym_loop] = STATE(95), [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(7033), - [sym__directive_parameter] = STATE(167), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6089), + [sym__directive_parameter] = STATE(177), [sym_text] = STATE(95), - [sym__text] = STATE(710), + [sym__text] = STATE(727), [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [aux_sym_php_only_repeat1] = STATE(727), + [sym_comment] = ACTIONS(113), + [aux_sym_keyword_token1] = ACTIONS(115), + [anon_sym_LBRACE_LBRACE] = ACTIONS(117), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), + [anon_sym_ATphp] = ACTIONS(121), + [anon_sym_ATjs] = ACTIONS(123), + [aux_sym_attribute_token1] = ACTIONS(125), + [aux_sym__inline_directive_token1] = ACTIONS(127), + [aux_sym__inline_directive_token2] = ACTIONS(129), + [anon_sym_ATuse] = ACTIONS(131), + [anon_sym_ATfragment] = ACTIONS(133), + [anon_sym_ATsection] = ACTIONS(135), + [anon_sym_ATonce] = ACTIONS(137), + [anon_sym_ATverbatim] = ACTIONS(139), + [anon_sym_ATpush] = ACTIONS(141), + [anon_sym_ATpushOnce] = ACTIONS(143), + [anon_sym_ATpushIf] = ACTIONS(145), + [anon_sym_ATprepend] = ACTIONS(147), + [anon_sym_ATprependOnce] = ACTIONS(149), + [anon_sym_ATelse] = ACTIONS(151), + [aux_sym_conditional_keyword_token1] = ACTIONS(153), + [anon_sym_ATif] = ACTIONS(155), + [anon_sym_ATunless] = ACTIONS(157), + [anon_sym_ATisset] = ACTIONS(159), + [anon_sym_ATempty] = ACTIONS(161), + [anon_sym_ATauth] = ACTIONS(163), + [anon_sym_ATguest] = ACTIONS(165), + [anon_sym_ATproduction] = ACTIONS(167), + [anon_sym_ATenv] = ACTIONS(169), + [anon_sym_AThasSection] = ACTIONS(171), + [anon_sym_ATsectionMissing] = ACTIONS(173), + [anon_sym_ATerror] = ACTIONS(175), + [anon_sym_ATcan] = ACTIONS(177), + [anon_sym_ATcannot] = ACTIONS(179), + [anon_sym_ATcanany] = ACTIONS(181), + [anon_sym_ATfeature] = ACTIONS(183), + [aux_sym__custom_token1] = ACTIONS(185), + [aux_sym__custom_token2] = ACTIONS(187), + [anon_sym_ATswitch] = ACTIONS(189), + [aux_sym_loop_operator_token1] = ACTIONS(191), + [anon_sym_ATfor] = ACTIONS(193), + [anon_sym_ATforeach] = ACTIONS(195), + [anon_sym_ATforelse] = ACTIONS(197), + [anon_sym_ATwhile] = ACTIONS(199), + [anon_sym_ATsetup] = ACTIONS(201), + [anon_sym_ATtask] = ACTIONS(203), + [anon_sym_ATstory] = ACTIONS(205), + [anon_sym_ATbefore] = ACTIONS(207), + [anon_sym_ATafter] = ACTIONS(209), + [anon_sym_ATsuccess] = ACTIONS(211), + [anon_sym_ATfinished] = ACTIONS(213), + [anon_sym_ATpersist] = ACTIONS(215), + [anon_sym_ATteleport] = ACTIONS(217), + [anon_sym_ATvolt] = ACTIONS(219), + [anon_sym_LPAREN2] = ACTIONS(221), + [aux_sym__text_token1] = ACTIONS(223), + [aux_sym__text_token2] = ACTIONS(223), + [aux_sym__text_token3] = ACTIONS(225), + }, + [28] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6088), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -30263,76 +30327,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(337), }, [29] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5881), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6637), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -30393,76 +30457,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(225), }, [30] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5853), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6635), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -30523,76 +30587,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(337), }, [31] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(7032), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6597), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -30653,76 +30717,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(225), }, [32] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5842), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6050), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -30783,76 +30847,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(225), }, [33] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5843), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6049), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -30913,76 +30977,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(337), }, [34] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6980), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6596), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -31043,76 +31107,206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(337), }, [35] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6978), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6988), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), + [sym_comment] = ACTIONS(227), + [aux_sym_keyword_token1] = ACTIONS(229), + [anon_sym_LBRACE_LBRACE] = ACTIONS(231), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), + [anon_sym_ATphp] = ACTIONS(235), + [anon_sym_ATjs] = ACTIONS(237), + [aux_sym_attribute_token1] = ACTIONS(239), + [aux_sym__inline_directive_token1] = ACTIONS(241), + [aux_sym__inline_directive_token2] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(245), + [anon_sym_ATfragment] = ACTIONS(247), + [anon_sym_ATsection] = ACTIONS(249), + [anon_sym_ATonce] = ACTIONS(251), + [anon_sym_ATverbatim] = ACTIONS(253), + [anon_sym_ATpush] = ACTIONS(255), + [anon_sym_ATpushOnce] = ACTIONS(257), + [anon_sym_ATpushIf] = ACTIONS(259), + [anon_sym_ATprepend] = ACTIONS(261), + [anon_sym_ATprependOnce] = ACTIONS(263), + [anon_sym_ATelse] = ACTIONS(265), + [aux_sym_conditional_keyword_token1] = ACTIONS(267), + [anon_sym_ATif] = ACTIONS(269), + [anon_sym_ATunless] = ACTIONS(271), + [anon_sym_ATisset] = ACTIONS(273), + [anon_sym_ATempty] = ACTIONS(275), + [anon_sym_ATauth] = ACTIONS(277), + [anon_sym_ATguest] = ACTIONS(279), + [anon_sym_ATproduction] = ACTIONS(281), + [anon_sym_ATenv] = ACTIONS(283), + [anon_sym_AThasSection] = ACTIONS(285), + [anon_sym_ATsectionMissing] = ACTIONS(287), + [anon_sym_ATerror] = ACTIONS(289), + [anon_sym_ATcan] = ACTIONS(291), + [anon_sym_ATcannot] = ACTIONS(293), + [anon_sym_ATcanany] = ACTIONS(295), + [anon_sym_ATfeature] = ACTIONS(297), + [aux_sym__custom_token1] = ACTIONS(299), + [aux_sym__custom_token2] = ACTIONS(301), + [anon_sym_ATswitch] = ACTIONS(303), + [aux_sym_loop_operator_token1] = ACTIONS(305), + [anon_sym_ATfor] = ACTIONS(307), + [anon_sym_ATforeach] = ACTIONS(309), + [anon_sym_ATforelse] = ACTIONS(311), + [anon_sym_ATwhile] = ACTIONS(313), + [anon_sym_ATsetup] = ACTIONS(315), + [anon_sym_ATtask] = ACTIONS(317), + [anon_sym_ATstory] = ACTIONS(319), + [anon_sym_ATbefore] = ACTIONS(321), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATsuccess] = ACTIONS(325), + [anon_sym_ATfinished] = ACTIONS(327), + [anon_sym_ATpersist] = ACTIONS(329), + [anon_sym_ATteleport] = ACTIONS(331), + [anon_sym_ATvolt] = ACTIONS(333), + [anon_sym_LPAREN2] = ACTIONS(221), + [aux_sym__text_token1] = ACTIONS(335), + [aux_sym__text_token2] = ACTIONS(335), + [aux_sym__text_token3] = ACTIONS(337), + }, + [36] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6989), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -31172,77 +31366,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [36] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5940), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [37] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6011), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -31302,77 +31496,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [37] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5926), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [38] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6010), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -31432,16 +31626,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [38] = { + [39] = { [sym__definition] = STATE(95), [sym_keyword] = STATE(95), [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), [sym_attribute] = STATE(95), [sym__inline_directive] = STATE(95), [sym__use] = STATE(95), @@ -31452,89 +31646,219 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(95), [sym_verbatim] = STATE(95), [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), [sym_conditional] = STATE(95), [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), [sym_switch] = STATE(95), [sym_loop] = STATE(95), [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6929), - [sym__directive_parameter] = STATE(167), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6558), + [sym__directive_parameter] = STATE(177), [sym_text] = STATE(95), - [sym__text] = STATE(710), + [sym__text] = STATE(727), [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(227), - [aux_sym_keyword_token1] = ACTIONS(229), - [anon_sym_LBRACE_LBRACE] = ACTIONS(231), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), - [anon_sym_ATphp] = ACTIONS(235), - [anon_sym_ATjs] = ACTIONS(237), - [aux_sym_attribute_token1] = ACTIONS(239), - [aux_sym__inline_directive_token1] = ACTIONS(241), - [aux_sym__inline_directive_token2] = ACTIONS(243), - [anon_sym_ATuse] = ACTIONS(245), - [anon_sym_ATfragment] = ACTIONS(247), - [anon_sym_ATsection] = ACTIONS(249), - [anon_sym_ATonce] = ACTIONS(251), - [anon_sym_ATverbatim] = ACTIONS(253), - [anon_sym_ATpush] = ACTIONS(255), - [anon_sym_ATpushOnce] = ACTIONS(257), - [anon_sym_ATpushIf] = ACTIONS(259), - [anon_sym_ATprepend] = ACTIONS(261), - [anon_sym_ATprependOnce] = ACTIONS(263), - [anon_sym_ATelse] = ACTIONS(265), - [aux_sym_conditional_keyword_token1] = ACTIONS(267), - [anon_sym_ATif] = ACTIONS(269), - [anon_sym_ATunless] = ACTIONS(271), - [anon_sym_ATisset] = ACTIONS(273), - [anon_sym_ATempty] = ACTIONS(275), - [anon_sym_ATauth] = ACTIONS(277), - [anon_sym_ATguest] = ACTIONS(279), - [anon_sym_ATproduction] = ACTIONS(281), - [anon_sym_ATenv] = ACTIONS(283), - [anon_sym_AThasSection] = ACTIONS(285), - [anon_sym_ATsectionMissing] = ACTIONS(287), - [anon_sym_ATerror] = ACTIONS(289), + [aux_sym_php_only_repeat1] = STATE(727), + [sym_comment] = ACTIONS(113), + [aux_sym_keyword_token1] = ACTIONS(115), + [anon_sym_LBRACE_LBRACE] = ACTIONS(117), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), + [anon_sym_ATphp] = ACTIONS(121), + [anon_sym_ATjs] = ACTIONS(123), + [aux_sym_attribute_token1] = ACTIONS(125), + [aux_sym__inline_directive_token1] = ACTIONS(127), + [aux_sym__inline_directive_token2] = ACTIONS(129), + [anon_sym_ATuse] = ACTIONS(131), + [anon_sym_ATfragment] = ACTIONS(133), + [anon_sym_ATsection] = ACTIONS(135), + [anon_sym_ATonce] = ACTIONS(137), + [anon_sym_ATverbatim] = ACTIONS(139), + [anon_sym_ATpush] = ACTIONS(141), + [anon_sym_ATpushOnce] = ACTIONS(143), + [anon_sym_ATpushIf] = ACTIONS(145), + [anon_sym_ATprepend] = ACTIONS(147), + [anon_sym_ATprependOnce] = ACTIONS(149), + [anon_sym_ATelse] = ACTIONS(151), + [aux_sym_conditional_keyword_token1] = ACTIONS(153), + [anon_sym_ATif] = ACTIONS(155), + [anon_sym_ATunless] = ACTIONS(157), + [anon_sym_ATisset] = ACTIONS(159), + [anon_sym_ATempty] = ACTIONS(161), + [anon_sym_ATauth] = ACTIONS(163), + [anon_sym_ATguest] = ACTIONS(165), + [anon_sym_ATproduction] = ACTIONS(167), + [anon_sym_ATenv] = ACTIONS(169), + [anon_sym_AThasSection] = ACTIONS(171), + [anon_sym_ATsectionMissing] = ACTIONS(173), + [anon_sym_ATerror] = ACTIONS(175), + [anon_sym_ATcan] = ACTIONS(177), + [anon_sym_ATcannot] = ACTIONS(179), + [anon_sym_ATcanany] = ACTIONS(181), + [anon_sym_ATfeature] = ACTIONS(183), + [aux_sym__custom_token1] = ACTIONS(185), + [aux_sym__custom_token2] = ACTIONS(187), + [anon_sym_ATswitch] = ACTIONS(189), + [aux_sym_loop_operator_token1] = ACTIONS(191), + [anon_sym_ATfor] = ACTIONS(193), + [anon_sym_ATforeach] = ACTIONS(195), + [anon_sym_ATforelse] = ACTIONS(197), + [anon_sym_ATwhile] = ACTIONS(199), + [anon_sym_ATsetup] = ACTIONS(201), + [anon_sym_ATtask] = ACTIONS(203), + [anon_sym_ATstory] = ACTIONS(205), + [anon_sym_ATbefore] = ACTIONS(207), + [anon_sym_ATafter] = ACTIONS(209), + [anon_sym_ATsuccess] = ACTIONS(211), + [anon_sym_ATfinished] = ACTIONS(213), + [anon_sym_ATpersist] = ACTIONS(215), + [anon_sym_ATteleport] = ACTIONS(217), + [anon_sym_ATvolt] = ACTIONS(219), + [anon_sym_LPAREN2] = ACTIONS(221), + [aux_sym__text_token1] = ACTIONS(223), + [aux_sym__text_token2] = ACTIONS(223), + [aux_sym__text_token3] = ACTIONS(225), + }, + [40] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6557), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), + [sym_comment] = ACTIONS(227), + [aux_sym_keyword_token1] = ACTIONS(229), + [anon_sym_LBRACE_LBRACE] = ACTIONS(231), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), + [anon_sym_ATphp] = ACTIONS(235), + [anon_sym_ATjs] = ACTIONS(237), + [aux_sym_attribute_token1] = ACTIONS(239), + [aux_sym__inline_directive_token1] = ACTIONS(241), + [aux_sym__inline_directive_token2] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(245), + [anon_sym_ATfragment] = ACTIONS(247), + [anon_sym_ATsection] = ACTIONS(249), + [anon_sym_ATonce] = ACTIONS(251), + [anon_sym_ATverbatim] = ACTIONS(253), + [anon_sym_ATpush] = ACTIONS(255), + [anon_sym_ATpushOnce] = ACTIONS(257), + [anon_sym_ATpushIf] = ACTIONS(259), + [anon_sym_ATprepend] = ACTIONS(261), + [anon_sym_ATprependOnce] = ACTIONS(263), + [anon_sym_ATelse] = ACTIONS(265), + [aux_sym_conditional_keyword_token1] = ACTIONS(267), + [anon_sym_ATif] = ACTIONS(269), + [anon_sym_ATunless] = ACTIONS(271), + [anon_sym_ATisset] = ACTIONS(273), + [anon_sym_ATempty] = ACTIONS(275), + [anon_sym_ATauth] = ACTIONS(277), + [anon_sym_ATguest] = ACTIONS(279), + [anon_sym_ATproduction] = ACTIONS(281), + [anon_sym_ATenv] = ACTIONS(283), + [anon_sym_AThasSection] = ACTIONS(285), + [anon_sym_ATsectionMissing] = ACTIONS(287), + [anon_sym_ATerror] = ACTIONS(289), [anon_sym_ATcan] = ACTIONS(291), [anon_sym_ATcannot] = ACTIONS(293), [anon_sym_ATcanany] = ACTIONS(295), @@ -31562,77 +31886,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [39] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5991), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [41] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5972), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -31692,77 +32016,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [40] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(5992), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [42] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5970), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -31822,77 +32146,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [41] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6928), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [43] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6245), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -31952,77 +32276,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [42] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6048), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [44] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6519), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -32082,77 +32406,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [43] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6049), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [45] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6518), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -32212,16 +32536,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [44] = { + [46] = { [sym__definition] = STATE(95), [sym_keyword] = STATE(95), [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), [sym_attribute] = STATE(95), [sym__inline_directive] = STATE(95), [sym__use] = STATE(95), @@ -32232,187 +32556,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(95), [sym_verbatim] = STATE(95), [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), [sym_conditional] = STATE(95), [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), [sym_switch] = STATE(95), [sym_loop] = STATE(95), [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6870), - [sym__directive_parameter] = STATE(167), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6832), + [sym__directive_parameter] = STATE(177), [sym_text] = STATE(95), - [sym__text] = STATE(710), + [sym__text] = STATE(727), [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(227), - [aux_sym_keyword_token1] = ACTIONS(229), - [anon_sym_LBRACE_LBRACE] = ACTIONS(231), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), - [anon_sym_ATphp] = ACTIONS(235), - [anon_sym_ATjs] = ACTIONS(237), - [aux_sym_attribute_token1] = ACTIONS(239), - [aux_sym__inline_directive_token1] = ACTIONS(241), - [aux_sym__inline_directive_token2] = ACTIONS(243), - [anon_sym_ATuse] = ACTIONS(245), - [anon_sym_ATfragment] = ACTIONS(247), - [anon_sym_ATsection] = ACTIONS(249), - [anon_sym_ATonce] = ACTIONS(251), - [anon_sym_ATverbatim] = ACTIONS(253), - [anon_sym_ATpush] = ACTIONS(255), - [anon_sym_ATpushOnce] = ACTIONS(257), - [anon_sym_ATpushIf] = ACTIONS(259), - [anon_sym_ATprepend] = ACTIONS(261), - [anon_sym_ATprependOnce] = ACTIONS(263), - [anon_sym_ATelse] = ACTIONS(265), - [aux_sym_conditional_keyword_token1] = ACTIONS(267), - [anon_sym_ATif] = ACTIONS(269), - [anon_sym_ATunless] = ACTIONS(271), - [anon_sym_ATisset] = ACTIONS(273), - [anon_sym_ATempty] = ACTIONS(275), - [anon_sym_ATauth] = ACTIONS(277), - [anon_sym_ATguest] = ACTIONS(279), - [anon_sym_ATproduction] = ACTIONS(281), - [anon_sym_ATenv] = ACTIONS(283), - [anon_sym_AThasSection] = ACTIONS(285), - [anon_sym_ATsectionMissing] = ACTIONS(287), - [anon_sym_ATerror] = ACTIONS(289), - [anon_sym_ATcan] = ACTIONS(291), - [anon_sym_ATcannot] = ACTIONS(293), - [anon_sym_ATcanany] = ACTIONS(295), - [anon_sym_ATfeature] = ACTIONS(297), - [aux_sym__custom_token1] = ACTIONS(299), - [aux_sym__custom_token2] = ACTIONS(301), - [anon_sym_ATswitch] = ACTIONS(303), - [aux_sym_loop_operator_token1] = ACTIONS(305), - [anon_sym_ATfor] = ACTIONS(307), - [anon_sym_ATforeach] = ACTIONS(309), - [anon_sym_ATforelse] = ACTIONS(311), - [anon_sym_ATwhile] = ACTIONS(313), - [anon_sym_ATsetup] = ACTIONS(315), - [anon_sym_ATtask] = ACTIONS(317), - [anon_sym_ATstory] = ACTIONS(319), - [anon_sym_ATbefore] = ACTIONS(321), - [anon_sym_ATafter] = ACTIONS(323), - [anon_sym_ATsuccess] = ACTIONS(325), - [anon_sym_ATfinished] = ACTIONS(327), - [anon_sym_ATpersist] = ACTIONS(329), - [anon_sym_ATteleport] = ACTIONS(331), - [anon_sym_ATvolt] = ACTIONS(333), - [anon_sym_LPAREN2] = ACTIONS(221), - [aux_sym__text_token1] = ACTIONS(335), - [aux_sym__text_token2] = ACTIONS(335), - [aux_sym__text_token3] = ACTIONS(337), - }, - [45] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6109), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -32472,16 +32666,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [46] = { + [47] = { [sym__definition] = STATE(95), [sym_keyword] = STATE(95), [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), [sym_attribute] = STATE(95), [sym__inline_directive] = STATE(95), [sym__use] = STATE(95), @@ -32492,187 +32686,57 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(95), [sym_verbatim] = STATE(95), [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), [sym_conditional] = STATE(95), [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), [sym_switch] = STATE(95), [sym_loop] = STATE(95), [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6110), - [sym__directive_parameter] = STATE(167), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6480), + [sym__directive_parameter] = STATE(177), [sym_text] = STATE(95), - [sym__text] = STATE(710), + [sym__text] = STATE(727), [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(227), - [aux_sym_keyword_token1] = ACTIONS(229), - [anon_sym_LBRACE_LBRACE] = ACTIONS(231), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), - [anon_sym_ATphp] = ACTIONS(235), - [anon_sym_ATjs] = ACTIONS(237), - [aux_sym_attribute_token1] = ACTIONS(239), - [aux_sym__inline_directive_token1] = ACTIONS(241), - [aux_sym__inline_directive_token2] = ACTIONS(243), - [anon_sym_ATuse] = ACTIONS(245), - [anon_sym_ATfragment] = ACTIONS(247), - [anon_sym_ATsection] = ACTIONS(249), - [anon_sym_ATonce] = ACTIONS(251), - [anon_sym_ATverbatim] = ACTIONS(253), - [anon_sym_ATpush] = ACTIONS(255), - [anon_sym_ATpushOnce] = ACTIONS(257), - [anon_sym_ATpushIf] = ACTIONS(259), - [anon_sym_ATprepend] = ACTIONS(261), - [anon_sym_ATprependOnce] = ACTIONS(263), - [anon_sym_ATelse] = ACTIONS(265), - [aux_sym_conditional_keyword_token1] = ACTIONS(267), - [anon_sym_ATif] = ACTIONS(269), - [anon_sym_ATunless] = ACTIONS(271), - [anon_sym_ATisset] = ACTIONS(273), - [anon_sym_ATempty] = ACTIONS(275), - [anon_sym_ATauth] = ACTIONS(277), - [anon_sym_ATguest] = ACTIONS(279), - [anon_sym_ATproduction] = ACTIONS(281), - [anon_sym_ATenv] = ACTIONS(283), - [anon_sym_AThasSection] = ACTIONS(285), - [anon_sym_ATsectionMissing] = ACTIONS(287), - [anon_sym_ATerror] = ACTIONS(289), - [anon_sym_ATcan] = ACTIONS(291), - [anon_sym_ATcannot] = ACTIONS(293), - [anon_sym_ATcanany] = ACTIONS(295), - [anon_sym_ATfeature] = ACTIONS(297), - [aux_sym__custom_token1] = ACTIONS(299), - [aux_sym__custom_token2] = ACTIONS(301), - [anon_sym_ATswitch] = ACTIONS(303), - [aux_sym_loop_operator_token1] = ACTIONS(305), - [anon_sym_ATfor] = ACTIONS(307), - [anon_sym_ATforeach] = ACTIONS(309), - [anon_sym_ATforelse] = ACTIONS(311), - [anon_sym_ATwhile] = ACTIONS(313), - [anon_sym_ATsetup] = ACTIONS(315), - [anon_sym_ATtask] = ACTIONS(317), - [anon_sym_ATstory] = ACTIONS(319), - [anon_sym_ATbefore] = ACTIONS(321), - [anon_sym_ATafter] = ACTIONS(323), - [anon_sym_ATsuccess] = ACTIONS(325), - [anon_sym_ATfinished] = ACTIONS(327), - [anon_sym_ATpersist] = ACTIONS(329), - [anon_sym_ATteleport] = ACTIONS(331), - [anon_sym_ATvolt] = ACTIONS(333), - [anon_sym_LPAREN2] = ACTIONS(221), - [aux_sym__text_token1] = ACTIONS(335), - [aux_sym__text_token2] = ACTIONS(335), - [aux_sym__text_token3] = ACTIONS(337), - }, - [47] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6869), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -32733,76 +32797,206 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(225), }, [48] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6167), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6479), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), + [sym_comment] = ACTIONS(227), + [aux_sym_keyword_token1] = ACTIONS(229), + [anon_sym_LBRACE_LBRACE] = ACTIONS(231), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), + [anon_sym_ATphp] = ACTIONS(235), + [anon_sym_ATjs] = ACTIONS(237), + [aux_sym_attribute_token1] = ACTIONS(239), + [aux_sym__inline_directive_token1] = ACTIONS(241), + [aux_sym__inline_directive_token2] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(245), + [anon_sym_ATfragment] = ACTIONS(247), + [anon_sym_ATsection] = ACTIONS(249), + [anon_sym_ATonce] = ACTIONS(251), + [anon_sym_ATverbatim] = ACTIONS(253), + [anon_sym_ATpush] = ACTIONS(255), + [anon_sym_ATpushOnce] = ACTIONS(257), + [anon_sym_ATpushIf] = ACTIONS(259), + [anon_sym_ATprepend] = ACTIONS(261), + [anon_sym_ATprependOnce] = ACTIONS(263), + [anon_sym_ATelse] = ACTIONS(265), + [aux_sym_conditional_keyword_token1] = ACTIONS(267), + [anon_sym_ATif] = ACTIONS(269), + [anon_sym_ATunless] = ACTIONS(271), + [anon_sym_ATisset] = ACTIONS(273), + [anon_sym_ATempty] = ACTIONS(275), + [anon_sym_ATauth] = ACTIONS(277), + [anon_sym_ATguest] = ACTIONS(279), + [anon_sym_ATproduction] = ACTIONS(281), + [anon_sym_ATenv] = ACTIONS(283), + [anon_sym_AThasSection] = ACTIONS(285), + [anon_sym_ATsectionMissing] = ACTIONS(287), + [anon_sym_ATerror] = ACTIONS(289), + [anon_sym_ATcan] = ACTIONS(291), + [anon_sym_ATcannot] = ACTIONS(293), + [anon_sym_ATcanany] = ACTIONS(295), + [anon_sym_ATfeature] = ACTIONS(297), + [aux_sym__custom_token1] = ACTIONS(299), + [aux_sym__custom_token2] = ACTIONS(301), + [anon_sym_ATswitch] = ACTIONS(303), + [aux_sym_loop_operator_token1] = ACTIONS(305), + [anon_sym_ATfor] = ACTIONS(307), + [anon_sym_ATforeach] = ACTIONS(309), + [anon_sym_ATforelse] = ACTIONS(311), + [anon_sym_ATwhile] = ACTIONS(313), + [anon_sym_ATsetup] = ACTIONS(315), + [anon_sym_ATtask] = ACTIONS(317), + [anon_sym_ATstory] = ACTIONS(319), + [anon_sym_ATbefore] = ACTIONS(321), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATsuccess] = ACTIONS(325), + [anon_sym_ATfinished] = ACTIONS(327), + [anon_sym_ATpersist] = ACTIONS(329), + [anon_sym_ATteleport] = ACTIONS(331), + [anon_sym_ATvolt] = ACTIONS(333), + [anon_sym_LPAREN2] = ACTIONS(221), + [aux_sym__text_token1] = ACTIONS(335), + [aux_sym__text_token2] = ACTIONS(335), + [aux_sym__text_token3] = ACTIONS(337), + }, + [49] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5897), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -32862,77 +33056,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [49] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6168), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [50] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5894), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -32992,77 +33186,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [50] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6807), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [51] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(7026), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -33122,77 +33316,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [51] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6224), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [52] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(7027), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -33252,77 +33446,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [52] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6806), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [53] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6441), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -33382,77 +33576,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [53] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6758), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [54] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6440), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -33512,77 +33706,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [54] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6757), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [55] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6402), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -33642,77 +33836,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [55] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6703), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [56] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6401), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -33772,77 +33966,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [56] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6702), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [57] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5821), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -33902,77 +34096,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [57] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6646), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [58] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5818), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -34032,77 +34226,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [58] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6645), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [59] = { + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5912), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -34162,77 +34356,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [59] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6582), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [60] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5913), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -34292,207 +34486,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [60] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6517), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), - [sym_comment] = ACTIONS(113), - [aux_sym_keyword_token1] = ACTIONS(115), - [anon_sym_LBRACE_LBRACE] = ACTIONS(117), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), - [anon_sym_ATphp] = ACTIONS(121), - [anon_sym_ATjs] = ACTIONS(123), - [aux_sym_attribute_token1] = ACTIONS(125), - [aux_sym__inline_directive_token1] = ACTIONS(127), - [aux_sym__inline_directive_token2] = ACTIONS(129), - [anon_sym_ATuse] = ACTIONS(131), - [anon_sym_ATfragment] = ACTIONS(133), - [anon_sym_ATsection] = ACTIONS(135), - [anon_sym_ATonce] = ACTIONS(137), - [anon_sym_ATverbatim] = ACTIONS(139), - [anon_sym_ATpush] = ACTIONS(141), - [anon_sym_ATpushOnce] = ACTIONS(143), - [anon_sym_ATpushIf] = ACTIONS(145), - [anon_sym_ATprepend] = ACTIONS(147), - [anon_sym_ATprependOnce] = ACTIONS(149), - [anon_sym_ATelse] = ACTIONS(151), - [aux_sym_conditional_keyword_token1] = ACTIONS(153), - [anon_sym_ATif] = ACTIONS(155), - [anon_sym_ATunless] = ACTIONS(157), - [anon_sym_ATisset] = ACTIONS(159), - [anon_sym_ATempty] = ACTIONS(161), - [anon_sym_ATauth] = ACTIONS(163), - [anon_sym_ATguest] = ACTIONS(165), - [anon_sym_ATproduction] = ACTIONS(167), - [anon_sym_ATenv] = ACTIONS(169), - [anon_sym_AThasSection] = ACTIONS(171), - [anon_sym_ATsectionMissing] = ACTIONS(173), - [anon_sym_ATerror] = ACTIONS(175), - [anon_sym_ATcan] = ACTIONS(177), - [anon_sym_ATcannot] = ACTIONS(179), - [anon_sym_ATcanany] = ACTIONS(181), - [anon_sym_ATfeature] = ACTIONS(183), - [aux_sym__custom_token1] = ACTIONS(185), - [aux_sym__custom_token2] = ACTIONS(187), - [anon_sym_ATswitch] = ACTIONS(189), - [aux_sym_loop_operator_token1] = ACTIONS(191), - [anon_sym_ATfor] = ACTIONS(193), - [anon_sym_ATforeach] = ACTIONS(195), - [anon_sym_ATforelse] = ACTIONS(197), - [anon_sym_ATwhile] = ACTIONS(199), - [anon_sym_ATsetup] = ACTIONS(201), - [anon_sym_ATtask] = ACTIONS(203), - [anon_sym_ATstory] = ACTIONS(205), - [anon_sym_ATbefore] = ACTIONS(207), - [anon_sym_ATafter] = ACTIONS(209), - [anon_sym_ATsuccess] = ACTIONS(211), - [anon_sym_ATfinished] = ACTIONS(213), - [anon_sym_ATpersist] = ACTIONS(215), - [anon_sym_ATteleport] = ACTIONS(217), - [anon_sym_ATvolt] = ACTIONS(219), - [anon_sym_LPAREN2] = ACTIONS(221), - [aux_sym__text_token1] = ACTIONS(223), - [aux_sym__text_token2] = ACTIONS(223), - [aux_sym__text_token3] = ACTIONS(225), - }, [61] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6343), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5836), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -34553,76 +34617,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(225), }, [62] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6225), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(5837), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -34686,12 +34750,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__definition] = STATE(95), [sym_keyword] = STATE(95), [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), [sym_attribute] = STATE(95), [sym__inline_directive] = STATE(95), [sym__use] = STATE(95), @@ -34702,57 +34766,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(95), [sym_verbatim] = STATE(95), [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), [sym_conditional] = STATE(95), [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), [sym_switch] = STATE(95), [sym_loop] = STATE(95), [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6344), - [sym__directive_parameter] = STATE(167), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6363), + [sym__directive_parameter] = STATE(177), [sym_text] = STATE(95), - [sym__text] = STATE(710), + [sym__text] = STATE(727), [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [aux_sym_php_only_repeat1] = STATE(727), + [sym_comment] = ACTIONS(113), + [aux_sym_keyword_token1] = ACTIONS(115), + [anon_sym_LBRACE_LBRACE] = ACTIONS(117), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), + [anon_sym_ATphp] = ACTIONS(121), + [anon_sym_ATjs] = ACTIONS(123), + [aux_sym_attribute_token1] = ACTIONS(125), + [aux_sym__inline_directive_token1] = ACTIONS(127), + [aux_sym__inline_directive_token2] = ACTIONS(129), + [anon_sym_ATuse] = ACTIONS(131), + [anon_sym_ATfragment] = ACTIONS(133), + [anon_sym_ATsection] = ACTIONS(135), + [anon_sym_ATonce] = ACTIONS(137), + [anon_sym_ATverbatim] = ACTIONS(139), + [anon_sym_ATpush] = ACTIONS(141), + [anon_sym_ATpushOnce] = ACTIONS(143), + [anon_sym_ATpushIf] = ACTIONS(145), + [anon_sym_ATprepend] = ACTIONS(147), + [anon_sym_ATprependOnce] = ACTIONS(149), + [anon_sym_ATelse] = ACTIONS(151), + [aux_sym_conditional_keyword_token1] = ACTIONS(153), + [anon_sym_ATif] = ACTIONS(155), + [anon_sym_ATunless] = ACTIONS(157), + [anon_sym_ATisset] = ACTIONS(159), + [anon_sym_ATempty] = ACTIONS(161), + [anon_sym_ATauth] = ACTIONS(163), + [anon_sym_ATguest] = ACTIONS(165), + [anon_sym_ATproduction] = ACTIONS(167), + [anon_sym_ATenv] = ACTIONS(169), + [anon_sym_AThasSection] = ACTIONS(171), + [anon_sym_ATsectionMissing] = ACTIONS(173), + [anon_sym_ATerror] = ACTIONS(175), + [anon_sym_ATcan] = ACTIONS(177), + [anon_sym_ATcannot] = ACTIONS(179), + [anon_sym_ATcanany] = ACTIONS(181), + [anon_sym_ATfeature] = ACTIONS(183), + [aux_sym__custom_token1] = ACTIONS(185), + [aux_sym__custom_token2] = ACTIONS(187), + [anon_sym_ATswitch] = ACTIONS(189), + [aux_sym_loop_operator_token1] = ACTIONS(191), + [anon_sym_ATfor] = ACTIONS(193), + [anon_sym_ATforeach] = ACTIONS(195), + [anon_sym_ATforelse] = ACTIONS(197), + [anon_sym_ATwhile] = ACTIONS(199), + [anon_sym_ATsetup] = ACTIONS(201), + [anon_sym_ATtask] = ACTIONS(203), + [anon_sym_ATstory] = ACTIONS(205), + [anon_sym_ATbefore] = ACTIONS(207), + [anon_sym_ATafter] = ACTIONS(209), + [anon_sym_ATsuccess] = ACTIONS(211), + [anon_sym_ATfinished] = ACTIONS(213), + [anon_sym_ATpersist] = ACTIONS(215), + [anon_sym_ATteleport] = ACTIONS(217), + [anon_sym_ATvolt] = ACTIONS(219), + [anon_sym_LPAREN2] = ACTIONS(221), + [aux_sym__text_token1] = ACTIONS(223), + [aux_sym__text_token2] = ACTIONS(223), + [aux_sym__text_token3] = ACTIONS(225), + }, + [64] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6362), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -34812,77 +35006,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [64] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6408), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [65] = { + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(7065), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -34942,207 +35136,77 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(335), [aux_sym__text_token3] = ACTIONS(337), }, - [65] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6279), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), - [sym_comment] = ACTIONS(113), - [aux_sym_keyword_token1] = ACTIONS(115), - [anon_sym_LBRACE_LBRACE] = ACTIONS(117), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), - [anon_sym_ATphp] = ACTIONS(121), - [anon_sym_ATjs] = ACTIONS(123), - [aux_sym_attribute_token1] = ACTIONS(125), - [aux_sym__inline_directive_token1] = ACTIONS(127), - [aux_sym__inline_directive_token2] = ACTIONS(129), - [anon_sym_ATuse] = ACTIONS(131), - [anon_sym_ATfragment] = ACTIONS(133), - [anon_sym_ATsection] = ACTIONS(135), - [anon_sym_ATonce] = ACTIONS(137), - [anon_sym_ATverbatim] = ACTIONS(139), - [anon_sym_ATpush] = ACTIONS(141), - [anon_sym_ATpushOnce] = ACTIONS(143), - [anon_sym_ATpushIf] = ACTIONS(145), - [anon_sym_ATprepend] = ACTIONS(147), - [anon_sym_ATprependOnce] = ACTIONS(149), - [anon_sym_ATelse] = ACTIONS(151), - [aux_sym_conditional_keyword_token1] = ACTIONS(153), - [anon_sym_ATif] = ACTIONS(155), - [anon_sym_ATunless] = ACTIONS(157), - [anon_sym_ATisset] = ACTIONS(159), - [anon_sym_ATempty] = ACTIONS(161), - [anon_sym_ATauth] = ACTIONS(163), - [anon_sym_ATguest] = ACTIONS(165), - [anon_sym_ATproduction] = ACTIONS(167), - [anon_sym_ATenv] = ACTIONS(169), - [anon_sym_AThasSection] = ACTIONS(171), - [anon_sym_ATsectionMissing] = ACTIONS(173), - [anon_sym_ATerror] = ACTIONS(175), - [anon_sym_ATcan] = ACTIONS(177), - [anon_sym_ATcannot] = ACTIONS(179), - [anon_sym_ATcanany] = ACTIONS(181), - [anon_sym_ATfeature] = ACTIONS(183), - [aux_sym__custom_token1] = ACTIONS(185), - [aux_sym__custom_token2] = ACTIONS(187), - [anon_sym_ATswitch] = ACTIONS(189), - [aux_sym_loop_operator_token1] = ACTIONS(191), - [anon_sym_ATfor] = ACTIONS(193), - [anon_sym_ATforeach] = ACTIONS(195), - [anon_sym_ATforelse] = ACTIONS(197), - [anon_sym_ATwhile] = ACTIONS(199), - [anon_sym_ATsetup] = ACTIONS(201), - [anon_sym_ATtask] = ACTIONS(203), - [anon_sym_ATstory] = ACTIONS(205), - [anon_sym_ATbefore] = ACTIONS(207), - [anon_sym_ATafter] = ACTIONS(209), - [anon_sym_ATsuccess] = ACTIONS(211), - [anon_sym_ATfinished] = ACTIONS(213), - [anon_sym_ATpersist] = ACTIONS(215), - [anon_sym_ATteleport] = ACTIONS(217), - [anon_sym_ATvolt] = ACTIONS(219), - [anon_sym_LPAREN2] = ACTIONS(221), - [aux_sym__text_token1] = ACTIONS(223), - [aux_sym__text_token2] = ACTIONS(223), - [aux_sym__text_token3] = ACTIONS(225), - }, [66] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6524), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(7066), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -35203,76 +35267,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(225), }, [67] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6280), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6323), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -35333,76 +35397,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(337), }, [68] = { - [sym__definition] = STATE(105), - [sym_keyword] = STATE(105), - [sym_php_statement] = STATE(105), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(105), - [sym__inline_directive] = STATE(105), - [sym__use] = STATE(105), - [sym__nested_directive] = STATE(105), - [sym_fragment] = STATE(105), - [sym_section] = STATE(105), - [sym_inlineSection] = STATE(105), - [sym_once] = STATE(105), - [sym_verbatim] = STATE(105), - [sym_stack] = STATE(105), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(105), - [sym_conditional_keyword] = STATE(105), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(105), - [sym_loop] = STATE(105), - [sym_loop_operator] = STATE(105), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(105), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(105), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6466), - [sym__directive_parameter] = STATE(170), - [sym_text] = STATE(105), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(105), - [aux_sym_php_only_repeat1] = STATE(680), + [sym__definition] = STATE(95), + [sym_keyword] = STATE(95), + [sym_php_statement] = STATE(95), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(95), + [sym__inline_directive] = STATE(95), + [sym__use] = STATE(95), + [sym__nested_directive] = STATE(95), + [sym_fragment] = STATE(95), + [sym_section] = STATE(95), + [sym_inlineSection] = STATE(95), + [sym_once] = STATE(95), + [sym_verbatim] = STATE(95), + [sym_stack] = STATE(95), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(95), + [sym_conditional_keyword] = STATE(95), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(95), + [sym_loop] = STATE(95), + [sym_loop_operator] = STATE(95), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(95), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(95), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(7105), + [sym__directive_parameter] = STATE(177), + [sym_text] = STATE(95), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(95), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(113), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), @@ -35463,76 +35527,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(225), }, [69] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6467), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6283), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -35593,76 +35657,76 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(337), }, [70] = { - [sym__definition] = STATE(95), - [sym_keyword] = STATE(95), - [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(95), - [sym__inline_directive] = STATE(95), - [sym__use] = STATE(95), - [sym__nested_directive] = STATE(95), - [sym_fragment] = STATE(95), - [sym_section] = STATE(95), - [sym_inlineSection] = STATE(95), - [sym_once] = STATE(95), - [sym_verbatim] = STATE(95), - [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(95), - [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(95), - [sym_loop] = STATE(95), - [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6525), - [sym__directive_parameter] = STATE(167), - [sym_text] = STATE(95), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), + [sym__definition] = STATE(144), + [sym_keyword] = STATE(144), + [sym_php_statement] = STATE(144), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(144), + [sym__inline_directive] = STATE(144), + [sym__use] = STATE(144), + [sym__nested_directive] = STATE(144), + [sym_fragment] = STATE(144), + [sym_section] = STATE(144), + [sym_inlineSection] = STATE(144), + [sym_once] = STATE(144), + [sym_verbatim] = STATE(144), + [sym_stack] = STATE(144), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(144), + [sym_conditional_keyword] = STATE(144), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(144), + [sym_loop] = STATE(144), + [sym_loop_operator] = STATE(144), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(144), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(144), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(7104), + [sym__directive_parameter] = STATE(156), + [sym_text] = STATE(144), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(144), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(227), [aux_sym_keyword_token1] = ACTIONS(229), [anon_sym_LBRACE_LBRACE] = ACTIONS(231), @@ -35726,12 +35790,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__definition] = STATE(95), [sym_keyword] = STATE(95), [sym_php_statement] = STATE(95), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), [sym_attribute] = STATE(95), [sym__inline_directive] = STATE(95), [sym__use] = STATE(95), @@ -35742,185 +35806,185 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(95), [sym_verbatim] = STATE(95), [sym_stack] = STATE(95), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), [sym_conditional] = STATE(95), [sym_conditional_keyword] = STATE(95), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), [sym_switch] = STATE(95), [sym_loop] = STATE(95), [sym_loop_operator] = STATE(95), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), [sym_envoy] = STATE(95), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), [sym_livewire] = STATE(95), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym__if_statement_directive_body_with_optional_parameter] = STATE(6068), - [sym__directive_parameter] = STATE(167), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym__if_statement_directive_body_with_optional_parameter] = STATE(6284), + [sym__directive_parameter] = STATE(177), [sym_text] = STATE(95), - [sym__text] = STATE(710), + [sym__text] = STATE(727), [aux_sym__if_statement_directive_body_repeat1] = STATE(95), - [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(227), - [aux_sym_keyword_token1] = ACTIONS(229), - [anon_sym_LBRACE_LBRACE] = ACTIONS(231), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), - [anon_sym_ATphp] = ACTIONS(235), - [anon_sym_ATjs] = ACTIONS(237), - [aux_sym_attribute_token1] = ACTIONS(239), - [aux_sym__inline_directive_token1] = ACTIONS(241), - [aux_sym__inline_directive_token2] = ACTIONS(243), - [anon_sym_ATuse] = ACTIONS(245), - [anon_sym_ATfragment] = ACTIONS(247), - [anon_sym_ATsection] = ACTIONS(249), - [anon_sym_ATonce] = ACTIONS(251), - [anon_sym_ATverbatim] = ACTIONS(253), - [anon_sym_ATpush] = ACTIONS(255), - [anon_sym_ATpushOnce] = ACTIONS(257), - [anon_sym_ATpushIf] = ACTIONS(259), - [anon_sym_ATprepend] = ACTIONS(261), - [anon_sym_ATprependOnce] = ACTIONS(263), - [anon_sym_ATelse] = ACTIONS(265), - [aux_sym_conditional_keyword_token1] = ACTIONS(267), - [anon_sym_ATif] = ACTIONS(269), - [anon_sym_ATunless] = ACTIONS(271), - [anon_sym_ATisset] = ACTIONS(273), - [anon_sym_ATempty] = ACTIONS(275), - [anon_sym_ATauth] = ACTIONS(277), - [anon_sym_ATguest] = ACTIONS(279), - [anon_sym_ATproduction] = ACTIONS(281), - [anon_sym_ATenv] = ACTIONS(283), - [anon_sym_AThasSection] = ACTIONS(285), - [anon_sym_ATsectionMissing] = ACTIONS(287), - [anon_sym_ATerror] = ACTIONS(289), - [anon_sym_ATcan] = ACTIONS(291), - [anon_sym_ATcannot] = ACTIONS(293), - [anon_sym_ATcanany] = ACTIONS(295), - [anon_sym_ATfeature] = ACTIONS(297), - [aux_sym__custom_token1] = ACTIONS(299), - [aux_sym__custom_token2] = ACTIONS(301), - [anon_sym_ATswitch] = ACTIONS(303), - [aux_sym_loop_operator_token1] = ACTIONS(305), - [anon_sym_ATfor] = ACTIONS(307), - [anon_sym_ATforeach] = ACTIONS(309), - [anon_sym_ATforelse] = ACTIONS(311), - [anon_sym_ATwhile] = ACTIONS(313), - [anon_sym_ATsetup] = ACTIONS(315), - [anon_sym_ATtask] = ACTIONS(317), - [anon_sym_ATstory] = ACTIONS(319), - [anon_sym_ATbefore] = ACTIONS(321), - [anon_sym_ATafter] = ACTIONS(323), - [anon_sym_ATsuccess] = ACTIONS(325), - [anon_sym_ATfinished] = ACTIONS(327), - [anon_sym_ATpersist] = ACTIONS(329), - [anon_sym_ATteleport] = ACTIONS(331), - [anon_sym_ATvolt] = ACTIONS(333), + [aux_sym_php_only_repeat1] = STATE(727), + [sym_comment] = ACTIONS(113), + [aux_sym_keyword_token1] = ACTIONS(115), + [anon_sym_LBRACE_LBRACE] = ACTIONS(117), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), + [anon_sym_ATphp] = ACTIONS(121), + [anon_sym_ATjs] = ACTIONS(123), + [aux_sym_attribute_token1] = ACTIONS(125), + [aux_sym__inline_directive_token1] = ACTIONS(127), + [aux_sym__inline_directive_token2] = ACTIONS(129), + [anon_sym_ATuse] = ACTIONS(131), + [anon_sym_ATfragment] = ACTIONS(133), + [anon_sym_ATsection] = ACTIONS(135), + [anon_sym_ATonce] = ACTIONS(137), + [anon_sym_ATverbatim] = ACTIONS(139), + [anon_sym_ATpush] = ACTIONS(141), + [anon_sym_ATpushOnce] = ACTIONS(143), + [anon_sym_ATpushIf] = ACTIONS(145), + [anon_sym_ATprepend] = ACTIONS(147), + [anon_sym_ATprependOnce] = ACTIONS(149), + [anon_sym_ATelse] = ACTIONS(151), + [aux_sym_conditional_keyword_token1] = ACTIONS(153), + [anon_sym_ATif] = ACTIONS(155), + [anon_sym_ATunless] = ACTIONS(157), + [anon_sym_ATisset] = ACTIONS(159), + [anon_sym_ATempty] = ACTIONS(161), + [anon_sym_ATauth] = ACTIONS(163), + [anon_sym_ATguest] = ACTIONS(165), + [anon_sym_ATproduction] = ACTIONS(167), + [anon_sym_ATenv] = ACTIONS(169), + [anon_sym_AThasSection] = ACTIONS(171), + [anon_sym_ATsectionMissing] = ACTIONS(173), + [anon_sym_ATerror] = ACTIONS(175), + [anon_sym_ATcan] = ACTIONS(177), + [anon_sym_ATcannot] = ACTIONS(179), + [anon_sym_ATcanany] = ACTIONS(181), + [anon_sym_ATfeature] = ACTIONS(183), + [aux_sym__custom_token1] = ACTIONS(185), + [aux_sym__custom_token2] = ACTIONS(187), + [anon_sym_ATswitch] = ACTIONS(189), + [aux_sym_loop_operator_token1] = ACTIONS(191), + [anon_sym_ATfor] = ACTIONS(193), + [anon_sym_ATforeach] = ACTIONS(195), + [anon_sym_ATforelse] = ACTIONS(197), + [anon_sym_ATwhile] = ACTIONS(199), + [anon_sym_ATsetup] = ACTIONS(201), + [anon_sym_ATtask] = ACTIONS(203), + [anon_sym_ATstory] = ACTIONS(205), + [anon_sym_ATbefore] = ACTIONS(207), + [anon_sym_ATafter] = ACTIONS(209), + [anon_sym_ATsuccess] = ACTIONS(211), + [anon_sym_ATfinished] = ACTIONS(213), + [anon_sym_ATpersist] = ACTIONS(215), + [anon_sym_ATteleport] = ACTIONS(217), + [anon_sym_ATvolt] = ACTIONS(219), [anon_sym_LPAREN2] = ACTIONS(221), - [aux_sym__text_token1] = ACTIONS(335), - [aux_sym__text_token2] = ACTIONS(335), - [aux_sym__text_token3] = ACTIONS(337), + [aux_sym__text_token1] = ACTIONS(223), + [aux_sym__text_token2] = ACTIONS(223), + [aux_sym__text_token3] = ACTIONS(225), }, [72] = { - [sym__definition] = STATE(92), - [sym_keyword] = STATE(92), - [sym_php_statement] = STATE(92), - [sym__escaped] = STATE(1276), - [sym__unescaped] = STATE(1276), - [sym__raw] = STATE(1276), - [sym__inline_raw] = STATE(1276), - [sym__multi_line_raw] = STATE(1276), - [sym__js] = STATE(1276), - [sym_attribute] = STATE(92), - [sym__inline_directive] = STATE(92), - [sym__use] = STATE(92), - [sym__nested_directive] = STATE(92), - [sym_fragment] = STATE(92), - [sym_section] = STATE(92), - [sym_inlineSection] = STATE(92), - [sym_once] = STATE(92), - [sym_verbatim] = STATE(92), - [sym_stack] = STATE(92), - [sym__push] = STATE(1275), - [sym__pushOnce] = STATE(1275), - [sym__pushIf] = STATE(1275), - [sym__prepend] = STATE(1275), - [sym__prependOnce] = STATE(1275), - [sym_conditional] = STATE(92), - [sym_conditional_keyword] = STATE(92), - [sym__if] = STATE(1274), - [sym__unless] = STATE(1274), - [sym__isset] = STATE(1274), - [sym__empty] = STATE(1274), - [sym__auth] = STATE(1274), - [sym__guest] = STATE(1274), - [sym__production] = STATE(1274), - [sym__env] = STATE(1274), - [sym__hasSection] = STATE(1274), - [sym__sectionMissing] = STATE(1274), - [sym__error] = STATE(1274), - [sym_authorization] = STATE(1274), - [sym__can] = STATE(1273), - [sym__cannot] = STATE(1273), - [sym__canany] = STATE(1273), - [sym__feature] = STATE(1274), - [sym__custom] = STATE(1274), - [sym_switch] = STATE(92), - [sym_loop] = STATE(92), - [sym_loop_operator] = STATE(92), - [sym__for] = STATE(1272), - [sym__foreach] = STATE(1272), - [sym__forelse] = STATE(1272), - [sym__while] = STATE(1272), - [sym_envoy] = STATE(92), - [sym__setup] = STATE(1276), - [sym__task] = STATE(1271), - [sym__story] = STATE(1271), - [sym__hooks] = STATE(1276), - [sym__before] = STATE(1276), - [sym__after] = STATE(1276), - [sym__envoy_error] = STATE(1276), - [sym__success] = STATE(1276), - [sym__finished] = STATE(1276), - [sym_livewire] = STATE(92), - [sym__persist] = STATE(1270), - [sym__teleport] = STATE(1270), - [sym__volt] = STATE(1270), - [sym_text] = STATE(92), - [sym__text] = STATE(672), - [aux_sym__if_statement_directive_body_repeat1] = STATE(92), - [aux_sym_php_only_repeat1] = STATE(672), + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), + [sym__js] = STATE(836), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), + [sym__push] = STATE(835), + [sym__pushOnce] = STATE(835), + [sym__pushIf] = STATE(835), + [sym__prepend] = STATE(835), + [sym__prependOnce] = STATE(835), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), + [sym__if] = STATE(834), + [sym__unless] = STATE(834), + [sym__isset] = STATE(834), + [sym__empty] = STATE(834), + [sym__auth] = STATE(834), + [sym__guest] = STATE(834), + [sym__production] = STATE(834), + [sym__env] = STATE(834), + [sym__hasSection] = STATE(834), + [sym__sectionMissing] = STATE(834), + [sym__error] = STATE(834), + [sym_authorization] = STATE(834), + [sym__can] = STATE(833), + [sym__cannot] = STATE(833), + [sym__canany] = STATE(833), + [sym__feature] = STATE(834), + [sym__custom] = STATE(834), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), + [sym__for] = STATE(832), + [sym__foreach] = STATE(832), + [sym__forelse] = STATE(832), + [sym__while] = STATE(832), + [sym_envoy] = STATE(105), + [sym__setup] = STATE(836), + [sym__task] = STATE(831), + [sym__story] = STATE(831), + [sym__hooks] = STATE(836), + [sym__before] = STATE(836), + [sym__after] = STATE(836), + [sym__envoy_error] = STATE(836), + [sym__success] = STATE(836), + [sym__finished] = STATE(836), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(339), [aux_sym_keyword_token1] = ACTIONS(341), [anon_sym_LBRACE_LBRACE] = ACTIONS(343), @@ -35949,14 +36013,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATauth] = ACTIONS(389), [anon_sym_ATguest] = ACTIONS(391), [anon_sym_ATproduction] = ACTIONS(393), - [anon_sym_ATenv] = ACTIONS(395), - [anon_sym_AThasSection] = ACTIONS(397), - [anon_sym_ATsectionMissing] = ACTIONS(399), - [anon_sym_ATerror] = ACTIONS(401), - [anon_sym_ATcan] = ACTIONS(403), - [anon_sym_ATcannot] = ACTIONS(405), - [anon_sym_ATcanany] = ACTIONS(407), - [anon_sym_ATendcanany] = ACTIONS(409), + [anon_sym_ATendproduction] = ACTIONS(395), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), [anon_sym_ATfeature] = ACTIONS(411), [aux_sym__custom_token1] = ACTIONS(413), [aux_sym__custom_token2] = ACTIONS(415), @@ -35981,32 +36045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(451), }, [73] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -36024,188 +36088,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(509), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [74] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), - [sym__escaped] = STATE(836), - [sym__unescaped] = STATE(836), - [sym__raw] = STATE(836), - [sym__inline_raw] = STATE(836), - [sym__multi_line_raw] = STATE(836), - [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), - [sym__push] = STATE(835), - [sym__pushOnce] = STATE(835), - [sym__pushIf] = STATE(835), - [sym__prepend] = STATE(835), - [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), - [sym__if] = STATE(834), - [sym__unless] = STATE(834), - [sym__isset] = STATE(834), - [sym__empty] = STATE(834), - [sym__auth] = STATE(834), - [sym__guest] = STATE(834), - [sym__production] = STATE(834), - [sym__env] = STATE(834), - [sym__hasSection] = STATE(834), - [sym__sectionMissing] = STATE(834), - [sym__error] = STATE(834), - [sym_authorization] = STATE(834), - [sym__can] = STATE(833), - [sym__cannot] = STATE(833), - [sym__canany] = STATE(833), - [sym__feature] = STATE(834), - [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), - [sym__for] = STATE(832), - [sym__foreach] = STATE(832), - [sym__forelse] = STATE(832), - [sym__while] = STATE(832), - [sym_envoy] = STATE(108), - [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), - [sym__hooks] = STATE(836), - [sym__before] = STATE(836), - [sym__after] = STATE(836), - [sym__envoy_error] = STATE(836), - [sym__success] = STATE(836), - [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(567), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(453), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [74] = { + [sym__definition] = STATE(75), + [sym_keyword] = STATE(75), + [sym_php_statement] = STATE(75), + [sym__escaped] = STATE(1191), + [sym__unescaped] = STATE(1191), + [sym__raw] = STATE(1191), + [sym__inline_raw] = STATE(1191), + [sym__multi_line_raw] = STATE(1191), + [sym__js] = STATE(1191), + [sym_attribute] = STATE(75), + [sym__inline_directive] = STATE(75), + [sym__use] = STATE(75), + [sym__nested_directive] = STATE(75), + [sym_fragment] = STATE(75), + [sym_section] = STATE(75), + [sym_inlineSection] = STATE(75), + [sym_once] = STATE(75), + [sym_verbatim] = STATE(75), + [sym_stack] = STATE(75), + [sym__push] = STATE(1190), + [sym__pushOnce] = STATE(1190), + [sym__pushIf] = STATE(1190), + [sym__prepend] = STATE(1190), + [sym__prependOnce] = STATE(1190), + [sym_conditional] = STATE(75), + [sym_conditional_keyword] = STATE(75), + [sym__if] = STATE(1189), + [sym__unless] = STATE(1189), + [sym__isset] = STATE(1189), + [sym__empty] = STATE(1189), + [sym__auth] = STATE(1189), + [sym__guest] = STATE(1189), + [sym__production] = STATE(1189), + [sym__env] = STATE(1189), + [sym__hasSection] = STATE(1189), + [sym__sectionMissing] = STATE(1189), + [sym__error] = STATE(1189), + [sym_authorization] = STATE(1189), + [sym__can] = STATE(1188), + [sym__cannot] = STATE(1188), + [sym__canany] = STATE(1188), + [sym__feature] = STATE(1189), + [sym__custom] = STATE(1189), + [sym_switch] = STATE(75), + [sym_loop] = STATE(75), + [sym_loop_operator] = STATE(75), + [sym__for] = STATE(1187), + [sym__foreach] = STATE(1187), + [sym__forelse] = STATE(1187), + [sym__while] = STATE(1187), + [sym_envoy] = STATE(75), + [sym__setup] = STATE(1191), + [sym__task] = STATE(1186), + [sym__story] = STATE(1186), + [sym__hooks] = STATE(1191), + [sym__before] = STATE(1191), + [sym__after] = STATE(1191), + [sym__envoy_error] = STATE(1191), + [sym__success] = STATE(1191), + [sym__finished] = STATE(1191), + [sym_livewire] = STATE(75), + [sym__persist] = STATE(1185), + [sym__teleport] = STATE(1185), + [sym__volt] = STATE(1185), + [sym_text] = STATE(75), + [sym__text] = STATE(701), + [aux_sym__if_statement_directive_body_repeat1] = STATE(75), + [aux_sym_php_only_repeat1] = STATE(701), + [sym_comment] = ACTIONS(455), + [aux_sym_keyword_token1] = ACTIONS(457), + [anon_sym_LBRACE_LBRACE] = ACTIONS(459), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(461), + [anon_sym_ATphp] = ACTIONS(463), + [anon_sym_ATjs] = ACTIONS(465), + [aux_sym_attribute_token1] = ACTIONS(467), + [aux_sym__inline_directive_token1] = ACTIONS(469), + [aux_sym__inline_directive_token2] = ACTIONS(471), + [anon_sym_ATuse] = ACTIONS(473), + [anon_sym_ATfragment] = ACTIONS(475), + [anon_sym_ATsection] = ACTIONS(477), + [anon_sym_ATonce] = ACTIONS(479), + [anon_sym_ATverbatim] = ACTIONS(481), + [anon_sym_ATpush] = ACTIONS(483), + [anon_sym_ATpushOnce] = ACTIONS(485), + [anon_sym_ATpushIf] = ACTIONS(487), + [anon_sym_ATprepend] = ACTIONS(489), + [anon_sym_ATprependOnce] = ACTIONS(491), + [anon_sym_ATelse] = ACTIONS(493), + [aux_sym_conditional_keyword_token1] = ACTIONS(495), + [anon_sym_ATif] = ACTIONS(497), + [anon_sym_ATunless] = ACTIONS(499), + [anon_sym_ATisset] = ACTIONS(501), + [anon_sym_ATempty] = ACTIONS(503), + [anon_sym_ATauth] = ACTIONS(505), + [anon_sym_ATguest] = ACTIONS(507), + [anon_sym_ATproduction] = ACTIONS(509), [anon_sym_ATenv] = ACTIONS(511), [anon_sym_AThasSection] = ACTIONS(513), [anon_sym_ATsectionMissing] = ACTIONS(515), @@ -36214,55 +36277,312 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATcannot] = ACTIONS(521), [anon_sym_ATcanany] = ACTIONS(523), [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [anon_sym_ATendfeature] = ACTIONS(527), + [aux_sym__custom_token1] = ACTIONS(529), + [aux_sym__custom_token2] = ACTIONS(531), + [anon_sym_ATswitch] = ACTIONS(533), + [aux_sym_loop_operator_token1] = ACTIONS(535), + [anon_sym_ATfor] = ACTIONS(537), + [anon_sym_ATforeach] = ACTIONS(539), + [anon_sym_ATforelse] = ACTIONS(541), + [anon_sym_ATwhile] = ACTIONS(543), + [anon_sym_ATsetup] = ACTIONS(545), + [anon_sym_ATtask] = ACTIONS(547), + [anon_sym_ATstory] = ACTIONS(549), + [anon_sym_ATbefore] = ACTIONS(551), + [anon_sym_ATafter] = ACTIONS(553), + [anon_sym_ATsuccess] = ACTIONS(555), + [anon_sym_ATfinished] = ACTIONS(557), + [anon_sym_ATpersist] = ACTIONS(559), + [anon_sym_ATteleport] = ACTIONS(561), + [anon_sym_ATvolt] = ACTIONS(563), + [aux_sym__text_token1] = ACTIONS(565), + [aux_sym__text_token2] = ACTIONS(565), + [aux_sym__text_token3] = ACTIONS(567), }, [75] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [sym__definition] = STATE(84), + [sym_keyword] = STATE(84), + [sym_php_statement] = STATE(84), + [sym__escaped] = STATE(1191), + [sym__unescaped] = STATE(1191), + [sym__raw] = STATE(1191), + [sym__inline_raw] = STATE(1191), + [sym__multi_line_raw] = STATE(1191), + [sym__js] = STATE(1191), + [sym_attribute] = STATE(84), + [sym__inline_directive] = STATE(84), + [sym__use] = STATE(84), + [sym__nested_directive] = STATE(84), + [sym_fragment] = STATE(84), + [sym_section] = STATE(84), + [sym_inlineSection] = STATE(84), + [sym_once] = STATE(84), + [sym_verbatim] = STATE(84), + [sym_stack] = STATE(84), + [sym__push] = STATE(1190), + [sym__pushOnce] = STATE(1190), + [sym__pushIf] = STATE(1190), + [sym__prepend] = STATE(1190), + [sym__prependOnce] = STATE(1190), + [sym_conditional] = STATE(84), + [sym_conditional_keyword] = STATE(84), + [sym__if] = STATE(1189), + [sym__unless] = STATE(1189), + [sym__isset] = STATE(1189), + [sym__empty] = STATE(1189), + [sym__auth] = STATE(1189), + [sym__guest] = STATE(1189), + [sym__production] = STATE(1189), + [sym__env] = STATE(1189), + [sym__hasSection] = STATE(1189), + [sym__sectionMissing] = STATE(1189), + [sym__error] = STATE(1189), + [sym_authorization] = STATE(1189), + [sym__can] = STATE(1188), + [sym__cannot] = STATE(1188), + [sym__canany] = STATE(1188), + [sym__feature] = STATE(1189), + [sym__custom] = STATE(1189), + [sym_switch] = STATE(84), + [sym_loop] = STATE(84), + [sym_loop_operator] = STATE(84), + [sym__for] = STATE(1187), + [sym__foreach] = STATE(1187), + [sym__forelse] = STATE(1187), + [sym__while] = STATE(1187), + [sym_envoy] = STATE(84), + [sym__setup] = STATE(1191), + [sym__task] = STATE(1186), + [sym__story] = STATE(1186), + [sym__hooks] = STATE(1191), + [sym__before] = STATE(1191), + [sym__after] = STATE(1191), + [sym__envoy_error] = STATE(1191), + [sym__success] = STATE(1191), + [sym__finished] = STATE(1191), + [sym_livewire] = STATE(84), + [sym__persist] = STATE(1185), + [sym__teleport] = STATE(1185), + [sym__volt] = STATE(1185), + [sym_text] = STATE(84), + [sym__text] = STATE(701), + [aux_sym__if_statement_directive_body_repeat1] = STATE(84), + [aux_sym_php_only_repeat1] = STATE(701), + [sym_comment] = ACTIONS(569), + [aux_sym_keyword_token1] = ACTIONS(457), + [anon_sym_LBRACE_LBRACE] = ACTIONS(459), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(461), + [anon_sym_ATphp] = ACTIONS(463), + [anon_sym_ATjs] = ACTIONS(465), + [aux_sym_attribute_token1] = ACTIONS(467), + [aux_sym__inline_directive_token1] = ACTIONS(469), + [aux_sym__inline_directive_token2] = ACTIONS(471), + [anon_sym_ATuse] = ACTIONS(473), + [anon_sym_ATfragment] = ACTIONS(475), + [anon_sym_ATsection] = ACTIONS(477), + [anon_sym_ATonce] = ACTIONS(479), + [anon_sym_ATverbatim] = ACTIONS(481), + [anon_sym_ATpush] = ACTIONS(483), + [anon_sym_ATpushOnce] = ACTIONS(485), + [anon_sym_ATpushIf] = ACTIONS(487), + [anon_sym_ATprepend] = ACTIONS(489), + [anon_sym_ATprependOnce] = ACTIONS(491), + [anon_sym_ATelse] = ACTIONS(493), + [aux_sym_conditional_keyword_token1] = ACTIONS(495), + [anon_sym_ATif] = ACTIONS(497), + [anon_sym_ATunless] = ACTIONS(499), + [anon_sym_ATisset] = ACTIONS(501), + [anon_sym_ATempty] = ACTIONS(503), + [anon_sym_ATauth] = ACTIONS(505), + [anon_sym_ATguest] = ACTIONS(507), + [anon_sym_ATproduction] = ACTIONS(509), + [anon_sym_ATenv] = ACTIONS(511), + [anon_sym_AThasSection] = ACTIONS(513), + [anon_sym_ATsectionMissing] = ACTIONS(515), + [anon_sym_ATerror] = ACTIONS(517), + [anon_sym_ATcan] = ACTIONS(519), + [anon_sym_ATcannot] = ACTIONS(521), + [anon_sym_ATcanany] = ACTIONS(523), + [anon_sym_ATfeature] = ACTIONS(525), + [anon_sym_ATendfeature] = ACTIONS(571), + [aux_sym__custom_token1] = ACTIONS(529), + [aux_sym__custom_token2] = ACTIONS(531), + [anon_sym_ATswitch] = ACTIONS(533), + [aux_sym_loop_operator_token1] = ACTIONS(535), + [anon_sym_ATfor] = ACTIONS(537), + [anon_sym_ATforeach] = ACTIONS(539), + [anon_sym_ATforelse] = ACTIONS(541), + [anon_sym_ATwhile] = ACTIONS(543), + [anon_sym_ATsetup] = ACTIONS(545), + [anon_sym_ATtask] = ACTIONS(547), + [anon_sym_ATstory] = ACTIONS(549), + [anon_sym_ATbefore] = ACTIONS(551), + [anon_sym_ATafter] = ACTIONS(553), + [anon_sym_ATsuccess] = ACTIONS(555), + [anon_sym_ATfinished] = ACTIONS(557), + [anon_sym_ATpersist] = ACTIONS(559), + [anon_sym_ATteleport] = ACTIONS(561), + [anon_sym_ATvolt] = ACTIONS(563), + [aux_sym__text_token1] = ACTIONS(565), + [aux_sym__text_token2] = ACTIONS(565), + [aux_sym__text_token3] = ACTIONS(567), + }, + [76] = { + [sym__definition] = STATE(76), + [sym_keyword] = STATE(76), + [sym_php_statement] = STATE(76), + [sym__escaped] = STATE(1950), + [sym__unescaped] = STATE(1950), + [sym__raw] = STATE(1950), + [sym__inline_raw] = STATE(1950), + [sym__multi_line_raw] = STATE(1950), + [sym__js] = STATE(1950), + [sym_attribute] = STATE(76), + [sym__inline_directive] = STATE(76), + [sym__use] = STATE(76), + [sym__nested_directive] = STATE(76), + [sym_fragment] = STATE(76), + [sym_section] = STATE(76), + [sym_inlineSection] = STATE(76), + [sym_once] = STATE(76), + [sym_verbatim] = STATE(76), + [sym_stack] = STATE(76), + [sym__push] = STATE(1951), + [sym__pushOnce] = STATE(1951), + [sym__pushIf] = STATE(1951), + [sym__prepend] = STATE(1951), + [sym__prependOnce] = STATE(1951), + [sym_conditional] = STATE(76), + [sym_conditional_keyword] = STATE(76), + [sym__if] = STATE(1952), + [sym__unless] = STATE(1952), + [sym__isset] = STATE(1952), + [sym__empty] = STATE(1952), + [sym__auth] = STATE(1952), + [sym__guest] = STATE(1952), + [sym__production] = STATE(1952), + [sym__env] = STATE(1952), + [sym__hasSection] = STATE(1952), + [sym__sectionMissing] = STATE(1952), + [sym__error] = STATE(1952), + [sym_authorization] = STATE(1952), + [sym__can] = STATE(1953), + [sym__cannot] = STATE(1953), + [sym__canany] = STATE(1953), + [sym__feature] = STATE(1952), + [sym__custom] = STATE(1952), + [sym_switch] = STATE(76), + [sym_loop] = STATE(76), + [sym_loop_operator] = STATE(76), + [sym__for] = STATE(1954), + [sym__foreach] = STATE(1954), + [sym__forelse] = STATE(1954), + [sym__while] = STATE(1954), + [sym_envoy] = STATE(76), + [sym__setup] = STATE(1950), + [sym__task] = STATE(1955), + [sym__story] = STATE(1955), + [sym__hooks] = STATE(1950), + [sym__before] = STATE(1950), + [sym__after] = STATE(1950), + [sym__envoy_error] = STATE(1950), + [sym__success] = STATE(1950), + [sym__finished] = STATE(1950), + [sym_livewire] = STATE(76), + [sym__persist] = STATE(1956), + [sym__teleport] = STATE(1956), + [sym__volt] = STATE(1956), + [sym_text] = STATE(76), + [sym__text] = STATE(713), + [aux_sym__if_statement_directive_body_repeat1] = STATE(76), + [aux_sym_php_only_repeat1] = STATE(713), + [sym_comment] = ACTIONS(573), + [aux_sym_keyword_token1] = ACTIONS(576), + [anon_sym_LBRACE_LBRACE] = ACTIONS(579), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(582), + [anon_sym_ATphp] = ACTIONS(585), + [anon_sym_ATjs] = ACTIONS(588), + [aux_sym_attribute_token1] = ACTIONS(591), + [aux_sym__inline_directive_token1] = ACTIONS(594), + [aux_sym__inline_directive_token2] = ACTIONS(597), + [anon_sym_ATuse] = ACTIONS(600), + [anon_sym_ATfragment] = ACTIONS(603), + [anon_sym_ATsection] = ACTIONS(606), + [anon_sym_ATonce] = ACTIONS(609), + [anon_sym_ATverbatim] = ACTIONS(612), + [anon_sym_ATpush] = ACTIONS(615), + [anon_sym_ATpushOnce] = ACTIONS(618), + [anon_sym_ATpushIf] = ACTIONS(621), + [anon_sym_ATprepend] = ACTIONS(624), + [anon_sym_ATprependOnce] = ACTIONS(627), + [anon_sym_ATelse] = ACTIONS(630), + [aux_sym_conditional_keyword_token1] = ACTIONS(633), + [anon_sym_ATif] = ACTIONS(636), + [anon_sym_ATunless] = ACTIONS(639), + [anon_sym_ATisset] = ACTIONS(642), + [anon_sym_ATempty] = ACTIONS(645), + [anon_sym_ATauth] = ACTIONS(648), + [anon_sym_ATguest] = ACTIONS(651), + [anon_sym_ATproduction] = ACTIONS(654), + [anon_sym_ATenv] = ACTIONS(657), + [anon_sym_AThasSection] = ACTIONS(660), + [anon_sym_ATsectionMissing] = ACTIONS(663), + [anon_sym_ATerror] = ACTIONS(666), + [anon_sym_ATcan] = ACTIONS(669), + [anon_sym_ATcannot] = ACTIONS(672), + [anon_sym_ATendcannot] = ACTIONS(675), + [anon_sym_ATcanany] = ACTIONS(677), + [anon_sym_ATfeature] = ACTIONS(680), + [aux_sym__custom_token1] = ACTIONS(683), + [aux_sym__custom_token2] = ACTIONS(686), + [anon_sym_ATswitch] = ACTIONS(689), + [aux_sym_loop_operator_token1] = ACTIONS(692), + [anon_sym_ATfor] = ACTIONS(695), + [anon_sym_ATforeach] = ACTIONS(698), + [anon_sym_ATforelse] = ACTIONS(701), + [anon_sym_ATwhile] = ACTIONS(704), + [anon_sym_ATsetup] = ACTIONS(707), + [anon_sym_ATtask] = ACTIONS(710), + [anon_sym_ATstory] = ACTIONS(713), + [anon_sym_ATbefore] = ACTIONS(716), + [anon_sym_ATafter] = ACTIONS(719), + [anon_sym_ATsuccess] = ACTIONS(722), + [anon_sym_ATfinished] = ACTIONS(725), + [anon_sym_ATpersist] = ACTIONS(728), + [anon_sym_ATteleport] = ACTIONS(731), + [anon_sym_ATvolt] = ACTIONS(734), + [aux_sym__text_token1] = ACTIONS(737), + [aux_sym__text_token2] = ACTIONS(737), + [aux_sym__text_token3] = ACTIONS(740), + }, + [77] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -36280,100 +36600,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(569), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(743), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [76] = { + [78] = { [sym__definition] = STATE(80), [sym_keyword] = STATE(80), [sym_php_statement] = STATE(80), - [sym__escaped] = STATE(1931), - [sym__unescaped] = STATE(1931), - [sym__raw] = STATE(1931), - [sym__inline_raw] = STATE(1931), - [sym__multi_line_raw] = STATE(1931), - [sym__js] = STATE(1931), + [sym__escaped] = STATE(1092), + [sym__unescaped] = STATE(1092), + [sym__raw] = STATE(1092), + [sym__inline_raw] = STATE(1092), + [sym__multi_line_raw] = STATE(1092), + [sym__js] = STATE(1092), [sym_attribute] = STATE(80), [sym__inline_directive] = STATE(80), [sym__use] = STATE(80), @@ -36384,141 +36704,397 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(80), [sym_verbatim] = STATE(80), [sym_stack] = STATE(80), - [sym__push] = STATE(1932), - [sym__pushOnce] = STATE(1932), - [sym__pushIf] = STATE(1932), - [sym__prepend] = STATE(1932), - [sym__prependOnce] = STATE(1932), + [sym__push] = STATE(1091), + [sym__pushOnce] = STATE(1091), + [sym__pushIf] = STATE(1091), + [sym__prepend] = STATE(1091), + [sym__prependOnce] = STATE(1091), [sym_conditional] = STATE(80), [sym_conditional_keyword] = STATE(80), - [sym__if] = STATE(1933), - [sym__unless] = STATE(1933), - [sym__isset] = STATE(1933), - [sym__empty] = STATE(1933), - [sym__auth] = STATE(1933), - [sym__guest] = STATE(1933), - [sym__production] = STATE(1933), - [sym__env] = STATE(1933), - [sym__hasSection] = STATE(1933), - [sym__sectionMissing] = STATE(1933), - [sym__error] = STATE(1933), - [sym_authorization] = STATE(1933), - [sym__can] = STATE(1934), - [sym__cannot] = STATE(1934), - [sym__canany] = STATE(1934), - [sym__feature] = STATE(1933), - [sym__custom] = STATE(1933), + [sym__if] = STATE(1090), + [sym__unless] = STATE(1090), + [sym__isset] = STATE(1090), + [sym__empty] = STATE(1090), + [sym__auth] = STATE(1090), + [sym__guest] = STATE(1090), + [sym__production] = STATE(1090), + [sym__env] = STATE(1090), + [sym__hasSection] = STATE(1090), + [sym__sectionMissing] = STATE(1090), + [sym__error] = STATE(1090), + [sym_authorization] = STATE(1090), + [sym__can] = STATE(1089), + [sym__cannot] = STATE(1089), + [sym__canany] = STATE(1089), + [sym__feature] = STATE(1090), + [sym__custom] = STATE(1090), [sym_switch] = STATE(80), [sym_loop] = STATE(80), [sym_loop_operator] = STATE(80), - [sym__for] = STATE(1935), - [sym__foreach] = STATE(1935), - [sym__forelse] = STATE(1935), - [sym__while] = STATE(1935), + [sym__for] = STATE(1088), + [sym__foreach] = STATE(1088), + [sym__forelse] = STATE(1088), + [sym__while] = STATE(1088), [sym_envoy] = STATE(80), - [sym__setup] = STATE(1931), - [sym__task] = STATE(1936), - [sym__story] = STATE(1936), - [sym__hooks] = STATE(1931), - [sym__before] = STATE(1931), - [sym__after] = STATE(1931), - [sym__envoy_error] = STATE(1931), - [sym__success] = STATE(1931), - [sym__finished] = STATE(1931), + [sym__setup] = STATE(1092), + [sym__task] = STATE(1087), + [sym__story] = STATE(1087), + [sym__hooks] = STATE(1092), + [sym__before] = STATE(1092), + [sym__after] = STATE(1092), + [sym__envoy_error] = STATE(1092), + [sym__success] = STATE(1092), + [sym__finished] = STATE(1092), [sym_livewire] = STATE(80), - [sym__persist] = STATE(1937), - [sym__teleport] = STATE(1937), - [sym__volt] = STATE(1937), + [sym__persist] = STATE(1086), + [sym__teleport] = STATE(1086), + [sym__volt] = STATE(1086), [sym_text] = STATE(80), - [sym__text] = STATE(707), + [sym__text] = STATE(696), [aux_sym__if_statement_directive_body_repeat1] = STATE(80), - [aux_sym_php_only_repeat1] = STATE(707), - [sym_comment] = ACTIONS(571), - [aux_sym_keyword_token1] = ACTIONS(573), - [anon_sym_LBRACE_LBRACE] = ACTIONS(575), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(577), - [anon_sym_ATphp] = ACTIONS(579), - [anon_sym_ATjs] = ACTIONS(581), - [aux_sym_attribute_token1] = ACTIONS(583), - [aux_sym__inline_directive_token1] = ACTIONS(585), - [aux_sym__inline_directive_token2] = ACTIONS(587), - [anon_sym_ATuse] = ACTIONS(589), - [anon_sym_ATfragment] = ACTIONS(591), - [anon_sym_ATsection] = ACTIONS(593), - [anon_sym_ATonce] = ACTIONS(595), - [anon_sym_ATverbatim] = ACTIONS(597), - [anon_sym_ATpush] = ACTIONS(599), - [anon_sym_ATpushOnce] = ACTIONS(601), - [anon_sym_ATpushIf] = ACTIONS(603), - [anon_sym_ATprepend] = ACTIONS(605), - [anon_sym_ATprependOnce] = ACTIONS(607), - [anon_sym_ATelse] = ACTIONS(609), - [aux_sym_conditional_keyword_token1] = ACTIONS(611), - [anon_sym_ATif] = ACTIONS(613), - [anon_sym_ATunless] = ACTIONS(615), - [anon_sym_ATisset] = ACTIONS(617), - [anon_sym_ATempty] = ACTIONS(619), - [anon_sym_ATauth] = ACTIONS(621), - [anon_sym_ATguest] = ACTIONS(623), - [anon_sym_ATproduction] = ACTIONS(625), - [anon_sym_ATenv] = ACTIONS(627), - [anon_sym_AThasSection] = ACTIONS(629), - [anon_sym_ATsectionMissing] = ACTIONS(631), - [anon_sym_ATerror] = ACTIONS(633), - [anon_sym_ATcan] = ACTIONS(635), - [anon_sym_ATcannot] = ACTIONS(637), - [anon_sym_ATendcannot] = ACTIONS(409), - [anon_sym_ATcanany] = ACTIONS(639), - [anon_sym_ATfeature] = ACTIONS(641), - [aux_sym__custom_token1] = ACTIONS(643), - [aux_sym__custom_token2] = ACTIONS(645), - [anon_sym_ATswitch] = ACTIONS(647), - [aux_sym_loop_operator_token1] = ACTIONS(649), - [anon_sym_ATfor] = ACTIONS(651), - [anon_sym_ATforeach] = ACTIONS(653), - [anon_sym_ATforelse] = ACTIONS(655), - [anon_sym_ATwhile] = ACTIONS(657), - [anon_sym_ATsetup] = ACTIONS(659), - [anon_sym_ATtask] = ACTIONS(661), - [anon_sym_ATstory] = ACTIONS(663), - [anon_sym_ATbefore] = ACTIONS(665), - [anon_sym_ATafter] = ACTIONS(667), - [anon_sym_ATsuccess] = ACTIONS(669), - [anon_sym_ATfinished] = ACTIONS(671), - [anon_sym_ATpersist] = ACTIONS(673), - [anon_sym_ATteleport] = ACTIONS(675), - [anon_sym_ATvolt] = ACTIONS(677), - [aux_sym__text_token1] = ACTIONS(679), - [aux_sym__text_token2] = ACTIONS(679), - [aux_sym__text_token3] = ACTIONS(681), + [aux_sym_php_only_repeat1] = STATE(696), + [sym_comment] = ACTIONS(745), + [aux_sym_keyword_token1] = ACTIONS(747), + [anon_sym_LBRACE_LBRACE] = ACTIONS(749), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(751), + [anon_sym_ATphp] = ACTIONS(753), + [anon_sym_ATjs] = ACTIONS(755), + [aux_sym_attribute_token1] = ACTIONS(757), + [aux_sym__inline_directive_token1] = ACTIONS(759), + [aux_sym__inline_directive_token2] = ACTIONS(761), + [anon_sym_ATuse] = ACTIONS(763), + [anon_sym_ATfragment] = ACTIONS(765), + [anon_sym_ATsection] = ACTIONS(767), + [anon_sym_ATonce] = ACTIONS(769), + [anon_sym_ATverbatim] = ACTIONS(771), + [anon_sym_ATpush] = ACTIONS(773), + [anon_sym_ATpushOnce] = ACTIONS(775), + [anon_sym_ATpushIf] = ACTIONS(777), + [anon_sym_ATprepend] = ACTIONS(779), + [anon_sym_ATprependOnce] = ACTIONS(781), + [anon_sym_ATelse] = ACTIONS(783), + [aux_sym_conditional_keyword_token1] = ACTIONS(785), + [anon_sym_ATif] = ACTIONS(787), + [anon_sym_ATunless] = ACTIONS(789), + [anon_sym_ATisset] = ACTIONS(791), + [anon_sym_ATempty] = ACTIONS(793), + [anon_sym_ATauth] = ACTIONS(795), + [anon_sym_ATguest] = ACTIONS(797), + [anon_sym_ATproduction] = ACTIONS(799), + [anon_sym_ATenv] = ACTIONS(801), + [anon_sym_AThasSection] = ACTIONS(803), + [anon_sym_ATsectionMissing] = ACTIONS(805), + [anon_sym_ATerror] = ACTIONS(807), + [anon_sym_ATcan] = ACTIONS(809), + [anon_sym_ATcannot] = ACTIONS(811), + [anon_sym_ATcanany] = ACTIONS(813), + [anon_sym_ATfeature] = ACTIONS(815), + [aux_sym__custom_token1] = ACTIONS(817), + [aux_sym__custom_token2] = ACTIONS(819), + [aux_sym__custom_token3] = ACTIONS(527), + [anon_sym_ATswitch] = ACTIONS(821), + [aux_sym_loop_operator_token1] = ACTIONS(823), + [anon_sym_ATfor] = ACTIONS(825), + [anon_sym_ATforeach] = ACTIONS(827), + [anon_sym_ATforelse] = ACTIONS(829), + [anon_sym_ATwhile] = ACTIONS(831), + [anon_sym_ATsetup] = ACTIONS(833), + [anon_sym_ATtask] = ACTIONS(835), + [anon_sym_ATstory] = ACTIONS(837), + [anon_sym_ATbefore] = ACTIONS(839), + [anon_sym_ATafter] = ACTIONS(841), + [anon_sym_ATsuccess] = ACTIONS(843), + [anon_sym_ATfinished] = ACTIONS(845), + [anon_sym_ATpersist] = ACTIONS(847), + [anon_sym_ATteleport] = ACTIONS(849), + [anon_sym_ATvolt] = ACTIONS(851), + [aux_sym__text_token1] = ACTIONS(853), + [aux_sym__text_token2] = ACTIONS(853), + [aux_sym__text_token3] = ACTIONS(855), }, - [77] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [79] = { + [sym__definition] = STATE(79), + [sym_keyword] = STATE(79), + [sym_php_statement] = STATE(79), + [sym__escaped] = STATE(1413), + [sym__unescaped] = STATE(1413), + [sym__raw] = STATE(1413), + [sym__inline_raw] = STATE(1413), + [sym__multi_line_raw] = STATE(1413), + [sym__js] = STATE(1413), + [sym_attribute] = STATE(79), + [sym__inline_directive] = STATE(79), + [sym__use] = STATE(79), + [sym__nested_directive] = STATE(79), + [sym_fragment] = STATE(79), + [sym_section] = STATE(79), + [sym_inlineSection] = STATE(79), + [sym_once] = STATE(79), + [sym_verbatim] = STATE(79), + [sym_stack] = STATE(79), + [sym__push] = STATE(1414), + [sym__pushOnce] = STATE(1414), + [sym__pushIf] = STATE(1414), + [sym__prepend] = STATE(1414), + [sym__prependOnce] = STATE(1414), + [sym_conditional] = STATE(79), + [sym_conditional_keyword] = STATE(79), + [sym__if] = STATE(1415), + [sym__unless] = STATE(1415), + [sym__isset] = STATE(1415), + [sym__empty] = STATE(1415), + [sym__auth] = STATE(1415), + [sym__guest] = STATE(1415), + [sym__production] = STATE(1415), + [sym__env] = STATE(1415), + [sym__hasSection] = STATE(1415), + [sym__sectionMissing] = STATE(1415), + [sym__error] = STATE(1415), + [sym_authorization] = STATE(1415), + [sym__can] = STATE(1416), + [sym__cannot] = STATE(1416), + [sym__canany] = STATE(1416), + [sym__feature] = STATE(1415), + [sym__custom] = STATE(1415), + [sym_switch] = STATE(79), + [sym_loop] = STATE(79), + [sym_loop_operator] = STATE(79), + [sym__for] = STATE(1417), + [sym__foreach] = STATE(1417), + [sym__forelse] = STATE(1417), + [sym__while] = STATE(1417), + [sym_envoy] = STATE(79), + [sym__setup] = STATE(1413), + [sym__task] = STATE(1418), + [sym__story] = STATE(1418), + [sym__hooks] = STATE(1413), + [sym__before] = STATE(1413), + [sym__after] = STATE(1413), + [sym__envoy_error] = STATE(1413), + [sym__success] = STATE(1413), + [sym__finished] = STATE(1413), + [sym_livewire] = STATE(79), + [sym__persist] = STATE(1419), + [sym__teleport] = STATE(1419), + [sym__volt] = STATE(1419), + [sym_text] = STATE(79), + [sym__text] = STATE(726), + [aux_sym__if_statement_directive_body_repeat1] = STATE(79), + [aux_sym_php_only_repeat1] = STATE(726), + [sym_comment] = ACTIONS(857), + [aux_sym_keyword_token1] = ACTIONS(860), + [anon_sym_LBRACE_LBRACE] = ACTIONS(863), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(866), + [anon_sym_ATphp] = ACTIONS(869), + [anon_sym_ATjs] = ACTIONS(872), + [aux_sym_attribute_token1] = ACTIONS(875), + [aux_sym__inline_directive_token1] = ACTIONS(878), + [aux_sym__inline_directive_token2] = ACTIONS(881), + [anon_sym_ATuse] = ACTIONS(884), + [anon_sym_ATfragment] = ACTIONS(887), + [anon_sym_ATsection] = ACTIONS(890), + [anon_sym_ATonce] = ACTIONS(893), + [anon_sym_ATverbatim] = ACTIONS(896), + [anon_sym_ATpush] = ACTIONS(899), + [anon_sym_ATpushOnce] = ACTIONS(902), + [anon_sym_ATpushIf] = ACTIONS(905), + [anon_sym_ATprepend] = ACTIONS(908), + [anon_sym_ATprependOnce] = ACTIONS(911), + [anon_sym_ATelse] = ACTIONS(914), + [aux_sym_conditional_keyword_token1] = ACTIONS(917), + [anon_sym_ATif] = ACTIONS(920), + [anon_sym_ATunless] = ACTIONS(923), + [anon_sym_ATendunless] = ACTIONS(675), + [anon_sym_ATisset] = ACTIONS(926), + [anon_sym_ATempty] = ACTIONS(929), + [anon_sym_ATauth] = ACTIONS(932), + [anon_sym_ATguest] = ACTIONS(935), + [anon_sym_ATproduction] = ACTIONS(938), + [anon_sym_ATenv] = ACTIONS(941), + [anon_sym_AThasSection] = ACTIONS(944), + [anon_sym_ATsectionMissing] = ACTIONS(947), + [anon_sym_ATerror] = ACTIONS(950), + [anon_sym_ATcan] = ACTIONS(953), + [anon_sym_ATcannot] = ACTIONS(956), + [anon_sym_ATcanany] = ACTIONS(959), + [anon_sym_ATfeature] = ACTIONS(962), + [aux_sym__custom_token1] = ACTIONS(965), + [aux_sym__custom_token2] = ACTIONS(968), + [anon_sym_ATswitch] = ACTIONS(971), + [aux_sym_loop_operator_token1] = ACTIONS(974), + [anon_sym_ATfor] = ACTIONS(977), + [anon_sym_ATforeach] = ACTIONS(980), + [anon_sym_ATforelse] = ACTIONS(983), + [anon_sym_ATwhile] = ACTIONS(986), + [anon_sym_ATsetup] = ACTIONS(989), + [anon_sym_ATtask] = ACTIONS(992), + [anon_sym_ATstory] = ACTIONS(995), + [anon_sym_ATbefore] = ACTIONS(998), + [anon_sym_ATafter] = ACTIONS(1001), + [anon_sym_ATsuccess] = ACTIONS(1004), + [anon_sym_ATfinished] = ACTIONS(1007), + [anon_sym_ATpersist] = ACTIONS(1010), + [anon_sym_ATteleport] = ACTIONS(1013), + [anon_sym_ATvolt] = ACTIONS(1016), + [aux_sym__text_token1] = ACTIONS(1019), + [aux_sym__text_token2] = ACTIONS(1019), + [aux_sym__text_token3] = ACTIONS(1022), + }, + [80] = { + [sym__definition] = STATE(85), + [sym_keyword] = STATE(85), + [sym_php_statement] = STATE(85), + [sym__escaped] = STATE(1092), + [sym__unescaped] = STATE(1092), + [sym__raw] = STATE(1092), + [sym__inline_raw] = STATE(1092), + [sym__multi_line_raw] = STATE(1092), + [sym__js] = STATE(1092), + [sym_attribute] = STATE(85), + [sym__inline_directive] = STATE(85), + [sym__use] = STATE(85), + [sym__nested_directive] = STATE(85), + [sym_fragment] = STATE(85), + [sym_section] = STATE(85), + [sym_inlineSection] = STATE(85), + [sym_once] = STATE(85), + [sym_verbatim] = STATE(85), + [sym_stack] = STATE(85), + [sym__push] = STATE(1091), + [sym__pushOnce] = STATE(1091), + [sym__pushIf] = STATE(1091), + [sym__prepend] = STATE(1091), + [sym__prependOnce] = STATE(1091), + [sym_conditional] = STATE(85), + [sym_conditional_keyword] = STATE(85), + [sym__if] = STATE(1090), + [sym__unless] = STATE(1090), + [sym__isset] = STATE(1090), + [sym__empty] = STATE(1090), + [sym__auth] = STATE(1090), + [sym__guest] = STATE(1090), + [sym__production] = STATE(1090), + [sym__env] = STATE(1090), + [sym__hasSection] = STATE(1090), + [sym__sectionMissing] = STATE(1090), + [sym__error] = STATE(1090), + [sym_authorization] = STATE(1090), + [sym__can] = STATE(1089), + [sym__cannot] = STATE(1089), + [sym__canany] = STATE(1089), + [sym__feature] = STATE(1090), + [sym__custom] = STATE(1090), + [sym_switch] = STATE(85), + [sym_loop] = STATE(85), + [sym_loop_operator] = STATE(85), + [sym__for] = STATE(1088), + [sym__foreach] = STATE(1088), + [sym__forelse] = STATE(1088), + [sym__while] = STATE(1088), + [sym_envoy] = STATE(85), + [sym__setup] = STATE(1092), + [sym__task] = STATE(1087), + [sym__story] = STATE(1087), + [sym__hooks] = STATE(1092), + [sym__before] = STATE(1092), + [sym__after] = STATE(1092), + [sym__envoy_error] = STATE(1092), + [sym__success] = STATE(1092), + [sym__finished] = STATE(1092), + [sym_livewire] = STATE(85), + [sym__persist] = STATE(1086), + [sym__teleport] = STATE(1086), + [sym__volt] = STATE(1086), + [sym_text] = STATE(85), + [sym__text] = STATE(696), + [aux_sym__if_statement_directive_body_repeat1] = STATE(85), + [aux_sym_php_only_repeat1] = STATE(696), + [sym_comment] = ACTIONS(1025), + [aux_sym_keyword_token1] = ACTIONS(747), + [anon_sym_LBRACE_LBRACE] = ACTIONS(749), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(751), + [anon_sym_ATphp] = ACTIONS(753), + [anon_sym_ATjs] = ACTIONS(755), + [aux_sym_attribute_token1] = ACTIONS(757), + [aux_sym__inline_directive_token1] = ACTIONS(759), + [aux_sym__inline_directive_token2] = ACTIONS(761), + [anon_sym_ATuse] = ACTIONS(763), + [anon_sym_ATfragment] = ACTIONS(765), + [anon_sym_ATsection] = ACTIONS(767), + [anon_sym_ATonce] = ACTIONS(769), + [anon_sym_ATverbatim] = ACTIONS(771), + [anon_sym_ATpush] = ACTIONS(773), + [anon_sym_ATpushOnce] = ACTIONS(775), + [anon_sym_ATpushIf] = ACTIONS(777), + [anon_sym_ATprepend] = ACTIONS(779), + [anon_sym_ATprependOnce] = ACTIONS(781), + [anon_sym_ATelse] = ACTIONS(783), + [aux_sym_conditional_keyword_token1] = ACTIONS(785), + [anon_sym_ATif] = ACTIONS(787), + [anon_sym_ATunless] = ACTIONS(789), + [anon_sym_ATisset] = ACTIONS(791), + [anon_sym_ATempty] = ACTIONS(793), + [anon_sym_ATauth] = ACTIONS(795), + [anon_sym_ATguest] = ACTIONS(797), + [anon_sym_ATproduction] = ACTIONS(799), + [anon_sym_ATenv] = ACTIONS(801), + [anon_sym_AThasSection] = ACTIONS(803), + [anon_sym_ATsectionMissing] = ACTIONS(805), + [anon_sym_ATerror] = ACTIONS(807), + [anon_sym_ATcan] = ACTIONS(809), + [anon_sym_ATcannot] = ACTIONS(811), + [anon_sym_ATcanany] = ACTIONS(813), + [anon_sym_ATfeature] = ACTIONS(815), + [aux_sym__custom_token1] = ACTIONS(817), + [aux_sym__custom_token2] = ACTIONS(819), + [aux_sym__custom_token3] = ACTIONS(571), + [anon_sym_ATswitch] = ACTIONS(821), + [aux_sym_loop_operator_token1] = ACTIONS(823), + [anon_sym_ATfor] = ACTIONS(825), + [anon_sym_ATforeach] = ACTIONS(827), + [anon_sym_ATforelse] = ACTIONS(829), + [anon_sym_ATwhile] = ACTIONS(831), + [anon_sym_ATsetup] = ACTIONS(833), + [anon_sym_ATtask] = ACTIONS(835), + [anon_sym_ATstory] = ACTIONS(837), + [anon_sym_ATbefore] = ACTIONS(839), + [anon_sym_ATafter] = ACTIONS(841), + [anon_sym_ATsuccess] = ACTIONS(843), + [anon_sym_ATfinished] = ACTIONS(845), + [anon_sym_ATpersist] = ACTIONS(847), + [anon_sym_ATteleport] = ACTIONS(849), + [anon_sym_ATvolt] = ACTIONS(851), + [aux_sym__text_token1] = ACTIONS(853), + [aux_sym__text_token2] = ACTIONS(853), + [aux_sym__text_token3] = ACTIONS(855), + }, + [81] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -36536,117 +37112,885 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(683), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(1027), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [78] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [82] = { + [sym__definition] = STATE(82), + [sym_keyword] = STATE(82), + [sym_php_statement] = STATE(82), + [sym__escaped] = STATE(1288), + [sym__unescaped] = STATE(1288), + [sym__raw] = STATE(1288), + [sym__inline_raw] = STATE(1288), + [sym__multi_line_raw] = STATE(1288), + [sym__js] = STATE(1288), + [sym_attribute] = STATE(82), + [sym__inline_directive] = STATE(82), + [sym__use] = STATE(82), + [sym__nested_directive] = STATE(82), + [sym_fragment] = STATE(82), + [sym_section] = STATE(82), + [sym_inlineSection] = STATE(82), + [sym_once] = STATE(82), + [sym_verbatim] = STATE(82), + [sym_stack] = STATE(82), + [sym__push] = STATE(1287), + [sym__pushOnce] = STATE(1287), + [sym__pushIf] = STATE(1287), + [sym__prepend] = STATE(1287), + [sym__prependOnce] = STATE(1287), + [sym_conditional] = STATE(82), + [sym_conditional_keyword] = STATE(82), + [sym__if] = STATE(1286), + [sym__unless] = STATE(1286), + [sym__isset] = STATE(1286), + [sym__empty] = STATE(1286), + [sym__auth] = STATE(1286), + [sym__guest] = STATE(1286), + [sym__production] = STATE(1286), + [sym__env] = STATE(1286), + [sym__hasSection] = STATE(1286), + [sym__sectionMissing] = STATE(1286), + [sym__error] = STATE(1286), + [sym_authorization] = STATE(1286), + [sym__can] = STATE(1285), + [sym__cannot] = STATE(1285), + [sym__canany] = STATE(1285), + [sym__feature] = STATE(1286), + [sym__custom] = STATE(1286), + [sym_switch] = STATE(82), + [sym_loop] = STATE(82), + [sym_loop_operator] = STATE(82), + [sym__for] = STATE(1284), + [sym__foreach] = STATE(1284), + [sym__forelse] = STATE(1284), + [sym__while] = STATE(1284), + [sym_envoy] = STATE(82), + [sym__setup] = STATE(1288), + [sym__task] = STATE(1283), + [sym__story] = STATE(1283), + [sym__hooks] = STATE(1288), + [sym__before] = STATE(1288), + [sym__after] = STATE(1288), + [sym__envoy_error] = STATE(1288), + [sym__success] = STATE(1288), + [sym__finished] = STATE(1288), + [sym_livewire] = STATE(82), + [sym__persist] = STATE(1282), + [sym__teleport] = STATE(1282), + [sym__volt] = STATE(1282), + [sym_text] = STATE(82), + [sym__text] = STATE(707), + [aux_sym__if_statement_directive_body_repeat1] = STATE(82), + [aux_sym_php_only_repeat1] = STATE(707), + [sym_comment] = ACTIONS(1029), + [aux_sym_keyword_token1] = ACTIONS(1032), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1035), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1038), + [anon_sym_ATphp] = ACTIONS(1041), + [anon_sym_ATjs] = ACTIONS(1044), + [aux_sym_attribute_token1] = ACTIONS(1047), + [aux_sym__inline_directive_token1] = ACTIONS(1050), + [aux_sym__inline_directive_token2] = ACTIONS(1053), + [anon_sym_ATuse] = ACTIONS(1056), + [anon_sym_ATfragment] = ACTIONS(1059), + [anon_sym_ATsection] = ACTIONS(1062), + [anon_sym_ATonce] = ACTIONS(1065), + [anon_sym_ATverbatim] = ACTIONS(1068), + [anon_sym_ATpush] = ACTIONS(1071), + [anon_sym_ATpushOnce] = ACTIONS(1074), + [anon_sym_ATpushIf] = ACTIONS(1077), + [anon_sym_ATprepend] = ACTIONS(1080), + [anon_sym_ATprependOnce] = ACTIONS(1083), + [anon_sym_ATelse] = ACTIONS(1086), + [aux_sym_conditional_keyword_token1] = ACTIONS(1089), + [anon_sym_ATif] = ACTIONS(1092), + [anon_sym_ATunless] = ACTIONS(1095), + [anon_sym_ATisset] = ACTIONS(1098), + [anon_sym_ATempty] = ACTIONS(1101), + [anon_sym_ATauth] = ACTIONS(1104), + [anon_sym_ATguest] = ACTIONS(1107), + [anon_sym_ATproduction] = ACTIONS(1110), + [anon_sym_ATenv] = ACTIONS(1113), + [anon_sym_AThasSection] = ACTIONS(1116), + [anon_sym_ATsectionMissing] = ACTIONS(1119), + [anon_sym_ATerror] = ACTIONS(1122), + [anon_sym_ATcan] = ACTIONS(1125), + [anon_sym_ATcannot] = ACTIONS(1128), + [anon_sym_ATcanany] = ACTIONS(1131), + [anon_sym_ATendcanany] = ACTIONS(675), + [anon_sym_ATfeature] = ACTIONS(1134), + [aux_sym__custom_token1] = ACTIONS(1137), + [aux_sym__custom_token2] = ACTIONS(1140), + [anon_sym_ATswitch] = ACTIONS(1143), + [aux_sym_loop_operator_token1] = ACTIONS(1146), + [anon_sym_ATfor] = ACTIONS(1149), + [anon_sym_ATforeach] = ACTIONS(1152), + [anon_sym_ATforelse] = ACTIONS(1155), + [anon_sym_ATwhile] = ACTIONS(1158), + [anon_sym_ATsetup] = ACTIONS(1161), + [anon_sym_ATtask] = ACTIONS(1164), + [anon_sym_ATstory] = ACTIONS(1167), + [anon_sym_ATbefore] = ACTIONS(1170), + [anon_sym_ATafter] = ACTIONS(1173), + [anon_sym_ATsuccess] = ACTIONS(1176), + [anon_sym_ATfinished] = ACTIONS(1179), + [anon_sym_ATpersist] = ACTIONS(1182), + [anon_sym_ATteleport] = ACTIONS(1185), + [anon_sym_ATvolt] = ACTIONS(1188), + [aux_sym__text_token1] = ACTIONS(1191), + [aux_sym__text_token2] = ACTIONS(1191), + [aux_sym__text_token3] = ACTIONS(1194), + }, + [83] = { + [sym__definition] = STATE(122), + [sym_keyword] = STATE(122), + [sym_php_statement] = STATE(122), + [sym__escaped] = STATE(1596), + [sym__unescaped] = STATE(1596), + [sym__raw] = STATE(1596), + [sym__inline_raw] = STATE(1596), + [sym__multi_line_raw] = STATE(1596), + [sym__js] = STATE(1596), + [sym_attribute] = STATE(122), + [sym__inline_directive] = STATE(122), + [sym__use] = STATE(122), + [sym__nested_directive] = STATE(122), + [sym_fragment] = STATE(122), + [sym_section] = STATE(122), + [sym_inlineSection] = STATE(122), + [sym_once] = STATE(122), + [sym_verbatim] = STATE(122), + [sym_stack] = STATE(122), + [sym__push] = STATE(1597), + [sym__pushOnce] = STATE(1597), + [sym__pushIf] = STATE(1597), + [sym__prepend] = STATE(1597), + [sym__prependOnce] = STATE(1597), + [sym_conditional] = STATE(122), + [sym_conditional_keyword] = STATE(122), + [sym__if] = STATE(1598), + [sym__unless] = STATE(1598), + [sym__isset] = STATE(1598), + [sym__empty] = STATE(1598), + [sym__auth] = STATE(1598), + [sym__guest] = STATE(1598), + [sym__production] = STATE(1598), + [sym__env] = STATE(1598), + [sym__hasSection] = STATE(1598), + [sym__sectionMissing] = STATE(1598), + [sym__error] = STATE(1598), + [sym_authorization] = STATE(1598), + [sym__can] = STATE(1599), + [sym__cannot] = STATE(1599), + [sym__canany] = STATE(1599), + [sym__feature] = STATE(1598), + [sym__custom] = STATE(1598), + [sym_switch] = STATE(122), + [sym_loop] = STATE(122), + [sym_loop_operator] = STATE(122), + [sym__for] = STATE(1600), + [sym__foreach] = STATE(1600), + [sym__forelse] = STATE(1600), + [sym__while] = STATE(1600), + [sym_envoy] = STATE(122), + [sym__setup] = STATE(1596), + [sym__task] = STATE(1601), + [sym__story] = STATE(1601), + [sym__hooks] = STATE(1596), + [sym__before] = STATE(1596), + [sym__after] = STATE(1596), + [sym__envoy_error] = STATE(1596), + [sym__success] = STATE(1596), + [sym__finished] = STATE(1596), + [sym_livewire] = STATE(122), + [sym__persist] = STATE(1602), + [sym__teleport] = STATE(1602), + [sym__volt] = STATE(1602), + [sym_text] = STATE(122), + [sym__text] = STATE(691), + [aux_sym__if_statement_directive_body_repeat1] = STATE(122), + [aux_sym_php_only_repeat1] = STATE(691), + [sym_comment] = ACTIONS(1197), + [aux_sym_keyword_token1] = ACTIONS(1199), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1201), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1203), + [anon_sym_ATphp] = ACTIONS(1205), + [anon_sym_ATjs] = ACTIONS(1207), + [aux_sym_attribute_token1] = ACTIONS(1209), + [aux_sym__inline_directive_token1] = ACTIONS(1211), + [aux_sym__inline_directive_token2] = ACTIONS(1213), + [anon_sym_ATuse] = ACTIONS(1215), + [anon_sym_ATfragment] = ACTIONS(1217), + [anon_sym_ATsection] = ACTIONS(1219), + [anon_sym_ATonce] = ACTIONS(1221), + [anon_sym_ATverbatim] = ACTIONS(1223), + [anon_sym_ATpush] = ACTIONS(1225), + [anon_sym_ATpushOnce] = ACTIONS(1227), + [anon_sym_ATpushIf] = ACTIONS(1229), + [anon_sym_ATprepend] = ACTIONS(1231), + [anon_sym_ATprependOnce] = ACTIONS(1233), + [anon_sym_ATelse] = ACTIONS(1235), + [aux_sym_conditional_keyword_token1] = ACTIONS(1237), + [anon_sym_ATif] = ACTIONS(1239), + [anon_sym_ATunless] = ACTIONS(1241), + [anon_sym_ATisset] = ACTIONS(1243), + [anon_sym_ATempty] = ACTIONS(1245), + [anon_sym_ATendempty] = ACTIONS(571), + [anon_sym_ATauth] = ACTIONS(1247), + [anon_sym_ATguest] = ACTIONS(1249), + [anon_sym_ATproduction] = ACTIONS(1251), + [anon_sym_ATenv] = ACTIONS(1253), + [anon_sym_AThasSection] = ACTIONS(1255), + [anon_sym_ATsectionMissing] = ACTIONS(1257), + [anon_sym_ATerror] = ACTIONS(1259), + [anon_sym_ATcan] = ACTIONS(1261), + [anon_sym_ATcannot] = ACTIONS(1263), + [anon_sym_ATcanany] = ACTIONS(1265), + [anon_sym_ATfeature] = ACTIONS(1267), + [aux_sym__custom_token1] = ACTIONS(1269), + [aux_sym__custom_token2] = ACTIONS(1271), + [anon_sym_ATswitch] = ACTIONS(1273), + [aux_sym_loop_operator_token1] = ACTIONS(1275), + [anon_sym_ATfor] = ACTIONS(1277), + [anon_sym_ATforeach] = ACTIONS(1279), + [anon_sym_ATforelse] = ACTIONS(1281), + [anon_sym_ATwhile] = ACTIONS(1283), + [anon_sym_ATsetup] = ACTIONS(1285), + [anon_sym_ATtask] = ACTIONS(1287), + [anon_sym_ATstory] = ACTIONS(1289), + [anon_sym_ATbefore] = ACTIONS(1291), + [anon_sym_ATafter] = ACTIONS(1293), + [anon_sym_ATsuccess] = ACTIONS(1295), + [anon_sym_ATfinished] = ACTIONS(1297), + [anon_sym_ATpersist] = ACTIONS(1299), + [anon_sym_ATteleport] = ACTIONS(1301), + [anon_sym_ATvolt] = ACTIONS(1303), + [aux_sym__text_token1] = ACTIONS(1305), + [aux_sym__text_token2] = ACTIONS(1305), + [aux_sym__text_token3] = ACTIONS(1307), + }, + [84] = { + [sym__definition] = STATE(84), + [sym_keyword] = STATE(84), + [sym_php_statement] = STATE(84), + [sym__escaped] = STATE(1191), + [sym__unescaped] = STATE(1191), + [sym__raw] = STATE(1191), + [sym__inline_raw] = STATE(1191), + [sym__multi_line_raw] = STATE(1191), + [sym__js] = STATE(1191), + [sym_attribute] = STATE(84), + [sym__inline_directive] = STATE(84), + [sym__use] = STATE(84), + [sym__nested_directive] = STATE(84), + [sym_fragment] = STATE(84), + [sym_section] = STATE(84), + [sym_inlineSection] = STATE(84), + [sym_once] = STATE(84), + [sym_verbatim] = STATE(84), + [sym_stack] = STATE(84), + [sym__push] = STATE(1190), + [sym__pushOnce] = STATE(1190), + [sym__pushIf] = STATE(1190), + [sym__prepend] = STATE(1190), + [sym__prependOnce] = STATE(1190), + [sym_conditional] = STATE(84), + [sym_conditional_keyword] = STATE(84), + [sym__if] = STATE(1189), + [sym__unless] = STATE(1189), + [sym__isset] = STATE(1189), + [sym__empty] = STATE(1189), + [sym__auth] = STATE(1189), + [sym__guest] = STATE(1189), + [sym__production] = STATE(1189), + [sym__env] = STATE(1189), + [sym__hasSection] = STATE(1189), + [sym__sectionMissing] = STATE(1189), + [sym__error] = STATE(1189), + [sym_authorization] = STATE(1189), + [sym__can] = STATE(1188), + [sym__cannot] = STATE(1188), + [sym__canany] = STATE(1188), + [sym__feature] = STATE(1189), + [sym__custom] = STATE(1189), + [sym_switch] = STATE(84), + [sym_loop] = STATE(84), + [sym_loop_operator] = STATE(84), + [sym__for] = STATE(1187), + [sym__foreach] = STATE(1187), + [sym__forelse] = STATE(1187), + [sym__while] = STATE(1187), + [sym_envoy] = STATE(84), + [sym__setup] = STATE(1191), + [sym__task] = STATE(1186), + [sym__story] = STATE(1186), + [sym__hooks] = STATE(1191), + [sym__before] = STATE(1191), + [sym__after] = STATE(1191), + [sym__envoy_error] = STATE(1191), + [sym__success] = STATE(1191), + [sym__finished] = STATE(1191), + [sym_livewire] = STATE(84), + [sym__persist] = STATE(1185), + [sym__teleport] = STATE(1185), + [sym__volt] = STATE(1185), + [sym_text] = STATE(84), + [sym__text] = STATE(701), + [aux_sym__if_statement_directive_body_repeat1] = STATE(84), + [aux_sym_php_only_repeat1] = STATE(701), + [sym_comment] = ACTIONS(1309), + [aux_sym_keyword_token1] = ACTIONS(1312), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1315), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1318), + [anon_sym_ATphp] = ACTIONS(1321), + [anon_sym_ATjs] = ACTIONS(1324), + [aux_sym_attribute_token1] = ACTIONS(1327), + [aux_sym__inline_directive_token1] = ACTIONS(1330), + [aux_sym__inline_directive_token2] = ACTIONS(1333), + [anon_sym_ATuse] = ACTIONS(1336), + [anon_sym_ATfragment] = ACTIONS(1339), + [anon_sym_ATsection] = ACTIONS(1342), + [anon_sym_ATonce] = ACTIONS(1345), + [anon_sym_ATverbatim] = ACTIONS(1348), + [anon_sym_ATpush] = ACTIONS(1351), + [anon_sym_ATpushOnce] = ACTIONS(1354), + [anon_sym_ATpushIf] = ACTIONS(1357), + [anon_sym_ATprepend] = ACTIONS(1360), + [anon_sym_ATprependOnce] = ACTIONS(1363), + [anon_sym_ATelse] = ACTIONS(1366), + [aux_sym_conditional_keyword_token1] = ACTIONS(1369), + [anon_sym_ATif] = ACTIONS(1372), + [anon_sym_ATunless] = ACTIONS(1375), + [anon_sym_ATisset] = ACTIONS(1378), + [anon_sym_ATempty] = ACTIONS(1381), + [anon_sym_ATauth] = ACTIONS(1384), + [anon_sym_ATguest] = ACTIONS(1387), + [anon_sym_ATproduction] = ACTIONS(1390), + [anon_sym_ATenv] = ACTIONS(1393), + [anon_sym_AThasSection] = ACTIONS(1396), + [anon_sym_ATsectionMissing] = ACTIONS(1399), + [anon_sym_ATerror] = ACTIONS(1402), + [anon_sym_ATcan] = ACTIONS(1405), + [anon_sym_ATcannot] = ACTIONS(1408), + [anon_sym_ATcanany] = ACTIONS(1411), + [anon_sym_ATfeature] = ACTIONS(1414), + [anon_sym_ATendfeature] = ACTIONS(675), + [aux_sym__custom_token1] = ACTIONS(1417), + [aux_sym__custom_token2] = ACTIONS(1420), + [anon_sym_ATswitch] = ACTIONS(1423), + [aux_sym_loop_operator_token1] = ACTIONS(1426), + [anon_sym_ATfor] = ACTIONS(1429), + [anon_sym_ATforeach] = ACTIONS(1432), + [anon_sym_ATforelse] = ACTIONS(1435), + [anon_sym_ATwhile] = ACTIONS(1438), + [anon_sym_ATsetup] = ACTIONS(1441), + [anon_sym_ATtask] = ACTIONS(1444), + [anon_sym_ATstory] = ACTIONS(1447), + [anon_sym_ATbefore] = ACTIONS(1450), + [anon_sym_ATafter] = ACTIONS(1453), + [anon_sym_ATsuccess] = ACTIONS(1456), + [anon_sym_ATfinished] = ACTIONS(1459), + [anon_sym_ATpersist] = ACTIONS(1462), + [anon_sym_ATteleport] = ACTIONS(1465), + [anon_sym_ATvolt] = ACTIONS(1468), + [aux_sym__text_token1] = ACTIONS(1471), + [aux_sym__text_token2] = ACTIONS(1471), + [aux_sym__text_token3] = ACTIONS(1474), + }, + [85] = { + [sym__definition] = STATE(85), + [sym_keyword] = STATE(85), + [sym_php_statement] = STATE(85), + [sym__escaped] = STATE(1092), + [sym__unescaped] = STATE(1092), + [sym__raw] = STATE(1092), + [sym__inline_raw] = STATE(1092), + [sym__multi_line_raw] = STATE(1092), + [sym__js] = STATE(1092), + [sym_attribute] = STATE(85), + [sym__inline_directive] = STATE(85), + [sym__use] = STATE(85), + [sym__nested_directive] = STATE(85), + [sym_fragment] = STATE(85), + [sym_section] = STATE(85), + [sym_inlineSection] = STATE(85), + [sym_once] = STATE(85), + [sym_verbatim] = STATE(85), + [sym_stack] = STATE(85), + [sym__push] = STATE(1091), + [sym__pushOnce] = STATE(1091), + [sym__pushIf] = STATE(1091), + [sym__prepend] = STATE(1091), + [sym__prependOnce] = STATE(1091), + [sym_conditional] = STATE(85), + [sym_conditional_keyword] = STATE(85), + [sym__if] = STATE(1090), + [sym__unless] = STATE(1090), + [sym__isset] = STATE(1090), + [sym__empty] = STATE(1090), + [sym__auth] = STATE(1090), + [sym__guest] = STATE(1090), + [sym__production] = STATE(1090), + [sym__env] = STATE(1090), + [sym__hasSection] = STATE(1090), + [sym__sectionMissing] = STATE(1090), + [sym__error] = STATE(1090), + [sym_authorization] = STATE(1090), + [sym__can] = STATE(1089), + [sym__cannot] = STATE(1089), + [sym__canany] = STATE(1089), + [sym__feature] = STATE(1090), + [sym__custom] = STATE(1090), + [sym_switch] = STATE(85), + [sym_loop] = STATE(85), + [sym_loop_operator] = STATE(85), + [sym__for] = STATE(1088), + [sym__foreach] = STATE(1088), + [sym__forelse] = STATE(1088), + [sym__while] = STATE(1088), + [sym_envoy] = STATE(85), + [sym__setup] = STATE(1092), + [sym__task] = STATE(1087), + [sym__story] = STATE(1087), + [sym__hooks] = STATE(1092), + [sym__before] = STATE(1092), + [sym__after] = STATE(1092), + [sym__envoy_error] = STATE(1092), + [sym__success] = STATE(1092), + [sym__finished] = STATE(1092), + [sym_livewire] = STATE(85), + [sym__persist] = STATE(1086), + [sym__teleport] = STATE(1086), + [sym__volt] = STATE(1086), + [sym_text] = STATE(85), + [sym__text] = STATE(696), + [aux_sym__if_statement_directive_body_repeat1] = STATE(85), + [aux_sym_php_only_repeat1] = STATE(696), + [sym_comment] = ACTIONS(1477), + [aux_sym_keyword_token1] = ACTIONS(1480), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1483), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1486), + [anon_sym_ATphp] = ACTIONS(1489), + [anon_sym_ATjs] = ACTIONS(1492), + [aux_sym_attribute_token1] = ACTIONS(1495), + [aux_sym__inline_directive_token1] = ACTIONS(1498), + [aux_sym__inline_directive_token2] = ACTIONS(1501), + [anon_sym_ATuse] = ACTIONS(1504), + [anon_sym_ATfragment] = ACTIONS(1507), + [anon_sym_ATsection] = ACTIONS(1510), + [anon_sym_ATonce] = ACTIONS(1513), + [anon_sym_ATverbatim] = ACTIONS(1516), + [anon_sym_ATpush] = ACTIONS(1519), + [anon_sym_ATpushOnce] = ACTIONS(1522), + [anon_sym_ATpushIf] = ACTIONS(1525), + [anon_sym_ATprepend] = ACTIONS(1528), + [anon_sym_ATprependOnce] = ACTIONS(1531), + [anon_sym_ATelse] = ACTIONS(1534), + [aux_sym_conditional_keyword_token1] = ACTIONS(1537), + [anon_sym_ATif] = ACTIONS(1540), + [anon_sym_ATunless] = ACTIONS(1543), + [anon_sym_ATisset] = ACTIONS(1546), + [anon_sym_ATempty] = ACTIONS(1549), + [anon_sym_ATauth] = ACTIONS(1552), + [anon_sym_ATguest] = ACTIONS(1555), + [anon_sym_ATproduction] = ACTIONS(1558), + [anon_sym_ATenv] = ACTIONS(1561), + [anon_sym_AThasSection] = ACTIONS(1564), + [anon_sym_ATsectionMissing] = ACTIONS(1567), + [anon_sym_ATerror] = ACTIONS(1570), + [anon_sym_ATcan] = ACTIONS(1573), + [anon_sym_ATcannot] = ACTIONS(1576), + [anon_sym_ATcanany] = ACTIONS(1579), + [anon_sym_ATfeature] = ACTIONS(1582), + [aux_sym__custom_token1] = ACTIONS(1585), + [aux_sym__custom_token2] = ACTIONS(1588), + [aux_sym__custom_token3] = ACTIONS(675), + [anon_sym_ATswitch] = ACTIONS(1591), + [aux_sym_loop_operator_token1] = ACTIONS(1594), + [anon_sym_ATfor] = ACTIONS(1597), + [anon_sym_ATforeach] = ACTIONS(1600), + [anon_sym_ATforelse] = ACTIONS(1603), + [anon_sym_ATwhile] = ACTIONS(1606), + [anon_sym_ATsetup] = ACTIONS(1609), + [anon_sym_ATtask] = ACTIONS(1612), + [anon_sym_ATstory] = ACTIONS(1615), + [anon_sym_ATbefore] = ACTIONS(1618), + [anon_sym_ATafter] = ACTIONS(1621), + [anon_sym_ATsuccess] = ACTIONS(1624), + [anon_sym_ATfinished] = ACTIONS(1627), + [anon_sym_ATpersist] = ACTIONS(1630), + [anon_sym_ATteleport] = ACTIONS(1633), + [anon_sym_ATvolt] = ACTIONS(1636), + [aux_sym__text_token1] = ACTIONS(1639), + [aux_sym__text_token2] = ACTIONS(1639), + [aux_sym__text_token3] = ACTIONS(1642), + }, + [86] = { + [sym__definition] = STATE(83), + [sym_keyword] = STATE(83), + [sym_php_statement] = STATE(83), + [sym__escaped] = STATE(1596), + [sym__unescaped] = STATE(1596), + [sym__raw] = STATE(1596), + [sym__inline_raw] = STATE(1596), + [sym__multi_line_raw] = STATE(1596), + [sym__js] = STATE(1596), + [sym_attribute] = STATE(83), + [sym__inline_directive] = STATE(83), + [sym__use] = STATE(83), + [sym__nested_directive] = STATE(83), + [sym_fragment] = STATE(83), + [sym_section] = STATE(83), + [sym_inlineSection] = STATE(83), + [sym_once] = STATE(83), + [sym_verbatim] = STATE(83), + [sym_stack] = STATE(83), + [sym__push] = STATE(1597), + [sym__pushOnce] = STATE(1597), + [sym__pushIf] = STATE(1597), + [sym__prepend] = STATE(1597), + [sym__prependOnce] = STATE(1597), + [sym_conditional] = STATE(83), + [sym_conditional_keyword] = STATE(83), + [sym__if] = STATE(1598), + [sym__unless] = STATE(1598), + [sym__isset] = STATE(1598), + [sym__empty] = STATE(1598), + [sym__auth] = STATE(1598), + [sym__guest] = STATE(1598), + [sym__production] = STATE(1598), + [sym__env] = STATE(1598), + [sym__hasSection] = STATE(1598), + [sym__sectionMissing] = STATE(1598), + [sym__error] = STATE(1598), + [sym_authorization] = STATE(1598), + [sym__can] = STATE(1599), + [sym__cannot] = STATE(1599), + [sym__canany] = STATE(1599), + [sym__feature] = STATE(1598), + [sym__custom] = STATE(1598), + [sym_switch] = STATE(83), + [sym_loop] = STATE(83), + [sym_loop_operator] = STATE(83), + [sym__for] = STATE(1600), + [sym__foreach] = STATE(1600), + [sym__forelse] = STATE(1600), + [sym__while] = STATE(1600), + [sym_envoy] = STATE(83), + [sym__setup] = STATE(1596), + [sym__task] = STATE(1601), + [sym__story] = STATE(1601), + [sym__hooks] = STATE(1596), + [sym__before] = STATE(1596), + [sym__after] = STATE(1596), + [sym__envoy_error] = STATE(1596), + [sym__success] = STATE(1596), + [sym__finished] = STATE(1596), + [sym_livewire] = STATE(83), + [sym__persist] = STATE(1602), + [sym__teleport] = STATE(1602), + [sym__volt] = STATE(1602), + [sym_text] = STATE(83), + [sym__text] = STATE(691), + [aux_sym__if_statement_directive_body_repeat1] = STATE(83), + [aux_sym_php_only_repeat1] = STATE(691), + [sym_comment] = ACTIONS(1645), + [aux_sym_keyword_token1] = ACTIONS(1199), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1201), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1203), + [anon_sym_ATphp] = ACTIONS(1205), + [anon_sym_ATjs] = ACTIONS(1207), + [aux_sym_attribute_token1] = ACTIONS(1209), + [aux_sym__inline_directive_token1] = ACTIONS(1211), + [aux_sym__inline_directive_token2] = ACTIONS(1213), + [anon_sym_ATuse] = ACTIONS(1215), + [anon_sym_ATfragment] = ACTIONS(1217), + [anon_sym_ATsection] = ACTIONS(1219), + [anon_sym_ATonce] = ACTIONS(1221), + [anon_sym_ATverbatim] = ACTIONS(1223), + [anon_sym_ATpush] = ACTIONS(1225), + [anon_sym_ATpushOnce] = ACTIONS(1227), + [anon_sym_ATpushIf] = ACTIONS(1229), + [anon_sym_ATprepend] = ACTIONS(1231), + [anon_sym_ATprependOnce] = ACTIONS(1233), + [anon_sym_ATelse] = ACTIONS(1235), + [aux_sym_conditional_keyword_token1] = ACTIONS(1237), + [anon_sym_ATif] = ACTIONS(1239), + [anon_sym_ATunless] = ACTIONS(1241), + [anon_sym_ATisset] = ACTIONS(1243), + [anon_sym_ATempty] = ACTIONS(1245), + [anon_sym_ATendempty] = ACTIONS(527), + [anon_sym_ATauth] = ACTIONS(1247), + [anon_sym_ATguest] = ACTIONS(1249), + [anon_sym_ATproduction] = ACTIONS(1251), + [anon_sym_ATenv] = ACTIONS(1253), + [anon_sym_AThasSection] = ACTIONS(1255), + [anon_sym_ATsectionMissing] = ACTIONS(1257), + [anon_sym_ATerror] = ACTIONS(1259), + [anon_sym_ATcan] = ACTIONS(1261), + [anon_sym_ATcannot] = ACTIONS(1263), + [anon_sym_ATcanany] = ACTIONS(1265), + [anon_sym_ATfeature] = ACTIONS(1267), + [aux_sym__custom_token1] = ACTIONS(1269), + [aux_sym__custom_token2] = ACTIONS(1271), + [anon_sym_ATswitch] = ACTIONS(1273), + [aux_sym_loop_operator_token1] = ACTIONS(1275), + [anon_sym_ATfor] = ACTIONS(1277), + [anon_sym_ATforeach] = ACTIONS(1279), + [anon_sym_ATforelse] = ACTIONS(1281), + [anon_sym_ATwhile] = ACTIONS(1283), + [anon_sym_ATsetup] = ACTIONS(1285), + [anon_sym_ATtask] = ACTIONS(1287), + [anon_sym_ATstory] = ACTIONS(1289), + [anon_sym_ATbefore] = ACTIONS(1291), + [anon_sym_ATafter] = ACTIONS(1293), + [anon_sym_ATsuccess] = ACTIONS(1295), + [anon_sym_ATfinished] = ACTIONS(1297), + [anon_sym_ATpersist] = ACTIONS(1299), + [anon_sym_ATteleport] = ACTIONS(1301), + [anon_sym_ATvolt] = ACTIONS(1303), + [aux_sym__text_token1] = ACTIONS(1305), + [aux_sym__text_token2] = ACTIONS(1305), + [aux_sym__text_token3] = ACTIONS(1307), + }, + [87] = { + [sym__definition] = STATE(87), + [sym_keyword] = STATE(87), + [sym_php_statement] = STATE(87), + [sym__escaped] = STATE(1686), + [sym__unescaped] = STATE(1686), + [sym__raw] = STATE(1686), + [sym__inline_raw] = STATE(1686), + [sym__multi_line_raw] = STATE(1686), + [sym__js] = STATE(1686), + [sym_attribute] = STATE(87), + [sym__inline_directive] = STATE(87), + [sym__use] = STATE(87), + [sym__nested_directive] = STATE(87), + [sym_fragment] = STATE(87), + [sym_section] = STATE(87), + [sym_inlineSection] = STATE(87), + [sym_once] = STATE(87), + [sym_verbatim] = STATE(87), + [sym_stack] = STATE(87), + [sym__push] = STATE(1687), + [sym__pushOnce] = STATE(1687), + [sym__pushIf] = STATE(1687), + [sym__prepend] = STATE(1687), + [sym__prependOnce] = STATE(1687), + [sym_conditional] = STATE(87), + [sym_conditional_keyword] = STATE(87), + [sym__if] = STATE(1688), + [sym__unless] = STATE(1688), + [sym__isset] = STATE(1688), + [sym__empty] = STATE(1688), + [sym__auth] = STATE(1688), + [sym__guest] = STATE(1688), + [sym__production] = STATE(1688), + [sym__env] = STATE(1688), + [sym__hasSection] = STATE(1688), + [sym__sectionMissing] = STATE(1688), + [sym__error] = STATE(1688), + [sym_authorization] = STATE(1688), + [sym__can] = STATE(1689), + [sym__cannot] = STATE(1689), + [sym__canany] = STATE(1689), + [sym__feature] = STATE(1688), + [sym__custom] = STATE(1688), + [sym_switch] = STATE(87), + [sym_loop] = STATE(87), + [sym_loop_operator] = STATE(87), + [sym__for] = STATE(1690), + [sym__foreach] = STATE(1690), + [sym__forelse] = STATE(1690), + [sym__while] = STATE(1690), + [sym_envoy] = STATE(87), + [sym__setup] = STATE(1686), + [sym__task] = STATE(1691), + [sym__story] = STATE(1691), + [sym__hooks] = STATE(1686), + [sym__before] = STATE(1686), + [sym__after] = STATE(1686), + [sym__envoy_error] = STATE(1686), + [sym__success] = STATE(1686), + [sym__finished] = STATE(1686), + [sym_livewire] = STATE(87), + [sym__persist] = STATE(1692), + [sym__teleport] = STATE(1692), + [sym__volt] = STATE(1692), + [sym_text] = STATE(87), + [sym__text] = STATE(685), + [aux_sym__if_statement_directive_body_repeat1] = STATE(87), + [aux_sym_php_only_repeat1] = STATE(685), + [sym_comment] = ACTIONS(1647), + [aux_sym_keyword_token1] = ACTIONS(1650), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1653), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1656), + [anon_sym_ATphp] = ACTIONS(1659), + [anon_sym_ATjs] = ACTIONS(1662), + [aux_sym_attribute_token1] = ACTIONS(1665), + [aux_sym__inline_directive_token1] = ACTIONS(1668), + [aux_sym__inline_directive_token2] = ACTIONS(1671), + [anon_sym_ATuse] = ACTIONS(1674), + [anon_sym_ATfragment] = ACTIONS(1677), + [anon_sym_ATsection] = ACTIONS(1680), + [anon_sym_ATonce] = ACTIONS(1683), + [anon_sym_ATverbatim] = ACTIONS(1686), + [anon_sym_ATpush] = ACTIONS(1689), + [anon_sym_ATpushOnce] = ACTIONS(1692), + [anon_sym_ATpushIf] = ACTIONS(1695), + [anon_sym_ATprepend] = ACTIONS(1698), + [anon_sym_ATprependOnce] = ACTIONS(1701), + [anon_sym_ATelse] = ACTIONS(1704), + [aux_sym_conditional_keyword_token1] = ACTIONS(1707), + [anon_sym_ATif] = ACTIONS(1710), + [anon_sym_ATunless] = ACTIONS(1713), + [anon_sym_ATisset] = ACTIONS(1716), + [anon_sym_ATempty] = ACTIONS(1719), + [anon_sym_ATauth] = ACTIONS(1722), + [anon_sym_ATguest] = ACTIONS(1725), + [anon_sym_ATproduction] = ACTIONS(1728), + [anon_sym_ATenv] = ACTIONS(1731), + [anon_sym_ATendenv] = ACTIONS(675), + [anon_sym_AThasSection] = ACTIONS(1734), + [anon_sym_ATsectionMissing] = ACTIONS(1737), + [anon_sym_ATerror] = ACTIONS(1740), + [anon_sym_ATcan] = ACTIONS(1743), + [anon_sym_ATcannot] = ACTIONS(1746), + [anon_sym_ATcanany] = ACTIONS(1749), + [anon_sym_ATfeature] = ACTIONS(1752), + [aux_sym__custom_token1] = ACTIONS(1755), + [aux_sym__custom_token2] = ACTIONS(1758), + [anon_sym_ATswitch] = ACTIONS(1761), + [aux_sym_loop_operator_token1] = ACTIONS(1764), + [anon_sym_ATfor] = ACTIONS(1767), + [anon_sym_ATforeach] = ACTIONS(1770), + [anon_sym_ATforelse] = ACTIONS(1773), + [anon_sym_ATwhile] = ACTIONS(1776), + [anon_sym_ATsetup] = ACTIONS(1779), + [anon_sym_ATtask] = ACTIONS(1782), + [anon_sym_ATstory] = ACTIONS(1785), + [anon_sym_ATbefore] = ACTIONS(1788), + [anon_sym_ATafter] = ACTIONS(1791), + [anon_sym_ATsuccess] = ACTIONS(1794), + [anon_sym_ATfinished] = ACTIONS(1797), + [anon_sym_ATpersist] = ACTIONS(1800), + [anon_sym_ATteleport] = ACTIONS(1803), + [anon_sym_ATvolt] = ACTIONS(1806), + [aux_sym__text_token1] = ACTIONS(1809), + [aux_sym__text_token2] = ACTIONS(1809), + [aux_sym__text_token3] = ACTIONS(1812), + }, + [88] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -36664,117 +38008,373 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(1815), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [89] = { + [sym__definition] = STATE(109), + [sym_keyword] = STATE(109), + [sym_php_statement] = STATE(109), + [sym__escaped] = STATE(1319), + [sym__unescaped] = STATE(1319), + [sym__raw] = STATE(1319), + [sym__inline_raw] = STATE(1319), + [sym__multi_line_raw] = STATE(1319), + [sym__js] = STATE(1319), + [sym_attribute] = STATE(109), + [sym__inline_directive] = STATE(109), + [sym__use] = STATE(109), + [sym__nested_directive] = STATE(109), + [sym_fragment] = STATE(109), + [sym_section] = STATE(109), + [sym_inlineSection] = STATE(109), + [sym_once] = STATE(109), + [sym_verbatim] = STATE(109), + [sym_stack] = STATE(109), + [sym__push] = STATE(1320), + [sym__pushOnce] = STATE(1320), + [sym__pushIf] = STATE(1320), + [sym__prepend] = STATE(1320), + [sym__prependOnce] = STATE(1320), + [sym_conditional] = STATE(109), + [sym_conditional_keyword] = STATE(109), + [sym__if] = STATE(1321), + [sym__unless] = STATE(1321), + [sym__isset] = STATE(1321), + [sym__empty] = STATE(1321), + [sym__auth] = STATE(1321), + [sym__guest] = STATE(1321), + [sym__production] = STATE(1321), + [sym__env] = STATE(1321), + [sym__hasSection] = STATE(1321), + [sym__sectionMissing] = STATE(1321), + [sym__error] = STATE(1321), + [sym_authorization] = STATE(1321), + [sym__can] = STATE(1322), + [sym__cannot] = STATE(1322), + [sym__canany] = STATE(1322), + [sym__feature] = STATE(1321), + [sym__custom] = STATE(1321), + [sym_switch] = STATE(109), + [sym_loop] = STATE(109), + [sym_loop_operator] = STATE(109), + [sym__for] = STATE(1323), + [sym__foreach] = STATE(1323), + [sym__forelse] = STATE(1323), + [sym__while] = STATE(1323), + [sym_envoy] = STATE(109), + [sym__setup] = STATE(1319), + [sym__task] = STATE(1324), + [sym__story] = STATE(1324), + [sym__hooks] = STATE(1319), + [sym__before] = STATE(1319), + [sym__after] = STATE(1319), + [sym__envoy_error] = STATE(1319), + [sym__success] = STATE(1319), + [sym__finished] = STATE(1319), + [sym_livewire] = STATE(109), + [sym__persist] = STATE(1325), + [sym__teleport] = STATE(1325), + [sym__volt] = STATE(1325), + [sym_text] = STATE(109), + [sym__text] = STATE(721), + [aux_sym__if_statement_directive_body_repeat1] = STATE(109), + [aux_sym_php_only_repeat1] = STATE(721), + [sym_comment] = ACTIONS(1817), + [aux_sym_keyword_token1] = ACTIONS(1819), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1821), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1823), + [anon_sym_ATphp] = ACTIONS(1825), + [anon_sym_ATjs] = ACTIONS(1827), + [aux_sym_attribute_token1] = ACTIONS(1829), + [aux_sym__inline_directive_token1] = ACTIONS(1831), + [aux_sym__inline_directive_token2] = ACTIONS(1833), + [anon_sym_ATuse] = ACTIONS(1835), + [anon_sym_ATfragment] = ACTIONS(1837), + [anon_sym_ATsection] = ACTIONS(1839), + [anon_sym_ATonce] = ACTIONS(1841), + [anon_sym_ATverbatim] = ACTIONS(1843), + [anon_sym_ATpush] = ACTIONS(1845), + [anon_sym_ATpushOnce] = ACTIONS(1847), + [anon_sym_ATpushIf] = ACTIONS(1849), + [anon_sym_ATprepend] = ACTIONS(1851), + [anon_sym_ATprependOnce] = ACTIONS(1853), + [anon_sym_ATelse] = ACTIONS(1855), + [aux_sym_conditional_keyword_token1] = ACTIONS(1857), + [anon_sym_ATif] = ACTIONS(1859), + [anon_sym_ATendif] = ACTIONS(527), + [anon_sym_ATunless] = ACTIONS(1861), + [anon_sym_ATisset] = ACTIONS(1863), + [anon_sym_ATempty] = ACTIONS(1865), + [anon_sym_ATauth] = ACTIONS(1867), + [anon_sym_ATguest] = ACTIONS(1869), + [anon_sym_ATproduction] = ACTIONS(1871), + [anon_sym_ATenv] = ACTIONS(1873), + [anon_sym_AThasSection] = ACTIONS(1875), + [anon_sym_ATsectionMissing] = ACTIONS(1877), + [anon_sym_ATerror] = ACTIONS(1879), + [anon_sym_ATcan] = ACTIONS(1881), + [anon_sym_ATcannot] = ACTIONS(1883), + [anon_sym_ATcanany] = ACTIONS(1885), + [anon_sym_ATfeature] = ACTIONS(1887), + [aux_sym__custom_token1] = ACTIONS(1889), + [aux_sym__custom_token2] = ACTIONS(1891), + [anon_sym_ATswitch] = ACTIONS(1893), + [aux_sym_loop_operator_token1] = ACTIONS(1895), + [anon_sym_ATfor] = ACTIONS(1897), + [anon_sym_ATforeach] = ACTIONS(1899), + [anon_sym_ATforelse] = ACTIONS(1901), + [anon_sym_ATwhile] = ACTIONS(1903), + [anon_sym_ATsetup] = ACTIONS(1905), + [anon_sym_ATtask] = ACTIONS(1907), + [anon_sym_ATstory] = ACTIONS(1909), + [anon_sym_ATbefore] = ACTIONS(1911), + [anon_sym_ATafter] = ACTIONS(1913), + [anon_sym_ATsuccess] = ACTIONS(1915), + [anon_sym_ATfinished] = ACTIONS(1917), + [anon_sym_ATpersist] = ACTIONS(1919), + [anon_sym_ATteleport] = ACTIONS(1921), + [anon_sym_ATvolt] = ACTIONS(1923), + [aux_sym__text_token1] = ACTIONS(1925), + [aux_sym__text_token2] = ACTIONS(1925), + [aux_sym__text_token3] = ACTIONS(1927), + }, + [90] = { + [sym__definition] = STATE(99), + [sym_keyword] = STATE(99), + [sym_php_statement] = STATE(99), + [sym__escaped] = STATE(1862), + [sym__unescaped] = STATE(1862), + [sym__raw] = STATE(1862), + [sym__inline_raw] = STATE(1862), + [sym__multi_line_raw] = STATE(1862), + [sym__js] = STATE(1862), + [sym_attribute] = STATE(99), + [sym__inline_directive] = STATE(99), + [sym__use] = STATE(99), + [sym__nested_directive] = STATE(99), + [sym_fragment] = STATE(99), + [sym_section] = STATE(99), + [sym_inlineSection] = STATE(99), + [sym_once] = STATE(99), + [sym_verbatim] = STATE(99), + [sym_stack] = STATE(99), + [sym__push] = STATE(1863), + [sym__pushOnce] = STATE(1863), + [sym__pushIf] = STATE(1863), + [sym__prepend] = STATE(1863), + [sym__prependOnce] = STATE(1863), + [sym_conditional] = STATE(99), + [sym_conditional_keyword] = STATE(99), + [sym__if] = STATE(1864), + [sym__unless] = STATE(1864), + [sym__isset] = STATE(1864), + [sym__empty] = STATE(1864), + [sym__auth] = STATE(1864), + [sym__guest] = STATE(1864), + [sym__production] = STATE(1864), + [sym__env] = STATE(1864), + [sym__hasSection] = STATE(1864), + [sym__sectionMissing] = STATE(1864), + [sym__error] = STATE(1864), + [sym_authorization] = STATE(1864), + [sym__can] = STATE(1865), + [sym__cannot] = STATE(1865), + [sym__canany] = STATE(1865), + [sym__feature] = STATE(1864), + [sym__custom] = STATE(1864), + [sym_switch] = STATE(99), + [sym_loop] = STATE(99), + [sym_loop_operator] = STATE(99), + [sym__for] = STATE(1866), + [sym__foreach] = STATE(1866), + [sym__forelse] = STATE(1866), + [sym__while] = STATE(1866), + [sym_envoy] = STATE(99), + [sym__setup] = STATE(1862), + [sym__task] = STATE(1867), + [sym__story] = STATE(1867), + [sym__hooks] = STATE(1862), + [sym__before] = STATE(1862), + [sym__after] = STATE(1862), + [sym__envoy_error] = STATE(1862), + [sym__success] = STATE(1862), + [sym__finished] = STATE(1862), + [sym_livewire] = STATE(99), + [sym__persist] = STATE(1868), + [sym__teleport] = STATE(1868), + [sym__volt] = STATE(1868), + [sym_text] = STATE(99), [sym__text] = STATE(702), + [aux_sym__if_statement_directive_body_repeat1] = STATE(99), [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(685), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_comment] = ACTIONS(1929), + [aux_sym_keyword_token1] = ACTIONS(1931), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1933), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1935), + [anon_sym_ATphp] = ACTIONS(1937), + [anon_sym_ATjs] = ACTIONS(1939), + [aux_sym_attribute_token1] = ACTIONS(1941), + [aux_sym__inline_directive_token1] = ACTIONS(1943), + [aux_sym__inline_directive_token2] = ACTIONS(1945), + [anon_sym_ATuse] = ACTIONS(1947), + [anon_sym_ATfragment] = ACTIONS(1949), + [anon_sym_ATsection] = ACTIONS(1951), + [anon_sym_ATonce] = ACTIONS(1953), + [anon_sym_ATverbatim] = ACTIONS(1955), + [anon_sym_ATpush] = ACTIONS(1957), + [anon_sym_ATpushOnce] = ACTIONS(1959), + [anon_sym_ATpushIf] = ACTIONS(1961), + [anon_sym_ATprepend] = ACTIONS(1963), + [anon_sym_ATprependOnce] = ACTIONS(1965), + [anon_sym_ATelse] = ACTIONS(1967), + [aux_sym_conditional_keyword_token1] = ACTIONS(1969), + [anon_sym_ATif] = ACTIONS(1971), + [anon_sym_ATunless] = ACTIONS(1973), + [anon_sym_ATisset] = ACTIONS(1975), + [anon_sym_ATempty] = ACTIONS(1977), + [anon_sym_ATauth] = ACTIONS(1979), + [anon_sym_ATguest] = ACTIONS(1981), + [anon_sym_ATproduction] = ACTIONS(1983), + [anon_sym_ATenv] = ACTIONS(1985), + [anon_sym_AThasSection] = ACTIONS(1987), + [anon_sym_ATsectionMissing] = ACTIONS(1989), + [anon_sym_ATerror] = ACTIONS(1991), + [anon_sym_ATcan] = ACTIONS(1993), + [anon_sym_ATendcan] = ACTIONS(571), + [anon_sym_ATcannot] = ACTIONS(1995), + [anon_sym_ATcanany] = ACTIONS(1997), + [anon_sym_ATfeature] = ACTIONS(1999), + [aux_sym__custom_token1] = ACTIONS(2001), + [aux_sym__custom_token2] = ACTIONS(2003), + [anon_sym_ATswitch] = ACTIONS(2005), + [aux_sym_loop_operator_token1] = ACTIONS(2007), + [anon_sym_ATfor] = ACTIONS(2009), + [anon_sym_ATforeach] = ACTIONS(2011), + [anon_sym_ATforelse] = ACTIONS(2013), + [anon_sym_ATwhile] = ACTIONS(2015), + [anon_sym_ATsetup] = ACTIONS(2017), + [anon_sym_ATtask] = ACTIONS(2019), + [anon_sym_ATstory] = ACTIONS(2021), + [anon_sym_ATbefore] = ACTIONS(2023), + [anon_sym_ATafter] = ACTIONS(2025), + [anon_sym_ATsuccess] = ACTIONS(2027), + [anon_sym_ATfinished] = ACTIONS(2029), + [anon_sym_ATpersist] = ACTIONS(2031), + [anon_sym_ATteleport] = ACTIONS(2033), + [anon_sym_ATvolt] = ACTIONS(2035), + [aux_sym__text_token1] = ACTIONS(2037), + [aux_sym__text_token2] = ACTIONS(2037), + [aux_sym__text_token3] = ACTIONS(2039), }, - [79] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [91] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -36792,501 +38392,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(687), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [80] = { - [sym__definition] = STATE(120), - [sym_keyword] = STATE(120), - [sym_php_statement] = STATE(120), - [sym__escaped] = STATE(1931), - [sym__unescaped] = STATE(1931), - [sym__raw] = STATE(1931), - [sym__inline_raw] = STATE(1931), - [sym__multi_line_raw] = STATE(1931), - [sym__js] = STATE(1931), - [sym_attribute] = STATE(120), - [sym__inline_directive] = STATE(120), - [sym__use] = STATE(120), - [sym__nested_directive] = STATE(120), - [sym_fragment] = STATE(120), - [sym_section] = STATE(120), - [sym_inlineSection] = STATE(120), - [sym_once] = STATE(120), - [sym_verbatim] = STATE(120), - [sym_stack] = STATE(120), - [sym__push] = STATE(1932), - [sym__pushOnce] = STATE(1932), - [sym__pushIf] = STATE(1932), - [sym__prepend] = STATE(1932), - [sym__prependOnce] = STATE(1932), - [sym_conditional] = STATE(120), - [sym_conditional_keyword] = STATE(120), - [sym__if] = STATE(1933), - [sym__unless] = STATE(1933), - [sym__isset] = STATE(1933), - [sym__empty] = STATE(1933), - [sym__auth] = STATE(1933), - [sym__guest] = STATE(1933), - [sym__production] = STATE(1933), - [sym__env] = STATE(1933), - [sym__hasSection] = STATE(1933), - [sym__sectionMissing] = STATE(1933), - [sym__error] = STATE(1933), - [sym_authorization] = STATE(1933), - [sym__can] = STATE(1934), - [sym__cannot] = STATE(1934), - [sym__canany] = STATE(1934), - [sym__feature] = STATE(1933), - [sym__custom] = STATE(1933), - [sym_switch] = STATE(120), - [sym_loop] = STATE(120), - [sym_loop_operator] = STATE(120), - [sym__for] = STATE(1935), - [sym__foreach] = STATE(1935), - [sym__forelse] = STATE(1935), - [sym__while] = STATE(1935), - [sym_envoy] = STATE(120), - [sym__setup] = STATE(1931), - [sym__task] = STATE(1936), - [sym__story] = STATE(1936), - [sym__hooks] = STATE(1931), - [sym__before] = STATE(1931), - [sym__after] = STATE(1931), - [sym__envoy_error] = STATE(1931), - [sym__success] = STATE(1931), - [sym__finished] = STATE(1931), - [sym_livewire] = STATE(120), - [sym__persist] = STATE(1937), - [sym__teleport] = STATE(1937), - [sym__volt] = STATE(1937), - [sym_text] = STATE(120), - [sym__text] = STATE(707), - [aux_sym__if_statement_directive_body_repeat1] = STATE(120), - [aux_sym_php_only_repeat1] = STATE(707), - [sym_comment] = ACTIONS(689), - [aux_sym_keyword_token1] = ACTIONS(573), - [anon_sym_LBRACE_LBRACE] = ACTIONS(575), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(577), - [anon_sym_ATphp] = ACTIONS(579), - [anon_sym_ATjs] = ACTIONS(581), - [aux_sym_attribute_token1] = ACTIONS(583), - [aux_sym__inline_directive_token1] = ACTIONS(585), - [aux_sym__inline_directive_token2] = ACTIONS(587), - [anon_sym_ATuse] = ACTIONS(589), - [anon_sym_ATfragment] = ACTIONS(591), - [anon_sym_ATsection] = ACTIONS(593), - [anon_sym_ATonce] = ACTIONS(595), - [anon_sym_ATverbatim] = ACTIONS(597), - [anon_sym_ATpush] = ACTIONS(599), - [anon_sym_ATpushOnce] = ACTIONS(601), - [anon_sym_ATpushIf] = ACTIONS(603), - [anon_sym_ATprepend] = ACTIONS(605), - [anon_sym_ATprependOnce] = ACTIONS(607), - [anon_sym_ATelse] = ACTIONS(609), - [aux_sym_conditional_keyword_token1] = ACTIONS(611), - [anon_sym_ATif] = ACTIONS(613), - [anon_sym_ATunless] = ACTIONS(615), - [anon_sym_ATisset] = ACTIONS(617), - [anon_sym_ATempty] = ACTIONS(619), - [anon_sym_ATauth] = ACTIONS(621), - [anon_sym_ATguest] = ACTIONS(623), - [anon_sym_ATproduction] = ACTIONS(625), - [anon_sym_ATenv] = ACTIONS(627), - [anon_sym_AThasSection] = ACTIONS(629), - [anon_sym_ATsectionMissing] = ACTIONS(631), - [anon_sym_ATerror] = ACTIONS(633), - [anon_sym_ATcan] = ACTIONS(635), - [anon_sym_ATcannot] = ACTIONS(637), - [anon_sym_ATendcannot] = ACTIONS(691), - [anon_sym_ATcanany] = ACTIONS(639), - [anon_sym_ATfeature] = ACTIONS(641), - [aux_sym__custom_token1] = ACTIONS(643), - [aux_sym__custom_token2] = ACTIONS(645), - [anon_sym_ATswitch] = ACTIONS(647), - [aux_sym_loop_operator_token1] = ACTIONS(649), - [anon_sym_ATfor] = ACTIONS(651), - [anon_sym_ATforeach] = ACTIONS(653), - [anon_sym_ATforelse] = ACTIONS(655), - [anon_sym_ATwhile] = ACTIONS(657), - [anon_sym_ATsetup] = ACTIONS(659), - [anon_sym_ATtask] = ACTIONS(661), - [anon_sym_ATstory] = ACTIONS(663), - [anon_sym_ATbefore] = ACTIONS(665), - [anon_sym_ATafter] = ACTIONS(667), - [anon_sym_ATsuccess] = ACTIONS(669), - [anon_sym_ATfinished] = ACTIONS(671), - [anon_sym_ATpersist] = ACTIONS(673), - [anon_sym_ATteleport] = ACTIONS(675), - [anon_sym_ATvolt] = ACTIONS(677), - [aux_sym__text_token1] = ACTIONS(679), - [aux_sym__text_token2] = ACTIONS(679), - [aux_sym__text_token3] = ACTIONS(681), - }, - [81] = { - [sym__definition] = STATE(81), - [sym_keyword] = STATE(81), - [sym_php_statement] = STATE(81), - [sym__escaped] = STATE(1492), - [sym__unescaped] = STATE(1492), - [sym__raw] = STATE(1492), - [sym__inline_raw] = STATE(1492), - [sym__multi_line_raw] = STATE(1492), - [sym__js] = STATE(1492), - [sym_attribute] = STATE(81), - [sym__inline_directive] = STATE(81), - [sym__use] = STATE(81), - [sym__nested_directive] = STATE(81), - [sym_fragment] = STATE(81), - [sym_section] = STATE(81), - [sym_inlineSection] = STATE(81), - [sym_once] = STATE(81), - [sym_verbatim] = STATE(81), - [sym_stack] = STATE(81), - [sym__push] = STATE(1493), - [sym__pushOnce] = STATE(1493), - [sym__pushIf] = STATE(1493), - [sym__prepend] = STATE(1493), - [sym__prependOnce] = STATE(1493), - [sym_conditional] = STATE(81), - [sym_conditional_keyword] = STATE(81), - [sym__if] = STATE(1494), - [sym__unless] = STATE(1494), - [sym__isset] = STATE(1494), - [sym__empty] = STATE(1494), - [sym__auth] = STATE(1494), - [sym__guest] = STATE(1494), - [sym__production] = STATE(1494), - [sym__env] = STATE(1494), - [sym__hasSection] = STATE(1494), - [sym__sectionMissing] = STATE(1494), - [sym__error] = STATE(1494), - [sym_authorization] = STATE(1494), - [sym__can] = STATE(1495), - [sym__cannot] = STATE(1495), - [sym__canany] = STATE(1495), - [sym__feature] = STATE(1494), - [sym__custom] = STATE(1494), - [sym_switch] = STATE(81), - [sym_loop] = STATE(81), - [sym_loop_operator] = STATE(81), - [sym__for] = STATE(1496), - [sym__foreach] = STATE(1496), - [sym__forelse] = STATE(1496), - [sym__while] = STATE(1496), - [sym_envoy] = STATE(81), - [sym__setup] = STATE(1492), - [sym__task] = STATE(1497), - [sym__story] = STATE(1497), - [sym__hooks] = STATE(1492), - [sym__before] = STATE(1492), - [sym__after] = STATE(1492), - [sym__envoy_error] = STATE(1492), - [sym__success] = STATE(1492), - [sym__finished] = STATE(1492), - [sym_livewire] = STATE(81), - [sym__persist] = STATE(1498), - [sym__teleport] = STATE(1498), - [sym__volt] = STATE(1498), - [sym_text] = STATE(81), - [sym__text] = STATE(699), - [aux_sym__if_statement_directive_body_repeat1] = STATE(81), - [aux_sym_php_only_repeat1] = STATE(699), - [sym_comment] = ACTIONS(693), - [aux_sym_keyword_token1] = ACTIONS(696), - [anon_sym_LBRACE_LBRACE] = ACTIONS(699), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(702), - [anon_sym_ATphp] = ACTIONS(705), - [anon_sym_ATjs] = ACTIONS(708), - [aux_sym_attribute_token1] = ACTIONS(711), - [aux_sym__inline_directive_token1] = ACTIONS(714), - [aux_sym__inline_directive_token2] = ACTIONS(717), - [anon_sym_ATuse] = ACTIONS(720), - [anon_sym_ATfragment] = ACTIONS(723), - [anon_sym_ATsection] = ACTIONS(726), - [anon_sym_ATonce] = ACTIONS(729), - [anon_sym_ATverbatim] = ACTIONS(732), - [anon_sym_ATpush] = ACTIONS(735), - [anon_sym_ATpushOnce] = ACTIONS(738), - [anon_sym_ATpushIf] = ACTIONS(741), - [anon_sym_ATprepend] = ACTIONS(744), - [anon_sym_ATprependOnce] = ACTIONS(747), - [anon_sym_ATelse] = ACTIONS(750), - [aux_sym_conditional_keyword_token1] = ACTIONS(753), - [anon_sym_ATif] = ACTIONS(756), - [anon_sym_ATunless] = ACTIONS(759), - [anon_sym_ATisset] = ACTIONS(762), - [anon_sym_ATendisset] = ACTIONS(765), - [anon_sym_ATempty] = ACTIONS(767), - [anon_sym_ATauth] = ACTIONS(770), - [anon_sym_ATguest] = ACTIONS(773), - [anon_sym_ATproduction] = ACTIONS(776), - [anon_sym_ATenv] = ACTIONS(779), - [anon_sym_AThasSection] = ACTIONS(782), - [anon_sym_ATsectionMissing] = ACTIONS(785), - [anon_sym_ATerror] = ACTIONS(788), - [anon_sym_ATcan] = ACTIONS(791), - [anon_sym_ATcannot] = ACTIONS(794), - [anon_sym_ATcanany] = ACTIONS(797), - [anon_sym_ATfeature] = ACTIONS(800), - [aux_sym__custom_token1] = ACTIONS(803), - [aux_sym__custom_token2] = ACTIONS(806), - [anon_sym_ATswitch] = ACTIONS(809), - [aux_sym_loop_operator_token1] = ACTIONS(812), - [anon_sym_ATfor] = ACTIONS(815), - [anon_sym_ATforeach] = ACTIONS(818), - [anon_sym_ATforelse] = ACTIONS(821), - [anon_sym_ATwhile] = ACTIONS(824), - [anon_sym_ATsetup] = ACTIONS(827), - [anon_sym_ATtask] = ACTIONS(830), - [anon_sym_ATstory] = ACTIONS(833), - [anon_sym_ATbefore] = ACTIONS(836), - [anon_sym_ATafter] = ACTIONS(839), - [anon_sym_ATsuccess] = ACTIONS(842), - [anon_sym_ATfinished] = ACTIONS(845), - [anon_sym_ATpersist] = ACTIONS(848), - [anon_sym_ATteleport] = ACTIONS(851), - [anon_sym_ATvolt] = ACTIONS(854), - [aux_sym__text_token1] = ACTIONS(857), - [aux_sym__text_token2] = ACTIONS(857), - [aux_sym__text_token3] = ACTIONS(860), - }, - [82] = { - [sym__definition] = STATE(82), - [sym_keyword] = STATE(82), - [sym_php_statement] = STATE(82), - [sym__escaped] = STATE(1757), - [sym__unescaped] = STATE(1757), - [sym__raw] = STATE(1757), - [sym__inline_raw] = STATE(1757), - [sym__multi_line_raw] = STATE(1757), - [sym__js] = STATE(1757), - [sym_attribute] = STATE(82), - [sym__inline_directive] = STATE(82), - [sym__use] = STATE(82), - [sym__nested_directive] = STATE(82), - [sym_fragment] = STATE(82), - [sym_section] = STATE(82), - [sym_inlineSection] = STATE(82), - [sym_once] = STATE(82), - [sym_verbatim] = STATE(82), - [sym_stack] = STATE(82), - [sym__push] = STATE(1758), - [sym__pushOnce] = STATE(1758), - [sym__pushIf] = STATE(1758), - [sym__prepend] = STATE(1758), - [sym__prependOnce] = STATE(1758), - [sym_conditional] = STATE(82), - [sym_conditional_keyword] = STATE(82), - [sym__if] = STATE(1759), - [sym__unless] = STATE(1759), - [sym__isset] = STATE(1759), - [sym__empty] = STATE(1759), - [sym__auth] = STATE(1759), - [sym__guest] = STATE(1759), - [sym__production] = STATE(1759), - [sym__env] = STATE(1759), - [sym__hasSection] = STATE(1759), - [sym__sectionMissing] = STATE(1759), - [sym__error] = STATE(1759), - [sym_authorization] = STATE(1759), - [sym__can] = STATE(1760), - [sym__cannot] = STATE(1760), - [sym__canany] = STATE(1760), - [sym__feature] = STATE(1759), - [sym__custom] = STATE(1759), - [sym_switch] = STATE(82), - [sym_loop] = STATE(82), - [sym_loop_operator] = STATE(82), - [sym__for] = STATE(1761), - [sym__foreach] = STATE(1761), - [sym__forelse] = STATE(1761), - [sym__while] = STATE(1761), - [sym_envoy] = STATE(82), - [sym__setup] = STATE(1757), - [sym__task] = STATE(1762), - [sym__story] = STATE(1762), - [sym__hooks] = STATE(1757), - [sym__before] = STATE(1757), - [sym__after] = STATE(1757), - [sym__envoy_error] = STATE(1757), - [sym__success] = STATE(1757), - [sym__finished] = STATE(1757), - [sym_livewire] = STATE(82), - [sym__persist] = STATE(1763), - [sym__teleport] = STATE(1763), - [sym__volt] = STATE(1763), - [sym_text] = STATE(82), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), [sym__text] = STATE(704), - [aux_sym__if_statement_directive_body_repeat1] = STATE(82), [aux_sym_php_only_repeat1] = STATE(704), - [sym_comment] = ACTIONS(863), - [aux_sym_keyword_token1] = ACTIONS(866), - [anon_sym_LBRACE_LBRACE] = ACTIONS(869), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(872), - [anon_sym_ATphp] = ACTIONS(875), - [anon_sym_ATjs] = ACTIONS(878), - [aux_sym_attribute_token1] = ACTIONS(881), - [aux_sym__inline_directive_token1] = ACTIONS(884), - [aux_sym__inline_directive_token2] = ACTIONS(887), - [anon_sym_ATuse] = ACTIONS(890), - [anon_sym_ATfragment] = ACTIONS(893), - [anon_sym_ATsection] = ACTIONS(896), - [anon_sym_ATonce] = ACTIONS(899), - [anon_sym_ATverbatim] = ACTIONS(902), - [anon_sym_ATpush] = ACTIONS(905), - [anon_sym_ATpushOnce] = ACTIONS(908), - [anon_sym_ATpushIf] = ACTIONS(911), - [anon_sym_ATprepend] = ACTIONS(914), - [anon_sym_ATprependOnce] = ACTIONS(917), - [anon_sym_ATelse] = ACTIONS(920), - [aux_sym_conditional_keyword_token1] = ACTIONS(923), - [anon_sym_ATif] = ACTIONS(926), - [anon_sym_ATunless] = ACTIONS(929), - [anon_sym_ATisset] = ACTIONS(932), - [anon_sym_ATempty] = ACTIONS(935), - [anon_sym_ATauth] = ACTIONS(938), - [anon_sym_ATguest] = ACTIONS(941), - [anon_sym_ATproduction] = ACTIONS(944), - [anon_sym_ATenv] = ACTIONS(947), - [anon_sym_AThasSection] = ACTIONS(950), - [anon_sym_ATsectionMissing] = ACTIONS(953), - [anon_sym_ATerror] = ACTIONS(956), - [anon_sym_ATenderror] = ACTIONS(765), - [anon_sym_ATcan] = ACTIONS(959), - [anon_sym_ATcannot] = ACTIONS(962), - [anon_sym_ATcanany] = ACTIONS(965), - [anon_sym_ATfeature] = ACTIONS(968), - [aux_sym__custom_token1] = ACTIONS(971), - [aux_sym__custom_token2] = ACTIONS(974), - [anon_sym_ATswitch] = ACTIONS(977), - [aux_sym_loop_operator_token1] = ACTIONS(980), - [anon_sym_ATfor] = ACTIONS(983), - [anon_sym_ATforeach] = ACTIONS(986), - [anon_sym_ATforelse] = ACTIONS(989), - [anon_sym_ATwhile] = ACTIONS(992), - [anon_sym_ATsetup] = ACTIONS(995), - [anon_sym_ATtask] = ACTIONS(998), - [anon_sym_ATstory] = ACTIONS(1001), - [anon_sym_ATbefore] = ACTIONS(1004), - [anon_sym_ATafter] = ACTIONS(1007), - [anon_sym_ATsuccess] = ACTIONS(1010), - [anon_sym_ATfinished] = ACTIONS(1013), - [anon_sym_ATpersist] = ACTIONS(1016), - [anon_sym_ATteleport] = ACTIONS(1019), - [anon_sym_ATvolt] = ACTIONS(1022), - [aux_sym__text_token1] = ACTIONS(1025), - [aux_sym__text_token2] = ACTIONS(1025), - [aux_sym__text_token3] = ACTIONS(1028), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2041), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [83] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [92] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -37304,245 +38520,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1031), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [84] = { - [sym__definition] = STATE(107), - [sym_keyword] = STATE(107), - [sym_php_statement] = STATE(107), - [sym__escaped] = STATE(1670), - [sym__unescaped] = STATE(1670), - [sym__raw] = STATE(1670), - [sym__inline_raw] = STATE(1670), - [sym__multi_line_raw] = STATE(1670), - [sym__js] = STATE(1670), - [sym_attribute] = STATE(107), - [sym__inline_directive] = STATE(107), - [sym__use] = STATE(107), - [sym__nested_directive] = STATE(107), - [sym_fragment] = STATE(107), - [sym_section] = STATE(107), - [sym_inlineSection] = STATE(107), - [sym_once] = STATE(107), - [sym_verbatim] = STATE(107), - [sym_stack] = STATE(107), - [sym__push] = STATE(1671), - [sym__pushOnce] = STATE(1671), - [sym__pushIf] = STATE(1671), - [sym__prepend] = STATE(1671), - [sym__prependOnce] = STATE(1671), - [sym_conditional] = STATE(107), - [sym_conditional_keyword] = STATE(107), - [sym__if] = STATE(1672), - [sym__unless] = STATE(1672), - [sym__isset] = STATE(1672), - [sym__empty] = STATE(1672), - [sym__auth] = STATE(1672), - [sym__guest] = STATE(1672), - [sym__production] = STATE(1672), - [sym__env] = STATE(1672), - [sym__hasSection] = STATE(1672), - [sym__sectionMissing] = STATE(1672), - [sym__error] = STATE(1672), - [sym_authorization] = STATE(1672), - [sym__can] = STATE(1673), - [sym__cannot] = STATE(1673), - [sym__canany] = STATE(1673), - [sym__feature] = STATE(1672), - [sym__custom] = STATE(1672), - [sym_switch] = STATE(107), - [sym_loop] = STATE(107), - [sym_loop_operator] = STATE(107), - [sym__for] = STATE(1674), - [sym__foreach] = STATE(1674), - [sym__forelse] = STATE(1674), - [sym__while] = STATE(1674), - [sym_envoy] = STATE(107), - [sym__setup] = STATE(1670), - [sym__task] = STATE(1675), - [sym__story] = STATE(1675), - [sym__hooks] = STATE(1670), - [sym__before] = STATE(1670), - [sym__after] = STATE(1670), - [sym__envoy_error] = STATE(1670), - [sym__success] = STATE(1670), - [sym__finished] = STATE(1670), - [sym_livewire] = STATE(107), - [sym__persist] = STATE(1676), - [sym__teleport] = STATE(1676), - [sym__volt] = STATE(1676), - [sym_text] = STATE(107), - [sym__text] = STATE(674), - [aux_sym__if_statement_directive_body_repeat1] = STATE(107), - [aux_sym_php_only_repeat1] = STATE(674), - [sym_comment] = ACTIONS(1033), - [aux_sym_keyword_token1] = ACTIONS(1035), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1037), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1039), - [anon_sym_ATphp] = ACTIONS(1041), - [anon_sym_ATjs] = ACTIONS(1043), - [aux_sym_attribute_token1] = ACTIONS(1045), - [aux_sym__inline_directive_token1] = ACTIONS(1047), - [aux_sym__inline_directive_token2] = ACTIONS(1049), - [anon_sym_ATuse] = ACTIONS(1051), - [anon_sym_ATfragment] = ACTIONS(1053), - [anon_sym_ATsection] = ACTIONS(1055), - [anon_sym_ATonce] = ACTIONS(1057), - [anon_sym_ATverbatim] = ACTIONS(1059), - [anon_sym_ATpush] = ACTIONS(1061), - [anon_sym_ATpushOnce] = ACTIONS(1063), - [anon_sym_ATpushIf] = ACTIONS(1065), - [anon_sym_ATprepend] = ACTIONS(1067), - [anon_sym_ATprependOnce] = ACTIONS(1069), - [anon_sym_ATelse] = ACTIONS(1071), - [aux_sym_conditional_keyword_token1] = ACTIONS(1073), - [anon_sym_ATif] = ACTIONS(1075), - [anon_sym_ATunless] = ACTIONS(1077), - [anon_sym_ATisset] = ACTIONS(1079), - [anon_sym_ATempty] = ACTIONS(1081), - [anon_sym_ATauth] = ACTIONS(1083), - [anon_sym_ATguest] = ACTIONS(1085), - [anon_sym_ATproduction] = ACTIONS(1087), - [anon_sym_ATenv] = ACTIONS(1089), - [anon_sym_ATendenv] = ACTIONS(691), - [anon_sym_AThasSection] = ACTIONS(1091), - [anon_sym_ATsectionMissing] = ACTIONS(1093), - [anon_sym_ATerror] = ACTIONS(1095), - [anon_sym_ATcan] = ACTIONS(1097), - [anon_sym_ATcannot] = ACTIONS(1099), - [anon_sym_ATcanany] = ACTIONS(1101), - [anon_sym_ATfeature] = ACTIONS(1103), - [aux_sym__custom_token1] = ACTIONS(1105), - [aux_sym__custom_token2] = ACTIONS(1107), - [anon_sym_ATswitch] = ACTIONS(1109), - [aux_sym_loop_operator_token1] = ACTIONS(1111), - [anon_sym_ATfor] = ACTIONS(1113), - [anon_sym_ATforeach] = ACTIONS(1115), - [anon_sym_ATforelse] = ACTIONS(1117), - [anon_sym_ATwhile] = ACTIONS(1119), - [anon_sym_ATsetup] = ACTIONS(1121), - [anon_sym_ATtask] = ACTIONS(1123), - [anon_sym_ATstory] = ACTIONS(1125), - [anon_sym_ATbefore] = ACTIONS(1127), - [anon_sym_ATafter] = ACTIONS(1129), - [anon_sym_ATsuccess] = ACTIONS(1131), - [anon_sym_ATfinished] = ACTIONS(1133), - [anon_sym_ATpersist] = ACTIONS(1135), - [anon_sym_ATteleport] = ACTIONS(1137), - [anon_sym_ATvolt] = ACTIONS(1139), - [aux_sym__text_token1] = ACTIONS(1141), - [aux_sym__text_token2] = ACTIONS(1141), - [aux_sym__text_token3] = ACTIONS(1143), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2043), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [85] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [93] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -37560,117 +38648,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1145), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2045), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [86] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), - [sym__escaped] = STATE(836), - [sym__unescaped] = STATE(836), + [94] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -37688,245 +38776,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1147), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2047), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [87] = { - [sym__definition] = STATE(84), - [sym_keyword] = STATE(84), - [sym_php_statement] = STATE(84), - [sym__escaped] = STATE(1670), - [sym__unescaped] = STATE(1670), - [sym__raw] = STATE(1670), - [sym__inline_raw] = STATE(1670), - [sym__multi_line_raw] = STATE(1670), - [sym__js] = STATE(1670), - [sym_attribute] = STATE(84), - [sym__inline_directive] = STATE(84), - [sym__use] = STATE(84), - [sym__nested_directive] = STATE(84), - [sym_fragment] = STATE(84), - [sym_section] = STATE(84), - [sym_inlineSection] = STATE(84), - [sym_once] = STATE(84), - [sym_verbatim] = STATE(84), - [sym_stack] = STATE(84), - [sym__push] = STATE(1671), - [sym__pushOnce] = STATE(1671), - [sym__pushIf] = STATE(1671), - [sym__prepend] = STATE(1671), - [sym__prependOnce] = STATE(1671), - [sym_conditional] = STATE(84), - [sym_conditional_keyword] = STATE(84), - [sym__if] = STATE(1672), - [sym__unless] = STATE(1672), - [sym__isset] = STATE(1672), - [sym__empty] = STATE(1672), - [sym__auth] = STATE(1672), - [sym__guest] = STATE(1672), - [sym__production] = STATE(1672), - [sym__env] = STATE(1672), - [sym__hasSection] = STATE(1672), - [sym__sectionMissing] = STATE(1672), - [sym__error] = STATE(1672), - [sym_authorization] = STATE(1672), - [sym__can] = STATE(1673), - [sym__cannot] = STATE(1673), - [sym__canany] = STATE(1673), - [sym__feature] = STATE(1672), - [sym__custom] = STATE(1672), - [sym_switch] = STATE(84), - [sym_loop] = STATE(84), - [sym_loop_operator] = STATE(84), - [sym__for] = STATE(1674), - [sym__foreach] = STATE(1674), - [sym__forelse] = STATE(1674), - [sym__while] = STATE(1674), - [sym_envoy] = STATE(84), - [sym__setup] = STATE(1670), - [sym__task] = STATE(1675), - [sym__story] = STATE(1675), - [sym__hooks] = STATE(1670), - [sym__before] = STATE(1670), - [sym__after] = STATE(1670), - [sym__envoy_error] = STATE(1670), - [sym__success] = STATE(1670), - [sym__finished] = STATE(1670), - [sym_livewire] = STATE(84), - [sym__persist] = STATE(1676), - [sym__teleport] = STATE(1676), - [sym__volt] = STATE(1676), - [sym_text] = STATE(84), - [sym__text] = STATE(674), - [aux_sym__if_statement_directive_body_repeat1] = STATE(84), - [aux_sym_php_only_repeat1] = STATE(674), - [sym_comment] = ACTIONS(1149), - [aux_sym_keyword_token1] = ACTIONS(1035), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1037), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1039), - [anon_sym_ATphp] = ACTIONS(1041), - [anon_sym_ATjs] = ACTIONS(1043), - [aux_sym_attribute_token1] = ACTIONS(1045), - [aux_sym__inline_directive_token1] = ACTIONS(1047), - [aux_sym__inline_directive_token2] = ACTIONS(1049), - [anon_sym_ATuse] = ACTIONS(1051), - [anon_sym_ATfragment] = ACTIONS(1053), - [anon_sym_ATsection] = ACTIONS(1055), - [anon_sym_ATonce] = ACTIONS(1057), - [anon_sym_ATverbatim] = ACTIONS(1059), - [anon_sym_ATpush] = ACTIONS(1061), - [anon_sym_ATpushOnce] = ACTIONS(1063), - [anon_sym_ATpushIf] = ACTIONS(1065), - [anon_sym_ATprepend] = ACTIONS(1067), - [anon_sym_ATprependOnce] = ACTIONS(1069), - [anon_sym_ATelse] = ACTIONS(1071), - [aux_sym_conditional_keyword_token1] = ACTIONS(1073), - [anon_sym_ATif] = ACTIONS(1075), - [anon_sym_ATunless] = ACTIONS(1077), - [anon_sym_ATisset] = ACTIONS(1079), - [anon_sym_ATempty] = ACTIONS(1081), - [anon_sym_ATauth] = ACTIONS(1083), - [anon_sym_ATguest] = ACTIONS(1085), - [anon_sym_ATproduction] = ACTIONS(1087), - [anon_sym_ATenv] = ACTIONS(1089), - [anon_sym_ATendenv] = ACTIONS(409), - [anon_sym_AThasSection] = ACTIONS(1091), - [anon_sym_ATsectionMissing] = ACTIONS(1093), - [anon_sym_ATerror] = ACTIONS(1095), - [anon_sym_ATcan] = ACTIONS(1097), - [anon_sym_ATcannot] = ACTIONS(1099), - [anon_sym_ATcanany] = ACTIONS(1101), - [anon_sym_ATfeature] = ACTIONS(1103), - [aux_sym__custom_token1] = ACTIONS(1105), - [aux_sym__custom_token2] = ACTIONS(1107), - [anon_sym_ATswitch] = ACTIONS(1109), - [aux_sym_loop_operator_token1] = ACTIONS(1111), - [anon_sym_ATfor] = ACTIONS(1113), - [anon_sym_ATforeach] = ACTIONS(1115), - [anon_sym_ATforelse] = ACTIONS(1117), - [anon_sym_ATwhile] = ACTIONS(1119), - [anon_sym_ATsetup] = ACTIONS(1121), - [anon_sym_ATtask] = ACTIONS(1123), - [anon_sym_ATstory] = ACTIONS(1125), - [anon_sym_ATbefore] = ACTIONS(1127), - [anon_sym_ATafter] = ACTIONS(1129), - [anon_sym_ATsuccess] = ACTIONS(1131), - [anon_sym_ATfinished] = ACTIONS(1133), - [anon_sym_ATpersist] = ACTIONS(1135), - [anon_sym_ATteleport] = ACTIONS(1137), - [anon_sym_ATvolt] = ACTIONS(1139), - [aux_sym__text_token1] = ACTIONS(1141), - [aux_sym__text_token2] = ACTIONS(1141), - [aux_sym__text_token3] = ACTIONS(1143), + [95] = { + [sym__definition] = STATE(118), + [sym_keyword] = STATE(118), + [sym_php_statement] = STATE(118), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(118), + [sym__inline_directive] = STATE(118), + [sym__use] = STATE(118), + [sym__nested_directive] = STATE(118), + [sym_fragment] = STATE(118), + [sym_section] = STATE(118), + [sym_inlineSection] = STATE(118), + [sym_once] = STATE(118), + [sym_verbatim] = STATE(118), + [sym_stack] = STATE(118), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(118), + [sym_conditional_keyword] = STATE(118), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(118), + [sym_loop] = STATE(118), + [sym_loop_operator] = STATE(118), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(118), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(118), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym_text] = STATE(118), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(118), + [aux_sym_php_only_repeat1] = STATE(727), + [sym_comment] = ACTIONS(2049), + [aux_sym_keyword_token1] = ACTIONS(115), + [anon_sym_LBRACE_LBRACE] = ACTIONS(117), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), + [anon_sym_ATphp] = ACTIONS(121), + [anon_sym_ATjs] = ACTIONS(123), + [aux_sym_attribute_token1] = ACTIONS(125), + [aux_sym__inline_directive_token1] = ACTIONS(127), + [aux_sym__inline_directive_token2] = ACTIONS(129), + [anon_sym_ATuse] = ACTIONS(131), + [anon_sym_ATfragment] = ACTIONS(133), + [anon_sym_ATsection] = ACTIONS(135), + [anon_sym_ATonce] = ACTIONS(137), + [anon_sym_ATverbatim] = ACTIONS(139), + [anon_sym_ATpush] = ACTIONS(141), + [anon_sym_ATpushOnce] = ACTIONS(143), + [anon_sym_ATpushIf] = ACTIONS(145), + [anon_sym_ATprepend] = ACTIONS(147), + [anon_sym_ATprependOnce] = ACTIONS(149), + [anon_sym_ATelse] = ACTIONS(151), + [aux_sym_conditional_keyword_token1] = ACTIONS(153), + [anon_sym_ATif] = ACTIONS(155), + [anon_sym_ATunless] = ACTIONS(157), + [anon_sym_ATisset] = ACTIONS(159), + [anon_sym_ATempty] = ACTIONS(161), + [anon_sym_ATauth] = ACTIONS(163), + [anon_sym_ATendauth] = ACTIONS(2051), + [anon_sym_ATguest] = ACTIONS(165), + [anon_sym_ATproduction] = ACTIONS(167), + [anon_sym_ATenv] = ACTIONS(169), + [anon_sym_AThasSection] = ACTIONS(171), + [anon_sym_ATsectionMissing] = ACTIONS(173), + [anon_sym_ATerror] = ACTIONS(175), + [anon_sym_ATcan] = ACTIONS(177), + [anon_sym_ATcannot] = ACTIONS(179), + [anon_sym_ATcanany] = ACTIONS(181), + [anon_sym_ATfeature] = ACTIONS(183), + [aux_sym__custom_token1] = ACTIONS(185), + [aux_sym__custom_token2] = ACTIONS(187), + [anon_sym_ATswitch] = ACTIONS(189), + [aux_sym_loop_operator_token1] = ACTIONS(191), + [anon_sym_ATfor] = ACTIONS(193), + [anon_sym_ATforeach] = ACTIONS(195), + [anon_sym_ATforelse] = ACTIONS(197), + [anon_sym_ATwhile] = ACTIONS(199), + [anon_sym_ATsetup] = ACTIONS(201), + [anon_sym_ATtask] = ACTIONS(203), + [anon_sym_ATstory] = ACTIONS(205), + [anon_sym_ATbefore] = ACTIONS(207), + [anon_sym_ATafter] = ACTIONS(209), + [anon_sym_ATsuccess] = ACTIONS(211), + [anon_sym_ATfinished] = ACTIONS(213), + [anon_sym_ATpersist] = ACTIONS(215), + [anon_sym_ATteleport] = ACTIONS(217), + [anon_sym_ATvolt] = ACTIONS(219), + [aux_sym__text_token1] = ACTIONS(223), + [aux_sym__text_token2] = ACTIONS(223), + [aux_sym__text_token3] = ACTIONS(225), }, - [88] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [96] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -37944,117 +39032,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1151), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2053), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [89] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [97] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -38072,245 +39160,501 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2055), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [98] = { + [sym__definition] = STATE(82), + [sym_keyword] = STATE(82), + [sym_php_statement] = STATE(82), + [sym__escaped] = STATE(1288), + [sym__unescaped] = STATE(1288), + [sym__raw] = STATE(1288), + [sym__inline_raw] = STATE(1288), + [sym__multi_line_raw] = STATE(1288), + [sym__js] = STATE(1288), + [sym_attribute] = STATE(82), + [sym__inline_directive] = STATE(82), + [sym__use] = STATE(82), + [sym__nested_directive] = STATE(82), + [sym_fragment] = STATE(82), + [sym_section] = STATE(82), + [sym_inlineSection] = STATE(82), + [sym_once] = STATE(82), + [sym_verbatim] = STATE(82), + [sym_stack] = STATE(82), + [sym__push] = STATE(1287), + [sym__pushOnce] = STATE(1287), + [sym__pushIf] = STATE(1287), + [sym__prepend] = STATE(1287), + [sym__prependOnce] = STATE(1287), + [sym_conditional] = STATE(82), + [sym_conditional_keyword] = STATE(82), + [sym__if] = STATE(1286), + [sym__unless] = STATE(1286), + [sym__isset] = STATE(1286), + [sym__empty] = STATE(1286), + [sym__auth] = STATE(1286), + [sym__guest] = STATE(1286), + [sym__production] = STATE(1286), + [sym__env] = STATE(1286), + [sym__hasSection] = STATE(1286), + [sym__sectionMissing] = STATE(1286), + [sym__error] = STATE(1286), + [sym_authorization] = STATE(1286), + [sym__can] = STATE(1285), + [sym__cannot] = STATE(1285), + [sym__canany] = STATE(1285), + [sym__feature] = STATE(1286), + [sym__custom] = STATE(1286), + [sym_switch] = STATE(82), + [sym_loop] = STATE(82), + [sym_loop_operator] = STATE(82), + [sym__for] = STATE(1284), + [sym__foreach] = STATE(1284), + [sym__forelse] = STATE(1284), + [sym__while] = STATE(1284), + [sym_envoy] = STATE(82), + [sym__setup] = STATE(1288), + [sym__task] = STATE(1283), + [sym__story] = STATE(1283), + [sym__hooks] = STATE(1288), + [sym__before] = STATE(1288), + [sym__after] = STATE(1288), + [sym__envoy_error] = STATE(1288), + [sym__success] = STATE(1288), + [sym__finished] = STATE(1288), + [sym_livewire] = STATE(82), + [sym__persist] = STATE(1282), + [sym__teleport] = STATE(1282), + [sym__volt] = STATE(1282), + [sym_text] = STATE(82), + [sym__text] = STATE(707), + [aux_sym__if_statement_directive_body_repeat1] = STATE(82), + [aux_sym_php_only_repeat1] = STATE(707), + [sym_comment] = ACTIONS(2057), + [aux_sym_keyword_token1] = ACTIONS(2059), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2061), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2063), + [anon_sym_ATphp] = ACTIONS(2065), + [anon_sym_ATjs] = ACTIONS(2067), + [aux_sym_attribute_token1] = ACTIONS(2069), + [aux_sym__inline_directive_token1] = ACTIONS(2071), + [aux_sym__inline_directive_token2] = ACTIONS(2073), + [anon_sym_ATuse] = ACTIONS(2075), + [anon_sym_ATfragment] = ACTIONS(2077), + [anon_sym_ATsection] = ACTIONS(2079), + [anon_sym_ATonce] = ACTIONS(2081), + [anon_sym_ATverbatim] = ACTIONS(2083), + [anon_sym_ATpush] = ACTIONS(2085), + [anon_sym_ATpushOnce] = ACTIONS(2087), + [anon_sym_ATpushIf] = ACTIONS(2089), + [anon_sym_ATprepend] = ACTIONS(2091), + [anon_sym_ATprependOnce] = ACTIONS(2093), + [anon_sym_ATelse] = ACTIONS(2095), + [aux_sym_conditional_keyword_token1] = ACTIONS(2097), + [anon_sym_ATif] = ACTIONS(2099), + [anon_sym_ATunless] = ACTIONS(2101), + [anon_sym_ATisset] = ACTIONS(2103), + [anon_sym_ATempty] = ACTIONS(2105), + [anon_sym_ATauth] = ACTIONS(2107), + [anon_sym_ATguest] = ACTIONS(2109), + [anon_sym_ATproduction] = ACTIONS(2111), + [anon_sym_ATenv] = ACTIONS(2113), + [anon_sym_AThasSection] = ACTIONS(2115), + [anon_sym_ATsectionMissing] = ACTIONS(2117), + [anon_sym_ATerror] = ACTIONS(2119), + [anon_sym_ATcan] = ACTIONS(2121), + [anon_sym_ATcannot] = ACTIONS(2123), + [anon_sym_ATcanany] = ACTIONS(2125), + [anon_sym_ATendcanany] = ACTIONS(571), + [anon_sym_ATfeature] = ACTIONS(2127), + [aux_sym__custom_token1] = ACTIONS(2129), + [aux_sym__custom_token2] = ACTIONS(2131), + [anon_sym_ATswitch] = ACTIONS(2133), + [aux_sym_loop_operator_token1] = ACTIONS(2135), + [anon_sym_ATfor] = ACTIONS(2137), + [anon_sym_ATforeach] = ACTIONS(2139), + [anon_sym_ATforelse] = ACTIONS(2141), + [anon_sym_ATwhile] = ACTIONS(2143), + [anon_sym_ATsetup] = ACTIONS(2145), + [anon_sym_ATtask] = ACTIONS(2147), + [anon_sym_ATstory] = ACTIONS(2149), + [anon_sym_ATbefore] = ACTIONS(2151), + [anon_sym_ATafter] = ACTIONS(2153), + [anon_sym_ATsuccess] = ACTIONS(2155), + [anon_sym_ATfinished] = ACTIONS(2157), + [anon_sym_ATpersist] = ACTIONS(2159), + [anon_sym_ATteleport] = ACTIONS(2161), + [anon_sym_ATvolt] = ACTIONS(2163), + [aux_sym__text_token1] = ACTIONS(2165), + [aux_sym__text_token2] = ACTIONS(2165), + [aux_sym__text_token3] = ACTIONS(2167), + }, + [99] = { + [sym__definition] = STATE(99), + [sym_keyword] = STATE(99), + [sym_php_statement] = STATE(99), + [sym__escaped] = STATE(1862), + [sym__unescaped] = STATE(1862), + [sym__raw] = STATE(1862), + [sym__inline_raw] = STATE(1862), + [sym__multi_line_raw] = STATE(1862), + [sym__js] = STATE(1862), + [sym_attribute] = STATE(99), + [sym__inline_directive] = STATE(99), + [sym__use] = STATE(99), + [sym__nested_directive] = STATE(99), + [sym_fragment] = STATE(99), + [sym_section] = STATE(99), + [sym_inlineSection] = STATE(99), + [sym_once] = STATE(99), + [sym_verbatim] = STATE(99), + [sym_stack] = STATE(99), + [sym__push] = STATE(1863), + [sym__pushOnce] = STATE(1863), + [sym__pushIf] = STATE(1863), + [sym__prepend] = STATE(1863), + [sym__prependOnce] = STATE(1863), + [sym_conditional] = STATE(99), + [sym_conditional_keyword] = STATE(99), + [sym__if] = STATE(1864), + [sym__unless] = STATE(1864), + [sym__isset] = STATE(1864), + [sym__empty] = STATE(1864), + [sym__auth] = STATE(1864), + [sym__guest] = STATE(1864), + [sym__production] = STATE(1864), + [sym__env] = STATE(1864), + [sym__hasSection] = STATE(1864), + [sym__sectionMissing] = STATE(1864), + [sym__error] = STATE(1864), + [sym_authorization] = STATE(1864), + [sym__can] = STATE(1865), + [sym__cannot] = STATE(1865), + [sym__canany] = STATE(1865), + [sym__feature] = STATE(1864), + [sym__custom] = STATE(1864), + [sym_switch] = STATE(99), + [sym_loop] = STATE(99), + [sym_loop_operator] = STATE(99), + [sym__for] = STATE(1866), + [sym__foreach] = STATE(1866), + [sym__forelse] = STATE(1866), + [sym__while] = STATE(1866), + [sym_envoy] = STATE(99), + [sym__setup] = STATE(1862), + [sym__task] = STATE(1867), + [sym__story] = STATE(1867), + [sym__hooks] = STATE(1862), + [sym__before] = STATE(1862), + [sym__after] = STATE(1862), + [sym__envoy_error] = STATE(1862), + [sym__success] = STATE(1862), + [sym__finished] = STATE(1862), + [sym_livewire] = STATE(99), + [sym__persist] = STATE(1868), + [sym__teleport] = STATE(1868), + [sym__volt] = STATE(1868), + [sym_text] = STATE(99), [sym__text] = STATE(702), + [aux_sym__if_statement_directive_body_repeat1] = STATE(99), [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1153), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_comment] = ACTIONS(2169), + [aux_sym_keyword_token1] = ACTIONS(2172), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2175), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2178), + [anon_sym_ATphp] = ACTIONS(2181), + [anon_sym_ATjs] = ACTIONS(2184), + [aux_sym_attribute_token1] = ACTIONS(2187), + [aux_sym__inline_directive_token1] = ACTIONS(2190), + [aux_sym__inline_directive_token2] = ACTIONS(2193), + [anon_sym_ATuse] = ACTIONS(2196), + [anon_sym_ATfragment] = ACTIONS(2199), + [anon_sym_ATsection] = ACTIONS(2202), + [anon_sym_ATonce] = ACTIONS(2205), + [anon_sym_ATverbatim] = ACTIONS(2208), + [anon_sym_ATpush] = ACTIONS(2211), + [anon_sym_ATpushOnce] = ACTIONS(2214), + [anon_sym_ATpushIf] = ACTIONS(2217), + [anon_sym_ATprepend] = ACTIONS(2220), + [anon_sym_ATprependOnce] = ACTIONS(2223), + [anon_sym_ATelse] = ACTIONS(2226), + [aux_sym_conditional_keyword_token1] = ACTIONS(2229), + [anon_sym_ATif] = ACTIONS(2232), + [anon_sym_ATunless] = ACTIONS(2235), + [anon_sym_ATisset] = ACTIONS(2238), + [anon_sym_ATempty] = ACTIONS(2241), + [anon_sym_ATauth] = ACTIONS(2244), + [anon_sym_ATguest] = ACTIONS(2247), + [anon_sym_ATproduction] = ACTIONS(2250), + [anon_sym_ATenv] = ACTIONS(2253), + [anon_sym_AThasSection] = ACTIONS(2256), + [anon_sym_ATsectionMissing] = ACTIONS(2259), + [anon_sym_ATerror] = ACTIONS(2262), + [anon_sym_ATcan] = ACTIONS(2265), + [anon_sym_ATendcan] = ACTIONS(675), + [anon_sym_ATcannot] = ACTIONS(2268), + [anon_sym_ATcanany] = ACTIONS(2271), + [anon_sym_ATfeature] = ACTIONS(2274), + [aux_sym__custom_token1] = ACTIONS(2277), + [aux_sym__custom_token2] = ACTIONS(2280), + [anon_sym_ATswitch] = ACTIONS(2283), + [aux_sym_loop_operator_token1] = ACTIONS(2286), + [anon_sym_ATfor] = ACTIONS(2289), + [anon_sym_ATforeach] = ACTIONS(2292), + [anon_sym_ATforelse] = ACTIONS(2295), + [anon_sym_ATwhile] = ACTIONS(2298), + [anon_sym_ATsetup] = ACTIONS(2301), + [anon_sym_ATtask] = ACTIONS(2304), + [anon_sym_ATstory] = ACTIONS(2307), + [anon_sym_ATbefore] = ACTIONS(2310), + [anon_sym_ATafter] = ACTIONS(2313), + [anon_sym_ATsuccess] = ACTIONS(2316), + [anon_sym_ATfinished] = ACTIONS(2319), + [anon_sym_ATpersist] = ACTIONS(2322), + [anon_sym_ATteleport] = ACTIONS(2325), + [anon_sym_ATvolt] = ACTIONS(2328), + [aux_sym__text_token1] = ACTIONS(2331), + [aux_sym__text_token2] = ACTIONS(2331), + [aux_sym__text_token3] = ACTIONS(2334), }, - [90] = { - [sym__definition] = STATE(125), - [sym_keyword] = STATE(125), - [sym_php_statement] = STATE(125), - [sym__escaped] = STATE(1307), - [sym__unescaped] = STATE(1307), - [sym__raw] = STATE(1307), - [sym__inline_raw] = STATE(1307), - [sym__multi_line_raw] = STATE(1307), - [sym__js] = STATE(1307), - [sym_attribute] = STATE(125), - [sym__inline_directive] = STATE(125), - [sym__use] = STATE(125), - [sym__nested_directive] = STATE(125), - [sym_fragment] = STATE(125), - [sym_section] = STATE(125), - [sym_inlineSection] = STATE(125), - [sym_once] = STATE(125), - [sym_verbatim] = STATE(125), - [sym_stack] = STATE(125), - [sym__push] = STATE(1308), - [sym__pushOnce] = STATE(1308), - [sym__pushIf] = STATE(1308), - [sym__prepend] = STATE(1308), - [sym__prependOnce] = STATE(1308), - [sym_conditional] = STATE(125), - [sym_conditional_keyword] = STATE(125), - [sym__if] = STATE(1309), - [sym__unless] = STATE(1309), - [sym__isset] = STATE(1309), - [sym__empty] = STATE(1309), - [sym__auth] = STATE(1309), - [sym__guest] = STATE(1309), - [sym__production] = STATE(1309), - [sym__env] = STATE(1309), - [sym__hasSection] = STATE(1309), - [sym__sectionMissing] = STATE(1309), - [sym__error] = STATE(1309), - [sym_authorization] = STATE(1309), - [sym__can] = STATE(1310), - [sym__cannot] = STATE(1310), - [sym__canany] = STATE(1310), - [sym__feature] = STATE(1309), - [sym__custom] = STATE(1309), - [sym_switch] = STATE(125), - [sym_loop] = STATE(125), - [sym_loop_operator] = STATE(125), - [sym__for] = STATE(1311), - [sym__foreach] = STATE(1311), - [sym__forelse] = STATE(1311), - [sym__while] = STATE(1311), - [sym_envoy] = STATE(125), - [sym__setup] = STATE(1307), - [sym__task] = STATE(1312), - [sym__story] = STATE(1312), - [sym__hooks] = STATE(1307), - [sym__before] = STATE(1307), - [sym__after] = STATE(1307), - [sym__envoy_error] = STATE(1307), - [sym__success] = STATE(1307), - [sym__finished] = STATE(1307), - [sym_livewire] = STATE(125), - [sym__persist] = STATE(1313), - [sym__teleport] = STATE(1313), - [sym__volt] = STATE(1313), - [sym_text] = STATE(125), - [sym__text] = STATE(726), - [aux_sym__if_statement_directive_body_repeat1] = STATE(125), - [aux_sym_php_only_repeat1] = STATE(726), - [sym_comment] = ACTIONS(1155), - [aux_sym_keyword_token1] = ACTIONS(1157), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1159), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1161), - [anon_sym_ATphp] = ACTIONS(1163), - [anon_sym_ATjs] = ACTIONS(1165), - [aux_sym_attribute_token1] = ACTIONS(1167), - [aux_sym__inline_directive_token1] = ACTIONS(1169), - [aux_sym__inline_directive_token2] = ACTIONS(1171), - [anon_sym_ATuse] = ACTIONS(1173), - [anon_sym_ATfragment] = ACTIONS(1175), - [anon_sym_ATsection] = ACTIONS(1177), - [anon_sym_ATonce] = ACTIONS(1179), - [anon_sym_ATverbatim] = ACTIONS(1181), - [anon_sym_ATpush] = ACTIONS(1183), - [anon_sym_ATpushOnce] = ACTIONS(1185), - [anon_sym_ATpushIf] = ACTIONS(1187), - [anon_sym_ATprepend] = ACTIONS(1189), - [anon_sym_ATprependOnce] = ACTIONS(1191), - [anon_sym_ATelse] = ACTIONS(1193), - [aux_sym_conditional_keyword_token1] = ACTIONS(1195), - [anon_sym_ATif] = ACTIONS(1197), - [anon_sym_ATendif] = ACTIONS(409), - [anon_sym_ATunless] = ACTIONS(1199), - [anon_sym_ATisset] = ACTIONS(1201), - [anon_sym_ATempty] = ACTIONS(1203), - [anon_sym_ATauth] = ACTIONS(1205), - [anon_sym_ATguest] = ACTIONS(1207), - [anon_sym_ATproduction] = ACTIONS(1209), - [anon_sym_ATenv] = ACTIONS(1211), - [anon_sym_AThasSection] = ACTIONS(1213), - [anon_sym_ATsectionMissing] = ACTIONS(1215), - [anon_sym_ATerror] = ACTIONS(1217), - [anon_sym_ATcan] = ACTIONS(1219), - [anon_sym_ATcannot] = ACTIONS(1221), - [anon_sym_ATcanany] = ACTIONS(1223), - [anon_sym_ATfeature] = ACTIONS(1225), - [aux_sym__custom_token1] = ACTIONS(1227), - [aux_sym__custom_token2] = ACTIONS(1229), - [anon_sym_ATswitch] = ACTIONS(1231), - [aux_sym_loop_operator_token1] = ACTIONS(1233), - [anon_sym_ATfor] = ACTIONS(1235), - [anon_sym_ATforeach] = ACTIONS(1237), - [anon_sym_ATforelse] = ACTIONS(1239), - [anon_sym_ATwhile] = ACTIONS(1241), - [anon_sym_ATsetup] = ACTIONS(1243), - [anon_sym_ATtask] = ACTIONS(1245), - [anon_sym_ATstory] = ACTIONS(1247), - [anon_sym_ATbefore] = ACTIONS(1249), - [anon_sym_ATafter] = ACTIONS(1251), - [anon_sym_ATsuccess] = ACTIONS(1253), - [anon_sym_ATfinished] = ACTIONS(1255), - [anon_sym_ATpersist] = ACTIONS(1257), - [anon_sym_ATteleport] = ACTIONS(1259), - [anon_sym_ATvolt] = ACTIONS(1261), - [aux_sym__text_token1] = ACTIONS(1263), - [aux_sym__text_token2] = ACTIONS(1263), - [aux_sym__text_token3] = ACTIONS(1265), + [100] = { + [sym__definition] = STATE(98), + [sym_keyword] = STATE(98), + [sym_php_statement] = STATE(98), + [sym__escaped] = STATE(1288), + [sym__unescaped] = STATE(1288), + [sym__raw] = STATE(1288), + [sym__inline_raw] = STATE(1288), + [sym__multi_line_raw] = STATE(1288), + [sym__js] = STATE(1288), + [sym_attribute] = STATE(98), + [sym__inline_directive] = STATE(98), + [sym__use] = STATE(98), + [sym__nested_directive] = STATE(98), + [sym_fragment] = STATE(98), + [sym_section] = STATE(98), + [sym_inlineSection] = STATE(98), + [sym_once] = STATE(98), + [sym_verbatim] = STATE(98), + [sym_stack] = STATE(98), + [sym__push] = STATE(1287), + [sym__pushOnce] = STATE(1287), + [sym__pushIf] = STATE(1287), + [sym__prepend] = STATE(1287), + [sym__prependOnce] = STATE(1287), + [sym_conditional] = STATE(98), + [sym_conditional_keyword] = STATE(98), + [sym__if] = STATE(1286), + [sym__unless] = STATE(1286), + [sym__isset] = STATE(1286), + [sym__empty] = STATE(1286), + [sym__auth] = STATE(1286), + [sym__guest] = STATE(1286), + [sym__production] = STATE(1286), + [sym__env] = STATE(1286), + [sym__hasSection] = STATE(1286), + [sym__sectionMissing] = STATE(1286), + [sym__error] = STATE(1286), + [sym_authorization] = STATE(1286), + [sym__can] = STATE(1285), + [sym__cannot] = STATE(1285), + [sym__canany] = STATE(1285), + [sym__feature] = STATE(1286), + [sym__custom] = STATE(1286), + [sym_switch] = STATE(98), + [sym_loop] = STATE(98), + [sym_loop_operator] = STATE(98), + [sym__for] = STATE(1284), + [sym__foreach] = STATE(1284), + [sym__forelse] = STATE(1284), + [sym__while] = STATE(1284), + [sym_envoy] = STATE(98), + [sym__setup] = STATE(1288), + [sym__task] = STATE(1283), + [sym__story] = STATE(1283), + [sym__hooks] = STATE(1288), + [sym__before] = STATE(1288), + [sym__after] = STATE(1288), + [sym__envoy_error] = STATE(1288), + [sym__success] = STATE(1288), + [sym__finished] = STATE(1288), + [sym_livewire] = STATE(98), + [sym__persist] = STATE(1282), + [sym__teleport] = STATE(1282), + [sym__volt] = STATE(1282), + [sym_text] = STATE(98), + [sym__text] = STATE(707), + [aux_sym__if_statement_directive_body_repeat1] = STATE(98), + [aux_sym_php_only_repeat1] = STATE(707), + [sym_comment] = ACTIONS(2337), + [aux_sym_keyword_token1] = ACTIONS(2059), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2061), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2063), + [anon_sym_ATphp] = ACTIONS(2065), + [anon_sym_ATjs] = ACTIONS(2067), + [aux_sym_attribute_token1] = ACTIONS(2069), + [aux_sym__inline_directive_token1] = ACTIONS(2071), + [aux_sym__inline_directive_token2] = ACTIONS(2073), + [anon_sym_ATuse] = ACTIONS(2075), + [anon_sym_ATfragment] = ACTIONS(2077), + [anon_sym_ATsection] = ACTIONS(2079), + [anon_sym_ATonce] = ACTIONS(2081), + [anon_sym_ATverbatim] = ACTIONS(2083), + [anon_sym_ATpush] = ACTIONS(2085), + [anon_sym_ATpushOnce] = ACTIONS(2087), + [anon_sym_ATpushIf] = ACTIONS(2089), + [anon_sym_ATprepend] = ACTIONS(2091), + [anon_sym_ATprependOnce] = ACTIONS(2093), + [anon_sym_ATelse] = ACTIONS(2095), + [aux_sym_conditional_keyword_token1] = ACTIONS(2097), + [anon_sym_ATif] = ACTIONS(2099), + [anon_sym_ATunless] = ACTIONS(2101), + [anon_sym_ATisset] = ACTIONS(2103), + [anon_sym_ATempty] = ACTIONS(2105), + [anon_sym_ATauth] = ACTIONS(2107), + [anon_sym_ATguest] = ACTIONS(2109), + [anon_sym_ATproduction] = ACTIONS(2111), + [anon_sym_ATenv] = ACTIONS(2113), + [anon_sym_AThasSection] = ACTIONS(2115), + [anon_sym_ATsectionMissing] = ACTIONS(2117), + [anon_sym_ATerror] = ACTIONS(2119), + [anon_sym_ATcan] = ACTIONS(2121), + [anon_sym_ATcannot] = ACTIONS(2123), + [anon_sym_ATcanany] = ACTIONS(2125), + [anon_sym_ATendcanany] = ACTIONS(527), + [anon_sym_ATfeature] = ACTIONS(2127), + [aux_sym__custom_token1] = ACTIONS(2129), + [aux_sym__custom_token2] = ACTIONS(2131), + [anon_sym_ATswitch] = ACTIONS(2133), + [aux_sym_loop_operator_token1] = ACTIONS(2135), + [anon_sym_ATfor] = ACTIONS(2137), + [anon_sym_ATforeach] = ACTIONS(2139), + [anon_sym_ATforelse] = ACTIONS(2141), + [anon_sym_ATwhile] = ACTIONS(2143), + [anon_sym_ATsetup] = ACTIONS(2145), + [anon_sym_ATtask] = ACTIONS(2147), + [anon_sym_ATstory] = ACTIONS(2149), + [anon_sym_ATbefore] = ACTIONS(2151), + [anon_sym_ATafter] = ACTIONS(2153), + [anon_sym_ATsuccess] = ACTIONS(2155), + [anon_sym_ATfinished] = ACTIONS(2157), + [anon_sym_ATpersist] = ACTIONS(2159), + [anon_sym_ATteleport] = ACTIONS(2161), + [anon_sym_ATvolt] = ACTIONS(2163), + [aux_sym__text_token1] = ACTIONS(2165), + [aux_sym__text_token2] = ACTIONS(2165), + [aux_sym__text_token3] = ACTIONS(2167), }, - [91] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [101] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -38328,160 +39672,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1267), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [92] = { - [sym__definition] = STATE(126), - [sym_keyword] = STATE(126), - [sym_php_statement] = STATE(126), - [sym__escaped] = STATE(1276), - [sym__unescaped] = STATE(1276), - [sym__raw] = STATE(1276), - [sym__inline_raw] = STATE(1276), - [sym__multi_line_raw] = STATE(1276), - [sym__js] = STATE(1276), - [sym_attribute] = STATE(126), - [sym__inline_directive] = STATE(126), - [sym__use] = STATE(126), - [sym__nested_directive] = STATE(126), - [sym_fragment] = STATE(126), - [sym_section] = STATE(126), - [sym_inlineSection] = STATE(126), - [sym_once] = STATE(126), - [sym_verbatim] = STATE(126), - [sym_stack] = STATE(126), - [sym__push] = STATE(1275), - [sym__pushOnce] = STATE(1275), - [sym__pushIf] = STATE(1275), - [sym__prepend] = STATE(1275), - [sym__prependOnce] = STATE(1275), - [sym_conditional] = STATE(126), - [sym_conditional_keyword] = STATE(126), - [sym__if] = STATE(1274), - [sym__unless] = STATE(1274), - [sym__isset] = STATE(1274), - [sym__empty] = STATE(1274), - [sym__auth] = STATE(1274), - [sym__guest] = STATE(1274), - [sym__production] = STATE(1274), - [sym__env] = STATE(1274), - [sym__hasSection] = STATE(1274), - [sym__sectionMissing] = STATE(1274), - [sym__error] = STATE(1274), - [sym_authorization] = STATE(1274), - [sym__can] = STATE(1273), - [sym__cannot] = STATE(1273), - [sym__canany] = STATE(1273), - [sym__feature] = STATE(1274), - [sym__custom] = STATE(1274), - [sym_switch] = STATE(126), - [sym_loop] = STATE(126), - [sym_loop_operator] = STATE(126), - [sym__for] = STATE(1272), - [sym__foreach] = STATE(1272), - [sym__forelse] = STATE(1272), - [sym__while] = STATE(1272), - [sym_envoy] = STATE(126), - [sym__setup] = STATE(1276), - [sym__task] = STATE(1271), - [sym__story] = STATE(1271), - [sym__hooks] = STATE(1276), - [sym__before] = STATE(1276), - [sym__after] = STATE(1276), - [sym__envoy_error] = STATE(1276), - [sym__success] = STATE(1276), - [sym__finished] = STATE(1276), - [sym_livewire] = STATE(126), - [sym__persist] = STATE(1270), - [sym__teleport] = STATE(1270), - [sym__volt] = STATE(1270), - [sym_text] = STATE(126), - [sym__text] = STATE(672), - [aux_sym__if_statement_directive_body_repeat1] = STATE(126), - [aux_sym_php_only_repeat1] = STATE(672), - [sym_comment] = ACTIONS(1269), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), [aux_sym_keyword_token1] = ACTIONS(341), [anon_sym_LBRACE_LBRACE] = ACTIONS(343), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), @@ -38509,14 +39725,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATauth] = ACTIONS(389), [anon_sym_ATguest] = ACTIONS(391), [anon_sym_ATproduction] = ACTIONS(393), - [anon_sym_ATenv] = ACTIONS(395), - [anon_sym_AThasSection] = ACTIONS(397), - [anon_sym_ATsectionMissing] = ACTIONS(399), - [anon_sym_ATerror] = ACTIONS(401), - [anon_sym_ATcan] = ACTIONS(403), - [anon_sym_ATcannot] = ACTIONS(405), - [anon_sym_ATcanany] = ACTIONS(407), - [anon_sym_ATendcanany] = ACTIONS(691), + [anon_sym_ATendproduction] = ACTIONS(2339), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), [anon_sym_ATfeature] = ACTIONS(411), [aux_sym__custom_token1] = ACTIONS(413), [aux_sym__custom_token2] = ACTIONS(415), @@ -38540,33 +39756,33 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(449), [aux_sym__text_token3] = ACTIONS(451), }, - [93] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [102] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -38584,117 +39800,373 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2341), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [103] = { + [sym__definition] = STATE(90), + [sym_keyword] = STATE(90), + [sym_php_statement] = STATE(90), + [sym__escaped] = STATE(1862), + [sym__unescaped] = STATE(1862), + [sym__raw] = STATE(1862), + [sym__inline_raw] = STATE(1862), + [sym__multi_line_raw] = STATE(1862), + [sym__js] = STATE(1862), + [sym_attribute] = STATE(90), + [sym__inline_directive] = STATE(90), + [sym__use] = STATE(90), + [sym__nested_directive] = STATE(90), + [sym_fragment] = STATE(90), + [sym_section] = STATE(90), + [sym_inlineSection] = STATE(90), + [sym_once] = STATE(90), + [sym_verbatim] = STATE(90), + [sym_stack] = STATE(90), + [sym__push] = STATE(1863), + [sym__pushOnce] = STATE(1863), + [sym__pushIf] = STATE(1863), + [sym__prepend] = STATE(1863), + [sym__prependOnce] = STATE(1863), + [sym_conditional] = STATE(90), + [sym_conditional_keyword] = STATE(90), + [sym__if] = STATE(1864), + [sym__unless] = STATE(1864), + [sym__isset] = STATE(1864), + [sym__empty] = STATE(1864), + [sym__auth] = STATE(1864), + [sym__guest] = STATE(1864), + [sym__production] = STATE(1864), + [sym__env] = STATE(1864), + [sym__hasSection] = STATE(1864), + [sym__sectionMissing] = STATE(1864), + [sym__error] = STATE(1864), + [sym_authorization] = STATE(1864), + [sym__can] = STATE(1865), + [sym__cannot] = STATE(1865), + [sym__canany] = STATE(1865), + [sym__feature] = STATE(1864), + [sym__custom] = STATE(1864), + [sym_switch] = STATE(90), + [sym_loop] = STATE(90), + [sym_loop_operator] = STATE(90), + [sym__for] = STATE(1866), + [sym__foreach] = STATE(1866), + [sym__forelse] = STATE(1866), + [sym__while] = STATE(1866), + [sym_envoy] = STATE(90), + [sym__setup] = STATE(1862), + [sym__task] = STATE(1867), + [sym__story] = STATE(1867), + [sym__hooks] = STATE(1862), + [sym__before] = STATE(1862), + [sym__after] = STATE(1862), + [sym__envoy_error] = STATE(1862), + [sym__success] = STATE(1862), + [sym__finished] = STATE(1862), + [sym_livewire] = STATE(90), + [sym__persist] = STATE(1868), + [sym__teleport] = STATE(1868), + [sym__volt] = STATE(1868), + [sym_text] = STATE(90), [sym__text] = STATE(702), + [aux_sym__if_statement_directive_body_repeat1] = STATE(90), [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1271), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_comment] = ACTIONS(2343), + [aux_sym_keyword_token1] = ACTIONS(1931), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1933), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1935), + [anon_sym_ATphp] = ACTIONS(1937), + [anon_sym_ATjs] = ACTIONS(1939), + [aux_sym_attribute_token1] = ACTIONS(1941), + [aux_sym__inline_directive_token1] = ACTIONS(1943), + [aux_sym__inline_directive_token2] = ACTIONS(1945), + [anon_sym_ATuse] = ACTIONS(1947), + [anon_sym_ATfragment] = ACTIONS(1949), + [anon_sym_ATsection] = ACTIONS(1951), + [anon_sym_ATonce] = ACTIONS(1953), + [anon_sym_ATverbatim] = ACTIONS(1955), + [anon_sym_ATpush] = ACTIONS(1957), + [anon_sym_ATpushOnce] = ACTIONS(1959), + [anon_sym_ATpushIf] = ACTIONS(1961), + [anon_sym_ATprepend] = ACTIONS(1963), + [anon_sym_ATprependOnce] = ACTIONS(1965), + [anon_sym_ATelse] = ACTIONS(1967), + [aux_sym_conditional_keyword_token1] = ACTIONS(1969), + [anon_sym_ATif] = ACTIONS(1971), + [anon_sym_ATunless] = ACTIONS(1973), + [anon_sym_ATisset] = ACTIONS(1975), + [anon_sym_ATempty] = ACTIONS(1977), + [anon_sym_ATauth] = ACTIONS(1979), + [anon_sym_ATguest] = ACTIONS(1981), + [anon_sym_ATproduction] = ACTIONS(1983), + [anon_sym_ATenv] = ACTIONS(1985), + [anon_sym_AThasSection] = ACTIONS(1987), + [anon_sym_ATsectionMissing] = ACTIONS(1989), + [anon_sym_ATerror] = ACTIONS(1991), + [anon_sym_ATcan] = ACTIONS(1993), + [anon_sym_ATendcan] = ACTIONS(527), + [anon_sym_ATcannot] = ACTIONS(1995), + [anon_sym_ATcanany] = ACTIONS(1997), + [anon_sym_ATfeature] = ACTIONS(1999), + [aux_sym__custom_token1] = ACTIONS(2001), + [aux_sym__custom_token2] = ACTIONS(2003), + [anon_sym_ATswitch] = ACTIONS(2005), + [aux_sym_loop_operator_token1] = ACTIONS(2007), + [anon_sym_ATfor] = ACTIONS(2009), + [anon_sym_ATforeach] = ACTIONS(2011), + [anon_sym_ATforelse] = ACTIONS(2013), + [anon_sym_ATwhile] = ACTIONS(2015), + [anon_sym_ATsetup] = ACTIONS(2017), + [anon_sym_ATtask] = ACTIONS(2019), + [anon_sym_ATstory] = ACTIONS(2021), + [anon_sym_ATbefore] = ACTIONS(2023), + [anon_sym_ATafter] = ACTIONS(2025), + [anon_sym_ATsuccess] = ACTIONS(2027), + [anon_sym_ATfinished] = ACTIONS(2029), + [anon_sym_ATpersist] = ACTIONS(2031), + [anon_sym_ATteleport] = ACTIONS(2033), + [anon_sym_ATvolt] = ACTIONS(2035), + [aux_sym__text_token1] = ACTIONS(2037), + [aux_sym__text_token2] = ACTIONS(2037), + [aux_sym__text_token3] = ACTIONS(2039), }, - [94] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [104] = { + [sym__definition] = STATE(104), + [sym_keyword] = STATE(104), + [sym_php_statement] = STATE(104), + [sym__escaped] = STATE(1319), + [sym__unescaped] = STATE(1319), + [sym__raw] = STATE(1319), + [sym__inline_raw] = STATE(1319), + [sym__multi_line_raw] = STATE(1319), + [sym__js] = STATE(1319), + [sym_attribute] = STATE(104), + [sym__inline_directive] = STATE(104), + [sym__use] = STATE(104), + [sym__nested_directive] = STATE(104), + [sym_fragment] = STATE(104), + [sym_section] = STATE(104), + [sym_inlineSection] = STATE(104), + [sym_once] = STATE(104), + [sym_verbatim] = STATE(104), + [sym_stack] = STATE(104), + [sym__push] = STATE(1320), + [sym__pushOnce] = STATE(1320), + [sym__pushIf] = STATE(1320), + [sym__prepend] = STATE(1320), + [sym__prependOnce] = STATE(1320), + [sym_conditional] = STATE(104), + [sym_conditional_keyword] = STATE(104), + [sym__if] = STATE(1321), + [sym__unless] = STATE(1321), + [sym__isset] = STATE(1321), + [sym__empty] = STATE(1321), + [sym__auth] = STATE(1321), + [sym__guest] = STATE(1321), + [sym__production] = STATE(1321), + [sym__env] = STATE(1321), + [sym__hasSection] = STATE(1321), + [sym__sectionMissing] = STATE(1321), + [sym__error] = STATE(1321), + [sym_authorization] = STATE(1321), + [sym__can] = STATE(1322), + [sym__cannot] = STATE(1322), + [sym__canany] = STATE(1322), + [sym__feature] = STATE(1321), + [sym__custom] = STATE(1321), + [sym_switch] = STATE(104), + [sym_loop] = STATE(104), + [sym_loop_operator] = STATE(104), + [sym__for] = STATE(1323), + [sym__foreach] = STATE(1323), + [sym__forelse] = STATE(1323), + [sym__while] = STATE(1323), + [sym_envoy] = STATE(104), + [sym__setup] = STATE(1319), + [sym__task] = STATE(1324), + [sym__story] = STATE(1324), + [sym__hooks] = STATE(1319), + [sym__before] = STATE(1319), + [sym__after] = STATE(1319), + [sym__envoy_error] = STATE(1319), + [sym__success] = STATE(1319), + [sym__finished] = STATE(1319), + [sym_livewire] = STATE(104), + [sym__persist] = STATE(1325), + [sym__teleport] = STATE(1325), + [sym__volt] = STATE(1325), + [sym_text] = STATE(104), + [sym__text] = STATE(721), + [aux_sym__if_statement_directive_body_repeat1] = STATE(104), + [aux_sym_php_only_repeat1] = STATE(721), + [sym_comment] = ACTIONS(2345), + [aux_sym_keyword_token1] = ACTIONS(2348), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2351), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2354), + [anon_sym_ATphp] = ACTIONS(2357), + [anon_sym_ATjs] = ACTIONS(2360), + [aux_sym_attribute_token1] = ACTIONS(2363), + [aux_sym__inline_directive_token1] = ACTIONS(2366), + [aux_sym__inline_directive_token2] = ACTIONS(2369), + [anon_sym_ATuse] = ACTIONS(2372), + [anon_sym_ATfragment] = ACTIONS(2375), + [anon_sym_ATsection] = ACTIONS(2378), + [anon_sym_ATonce] = ACTIONS(2381), + [anon_sym_ATverbatim] = ACTIONS(2384), + [anon_sym_ATpush] = ACTIONS(2387), + [anon_sym_ATpushOnce] = ACTIONS(2390), + [anon_sym_ATpushIf] = ACTIONS(2393), + [anon_sym_ATprepend] = ACTIONS(2396), + [anon_sym_ATprependOnce] = ACTIONS(2399), + [anon_sym_ATelse] = ACTIONS(2402), + [aux_sym_conditional_keyword_token1] = ACTIONS(2405), + [anon_sym_ATif] = ACTIONS(2408), + [anon_sym_ATendif] = ACTIONS(675), + [anon_sym_ATunless] = ACTIONS(2411), + [anon_sym_ATisset] = ACTIONS(2414), + [anon_sym_ATempty] = ACTIONS(2417), + [anon_sym_ATauth] = ACTIONS(2420), + [anon_sym_ATguest] = ACTIONS(2423), + [anon_sym_ATproduction] = ACTIONS(2426), + [anon_sym_ATenv] = ACTIONS(2429), + [anon_sym_AThasSection] = ACTIONS(2432), + [anon_sym_ATsectionMissing] = ACTIONS(2435), + [anon_sym_ATerror] = ACTIONS(2438), + [anon_sym_ATcan] = ACTIONS(2441), + [anon_sym_ATcannot] = ACTIONS(2444), + [anon_sym_ATcanany] = ACTIONS(2447), + [anon_sym_ATfeature] = ACTIONS(2450), + [aux_sym__custom_token1] = ACTIONS(2453), + [aux_sym__custom_token2] = ACTIONS(2456), + [anon_sym_ATswitch] = ACTIONS(2459), + [aux_sym_loop_operator_token1] = ACTIONS(2462), + [anon_sym_ATfor] = ACTIONS(2465), + [anon_sym_ATforeach] = ACTIONS(2468), + [anon_sym_ATforelse] = ACTIONS(2471), + [anon_sym_ATwhile] = ACTIONS(2474), + [anon_sym_ATsetup] = ACTIONS(2477), + [anon_sym_ATtask] = ACTIONS(2480), + [anon_sym_ATstory] = ACTIONS(2483), + [anon_sym_ATbefore] = ACTIONS(2486), + [anon_sym_ATafter] = ACTIONS(2489), + [anon_sym_ATsuccess] = ACTIONS(2492), + [anon_sym_ATfinished] = ACTIONS(2495), + [anon_sym_ATpersist] = ACTIONS(2498), + [anon_sym_ATteleport] = ACTIONS(2501), + [anon_sym_ATvolt] = ACTIONS(2504), + [aux_sym__text_token1] = ACTIONS(2507), + [aux_sym__text_token2] = ACTIONS(2507), + [aux_sym__text_token3] = ACTIONS(2510), + }, + [105] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -38712,245 +40184,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1273), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [95] = { - [sym__definition] = STATE(114), - [sym_keyword] = STATE(114), - [sym_php_statement] = STATE(114), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(114), - [sym__inline_directive] = STATE(114), - [sym__use] = STATE(114), - [sym__nested_directive] = STATE(114), - [sym_fragment] = STATE(114), - [sym_section] = STATE(114), - [sym_inlineSection] = STATE(114), - [sym_once] = STATE(114), - [sym_verbatim] = STATE(114), - [sym_stack] = STATE(114), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(114), - [sym_conditional_keyword] = STATE(114), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(114), - [sym_loop] = STATE(114), - [sym_loop_operator] = STATE(114), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(114), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(114), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym_text] = STATE(114), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(114), - [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(1275), - [aux_sym_keyword_token1] = ACTIONS(229), - [anon_sym_LBRACE_LBRACE] = ACTIONS(231), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), - [anon_sym_ATphp] = ACTIONS(235), - [anon_sym_ATjs] = ACTIONS(237), - [aux_sym_attribute_token1] = ACTIONS(239), - [aux_sym__inline_directive_token1] = ACTIONS(241), - [aux_sym__inline_directive_token2] = ACTIONS(243), - [anon_sym_ATuse] = ACTIONS(245), - [anon_sym_ATfragment] = ACTIONS(247), - [anon_sym_ATsection] = ACTIONS(249), - [anon_sym_ATonce] = ACTIONS(251), - [anon_sym_ATverbatim] = ACTIONS(253), - [anon_sym_ATpush] = ACTIONS(255), - [anon_sym_ATpushOnce] = ACTIONS(257), - [anon_sym_ATpushIf] = ACTIONS(259), - [anon_sym_ATprepend] = ACTIONS(261), - [anon_sym_ATprependOnce] = ACTIONS(263), - [anon_sym_ATelse] = ACTIONS(265), - [aux_sym_conditional_keyword_token1] = ACTIONS(267), - [anon_sym_ATif] = ACTIONS(269), - [anon_sym_ATunless] = ACTIONS(271), - [anon_sym_ATisset] = ACTIONS(273), - [anon_sym_ATempty] = ACTIONS(275), - [anon_sym_ATauth] = ACTIONS(277), - [anon_sym_ATendauth] = ACTIONS(1277), - [anon_sym_ATguest] = ACTIONS(279), - [anon_sym_ATproduction] = ACTIONS(281), - [anon_sym_ATenv] = ACTIONS(283), - [anon_sym_AThasSection] = ACTIONS(285), - [anon_sym_ATsectionMissing] = ACTIONS(287), - [anon_sym_ATerror] = ACTIONS(289), - [anon_sym_ATcan] = ACTIONS(291), - [anon_sym_ATcannot] = ACTIONS(293), - [anon_sym_ATcanany] = ACTIONS(295), - [anon_sym_ATfeature] = ACTIONS(297), - [aux_sym__custom_token1] = ACTIONS(299), - [aux_sym__custom_token2] = ACTIONS(301), - [anon_sym_ATswitch] = ACTIONS(303), - [aux_sym_loop_operator_token1] = ACTIONS(305), - [anon_sym_ATfor] = ACTIONS(307), - [anon_sym_ATforeach] = ACTIONS(309), - [anon_sym_ATforelse] = ACTIONS(311), - [anon_sym_ATwhile] = ACTIONS(313), - [anon_sym_ATsetup] = ACTIONS(315), - [anon_sym_ATtask] = ACTIONS(317), - [anon_sym_ATstory] = ACTIONS(319), - [anon_sym_ATbefore] = ACTIONS(321), - [anon_sym_ATafter] = ACTIONS(323), - [anon_sym_ATsuccess] = ACTIONS(325), - [anon_sym_ATfinished] = ACTIONS(327), - [anon_sym_ATpersist] = ACTIONS(329), - [anon_sym_ATteleport] = ACTIONS(331), - [anon_sym_ATvolt] = ACTIONS(333), - [aux_sym__text_token1] = ACTIONS(335), - [aux_sym__text_token2] = ACTIONS(335), - [aux_sym__text_token3] = ACTIONS(337), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(2513), + [aux_sym_keyword_token1] = ACTIONS(2516), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2519), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2522), + [anon_sym_ATphp] = ACTIONS(2525), + [anon_sym_ATjs] = ACTIONS(2528), + [aux_sym_attribute_token1] = ACTIONS(2531), + [aux_sym__inline_directive_token1] = ACTIONS(2534), + [aux_sym__inline_directive_token2] = ACTIONS(2537), + [anon_sym_ATuse] = ACTIONS(2540), + [anon_sym_ATfragment] = ACTIONS(2543), + [anon_sym_ATsection] = ACTIONS(2546), + [anon_sym_ATonce] = ACTIONS(2549), + [anon_sym_ATverbatim] = ACTIONS(2552), + [anon_sym_ATpush] = ACTIONS(2555), + [anon_sym_ATpushOnce] = ACTIONS(2558), + [anon_sym_ATpushIf] = ACTIONS(2561), + [anon_sym_ATprepend] = ACTIONS(2564), + [anon_sym_ATprependOnce] = ACTIONS(2567), + [anon_sym_ATelse] = ACTIONS(2570), + [aux_sym_conditional_keyword_token1] = ACTIONS(2573), + [anon_sym_ATif] = ACTIONS(2576), + [anon_sym_ATunless] = ACTIONS(2579), + [anon_sym_ATisset] = ACTIONS(2582), + [anon_sym_ATempty] = ACTIONS(2585), + [anon_sym_ATauth] = ACTIONS(2588), + [anon_sym_ATguest] = ACTIONS(2591), + [anon_sym_ATproduction] = ACTIONS(2594), + [anon_sym_ATendproduction] = ACTIONS(2597), + [anon_sym_ATenv] = ACTIONS(2599), + [anon_sym_AThasSection] = ACTIONS(2602), + [anon_sym_ATsectionMissing] = ACTIONS(2605), + [anon_sym_ATerror] = ACTIONS(2608), + [anon_sym_ATcan] = ACTIONS(2611), + [anon_sym_ATcannot] = ACTIONS(2614), + [anon_sym_ATcanany] = ACTIONS(2617), + [anon_sym_ATfeature] = ACTIONS(2620), + [aux_sym__custom_token1] = ACTIONS(2623), + [aux_sym__custom_token2] = ACTIONS(2626), + [anon_sym_ATswitch] = ACTIONS(2629), + [aux_sym_loop_operator_token1] = ACTIONS(2632), + [anon_sym_ATfor] = ACTIONS(2635), + [anon_sym_ATforeach] = ACTIONS(2638), + [anon_sym_ATforelse] = ACTIONS(2641), + [anon_sym_ATwhile] = ACTIONS(2644), + [anon_sym_ATsetup] = ACTIONS(2647), + [anon_sym_ATtask] = ACTIONS(2650), + [anon_sym_ATstory] = ACTIONS(2653), + [anon_sym_ATbefore] = ACTIONS(2656), + [anon_sym_ATafter] = ACTIONS(2659), + [anon_sym_ATsuccess] = ACTIONS(2662), + [anon_sym_ATfinished] = ACTIONS(2665), + [anon_sym_ATpersist] = ACTIONS(2668), + [anon_sym_ATteleport] = ACTIONS(2671), + [anon_sym_ATvolt] = ACTIONS(2674), + [aux_sym__text_token1] = ACTIONS(2677), + [aux_sym__text_token2] = ACTIONS(2677), + [aux_sym__text_token3] = ACTIONS(2680), }, - [96] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [106] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -38968,117 +40312,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1279), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2683), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [97] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [107] = { + [sym__definition] = STATE(114), + [sym_keyword] = STATE(114), + [sym_php_statement] = STATE(114), + [sym__escaped] = STATE(1686), + [sym__unescaped] = STATE(1686), + [sym__raw] = STATE(1686), + [sym__inline_raw] = STATE(1686), + [sym__multi_line_raw] = STATE(1686), + [sym__js] = STATE(1686), + [sym_attribute] = STATE(114), + [sym__inline_directive] = STATE(114), + [sym__use] = STATE(114), + [sym__nested_directive] = STATE(114), + [sym_fragment] = STATE(114), + [sym_section] = STATE(114), + [sym_inlineSection] = STATE(114), + [sym_once] = STATE(114), + [sym_verbatim] = STATE(114), + [sym_stack] = STATE(114), + [sym__push] = STATE(1687), + [sym__pushOnce] = STATE(1687), + [sym__pushIf] = STATE(1687), + [sym__prepend] = STATE(1687), + [sym__prependOnce] = STATE(1687), + [sym_conditional] = STATE(114), + [sym_conditional_keyword] = STATE(114), + [sym__if] = STATE(1688), + [sym__unless] = STATE(1688), + [sym__isset] = STATE(1688), + [sym__empty] = STATE(1688), + [sym__auth] = STATE(1688), + [sym__guest] = STATE(1688), + [sym__production] = STATE(1688), + [sym__env] = STATE(1688), + [sym__hasSection] = STATE(1688), + [sym__sectionMissing] = STATE(1688), + [sym__error] = STATE(1688), + [sym_authorization] = STATE(1688), + [sym__can] = STATE(1689), + [sym__cannot] = STATE(1689), + [sym__canany] = STATE(1689), + [sym__feature] = STATE(1688), + [sym__custom] = STATE(1688), + [sym_switch] = STATE(114), + [sym_loop] = STATE(114), + [sym_loop_operator] = STATE(114), + [sym__for] = STATE(1690), + [sym__foreach] = STATE(1690), + [sym__forelse] = STATE(1690), + [sym__while] = STATE(1690), + [sym_envoy] = STATE(114), + [sym__setup] = STATE(1686), + [sym__task] = STATE(1691), + [sym__story] = STATE(1691), + [sym__hooks] = STATE(1686), + [sym__before] = STATE(1686), + [sym__after] = STATE(1686), + [sym__envoy_error] = STATE(1686), + [sym__success] = STATE(1686), + [sym__finished] = STATE(1686), + [sym_livewire] = STATE(114), + [sym__persist] = STATE(1692), + [sym__teleport] = STATE(1692), + [sym__volt] = STATE(1692), + [sym_text] = STATE(114), + [sym__text] = STATE(685), + [aux_sym__if_statement_directive_body_repeat1] = STATE(114), + [aux_sym_php_only_repeat1] = STATE(685), + [sym_comment] = ACTIONS(2685), + [aux_sym_keyword_token1] = ACTIONS(2687), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2689), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2691), + [anon_sym_ATphp] = ACTIONS(2693), + [anon_sym_ATjs] = ACTIONS(2695), + [aux_sym_attribute_token1] = ACTIONS(2697), + [aux_sym__inline_directive_token1] = ACTIONS(2699), + [aux_sym__inline_directive_token2] = ACTIONS(2701), + [anon_sym_ATuse] = ACTIONS(2703), + [anon_sym_ATfragment] = ACTIONS(2705), + [anon_sym_ATsection] = ACTIONS(2707), + [anon_sym_ATonce] = ACTIONS(2709), + [anon_sym_ATverbatim] = ACTIONS(2711), + [anon_sym_ATpush] = ACTIONS(2713), + [anon_sym_ATpushOnce] = ACTIONS(2715), + [anon_sym_ATpushIf] = ACTIONS(2717), + [anon_sym_ATprepend] = ACTIONS(2719), + [anon_sym_ATprependOnce] = ACTIONS(2721), + [anon_sym_ATelse] = ACTIONS(2723), + [aux_sym_conditional_keyword_token1] = ACTIONS(2725), + [anon_sym_ATif] = ACTIONS(2727), + [anon_sym_ATunless] = ACTIONS(2729), + [anon_sym_ATisset] = ACTIONS(2731), + [anon_sym_ATempty] = ACTIONS(2733), + [anon_sym_ATauth] = ACTIONS(2735), + [anon_sym_ATguest] = ACTIONS(2737), + [anon_sym_ATproduction] = ACTIONS(2739), + [anon_sym_ATenv] = ACTIONS(2741), + [anon_sym_ATendenv] = ACTIONS(527), + [anon_sym_AThasSection] = ACTIONS(2743), + [anon_sym_ATsectionMissing] = ACTIONS(2745), + [anon_sym_ATerror] = ACTIONS(2747), + [anon_sym_ATcan] = ACTIONS(2749), + [anon_sym_ATcannot] = ACTIONS(2751), + [anon_sym_ATcanany] = ACTIONS(2753), + [anon_sym_ATfeature] = ACTIONS(2755), + [aux_sym__custom_token1] = ACTIONS(2757), + [aux_sym__custom_token2] = ACTIONS(2759), + [anon_sym_ATswitch] = ACTIONS(2761), + [aux_sym_loop_operator_token1] = ACTIONS(2763), + [anon_sym_ATfor] = ACTIONS(2765), + [anon_sym_ATforeach] = ACTIONS(2767), + [anon_sym_ATforelse] = ACTIONS(2769), + [anon_sym_ATwhile] = ACTIONS(2771), + [anon_sym_ATsetup] = ACTIONS(2773), + [anon_sym_ATtask] = ACTIONS(2775), + [anon_sym_ATstory] = ACTIONS(2777), + [anon_sym_ATbefore] = ACTIONS(2779), + [anon_sym_ATafter] = ACTIONS(2781), + [anon_sym_ATsuccess] = ACTIONS(2783), + [anon_sym_ATfinished] = ACTIONS(2785), + [anon_sym_ATpersist] = ACTIONS(2787), + [anon_sym_ATteleport] = ACTIONS(2789), + [anon_sym_ATvolt] = ACTIONS(2791), + [aux_sym__text_token1] = ACTIONS(2793), + [aux_sym__text_token2] = ACTIONS(2793), + [aux_sym__text_token3] = ACTIONS(2795), + }, + [108] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -39096,117 +40568,373 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1281), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2797), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [98] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [109] = { + [sym__definition] = STATE(104), + [sym_keyword] = STATE(104), + [sym_php_statement] = STATE(104), + [sym__escaped] = STATE(1319), + [sym__unescaped] = STATE(1319), + [sym__raw] = STATE(1319), + [sym__inline_raw] = STATE(1319), + [sym__multi_line_raw] = STATE(1319), + [sym__js] = STATE(1319), + [sym_attribute] = STATE(104), + [sym__inline_directive] = STATE(104), + [sym__use] = STATE(104), + [sym__nested_directive] = STATE(104), + [sym_fragment] = STATE(104), + [sym_section] = STATE(104), + [sym_inlineSection] = STATE(104), + [sym_once] = STATE(104), + [sym_verbatim] = STATE(104), + [sym_stack] = STATE(104), + [sym__push] = STATE(1320), + [sym__pushOnce] = STATE(1320), + [sym__pushIf] = STATE(1320), + [sym__prepend] = STATE(1320), + [sym__prependOnce] = STATE(1320), + [sym_conditional] = STATE(104), + [sym_conditional_keyword] = STATE(104), + [sym__if] = STATE(1321), + [sym__unless] = STATE(1321), + [sym__isset] = STATE(1321), + [sym__empty] = STATE(1321), + [sym__auth] = STATE(1321), + [sym__guest] = STATE(1321), + [sym__production] = STATE(1321), + [sym__env] = STATE(1321), + [sym__hasSection] = STATE(1321), + [sym__sectionMissing] = STATE(1321), + [sym__error] = STATE(1321), + [sym_authorization] = STATE(1321), + [sym__can] = STATE(1322), + [sym__cannot] = STATE(1322), + [sym__canany] = STATE(1322), + [sym__feature] = STATE(1321), + [sym__custom] = STATE(1321), + [sym_switch] = STATE(104), + [sym_loop] = STATE(104), + [sym_loop_operator] = STATE(104), + [sym__for] = STATE(1323), + [sym__foreach] = STATE(1323), + [sym__forelse] = STATE(1323), + [sym__while] = STATE(1323), + [sym_envoy] = STATE(104), + [sym__setup] = STATE(1319), + [sym__task] = STATE(1324), + [sym__story] = STATE(1324), + [sym__hooks] = STATE(1319), + [sym__before] = STATE(1319), + [sym__after] = STATE(1319), + [sym__envoy_error] = STATE(1319), + [sym__success] = STATE(1319), + [sym__finished] = STATE(1319), + [sym_livewire] = STATE(104), + [sym__persist] = STATE(1325), + [sym__teleport] = STATE(1325), + [sym__volt] = STATE(1325), + [sym_text] = STATE(104), + [sym__text] = STATE(721), + [aux_sym__if_statement_directive_body_repeat1] = STATE(104), + [aux_sym_php_only_repeat1] = STATE(721), + [sym_comment] = ACTIONS(2799), + [aux_sym_keyword_token1] = ACTIONS(1819), + [anon_sym_LBRACE_LBRACE] = ACTIONS(1821), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1823), + [anon_sym_ATphp] = ACTIONS(1825), + [anon_sym_ATjs] = ACTIONS(1827), + [aux_sym_attribute_token1] = ACTIONS(1829), + [aux_sym__inline_directive_token1] = ACTIONS(1831), + [aux_sym__inline_directive_token2] = ACTIONS(1833), + [anon_sym_ATuse] = ACTIONS(1835), + [anon_sym_ATfragment] = ACTIONS(1837), + [anon_sym_ATsection] = ACTIONS(1839), + [anon_sym_ATonce] = ACTIONS(1841), + [anon_sym_ATverbatim] = ACTIONS(1843), + [anon_sym_ATpush] = ACTIONS(1845), + [anon_sym_ATpushOnce] = ACTIONS(1847), + [anon_sym_ATpushIf] = ACTIONS(1849), + [anon_sym_ATprepend] = ACTIONS(1851), + [anon_sym_ATprependOnce] = ACTIONS(1853), + [anon_sym_ATelse] = ACTIONS(1855), + [aux_sym_conditional_keyword_token1] = ACTIONS(1857), + [anon_sym_ATif] = ACTIONS(1859), + [anon_sym_ATendif] = ACTIONS(571), + [anon_sym_ATunless] = ACTIONS(1861), + [anon_sym_ATisset] = ACTIONS(1863), + [anon_sym_ATempty] = ACTIONS(1865), + [anon_sym_ATauth] = ACTIONS(1867), + [anon_sym_ATguest] = ACTIONS(1869), + [anon_sym_ATproduction] = ACTIONS(1871), + [anon_sym_ATenv] = ACTIONS(1873), + [anon_sym_AThasSection] = ACTIONS(1875), + [anon_sym_ATsectionMissing] = ACTIONS(1877), + [anon_sym_ATerror] = ACTIONS(1879), + [anon_sym_ATcan] = ACTIONS(1881), + [anon_sym_ATcannot] = ACTIONS(1883), + [anon_sym_ATcanany] = ACTIONS(1885), + [anon_sym_ATfeature] = ACTIONS(1887), + [aux_sym__custom_token1] = ACTIONS(1889), + [aux_sym__custom_token2] = ACTIONS(1891), + [anon_sym_ATswitch] = ACTIONS(1893), + [aux_sym_loop_operator_token1] = ACTIONS(1895), + [anon_sym_ATfor] = ACTIONS(1897), + [anon_sym_ATforeach] = ACTIONS(1899), + [anon_sym_ATforelse] = ACTIONS(1901), + [anon_sym_ATwhile] = ACTIONS(1903), + [anon_sym_ATsetup] = ACTIONS(1905), + [anon_sym_ATtask] = ACTIONS(1907), + [anon_sym_ATstory] = ACTIONS(1909), + [anon_sym_ATbefore] = ACTIONS(1911), + [anon_sym_ATafter] = ACTIONS(1913), + [anon_sym_ATsuccess] = ACTIONS(1915), + [anon_sym_ATfinished] = ACTIONS(1917), + [anon_sym_ATpersist] = ACTIONS(1919), + [anon_sym_ATteleport] = ACTIONS(1921), + [anon_sym_ATvolt] = ACTIONS(1923), + [aux_sym__text_token1] = ACTIONS(1925), + [aux_sym__text_token2] = ACTIONS(1925), + [aux_sym__text_token3] = ACTIONS(1927), + }, + [110] = { + [sym__definition] = STATE(117), + [sym_keyword] = STATE(117), + [sym_php_statement] = STATE(117), + [sym__escaped] = STATE(1506), + [sym__unescaped] = STATE(1506), + [sym__raw] = STATE(1506), + [sym__inline_raw] = STATE(1506), + [sym__multi_line_raw] = STATE(1506), + [sym__js] = STATE(1506), + [sym_attribute] = STATE(117), + [sym__inline_directive] = STATE(117), + [sym__use] = STATE(117), + [sym__nested_directive] = STATE(117), + [sym_fragment] = STATE(117), + [sym_section] = STATE(117), + [sym_inlineSection] = STATE(117), + [sym_once] = STATE(117), + [sym_verbatim] = STATE(117), + [sym_stack] = STATE(117), + [sym__push] = STATE(1507), + [sym__pushOnce] = STATE(1507), + [sym__pushIf] = STATE(1507), + [sym__prepend] = STATE(1507), + [sym__prependOnce] = STATE(1507), + [sym_conditional] = STATE(117), + [sym_conditional_keyword] = STATE(117), + [sym__if] = STATE(1508), + [sym__unless] = STATE(1508), + [sym__isset] = STATE(1508), + [sym__empty] = STATE(1508), + [sym__auth] = STATE(1508), + [sym__guest] = STATE(1508), + [sym__production] = STATE(1508), + [sym__env] = STATE(1508), + [sym__hasSection] = STATE(1508), + [sym__sectionMissing] = STATE(1508), + [sym__error] = STATE(1508), + [sym_authorization] = STATE(1508), + [sym__can] = STATE(1509), + [sym__cannot] = STATE(1509), + [sym__canany] = STATE(1509), + [sym__feature] = STATE(1508), + [sym__custom] = STATE(1508), + [sym_switch] = STATE(117), + [sym_loop] = STATE(117), + [sym_loop_operator] = STATE(117), + [sym__for] = STATE(1510), + [sym__foreach] = STATE(1510), + [sym__forelse] = STATE(1510), + [sym__while] = STATE(1510), + [sym_envoy] = STATE(117), + [sym__setup] = STATE(1506), + [sym__task] = STATE(1511), + [sym__story] = STATE(1511), + [sym__hooks] = STATE(1506), + [sym__before] = STATE(1506), + [sym__after] = STATE(1506), + [sym__envoy_error] = STATE(1506), + [sym__success] = STATE(1506), + [sym__finished] = STATE(1506), + [sym_livewire] = STATE(117), + [sym__persist] = STATE(1512), + [sym__teleport] = STATE(1512), + [sym__volt] = STATE(1512), + [sym_text] = STATE(117), + [sym__text] = STATE(673), + [aux_sym__if_statement_directive_body_repeat1] = STATE(117), + [aux_sym_php_only_repeat1] = STATE(673), + [sym_comment] = ACTIONS(2801), + [aux_sym_keyword_token1] = ACTIONS(2803), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2805), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2807), + [anon_sym_ATphp] = ACTIONS(2809), + [anon_sym_ATjs] = ACTIONS(2811), + [aux_sym_attribute_token1] = ACTIONS(2813), + [aux_sym__inline_directive_token1] = ACTIONS(2815), + [aux_sym__inline_directive_token2] = ACTIONS(2817), + [anon_sym_ATuse] = ACTIONS(2819), + [anon_sym_ATfragment] = ACTIONS(2821), + [anon_sym_ATsection] = ACTIONS(2823), + [anon_sym_ATonce] = ACTIONS(2825), + [anon_sym_ATverbatim] = ACTIONS(2827), + [anon_sym_ATpush] = ACTIONS(2829), + [anon_sym_ATpushOnce] = ACTIONS(2831), + [anon_sym_ATpushIf] = ACTIONS(2833), + [anon_sym_ATprepend] = ACTIONS(2835), + [anon_sym_ATprependOnce] = ACTIONS(2837), + [anon_sym_ATelse] = ACTIONS(2839), + [aux_sym_conditional_keyword_token1] = ACTIONS(2841), + [anon_sym_ATif] = ACTIONS(2843), + [anon_sym_ATunless] = ACTIONS(2845), + [anon_sym_ATisset] = ACTIONS(2847), + [anon_sym_ATendisset] = ACTIONS(571), + [anon_sym_ATempty] = ACTIONS(2849), + [anon_sym_ATauth] = ACTIONS(2851), + [anon_sym_ATguest] = ACTIONS(2853), + [anon_sym_ATproduction] = ACTIONS(2855), + [anon_sym_ATenv] = ACTIONS(2857), + [anon_sym_AThasSection] = ACTIONS(2859), + [anon_sym_ATsectionMissing] = ACTIONS(2861), + [anon_sym_ATerror] = ACTIONS(2863), + [anon_sym_ATcan] = ACTIONS(2865), + [anon_sym_ATcannot] = ACTIONS(2867), + [anon_sym_ATcanany] = ACTIONS(2869), + [anon_sym_ATfeature] = ACTIONS(2871), + [aux_sym__custom_token1] = ACTIONS(2873), + [aux_sym__custom_token2] = ACTIONS(2875), + [anon_sym_ATswitch] = ACTIONS(2877), + [aux_sym_loop_operator_token1] = ACTIONS(2879), + [anon_sym_ATfor] = ACTIONS(2881), + [anon_sym_ATforeach] = ACTIONS(2883), + [anon_sym_ATforelse] = ACTIONS(2885), + [anon_sym_ATwhile] = ACTIONS(2887), + [anon_sym_ATsetup] = ACTIONS(2889), + [anon_sym_ATtask] = ACTIONS(2891), + [anon_sym_ATstory] = ACTIONS(2893), + [anon_sym_ATbefore] = ACTIONS(2895), + [anon_sym_ATafter] = ACTIONS(2897), + [anon_sym_ATsuccess] = ACTIONS(2899), + [anon_sym_ATfinished] = ACTIONS(2901), + [anon_sym_ATpersist] = ACTIONS(2903), + [anon_sym_ATteleport] = ACTIONS(2905), + [anon_sym_ATvolt] = ACTIONS(2907), + [aux_sym__text_token1] = ACTIONS(2909), + [aux_sym__text_token2] = ACTIONS(2909), + [aux_sym__text_token3] = ACTIONS(2911), + }, + [111] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -39224,245 +40952,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1283), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [99] = { - [sym__definition] = STATE(103), - [sym_keyword] = STATE(103), - [sym_php_statement] = STATE(103), - [sym__escaped] = STATE(1757), - [sym__unescaped] = STATE(1757), - [sym__raw] = STATE(1757), - [sym__inline_raw] = STATE(1757), - [sym__multi_line_raw] = STATE(1757), - [sym__js] = STATE(1757), - [sym_attribute] = STATE(103), - [sym__inline_directive] = STATE(103), - [sym__use] = STATE(103), - [sym__nested_directive] = STATE(103), - [sym_fragment] = STATE(103), - [sym_section] = STATE(103), - [sym_inlineSection] = STATE(103), - [sym_once] = STATE(103), - [sym_verbatim] = STATE(103), - [sym_stack] = STATE(103), - [sym__push] = STATE(1758), - [sym__pushOnce] = STATE(1758), - [sym__pushIf] = STATE(1758), - [sym__prepend] = STATE(1758), - [sym__prependOnce] = STATE(1758), - [sym_conditional] = STATE(103), - [sym_conditional_keyword] = STATE(103), - [sym__if] = STATE(1759), - [sym__unless] = STATE(1759), - [sym__isset] = STATE(1759), - [sym__empty] = STATE(1759), - [sym__auth] = STATE(1759), - [sym__guest] = STATE(1759), - [sym__production] = STATE(1759), - [sym__env] = STATE(1759), - [sym__hasSection] = STATE(1759), - [sym__sectionMissing] = STATE(1759), - [sym__error] = STATE(1759), - [sym_authorization] = STATE(1759), - [sym__can] = STATE(1760), - [sym__cannot] = STATE(1760), - [sym__canany] = STATE(1760), - [sym__feature] = STATE(1759), - [sym__custom] = STATE(1759), - [sym_switch] = STATE(103), - [sym_loop] = STATE(103), - [sym_loop_operator] = STATE(103), - [sym__for] = STATE(1761), - [sym__foreach] = STATE(1761), - [sym__forelse] = STATE(1761), - [sym__while] = STATE(1761), - [sym_envoy] = STATE(103), - [sym__setup] = STATE(1757), - [sym__task] = STATE(1762), - [sym__story] = STATE(1762), - [sym__hooks] = STATE(1757), - [sym__before] = STATE(1757), - [sym__after] = STATE(1757), - [sym__envoy_error] = STATE(1757), - [sym__success] = STATE(1757), - [sym__finished] = STATE(1757), - [sym_livewire] = STATE(103), - [sym__persist] = STATE(1763), - [sym__teleport] = STATE(1763), - [sym__volt] = STATE(1763), - [sym_text] = STATE(103), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), [sym__text] = STATE(704), - [aux_sym__if_statement_directive_body_repeat1] = STATE(103), [aux_sym_php_only_repeat1] = STATE(704), - [sym_comment] = ACTIONS(1285), - [aux_sym_keyword_token1] = ACTIONS(1287), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1289), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1291), - [anon_sym_ATphp] = ACTIONS(1293), - [anon_sym_ATjs] = ACTIONS(1295), - [aux_sym_attribute_token1] = ACTIONS(1297), - [aux_sym__inline_directive_token1] = ACTIONS(1299), - [aux_sym__inline_directive_token2] = ACTIONS(1301), - [anon_sym_ATuse] = ACTIONS(1303), - [anon_sym_ATfragment] = ACTIONS(1305), - [anon_sym_ATsection] = ACTIONS(1307), - [anon_sym_ATonce] = ACTIONS(1309), - [anon_sym_ATverbatim] = ACTIONS(1311), - [anon_sym_ATpush] = ACTIONS(1313), - [anon_sym_ATpushOnce] = ACTIONS(1315), - [anon_sym_ATpushIf] = ACTIONS(1317), - [anon_sym_ATprepend] = ACTIONS(1319), - [anon_sym_ATprependOnce] = ACTIONS(1321), - [anon_sym_ATelse] = ACTIONS(1323), - [aux_sym_conditional_keyword_token1] = ACTIONS(1325), - [anon_sym_ATif] = ACTIONS(1327), - [anon_sym_ATunless] = ACTIONS(1329), - [anon_sym_ATisset] = ACTIONS(1331), - [anon_sym_ATempty] = ACTIONS(1333), - [anon_sym_ATauth] = ACTIONS(1335), - [anon_sym_ATguest] = ACTIONS(1337), - [anon_sym_ATproduction] = ACTIONS(1339), - [anon_sym_ATenv] = ACTIONS(1341), - [anon_sym_AThasSection] = ACTIONS(1343), - [anon_sym_ATsectionMissing] = ACTIONS(1345), - [anon_sym_ATerror] = ACTIONS(1347), - [anon_sym_ATenderror] = ACTIONS(409), - [anon_sym_ATcan] = ACTIONS(1349), - [anon_sym_ATcannot] = ACTIONS(1351), - [anon_sym_ATcanany] = ACTIONS(1353), - [anon_sym_ATfeature] = ACTIONS(1355), - [aux_sym__custom_token1] = ACTIONS(1357), - [aux_sym__custom_token2] = ACTIONS(1359), - [anon_sym_ATswitch] = ACTIONS(1361), - [aux_sym_loop_operator_token1] = ACTIONS(1363), - [anon_sym_ATfor] = ACTIONS(1365), - [anon_sym_ATforeach] = ACTIONS(1367), - [anon_sym_ATforelse] = ACTIONS(1369), - [anon_sym_ATwhile] = ACTIONS(1371), - [anon_sym_ATsetup] = ACTIONS(1373), - [anon_sym_ATtask] = ACTIONS(1375), - [anon_sym_ATstory] = ACTIONS(1377), - [anon_sym_ATbefore] = ACTIONS(1379), - [anon_sym_ATafter] = ACTIONS(1381), - [anon_sym_ATsuccess] = ACTIONS(1383), - [anon_sym_ATfinished] = ACTIONS(1385), - [anon_sym_ATpersist] = ACTIONS(1387), - [anon_sym_ATteleport] = ACTIONS(1389), - [anon_sym_ATvolt] = ACTIONS(1391), - [aux_sym__text_token1] = ACTIONS(1393), - [aux_sym__text_token2] = ACTIONS(1393), - [aux_sym__text_token3] = ACTIONS(1395), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2913), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [100] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [112] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -39480,228 +41080,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1397), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [101] = { - [sym__definition] = STATE(101), - [sym_keyword] = STATE(101), - [sym_php_statement] = STATE(101), - [sym__escaped] = STATE(1844), - [sym__unescaped] = STATE(1844), - [sym__raw] = STATE(1844), - [sym__inline_raw] = STATE(1844), - [sym__multi_line_raw] = STATE(1844), - [sym__js] = STATE(1844), - [sym_attribute] = STATE(101), - [sym__inline_directive] = STATE(101), - [sym__use] = STATE(101), - [sym__nested_directive] = STATE(101), - [sym_fragment] = STATE(101), - [sym_section] = STATE(101), - [sym_inlineSection] = STATE(101), - [sym_once] = STATE(101), - [sym_verbatim] = STATE(101), - [sym_stack] = STATE(101), - [sym__push] = STATE(1845), - [sym__pushOnce] = STATE(1845), - [sym__pushIf] = STATE(1845), - [sym__prepend] = STATE(1845), - [sym__prependOnce] = STATE(1845), - [sym_conditional] = STATE(101), - [sym_conditional_keyword] = STATE(101), - [sym__if] = STATE(1846), - [sym__unless] = STATE(1846), - [sym__isset] = STATE(1846), - [sym__empty] = STATE(1846), - [sym__auth] = STATE(1846), - [sym__guest] = STATE(1846), - [sym__production] = STATE(1846), - [sym__env] = STATE(1846), - [sym__hasSection] = STATE(1846), - [sym__sectionMissing] = STATE(1846), - [sym__error] = STATE(1846), - [sym_authorization] = STATE(1846), - [sym__can] = STATE(1847), - [sym__cannot] = STATE(1847), - [sym__canany] = STATE(1847), - [sym__feature] = STATE(1846), - [sym__custom] = STATE(1846), - [sym_switch] = STATE(101), - [sym_loop] = STATE(101), - [sym_loop_operator] = STATE(101), - [sym__for] = STATE(1848), - [sym__foreach] = STATE(1848), - [sym__forelse] = STATE(1848), - [sym__while] = STATE(1848), - [sym_envoy] = STATE(101), - [sym__setup] = STATE(1844), - [sym__task] = STATE(1849), - [sym__story] = STATE(1849), - [sym__hooks] = STATE(1844), - [sym__before] = STATE(1844), - [sym__after] = STATE(1844), - [sym__envoy_error] = STATE(1844), - [sym__success] = STATE(1844), - [sym__finished] = STATE(1844), - [sym_livewire] = STATE(101), - [sym__persist] = STATE(1850), - [sym__teleport] = STATE(1850), - [sym__volt] = STATE(1850), - [sym_text] = STATE(101), - [sym__text] = STATE(713), - [aux_sym__if_statement_directive_body_repeat1] = STATE(101), - [aux_sym_php_only_repeat1] = STATE(713), - [sym_comment] = ACTIONS(1399), - [aux_sym_keyword_token1] = ACTIONS(1402), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1405), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1408), - [anon_sym_ATphp] = ACTIONS(1411), - [anon_sym_ATjs] = ACTIONS(1414), - [aux_sym_attribute_token1] = ACTIONS(1417), - [aux_sym__inline_directive_token1] = ACTIONS(1420), - [aux_sym__inline_directive_token2] = ACTIONS(1423), - [anon_sym_ATuse] = ACTIONS(1426), - [anon_sym_ATfragment] = ACTIONS(1429), - [anon_sym_ATsection] = ACTIONS(1432), - [anon_sym_ATonce] = ACTIONS(1435), - [anon_sym_ATverbatim] = ACTIONS(1438), - [anon_sym_ATpush] = ACTIONS(1441), - [anon_sym_ATpushOnce] = ACTIONS(1444), - [anon_sym_ATpushIf] = ACTIONS(1447), - [anon_sym_ATprepend] = ACTIONS(1450), - [anon_sym_ATprependOnce] = ACTIONS(1453), - [anon_sym_ATelse] = ACTIONS(1456), - [aux_sym_conditional_keyword_token1] = ACTIONS(1459), - [anon_sym_ATif] = ACTIONS(1462), - [anon_sym_ATunless] = ACTIONS(1465), - [anon_sym_ATisset] = ACTIONS(1468), - [anon_sym_ATempty] = ACTIONS(1471), - [anon_sym_ATauth] = ACTIONS(1474), - [anon_sym_ATguest] = ACTIONS(1477), - [anon_sym_ATproduction] = ACTIONS(1480), - [anon_sym_ATenv] = ACTIONS(1483), - [anon_sym_AThasSection] = ACTIONS(1486), - [anon_sym_ATsectionMissing] = ACTIONS(1489), - [anon_sym_ATerror] = ACTIONS(1492), - [anon_sym_ATcan] = ACTIONS(1495), - [anon_sym_ATendcan] = ACTIONS(765), - [anon_sym_ATcannot] = ACTIONS(1498), - [anon_sym_ATcanany] = ACTIONS(1501), - [anon_sym_ATfeature] = ACTIONS(1504), - [aux_sym__custom_token1] = ACTIONS(1507), - [aux_sym__custom_token2] = ACTIONS(1510), - [anon_sym_ATswitch] = ACTIONS(1513), - [aux_sym_loop_operator_token1] = ACTIONS(1516), - [anon_sym_ATfor] = ACTIONS(1519), - [anon_sym_ATforeach] = ACTIONS(1522), - [anon_sym_ATforelse] = ACTIONS(1525), - [anon_sym_ATwhile] = ACTIONS(1528), - [anon_sym_ATsetup] = ACTIONS(1531), - [anon_sym_ATtask] = ACTIONS(1534), - [anon_sym_ATstory] = ACTIONS(1537), - [anon_sym_ATbefore] = ACTIONS(1540), - [anon_sym_ATafter] = ACTIONS(1543), - [anon_sym_ATsuccess] = ACTIONS(1546), - [anon_sym_ATfinished] = ACTIONS(1549), - [anon_sym_ATpersist] = ACTIONS(1552), - [anon_sym_ATteleport] = ACTIONS(1555), - [anon_sym_ATvolt] = ACTIONS(1558), - [aux_sym__text_token1] = ACTIONS(1561), - [aux_sym__text_token2] = ACTIONS(1561), - [aux_sym__text_token3] = ACTIONS(1564), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(2915), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [102] = { + [113] = { [sym__definition] = STATE(113), [sym_keyword] = STATE(113), [sym_php_statement] = STATE(113), - [sym__escaped] = STATE(1400), - [sym__unescaped] = STATE(1400), - [sym__raw] = STATE(1400), - [sym__inline_raw] = STATE(1400), - [sym__multi_line_raw] = STATE(1400), - [sym__js] = STATE(1400), + [sym__escaped] = STATE(1774), + [sym__unescaped] = STATE(1774), + [sym__raw] = STATE(1774), + [sym__inline_raw] = STATE(1774), + [sym__multi_line_raw] = STATE(1774), + [sym__js] = STATE(1774), [sym_attribute] = STATE(113), [sym__inline_directive] = STATE(113), [sym__use] = STATE(113), @@ -39712,269 +41184,909 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(113), [sym_verbatim] = STATE(113), [sym_stack] = STATE(113), - [sym__push] = STATE(1401), - [sym__pushOnce] = STATE(1401), - [sym__pushIf] = STATE(1401), - [sym__prepend] = STATE(1401), - [sym__prependOnce] = STATE(1401), + [sym__push] = STATE(1775), + [sym__pushOnce] = STATE(1775), + [sym__pushIf] = STATE(1775), + [sym__prepend] = STATE(1775), + [sym__prependOnce] = STATE(1775), [sym_conditional] = STATE(113), [sym_conditional_keyword] = STATE(113), - [sym__if] = STATE(1402), - [sym__unless] = STATE(1402), - [sym__isset] = STATE(1402), - [sym__empty] = STATE(1402), - [sym__auth] = STATE(1402), - [sym__guest] = STATE(1402), - [sym__production] = STATE(1402), - [sym__env] = STATE(1402), - [sym__hasSection] = STATE(1402), - [sym__sectionMissing] = STATE(1402), - [sym__error] = STATE(1402), - [sym_authorization] = STATE(1402), - [sym__can] = STATE(1403), - [sym__cannot] = STATE(1403), - [sym__canany] = STATE(1403), - [sym__feature] = STATE(1402), - [sym__custom] = STATE(1402), + [sym__if] = STATE(1776), + [sym__unless] = STATE(1776), + [sym__isset] = STATE(1776), + [sym__empty] = STATE(1776), + [sym__auth] = STATE(1776), + [sym__guest] = STATE(1776), + [sym__production] = STATE(1776), + [sym__env] = STATE(1776), + [sym__hasSection] = STATE(1776), + [sym__sectionMissing] = STATE(1776), + [sym__error] = STATE(1776), + [sym_authorization] = STATE(1776), + [sym__can] = STATE(1777), + [sym__cannot] = STATE(1777), + [sym__canany] = STATE(1777), + [sym__feature] = STATE(1776), + [sym__custom] = STATE(1776), [sym_switch] = STATE(113), [sym_loop] = STATE(113), [sym_loop_operator] = STATE(113), - [sym__for] = STATE(1404), - [sym__foreach] = STATE(1404), - [sym__forelse] = STATE(1404), - [sym__while] = STATE(1404), + [sym__for] = STATE(1778), + [sym__foreach] = STATE(1778), + [sym__forelse] = STATE(1778), + [sym__while] = STATE(1778), [sym_envoy] = STATE(113), - [sym__setup] = STATE(1400), - [sym__task] = STATE(1405), - [sym__story] = STATE(1405), - [sym__hooks] = STATE(1400), - [sym__before] = STATE(1400), - [sym__after] = STATE(1400), - [sym__envoy_error] = STATE(1400), - [sym__success] = STATE(1400), - [sym__finished] = STATE(1400), + [sym__setup] = STATE(1774), + [sym__task] = STATE(1779), + [sym__story] = STATE(1779), + [sym__hooks] = STATE(1774), + [sym__before] = STATE(1774), + [sym__after] = STATE(1774), + [sym__envoy_error] = STATE(1774), + [sym__success] = STATE(1774), + [sym__finished] = STATE(1774), [sym_livewire] = STATE(113), - [sym__persist] = STATE(1406), - [sym__teleport] = STATE(1406), - [sym__volt] = STATE(1406), + [sym__persist] = STATE(1780), + [sym__teleport] = STATE(1780), + [sym__volt] = STATE(1780), [sym_text] = STATE(113), - [sym__text] = STATE(673), + [sym__text] = STATE(680), [aux_sym__if_statement_directive_body_repeat1] = STATE(113), - [aux_sym_php_only_repeat1] = STATE(673), - [sym_comment] = ACTIONS(1567), - [aux_sym_keyword_token1] = ACTIONS(1569), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1571), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1573), - [anon_sym_ATphp] = ACTIONS(1575), - [anon_sym_ATjs] = ACTIONS(1577), - [aux_sym_attribute_token1] = ACTIONS(1579), - [aux_sym__inline_directive_token1] = ACTIONS(1581), - [aux_sym__inline_directive_token2] = ACTIONS(1583), - [anon_sym_ATuse] = ACTIONS(1585), - [anon_sym_ATfragment] = ACTIONS(1587), - [anon_sym_ATsection] = ACTIONS(1589), - [anon_sym_ATonce] = ACTIONS(1591), - [anon_sym_ATverbatim] = ACTIONS(1593), - [anon_sym_ATpush] = ACTIONS(1595), - [anon_sym_ATpushOnce] = ACTIONS(1597), - [anon_sym_ATpushIf] = ACTIONS(1599), - [anon_sym_ATprepend] = ACTIONS(1601), - [anon_sym_ATprependOnce] = ACTIONS(1603), - [anon_sym_ATelse] = ACTIONS(1605), - [aux_sym_conditional_keyword_token1] = ACTIONS(1607), - [anon_sym_ATif] = ACTIONS(1609), - [anon_sym_ATunless] = ACTIONS(1611), - [anon_sym_ATendunless] = ACTIONS(409), - [anon_sym_ATisset] = ACTIONS(1613), - [anon_sym_ATempty] = ACTIONS(1615), - [anon_sym_ATauth] = ACTIONS(1617), - [anon_sym_ATguest] = ACTIONS(1619), - [anon_sym_ATproduction] = ACTIONS(1621), - [anon_sym_ATenv] = ACTIONS(1623), - [anon_sym_AThasSection] = ACTIONS(1625), - [anon_sym_ATsectionMissing] = ACTIONS(1627), - [anon_sym_ATerror] = ACTIONS(1629), - [anon_sym_ATcan] = ACTIONS(1631), - [anon_sym_ATcannot] = ACTIONS(1633), - [anon_sym_ATcanany] = ACTIONS(1635), - [anon_sym_ATfeature] = ACTIONS(1637), - [aux_sym__custom_token1] = ACTIONS(1639), - [aux_sym__custom_token2] = ACTIONS(1641), - [anon_sym_ATswitch] = ACTIONS(1643), - [aux_sym_loop_operator_token1] = ACTIONS(1645), - [anon_sym_ATfor] = ACTIONS(1647), - [anon_sym_ATforeach] = ACTIONS(1649), - [anon_sym_ATforelse] = ACTIONS(1651), - [anon_sym_ATwhile] = ACTIONS(1653), - [anon_sym_ATsetup] = ACTIONS(1655), - [anon_sym_ATtask] = ACTIONS(1657), - [anon_sym_ATstory] = ACTIONS(1659), - [anon_sym_ATbefore] = ACTIONS(1661), - [anon_sym_ATafter] = ACTIONS(1663), - [anon_sym_ATsuccess] = ACTIONS(1665), - [anon_sym_ATfinished] = ACTIONS(1667), - [anon_sym_ATpersist] = ACTIONS(1669), - [anon_sym_ATteleport] = ACTIONS(1671), - [anon_sym_ATvolt] = ACTIONS(1673), - [aux_sym__text_token1] = ACTIONS(1675), - [aux_sym__text_token2] = ACTIONS(1675), - [aux_sym__text_token3] = ACTIONS(1677), + [aux_sym_php_only_repeat1] = STATE(680), + [sym_comment] = ACTIONS(2917), + [aux_sym_keyword_token1] = ACTIONS(2920), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2923), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2926), + [anon_sym_ATphp] = ACTIONS(2929), + [anon_sym_ATjs] = ACTIONS(2932), + [aux_sym_attribute_token1] = ACTIONS(2935), + [aux_sym__inline_directive_token1] = ACTIONS(2938), + [aux_sym__inline_directive_token2] = ACTIONS(2941), + [anon_sym_ATuse] = ACTIONS(2944), + [anon_sym_ATfragment] = ACTIONS(2947), + [anon_sym_ATsection] = ACTIONS(2950), + [anon_sym_ATonce] = ACTIONS(2953), + [anon_sym_ATverbatim] = ACTIONS(2956), + [anon_sym_ATpush] = ACTIONS(2959), + [anon_sym_ATpushOnce] = ACTIONS(2962), + [anon_sym_ATpushIf] = ACTIONS(2965), + [anon_sym_ATprepend] = ACTIONS(2968), + [anon_sym_ATprependOnce] = ACTIONS(2971), + [anon_sym_ATelse] = ACTIONS(2974), + [aux_sym_conditional_keyword_token1] = ACTIONS(2977), + [anon_sym_ATif] = ACTIONS(2980), + [anon_sym_ATunless] = ACTIONS(2983), + [anon_sym_ATisset] = ACTIONS(2986), + [anon_sym_ATempty] = ACTIONS(2989), + [anon_sym_ATauth] = ACTIONS(2992), + [anon_sym_ATguest] = ACTIONS(2995), + [anon_sym_ATproduction] = ACTIONS(2998), + [anon_sym_ATenv] = ACTIONS(3001), + [anon_sym_AThasSection] = ACTIONS(3004), + [anon_sym_ATsectionMissing] = ACTIONS(3007), + [anon_sym_ATerror] = ACTIONS(3010), + [anon_sym_ATenderror] = ACTIONS(675), + [anon_sym_ATcan] = ACTIONS(3013), + [anon_sym_ATcannot] = ACTIONS(3016), + [anon_sym_ATcanany] = ACTIONS(3019), + [anon_sym_ATfeature] = ACTIONS(3022), + [aux_sym__custom_token1] = ACTIONS(3025), + [aux_sym__custom_token2] = ACTIONS(3028), + [anon_sym_ATswitch] = ACTIONS(3031), + [aux_sym_loop_operator_token1] = ACTIONS(3034), + [anon_sym_ATfor] = ACTIONS(3037), + [anon_sym_ATforeach] = ACTIONS(3040), + [anon_sym_ATforelse] = ACTIONS(3043), + [anon_sym_ATwhile] = ACTIONS(3046), + [anon_sym_ATsetup] = ACTIONS(3049), + [anon_sym_ATtask] = ACTIONS(3052), + [anon_sym_ATstory] = ACTIONS(3055), + [anon_sym_ATbefore] = ACTIONS(3058), + [anon_sym_ATafter] = ACTIONS(3061), + [anon_sym_ATsuccess] = ACTIONS(3064), + [anon_sym_ATfinished] = ACTIONS(3067), + [anon_sym_ATpersist] = ACTIONS(3070), + [anon_sym_ATteleport] = ACTIONS(3073), + [anon_sym_ATvolt] = ACTIONS(3076), + [aux_sym__text_token1] = ACTIONS(3079), + [aux_sym__text_token2] = ACTIONS(3079), + [aux_sym__text_token3] = ACTIONS(3082), }, - [103] = { - [sym__definition] = STATE(82), - [sym_keyword] = STATE(82), - [sym_php_statement] = STATE(82), - [sym__escaped] = STATE(1757), - [sym__unescaped] = STATE(1757), - [sym__raw] = STATE(1757), - [sym__inline_raw] = STATE(1757), - [sym__multi_line_raw] = STATE(1757), - [sym__js] = STATE(1757), - [sym_attribute] = STATE(82), - [sym__inline_directive] = STATE(82), - [sym__use] = STATE(82), - [sym__nested_directive] = STATE(82), - [sym_fragment] = STATE(82), - [sym_section] = STATE(82), - [sym_inlineSection] = STATE(82), - [sym_once] = STATE(82), - [sym_verbatim] = STATE(82), - [sym_stack] = STATE(82), - [sym__push] = STATE(1758), - [sym__pushOnce] = STATE(1758), - [sym__pushIf] = STATE(1758), - [sym__prepend] = STATE(1758), - [sym__prependOnce] = STATE(1758), - [sym_conditional] = STATE(82), - [sym_conditional_keyword] = STATE(82), - [sym__if] = STATE(1759), - [sym__unless] = STATE(1759), - [sym__isset] = STATE(1759), - [sym__empty] = STATE(1759), - [sym__auth] = STATE(1759), - [sym__guest] = STATE(1759), - [sym__production] = STATE(1759), - [sym__env] = STATE(1759), - [sym__hasSection] = STATE(1759), - [sym__sectionMissing] = STATE(1759), - [sym__error] = STATE(1759), - [sym_authorization] = STATE(1759), - [sym__can] = STATE(1760), - [sym__cannot] = STATE(1760), - [sym__canany] = STATE(1760), - [sym__feature] = STATE(1759), - [sym__custom] = STATE(1759), - [sym_switch] = STATE(82), - [sym_loop] = STATE(82), - [sym_loop_operator] = STATE(82), - [sym__for] = STATE(1761), - [sym__foreach] = STATE(1761), - [sym__forelse] = STATE(1761), - [sym__while] = STATE(1761), - [sym_envoy] = STATE(82), - [sym__setup] = STATE(1757), - [sym__task] = STATE(1762), - [sym__story] = STATE(1762), - [sym__hooks] = STATE(1757), - [sym__before] = STATE(1757), - [sym__after] = STATE(1757), - [sym__envoy_error] = STATE(1757), - [sym__success] = STATE(1757), - [sym__finished] = STATE(1757), - [sym_livewire] = STATE(82), - [sym__persist] = STATE(1763), - [sym__teleport] = STATE(1763), - [sym__volt] = STATE(1763), - [sym_text] = STATE(82), + [114] = { + [sym__definition] = STATE(87), + [sym_keyword] = STATE(87), + [sym_php_statement] = STATE(87), + [sym__escaped] = STATE(1686), + [sym__unescaped] = STATE(1686), + [sym__raw] = STATE(1686), + [sym__inline_raw] = STATE(1686), + [sym__multi_line_raw] = STATE(1686), + [sym__js] = STATE(1686), + [sym_attribute] = STATE(87), + [sym__inline_directive] = STATE(87), + [sym__use] = STATE(87), + [sym__nested_directive] = STATE(87), + [sym_fragment] = STATE(87), + [sym_section] = STATE(87), + [sym_inlineSection] = STATE(87), + [sym_once] = STATE(87), + [sym_verbatim] = STATE(87), + [sym_stack] = STATE(87), + [sym__push] = STATE(1687), + [sym__pushOnce] = STATE(1687), + [sym__pushIf] = STATE(1687), + [sym__prepend] = STATE(1687), + [sym__prependOnce] = STATE(1687), + [sym_conditional] = STATE(87), + [sym_conditional_keyword] = STATE(87), + [sym__if] = STATE(1688), + [sym__unless] = STATE(1688), + [sym__isset] = STATE(1688), + [sym__empty] = STATE(1688), + [sym__auth] = STATE(1688), + [sym__guest] = STATE(1688), + [sym__production] = STATE(1688), + [sym__env] = STATE(1688), + [sym__hasSection] = STATE(1688), + [sym__sectionMissing] = STATE(1688), + [sym__error] = STATE(1688), + [sym_authorization] = STATE(1688), + [sym__can] = STATE(1689), + [sym__cannot] = STATE(1689), + [sym__canany] = STATE(1689), + [sym__feature] = STATE(1688), + [sym__custom] = STATE(1688), + [sym_switch] = STATE(87), + [sym_loop] = STATE(87), + [sym_loop_operator] = STATE(87), + [sym__for] = STATE(1690), + [sym__foreach] = STATE(1690), + [sym__forelse] = STATE(1690), + [sym__while] = STATE(1690), + [sym_envoy] = STATE(87), + [sym__setup] = STATE(1686), + [sym__task] = STATE(1691), + [sym__story] = STATE(1691), + [sym__hooks] = STATE(1686), + [sym__before] = STATE(1686), + [sym__after] = STATE(1686), + [sym__envoy_error] = STATE(1686), + [sym__success] = STATE(1686), + [sym__finished] = STATE(1686), + [sym_livewire] = STATE(87), + [sym__persist] = STATE(1692), + [sym__teleport] = STATE(1692), + [sym__volt] = STATE(1692), + [sym_text] = STATE(87), + [sym__text] = STATE(685), + [aux_sym__if_statement_directive_body_repeat1] = STATE(87), + [aux_sym_php_only_repeat1] = STATE(685), + [sym_comment] = ACTIONS(3085), + [aux_sym_keyword_token1] = ACTIONS(2687), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2689), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2691), + [anon_sym_ATphp] = ACTIONS(2693), + [anon_sym_ATjs] = ACTIONS(2695), + [aux_sym_attribute_token1] = ACTIONS(2697), + [aux_sym__inline_directive_token1] = ACTIONS(2699), + [aux_sym__inline_directive_token2] = ACTIONS(2701), + [anon_sym_ATuse] = ACTIONS(2703), + [anon_sym_ATfragment] = ACTIONS(2705), + [anon_sym_ATsection] = ACTIONS(2707), + [anon_sym_ATonce] = ACTIONS(2709), + [anon_sym_ATverbatim] = ACTIONS(2711), + [anon_sym_ATpush] = ACTIONS(2713), + [anon_sym_ATpushOnce] = ACTIONS(2715), + [anon_sym_ATpushIf] = ACTIONS(2717), + [anon_sym_ATprepend] = ACTIONS(2719), + [anon_sym_ATprependOnce] = ACTIONS(2721), + [anon_sym_ATelse] = ACTIONS(2723), + [aux_sym_conditional_keyword_token1] = ACTIONS(2725), + [anon_sym_ATif] = ACTIONS(2727), + [anon_sym_ATunless] = ACTIONS(2729), + [anon_sym_ATisset] = ACTIONS(2731), + [anon_sym_ATempty] = ACTIONS(2733), + [anon_sym_ATauth] = ACTIONS(2735), + [anon_sym_ATguest] = ACTIONS(2737), + [anon_sym_ATproduction] = ACTIONS(2739), + [anon_sym_ATenv] = ACTIONS(2741), + [anon_sym_ATendenv] = ACTIONS(571), + [anon_sym_AThasSection] = ACTIONS(2743), + [anon_sym_ATsectionMissing] = ACTIONS(2745), + [anon_sym_ATerror] = ACTIONS(2747), + [anon_sym_ATcan] = ACTIONS(2749), + [anon_sym_ATcannot] = ACTIONS(2751), + [anon_sym_ATcanany] = ACTIONS(2753), + [anon_sym_ATfeature] = ACTIONS(2755), + [aux_sym__custom_token1] = ACTIONS(2757), + [aux_sym__custom_token2] = ACTIONS(2759), + [anon_sym_ATswitch] = ACTIONS(2761), + [aux_sym_loop_operator_token1] = ACTIONS(2763), + [anon_sym_ATfor] = ACTIONS(2765), + [anon_sym_ATforeach] = ACTIONS(2767), + [anon_sym_ATforelse] = ACTIONS(2769), + [anon_sym_ATwhile] = ACTIONS(2771), + [anon_sym_ATsetup] = ACTIONS(2773), + [anon_sym_ATtask] = ACTIONS(2775), + [anon_sym_ATstory] = ACTIONS(2777), + [anon_sym_ATbefore] = ACTIONS(2779), + [anon_sym_ATafter] = ACTIONS(2781), + [anon_sym_ATsuccess] = ACTIONS(2783), + [anon_sym_ATfinished] = ACTIONS(2785), + [anon_sym_ATpersist] = ACTIONS(2787), + [anon_sym_ATteleport] = ACTIONS(2789), + [anon_sym_ATvolt] = ACTIONS(2791), + [aux_sym__text_token1] = ACTIONS(2793), + [aux_sym__text_token2] = ACTIONS(2793), + [aux_sym__text_token3] = ACTIONS(2795), + }, + [115] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), + [sym__js] = STATE(836), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), + [sym__push] = STATE(835), + [sym__pushOnce] = STATE(835), + [sym__pushIf] = STATE(835), + [sym__prepend] = STATE(835), + [sym__prependOnce] = STATE(835), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), + [sym__if] = STATE(834), + [sym__unless] = STATE(834), + [sym__isset] = STATE(834), + [sym__empty] = STATE(834), + [sym__auth] = STATE(834), + [sym__guest] = STATE(834), + [sym__production] = STATE(834), + [sym__env] = STATE(834), + [sym__hasSection] = STATE(834), + [sym__sectionMissing] = STATE(834), + [sym__error] = STATE(834), + [sym_authorization] = STATE(834), + [sym__can] = STATE(833), + [sym__cannot] = STATE(833), + [sym__canany] = STATE(833), + [sym__feature] = STATE(834), + [sym__custom] = STATE(834), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), + [sym__for] = STATE(832), + [sym__foreach] = STATE(832), + [sym__forelse] = STATE(832), + [sym__while] = STATE(832), + [sym_envoy] = STATE(105), + [sym__setup] = STATE(836), + [sym__task] = STATE(831), + [sym__story] = STATE(831), + [sym__hooks] = STATE(836), + [sym__before] = STATE(836), + [sym__after] = STATE(836), + [sym__envoy_error] = STATE(836), + [sym__success] = STATE(836), + [sym__finished] = STATE(836), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), [sym__text] = STATE(704), - [aux_sym__if_statement_directive_body_repeat1] = STATE(82), [aux_sym_php_only_repeat1] = STATE(704), - [sym_comment] = ACTIONS(1679), - [aux_sym_keyword_token1] = ACTIONS(1287), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1289), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1291), - [anon_sym_ATphp] = ACTIONS(1293), - [anon_sym_ATjs] = ACTIONS(1295), - [aux_sym_attribute_token1] = ACTIONS(1297), - [aux_sym__inline_directive_token1] = ACTIONS(1299), - [aux_sym__inline_directive_token2] = ACTIONS(1301), - [anon_sym_ATuse] = ACTIONS(1303), - [anon_sym_ATfragment] = ACTIONS(1305), - [anon_sym_ATsection] = ACTIONS(1307), - [anon_sym_ATonce] = ACTIONS(1309), - [anon_sym_ATverbatim] = ACTIONS(1311), - [anon_sym_ATpush] = ACTIONS(1313), - [anon_sym_ATpushOnce] = ACTIONS(1315), - [anon_sym_ATpushIf] = ACTIONS(1317), - [anon_sym_ATprepend] = ACTIONS(1319), - [anon_sym_ATprependOnce] = ACTIONS(1321), - [anon_sym_ATelse] = ACTIONS(1323), - [aux_sym_conditional_keyword_token1] = ACTIONS(1325), - [anon_sym_ATif] = ACTIONS(1327), - [anon_sym_ATunless] = ACTIONS(1329), - [anon_sym_ATisset] = ACTIONS(1331), - [anon_sym_ATempty] = ACTIONS(1333), - [anon_sym_ATauth] = ACTIONS(1335), - [anon_sym_ATguest] = ACTIONS(1337), - [anon_sym_ATproduction] = ACTIONS(1339), - [anon_sym_ATenv] = ACTIONS(1341), - [anon_sym_AThasSection] = ACTIONS(1343), - [anon_sym_ATsectionMissing] = ACTIONS(1345), - [anon_sym_ATerror] = ACTIONS(1347), - [anon_sym_ATenderror] = ACTIONS(691), - [anon_sym_ATcan] = ACTIONS(1349), - [anon_sym_ATcannot] = ACTIONS(1351), - [anon_sym_ATcanany] = ACTIONS(1353), - [anon_sym_ATfeature] = ACTIONS(1355), - [aux_sym__custom_token1] = ACTIONS(1357), - [aux_sym__custom_token2] = ACTIONS(1359), - [anon_sym_ATswitch] = ACTIONS(1361), - [aux_sym_loop_operator_token1] = ACTIONS(1363), - [anon_sym_ATfor] = ACTIONS(1365), - [anon_sym_ATforeach] = ACTIONS(1367), - [anon_sym_ATforelse] = ACTIONS(1369), - [anon_sym_ATwhile] = ACTIONS(1371), - [anon_sym_ATsetup] = ACTIONS(1373), - [anon_sym_ATtask] = ACTIONS(1375), - [anon_sym_ATstory] = ACTIONS(1377), - [anon_sym_ATbefore] = ACTIONS(1379), - [anon_sym_ATafter] = ACTIONS(1381), - [anon_sym_ATsuccess] = ACTIONS(1383), - [anon_sym_ATfinished] = ACTIONS(1385), - [anon_sym_ATpersist] = ACTIONS(1387), - [anon_sym_ATteleport] = ACTIONS(1389), - [anon_sym_ATvolt] = ACTIONS(1391), - [aux_sym__text_token1] = ACTIONS(1393), - [aux_sym__text_token2] = ACTIONS(1393), - [aux_sym__text_token3] = ACTIONS(1395), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3087), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [104] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [116] = { + [sym__definition] = STATE(76), + [sym_keyword] = STATE(76), + [sym_php_statement] = STATE(76), + [sym__escaped] = STATE(1950), + [sym__unescaped] = STATE(1950), + [sym__raw] = STATE(1950), + [sym__inline_raw] = STATE(1950), + [sym__multi_line_raw] = STATE(1950), + [sym__js] = STATE(1950), + [sym_attribute] = STATE(76), + [sym__inline_directive] = STATE(76), + [sym__use] = STATE(76), + [sym__nested_directive] = STATE(76), + [sym_fragment] = STATE(76), + [sym_section] = STATE(76), + [sym_inlineSection] = STATE(76), + [sym_once] = STATE(76), + [sym_verbatim] = STATE(76), + [sym_stack] = STATE(76), + [sym__push] = STATE(1951), + [sym__pushOnce] = STATE(1951), + [sym__pushIf] = STATE(1951), + [sym__prepend] = STATE(1951), + [sym__prependOnce] = STATE(1951), + [sym_conditional] = STATE(76), + [sym_conditional_keyword] = STATE(76), + [sym__if] = STATE(1952), + [sym__unless] = STATE(1952), + [sym__isset] = STATE(1952), + [sym__empty] = STATE(1952), + [sym__auth] = STATE(1952), + [sym__guest] = STATE(1952), + [sym__production] = STATE(1952), + [sym__env] = STATE(1952), + [sym__hasSection] = STATE(1952), + [sym__sectionMissing] = STATE(1952), + [sym__error] = STATE(1952), + [sym_authorization] = STATE(1952), + [sym__can] = STATE(1953), + [sym__cannot] = STATE(1953), + [sym__canany] = STATE(1953), + [sym__feature] = STATE(1952), + [sym__custom] = STATE(1952), + [sym_switch] = STATE(76), + [sym_loop] = STATE(76), + [sym_loop_operator] = STATE(76), + [sym__for] = STATE(1954), + [sym__foreach] = STATE(1954), + [sym__forelse] = STATE(1954), + [sym__while] = STATE(1954), + [sym_envoy] = STATE(76), + [sym__setup] = STATE(1950), + [sym__task] = STATE(1955), + [sym__story] = STATE(1955), + [sym__hooks] = STATE(1950), + [sym__before] = STATE(1950), + [sym__after] = STATE(1950), + [sym__envoy_error] = STATE(1950), + [sym__success] = STATE(1950), + [sym__finished] = STATE(1950), + [sym_livewire] = STATE(76), + [sym__persist] = STATE(1956), + [sym__teleport] = STATE(1956), + [sym__volt] = STATE(1956), + [sym_text] = STATE(76), + [sym__text] = STATE(713), + [aux_sym__if_statement_directive_body_repeat1] = STATE(76), + [aux_sym_php_only_repeat1] = STATE(713), + [sym_comment] = ACTIONS(3089), + [aux_sym_keyword_token1] = ACTIONS(3091), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3093), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3095), + [anon_sym_ATphp] = ACTIONS(3097), + [anon_sym_ATjs] = ACTIONS(3099), + [aux_sym_attribute_token1] = ACTIONS(3101), + [aux_sym__inline_directive_token1] = ACTIONS(3103), + [aux_sym__inline_directive_token2] = ACTIONS(3105), + [anon_sym_ATuse] = ACTIONS(3107), + [anon_sym_ATfragment] = ACTIONS(3109), + [anon_sym_ATsection] = ACTIONS(3111), + [anon_sym_ATonce] = ACTIONS(3113), + [anon_sym_ATverbatim] = ACTIONS(3115), + [anon_sym_ATpush] = ACTIONS(3117), + [anon_sym_ATpushOnce] = ACTIONS(3119), + [anon_sym_ATpushIf] = ACTIONS(3121), + [anon_sym_ATprepend] = ACTIONS(3123), + [anon_sym_ATprependOnce] = ACTIONS(3125), + [anon_sym_ATelse] = ACTIONS(3127), + [aux_sym_conditional_keyword_token1] = ACTIONS(3129), + [anon_sym_ATif] = ACTIONS(3131), + [anon_sym_ATunless] = ACTIONS(3133), + [anon_sym_ATisset] = ACTIONS(3135), + [anon_sym_ATempty] = ACTIONS(3137), + [anon_sym_ATauth] = ACTIONS(3139), + [anon_sym_ATguest] = ACTIONS(3141), + [anon_sym_ATproduction] = ACTIONS(3143), + [anon_sym_ATenv] = ACTIONS(3145), + [anon_sym_AThasSection] = ACTIONS(3147), + [anon_sym_ATsectionMissing] = ACTIONS(3149), + [anon_sym_ATerror] = ACTIONS(3151), + [anon_sym_ATcan] = ACTIONS(3153), + [anon_sym_ATcannot] = ACTIONS(3155), + [anon_sym_ATendcannot] = ACTIONS(571), + [anon_sym_ATcanany] = ACTIONS(3157), + [anon_sym_ATfeature] = ACTIONS(3159), + [aux_sym__custom_token1] = ACTIONS(3161), + [aux_sym__custom_token2] = ACTIONS(3163), + [anon_sym_ATswitch] = ACTIONS(3165), + [aux_sym_loop_operator_token1] = ACTIONS(3167), + [anon_sym_ATfor] = ACTIONS(3169), + [anon_sym_ATforeach] = ACTIONS(3171), + [anon_sym_ATforelse] = ACTIONS(3173), + [anon_sym_ATwhile] = ACTIONS(3175), + [anon_sym_ATsetup] = ACTIONS(3177), + [anon_sym_ATtask] = ACTIONS(3179), + [anon_sym_ATstory] = ACTIONS(3181), + [anon_sym_ATbefore] = ACTIONS(3183), + [anon_sym_ATafter] = ACTIONS(3185), + [anon_sym_ATsuccess] = ACTIONS(3187), + [anon_sym_ATfinished] = ACTIONS(3189), + [anon_sym_ATpersist] = ACTIONS(3191), + [anon_sym_ATteleport] = ACTIONS(3193), + [anon_sym_ATvolt] = ACTIONS(3195), + [aux_sym__text_token1] = ACTIONS(3197), + [aux_sym__text_token2] = ACTIONS(3197), + [aux_sym__text_token3] = ACTIONS(3199), + }, + [117] = { + [sym__definition] = STATE(117), + [sym_keyword] = STATE(117), + [sym_php_statement] = STATE(117), + [sym__escaped] = STATE(1506), + [sym__unescaped] = STATE(1506), + [sym__raw] = STATE(1506), + [sym__inline_raw] = STATE(1506), + [sym__multi_line_raw] = STATE(1506), + [sym__js] = STATE(1506), + [sym_attribute] = STATE(117), + [sym__inline_directive] = STATE(117), + [sym__use] = STATE(117), + [sym__nested_directive] = STATE(117), + [sym_fragment] = STATE(117), + [sym_section] = STATE(117), + [sym_inlineSection] = STATE(117), + [sym_once] = STATE(117), + [sym_verbatim] = STATE(117), + [sym_stack] = STATE(117), + [sym__push] = STATE(1507), + [sym__pushOnce] = STATE(1507), + [sym__pushIf] = STATE(1507), + [sym__prepend] = STATE(1507), + [sym__prependOnce] = STATE(1507), + [sym_conditional] = STATE(117), + [sym_conditional_keyword] = STATE(117), + [sym__if] = STATE(1508), + [sym__unless] = STATE(1508), + [sym__isset] = STATE(1508), + [sym__empty] = STATE(1508), + [sym__auth] = STATE(1508), + [sym__guest] = STATE(1508), + [sym__production] = STATE(1508), + [sym__env] = STATE(1508), + [sym__hasSection] = STATE(1508), + [sym__sectionMissing] = STATE(1508), + [sym__error] = STATE(1508), + [sym_authorization] = STATE(1508), + [sym__can] = STATE(1509), + [sym__cannot] = STATE(1509), + [sym__canany] = STATE(1509), + [sym__feature] = STATE(1508), + [sym__custom] = STATE(1508), + [sym_switch] = STATE(117), + [sym_loop] = STATE(117), + [sym_loop_operator] = STATE(117), + [sym__for] = STATE(1510), + [sym__foreach] = STATE(1510), + [sym__forelse] = STATE(1510), + [sym__while] = STATE(1510), + [sym_envoy] = STATE(117), + [sym__setup] = STATE(1506), + [sym__task] = STATE(1511), + [sym__story] = STATE(1511), + [sym__hooks] = STATE(1506), + [sym__before] = STATE(1506), + [sym__after] = STATE(1506), + [sym__envoy_error] = STATE(1506), + [sym__success] = STATE(1506), + [sym__finished] = STATE(1506), + [sym_livewire] = STATE(117), + [sym__persist] = STATE(1512), + [sym__teleport] = STATE(1512), + [sym__volt] = STATE(1512), + [sym_text] = STATE(117), + [sym__text] = STATE(673), + [aux_sym__if_statement_directive_body_repeat1] = STATE(117), + [aux_sym_php_only_repeat1] = STATE(673), + [sym_comment] = ACTIONS(3201), + [aux_sym_keyword_token1] = ACTIONS(3204), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3207), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3210), + [anon_sym_ATphp] = ACTIONS(3213), + [anon_sym_ATjs] = ACTIONS(3216), + [aux_sym_attribute_token1] = ACTIONS(3219), + [aux_sym__inline_directive_token1] = ACTIONS(3222), + [aux_sym__inline_directive_token2] = ACTIONS(3225), + [anon_sym_ATuse] = ACTIONS(3228), + [anon_sym_ATfragment] = ACTIONS(3231), + [anon_sym_ATsection] = ACTIONS(3234), + [anon_sym_ATonce] = ACTIONS(3237), + [anon_sym_ATverbatim] = ACTIONS(3240), + [anon_sym_ATpush] = ACTIONS(3243), + [anon_sym_ATpushOnce] = ACTIONS(3246), + [anon_sym_ATpushIf] = ACTIONS(3249), + [anon_sym_ATprepend] = ACTIONS(3252), + [anon_sym_ATprependOnce] = ACTIONS(3255), + [anon_sym_ATelse] = ACTIONS(3258), + [aux_sym_conditional_keyword_token1] = ACTIONS(3261), + [anon_sym_ATif] = ACTIONS(3264), + [anon_sym_ATunless] = ACTIONS(3267), + [anon_sym_ATisset] = ACTIONS(3270), + [anon_sym_ATendisset] = ACTIONS(675), + [anon_sym_ATempty] = ACTIONS(3273), + [anon_sym_ATauth] = ACTIONS(3276), + [anon_sym_ATguest] = ACTIONS(3279), + [anon_sym_ATproduction] = ACTIONS(3282), + [anon_sym_ATenv] = ACTIONS(3285), + [anon_sym_AThasSection] = ACTIONS(3288), + [anon_sym_ATsectionMissing] = ACTIONS(3291), + [anon_sym_ATerror] = ACTIONS(3294), + [anon_sym_ATcan] = ACTIONS(3297), + [anon_sym_ATcannot] = ACTIONS(3300), + [anon_sym_ATcanany] = ACTIONS(3303), + [anon_sym_ATfeature] = ACTIONS(3306), + [aux_sym__custom_token1] = ACTIONS(3309), + [aux_sym__custom_token2] = ACTIONS(3312), + [anon_sym_ATswitch] = ACTIONS(3315), + [aux_sym_loop_operator_token1] = ACTIONS(3318), + [anon_sym_ATfor] = ACTIONS(3321), + [anon_sym_ATforeach] = ACTIONS(3324), + [anon_sym_ATforelse] = ACTIONS(3327), + [anon_sym_ATwhile] = ACTIONS(3330), + [anon_sym_ATsetup] = ACTIONS(3333), + [anon_sym_ATtask] = ACTIONS(3336), + [anon_sym_ATstory] = ACTIONS(3339), + [anon_sym_ATbefore] = ACTIONS(3342), + [anon_sym_ATafter] = ACTIONS(3345), + [anon_sym_ATsuccess] = ACTIONS(3348), + [anon_sym_ATfinished] = ACTIONS(3351), + [anon_sym_ATpersist] = ACTIONS(3354), + [anon_sym_ATteleport] = ACTIONS(3357), + [anon_sym_ATvolt] = ACTIONS(3360), + [aux_sym__text_token1] = ACTIONS(3363), + [aux_sym__text_token2] = ACTIONS(3363), + [aux_sym__text_token3] = ACTIONS(3366), + }, + [118] = { + [sym__definition] = STATE(118), + [sym_keyword] = STATE(118), + [sym_php_statement] = STATE(118), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(118), + [sym__inline_directive] = STATE(118), + [sym__use] = STATE(118), + [sym__nested_directive] = STATE(118), + [sym_fragment] = STATE(118), + [sym_section] = STATE(118), + [sym_inlineSection] = STATE(118), + [sym_once] = STATE(118), + [sym_verbatim] = STATE(118), + [sym_stack] = STATE(118), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(118), + [sym_conditional_keyword] = STATE(118), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(118), + [sym_loop] = STATE(118), + [sym_loop_operator] = STATE(118), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(118), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(118), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym_text] = STATE(118), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(118), + [aux_sym_php_only_repeat1] = STATE(727), + [sym_comment] = ACTIONS(3369), + [aux_sym_keyword_token1] = ACTIONS(3372), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3375), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3378), + [anon_sym_ATphp] = ACTIONS(3381), + [anon_sym_ATjs] = ACTIONS(3384), + [aux_sym_attribute_token1] = ACTIONS(3387), + [aux_sym__inline_directive_token1] = ACTIONS(3390), + [aux_sym__inline_directive_token2] = ACTIONS(3393), + [anon_sym_ATuse] = ACTIONS(3396), + [anon_sym_ATfragment] = ACTIONS(3399), + [anon_sym_ATsection] = ACTIONS(3402), + [anon_sym_ATonce] = ACTIONS(3405), + [anon_sym_ATverbatim] = ACTIONS(3408), + [anon_sym_ATpush] = ACTIONS(3411), + [anon_sym_ATpushOnce] = ACTIONS(3414), + [anon_sym_ATpushIf] = ACTIONS(3417), + [anon_sym_ATprepend] = ACTIONS(3420), + [anon_sym_ATprependOnce] = ACTIONS(3423), + [anon_sym_ATelse] = ACTIONS(3426), + [aux_sym_conditional_keyword_token1] = ACTIONS(3429), + [anon_sym_ATif] = ACTIONS(3432), + [anon_sym_ATunless] = ACTIONS(3435), + [anon_sym_ATisset] = ACTIONS(3438), + [anon_sym_ATempty] = ACTIONS(3441), + [anon_sym_ATauth] = ACTIONS(3444), + [anon_sym_ATendauth] = ACTIONS(675), + [anon_sym_ATguest] = ACTIONS(3447), + [anon_sym_ATproduction] = ACTIONS(3450), + [anon_sym_ATenv] = ACTIONS(3453), + [anon_sym_AThasSection] = ACTIONS(3456), + [anon_sym_ATsectionMissing] = ACTIONS(3459), + [anon_sym_ATerror] = ACTIONS(3462), + [anon_sym_ATcan] = ACTIONS(3465), + [anon_sym_ATcannot] = ACTIONS(3468), + [anon_sym_ATcanany] = ACTIONS(3471), + [anon_sym_ATfeature] = ACTIONS(3474), + [aux_sym__custom_token1] = ACTIONS(3477), + [aux_sym__custom_token2] = ACTIONS(3480), + [anon_sym_ATswitch] = ACTIONS(3483), + [aux_sym_loop_operator_token1] = ACTIONS(3486), + [anon_sym_ATfor] = ACTIONS(3489), + [anon_sym_ATforeach] = ACTIONS(3492), + [anon_sym_ATforelse] = ACTIONS(3495), + [anon_sym_ATwhile] = ACTIONS(3498), + [anon_sym_ATsetup] = ACTIONS(3501), + [anon_sym_ATtask] = ACTIONS(3504), + [anon_sym_ATstory] = ACTIONS(3507), + [anon_sym_ATbefore] = ACTIONS(3510), + [anon_sym_ATafter] = ACTIONS(3513), + [anon_sym_ATsuccess] = ACTIONS(3516), + [anon_sym_ATfinished] = ACTIONS(3519), + [anon_sym_ATpersist] = ACTIONS(3522), + [anon_sym_ATteleport] = ACTIONS(3525), + [anon_sym_ATvolt] = ACTIONS(3528), + [aux_sym__text_token1] = ACTIONS(3531), + [aux_sym__text_token2] = ACTIONS(3531), + [aux_sym__text_token3] = ACTIONS(3534), + }, + [119] = { + [sym__definition] = STATE(110), + [sym_keyword] = STATE(110), + [sym_php_statement] = STATE(110), + [sym__escaped] = STATE(1506), + [sym__unescaped] = STATE(1506), + [sym__raw] = STATE(1506), + [sym__inline_raw] = STATE(1506), + [sym__multi_line_raw] = STATE(1506), + [sym__js] = STATE(1506), + [sym_attribute] = STATE(110), + [sym__inline_directive] = STATE(110), + [sym__use] = STATE(110), + [sym__nested_directive] = STATE(110), + [sym_fragment] = STATE(110), + [sym_section] = STATE(110), + [sym_inlineSection] = STATE(110), + [sym_once] = STATE(110), + [sym_verbatim] = STATE(110), + [sym_stack] = STATE(110), + [sym__push] = STATE(1507), + [sym__pushOnce] = STATE(1507), + [sym__pushIf] = STATE(1507), + [sym__prepend] = STATE(1507), + [sym__prependOnce] = STATE(1507), + [sym_conditional] = STATE(110), + [sym_conditional_keyword] = STATE(110), + [sym__if] = STATE(1508), + [sym__unless] = STATE(1508), + [sym__isset] = STATE(1508), + [sym__empty] = STATE(1508), + [sym__auth] = STATE(1508), + [sym__guest] = STATE(1508), + [sym__production] = STATE(1508), + [sym__env] = STATE(1508), + [sym__hasSection] = STATE(1508), + [sym__sectionMissing] = STATE(1508), + [sym__error] = STATE(1508), + [sym_authorization] = STATE(1508), + [sym__can] = STATE(1509), + [sym__cannot] = STATE(1509), + [sym__canany] = STATE(1509), + [sym__feature] = STATE(1508), + [sym__custom] = STATE(1508), + [sym_switch] = STATE(110), + [sym_loop] = STATE(110), + [sym_loop_operator] = STATE(110), + [sym__for] = STATE(1510), + [sym__foreach] = STATE(1510), + [sym__forelse] = STATE(1510), + [sym__while] = STATE(1510), + [sym_envoy] = STATE(110), + [sym__setup] = STATE(1506), + [sym__task] = STATE(1511), + [sym__story] = STATE(1511), + [sym__hooks] = STATE(1506), + [sym__before] = STATE(1506), + [sym__after] = STATE(1506), + [sym__envoy_error] = STATE(1506), + [sym__success] = STATE(1506), + [sym__finished] = STATE(1506), + [sym_livewire] = STATE(110), + [sym__persist] = STATE(1512), + [sym__teleport] = STATE(1512), + [sym__volt] = STATE(1512), + [sym_text] = STATE(110), + [sym__text] = STATE(673), + [aux_sym__if_statement_directive_body_repeat1] = STATE(110), + [aux_sym_php_only_repeat1] = STATE(673), + [sym_comment] = ACTIONS(3537), + [aux_sym_keyword_token1] = ACTIONS(2803), + [anon_sym_LBRACE_LBRACE] = ACTIONS(2805), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2807), + [anon_sym_ATphp] = ACTIONS(2809), + [anon_sym_ATjs] = ACTIONS(2811), + [aux_sym_attribute_token1] = ACTIONS(2813), + [aux_sym__inline_directive_token1] = ACTIONS(2815), + [aux_sym__inline_directive_token2] = ACTIONS(2817), + [anon_sym_ATuse] = ACTIONS(2819), + [anon_sym_ATfragment] = ACTIONS(2821), + [anon_sym_ATsection] = ACTIONS(2823), + [anon_sym_ATonce] = ACTIONS(2825), + [anon_sym_ATverbatim] = ACTIONS(2827), + [anon_sym_ATpush] = ACTIONS(2829), + [anon_sym_ATpushOnce] = ACTIONS(2831), + [anon_sym_ATpushIf] = ACTIONS(2833), + [anon_sym_ATprepend] = ACTIONS(2835), + [anon_sym_ATprependOnce] = ACTIONS(2837), + [anon_sym_ATelse] = ACTIONS(2839), + [aux_sym_conditional_keyword_token1] = ACTIONS(2841), + [anon_sym_ATif] = ACTIONS(2843), + [anon_sym_ATunless] = ACTIONS(2845), + [anon_sym_ATisset] = ACTIONS(2847), + [anon_sym_ATendisset] = ACTIONS(527), + [anon_sym_ATempty] = ACTIONS(2849), + [anon_sym_ATauth] = ACTIONS(2851), + [anon_sym_ATguest] = ACTIONS(2853), + [anon_sym_ATproduction] = ACTIONS(2855), + [anon_sym_ATenv] = ACTIONS(2857), + [anon_sym_AThasSection] = ACTIONS(2859), + [anon_sym_ATsectionMissing] = ACTIONS(2861), + [anon_sym_ATerror] = ACTIONS(2863), + [anon_sym_ATcan] = ACTIONS(2865), + [anon_sym_ATcannot] = ACTIONS(2867), + [anon_sym_ATcanany] = ACTIONS(2869), + [anon_sym_ATfeature] = ACTIONS(2871), + [aux_sym__custom_token1] = ACTIONS(2873), + [aux_sym__custom_token2] = ACTIONS(2875), + [anon_sym_ATswitch] = ACTIONS(2877), + [aux_sym_loop_operator_token1] = ACTIONS(2879), + [anon_sym_ATfor] = ACTIONS(2881), + [anon_sym_ATforeach] = ACTIONS(2883), + [anon_sym_ATforelse] = ACTIONS(2885), + [anon_sym_ATwhile] = ACTIONS(2887), + [anon_sym_ATsetup] = ACTIONS(2889), + [anon_sym_ATtask] = ACTIONS(2891), + [anon_sym_ATstory] = ACTIONS(2893), + [anon_sym_ATbefore] = ACTIONS(2895), + [anon_sym_ATafter] = ACTIONS(2897), + [anon_sym_ATsuccess] = ACTIONS(2899), + [anon_sym_ATfinished] = ACTIONS(2901), + [anon_sym_ATpersist] = ACTIONS(2903), + [anon_sym_ATteleport] = ACTIONS(2905), + [anon_sym_ATvolt] = ACTIONS(2907), + [aux_sym__text_token1] = ACTIONS(2909), + [aux_sym__text_token2] = ACTIONS(2909), + [aux_sym__text_token3] = ACTIONS(2911), + }, + [120] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -39992,100 +42104,100 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(1681), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3539), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [105] = { + [121] = { [sym__definition] = STATE(118), [sym_keyword] = STATE(118), [sym_php_statement] = STATE(118), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), [sym_attribute] = STATE(118), [sym__inline_directive] = STATE(118), [sym__use] = STATE(118), @@ -40096,56 +42208,56 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(118), [sym_verbatim] = STATE(118), [sym_stack] = STATE(118), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), [sym_conditional] = STATE(118), [sym_conditional_keyword] = STATE(118), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), [sym_switch] = STATE(118), [sym_loop] = STATE(118), [sym_loop_operator] = STATE(118), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), [sym_envoy] = STATE(118), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), [sym_livewire] = STATE(118), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), [sym_text] = STATE(118), - [sym__text] = STATE(680), + [sym__text] = STATE(727), [aux_sym__if_statement_directive_body_repeat1] = STATE(118), - [aux_sym_php_only_repeat1] = STATE(680), - [sym_comment] = ACTIONS(1683), + [aux_sym_php_only_repeat1] = STATE(727), + [sym_comment] = ACTIONS(2049), [aux_sym_keyword_token1] = ACTIONS(115), [anon_sym_LBRACE_LBRACE] = ACTIONS(117), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), @@ -40171,8 +42283,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATisset] = ACTIONS(159), [anon_sym_ATempty] = ACTIONS(161), [anon_sym_ATauth] = ACTIONS(163), + [anon_sym_ATendauth] = ACTIONS(3541), [anon_sym_ATguest] = ACTIONS(165), - [anon_sym_ATendguest] = ACTIONS(1277), [anon_sym_ATproduction] = ACTIONS(167), [anon_sym_ATenv] = ACTIONS(169), [anon_sym_AThasSection] = ACTIONS(171), @@ -40204,289 +42316,161 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(223), [aux_sym__text_token3] = ACTIONS(225), }, - [106] = { - [sym__definition] = STATE(106), - [sym_keyword] = STATE(106), - [sym_php_statement] = STATE(106), - [sym__escaped] = STATE(1581), - [sym__unescaped] = STATE(1581), - [sym__raw] = STATE(1581), - [sym__inline_raw] = STATE(1581), - [sym__multi_line_raw] = STATE(1581), - [sym__js] = STATE(1581), - [sym_attribute] = STATE(106), - [sym__inline_directive] = STATE(106), - [sym__use] = STATE(106), - [sym__nested_directive] = STATE(106), - [sym_fragment] = STATE(106), - [sym_section] = STATE(106), - [sym_inlineSection] = STATE(106), - [sym_once] = STATE(106), - [sym_verbatim] = STATE(106), - [sym_stack] = STATE(106), - [sym__push] = STATE(1582), - [sym__pushOnce] = STATE(1582), - [sym__pushIf] = STATE(1582), - [sym__prepend] = STATE(1582), - [sym__prependOnce] = STATE(1582), - [sym_conditional] = STATE(106), - [sym_conditional_keyword] = STATE(106), - [sym__if] = STATE(1583), - [sym__unless] = STATE(1583), - [sym__isset] = STATE(1583), - [sym__empty] = STATE(1583), - [sym__auth] = STATE(1583), - [sym__guest] = STATE(1583), - [sym__production] = STATE(1583), - [sym__env] = STATE(1583), - [sym__hasSection] = STATE(1583), - [sym__sectionMissing] = STATE(1583), - [sym__error] = STATE(1583), - [sym_authorization] = STATE(1583), - [sym__can] = STATE(1584), - [sym__cannot] = STATE(1584), - [sym__canany] = STATE(1584), - [sym__feature] = STATE(1583), - [sym__custom] = STATE(1583), - [sym_switch] = STATE(106), - [sym_loop] = STATE(106), - [sym_loop_operator] = STATE(106), - [sym__for] = STATE(1585), - [sym__foreach] = STATE(1585), - [sym__forelse] = STATE(1585), - [sym__while] = STATE(1585), - [sym_envoy] = STATE(106), - [sym__setup] = STATE(1581), - [sym__task] = STATE(1586), - [sym__story] = STATE(1586), - [sym__hooks] = STATE(1581), - [sym__before] = STATE(1581), - [sym__after] = STATE(1581), - [sym__envoy_error] = STATE(1581), - [sym__success] = STATE(1581), - [sym__finished] = STATE(1581), - [sym_livewire] = STATE(106), - [sym__persist] = STATE(1587), - [sym__teleport] = STATE(1587), - [sym__volt] = STATE(1587), - [sym_text] = STATE(106), - [sym__text] = STATE(683), - [aux_sym__if_statement_directive_body_repeat1] = STATE(106), - [aux_sym_php_only_repeat1] = STATE(683), - [sym_comment] = ACTIONS(1685), - [aux_sym_keyword_token1] = ACTIONS(1688), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1691), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1694), - [anon_sym_ATphp] = ACTIONS(1697), - [anon_sym_ATjs] = ACTIONS(1700), - [aux_sym_attribute_token1] = ACTIONS(1703), - [aux_sym__inline_directive_token1] = ACTIONS(1706), - [aux_sym__inline_directive_token2] = ACTIONS(1709), - [anon_sym_ATuse] = ACTIONS(1712), - [anon_sym_ATfragment] = ACTIONS(1715), - [anon_sym_ATsection] = ACTIONS(1718), - [anon_sym_ATonce] = ACTIONS(1721), - [anon_sym_ATverbatim] = ACTIONS(1724), - [anon_sym_ATpush] = ACTIONS(1727), - [anon_sym_ATpushOnce] = ACTIONS(1730), - [anon_sym_ATpushIf] = ACTIONS(1733), - [anon_sym_ATprepend] = ACTIONS(1736), - [anon_sym_ATprependOnce] = ACTIONS(1739), - [anon_sym_ATelse] = ACTIONS(1742), - [aux_sym_conditional_keyword_token1] = ACTIONS(1745), - [anon_sym_ATif] = ACTIONS(1748), - [anon_sym_ATunless] = ACTIONS(1751), - [anon_sym_ATisset] = ACTIONS(1754), - [anon_sym_ATempty] = ACTIONS(1757), - [anon_sym_ATendempty] = ACTIONS(765), - [anon_sym_ATauth] = ACTIONS(1760), - [anon_sym_ATguest] = ACTIONS(1763), - [anon_sym_ATproduction] = ACTIONS(1766), - [anon_sym_ATenv] = ACTIONS(1769), - [anon_sym_AThasSection] = ACTIONS(1772), - [anon_sym_ATsectionMissing] = ACTIONS(1775), - [anon_sym_ATerror] = ACTIONS(1778), - [anon_sym_ATcan] = ACTIONS(1781), - [anon_sym_ATcannot] = ACTIONS(1784), - [anon_sym_ATcanany] = ACTIONS(1787), - [anon_sym_ATfeature] = ACTIONS(1790), - [aux_sym__custom_token1] = ACTIONS(1793), - [aux_sym__custom_token2] = ACTIONS(1796), - [anon_sym_ATswitch] = ACTIONS(1799), - [aux_sym_loop_operator_token1] = ACTIONS(1802), - [anon_sym_ATfor] = ACTIONS(1805), - [anon_sym_ATforeach] = ACTIONS(1808), - [anon_sym_ATforelse] = ACTIONS(1811), - [anon_sym_ATwhile] = ACTIONS(1814), - [anon_sym_ATsetup] = ACTIONS(1817), - [anon_sym_ATtask] = ACTIONS(1820), - [anon_sym_ATstory] = ACTIONS(1823), - [anon_sym_ATbefore] = ACTIONS(1826), - [anon_sym_ATafter] = ACTIONS(1829), - [anon_sym_ATsuccess] = ACTIONS(1832), - [anon_sym_ATfinished] = ACTIONS(1835), - [anon_sym_ATpersist] = ACTIONS(1838), - [anon_sym_ATteleport] = ACTIONS(1841), - [anon_sym_ATvolt] = ACTIONS(1844), - [aux_sym__text_token1] = ACTIONS(1847), - [aux_sym__text_token2] = ACTIONS(1847), - [aux_sym__text_token3] = ACTIONS(1850), - }, - [107] = { - [sym__definition] = STATE(107), - [sym_keyword] = STATE(107), - [sym_php_statement] = STATE(107), - [sym__escaped] = STATE(1670), - [sym__unescaped] = STATE(1670), - [sym__raw] = STATE(1670), - [sym__inline_raw] = STATE(1670), - [sym__multi_line_raw] = STATE(1670), - [sym__js] = STATE(1670), - [sym_attribute] = STATE(107), - [sym__inline_directive] = STATE(107), - [sym__use] = STATE(107), - [sym__nested_directive] = STATE(107), - [sym_fragment] = STATE(107), - [sym_section] = STATE(107), - [sym_inlineSection] = STATE(107), - [sym_once] = STATE(107), - [sym_verbatim] = STATE(107), - [sym_stack] = STATE(107), - [sym__push] = STATE(1671), - [sym__pushOnce] = STATE(1671), - [sym__pushIf] = STATE(1671), - [sym__prepend] = STATE(1671), - [sym__prependOnce] = STATE(1671), - [sym_conditional] = STATE(107), - [sym_conditional_keyword] = STATE(107), - [sym__if] = STATE(1672), - [sym__unless] = STATE(1672), - [sym__isset] = STATE(1672), - [sym__empty] = STATE(1672), - [sym__auth] = STATE(1672), - [sym__guest] = STATE(1672), - [sym__production] = STATE(1672), - [sym__env] = STATE(1672), - [sym__hasSection] = STATE(1672), - [sym__sectionMissing] = STATE(1672), - [sym__error] = STATE(1672), - [sym_authorization] = STATE(1672), - [sym__can] = STATE(1673), - [sym__cannot] = STATE(1673), - [sym__canany] = STATE(1673), - [sym__feature] = STATE(1672), - [sym__custom] = STATE(1672), - [sym_switch] = STATE(107), - [sym_loop] = STATE(107), - [sym_loop_operator] = STATE(107), - [sym__for] = STATE(1674), - [sym__foreach] = STATE(1674), - [sym__forelse] = STATE(1674), - [sym__while] = STATE(1674), - [sym_envoy] = STATE(107), - [sym__setup] = STATE(1670), - [sym__task] = STATE(1675), - [sym__story] = STATE(1675), - [sym__hooks] = STATE(1670), - [sym__before] = STATE(1670), - [sym__after] = STATE(1670), - [sym__envoy_error] = STATE(1670), - [sym__success] = STATE(1670), - [sym__finished] = STATE(1670), - [sym_livewire] = STATE(107), - [sym__persist] = STATE(1676), - [sym__teleport] = STATE(1676), - [sym__volt] = STATE(1676), - [sym_text] = STATE(107), - [sym__text] = STATE(674), - [aux_sym__if_statement_directive_body_repeat1] = STATE(107), - [aux_sym_php_only_repeat1] = STATE(674), - [sym_comment] = ACTIONS(1853), - [aux_sym_keyword_token1] = ACTIONS(1856), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1859), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1862), - [anon_sym_ATphp] = ACTIONS(1865), - [anon_sym_ATjs] = ACTIONS(1868), - [aux_sym_attribute_token1] = ACTIONS(1871), - [aux_sym__inline_directive_token1] = ACTIONS(1874), - [aux_sym__inline_directive_token2] = ACTIONS(1877), - [anon_sym_ATuse] = ACTIONS(1880), - [anon_sym_ATfragment] = ACTIONS(1883), - [anon_sym_ATsection] = ACTIONS(1886), - [anon_sym_ATonce] = ACTIONS(1889), - [anon_sym_ATverbatim] = ACTIONS(1892), - [anon_sym_ATpush] = ACTIONS(1895), - [anon_sym_ATpushOnce] = ACTIONS(1898), - [anon_sym_ATpushIf] = ACTIONS(1901), - [anon_sym_ATprepend] = ACTIONS(1904), - [anon_sym_ATprependOnce] = ACTIONS(1907), - [anon_sym_ATelse] = ACTIONS(1910), - [aux_sym_conditional_keyword_token1] = ACTIONS(1913), - [anon_sym_ATif] = ACTIONS(1916), - [anon_sym_ATunless] = ACTIONS(1919), - [anon_sym_ATisset] = ACTIONS(1922), - [anon_sym_ATempty] = ACTIONS(1925), - [anon_sym_ATauth] = ACTIONS(1928), - [anon_sym_ATguest] = ACTIONS(1931), - [anon_sym_ATproduction] = ACTIONS(1934), - [anon_sym_ATenv] = ACTIONS(1937), - [anon_sym_ATendenv] = ACTIONS(765), - [anon_sym_AThasSection] = ACTIONS(1940), - [anon_sym_ATsectionMissing] = ACTIONS(1943), - [anon_sym_ATerror] = ACTIONS(1946), - [anon_sym_ATcan] = ACTIONS(1949), - [anon_sym_ATcannot] = ACTIONS(1952), - [anon_sym_ATcanany] = ACTIONS(1955), - [anon_sym_ATfeature] = ACTIONS(1958), - [aux_sym__custom_token1] = ACTIONS(1961), - [aux_sym__custom_token2] = ACTIONS(1964), - [anon_sym_ATswitch] = ACTIONS(1967), - [aux_sym_loop_operator_token1] = ACTIONS(1970), - [anon_sym_ATfor] = ACTIONS(1973), - [anon_sym_ATforeach] = ACTIONS(1976), - [anon_sym_ATforelse] = ACTIONS(1979), - [anon_sym_ATwhile] = ACTIONS(1982), - [anon_sym_ATsetup] = ACTIONS(1985), - [anon_sym_ATtask] = ACTIONS(1988), - [anon_sym_ATstory] = ACTIONS(1991), - [anon_sym_ATbefore] = ACTIONS(1994), - [anon_sym_ATafter] = ACTIONS(1997), - [anon_sym_ATsuccess] = ACTIONS(2000), - [anon_sym_ATfinished] = ACTIONS(2003), - [anon_sym_ATpersist] = ACTIONS(2006), - [anon_sym_ATteleport] = ACTIONS(2009), - [anon_sym_ATvolt] = ACTIONS(2012), - [aux_sym__text_token1] = ACTIONS(2015), - [aux_sym__text_token2] = ACTIONS(2015), - [aux_sym__text_token3] = ACTIONS(2018), + [122] = { + [sym__definition] = STATE(122), + [sym_keyword] = STATE(122), + [sym_php_statement] = STATE(122), + [sym__escaped] = STATE(1596), + [sym__unescaped] = STATE(1596), + [sym__raw] = STATE(1596), + [sym__inline_raw] = STATE(1596), + [sym__multi_line_raw] = STATE(1596), + [sym__js] = STATE(1596), + [sym_attribute] = STATE(122), + [sym__inline_directive] = STATE(122), + [sym__use] = STATE(122), + [sym__nested_directive] = STATE(122), + [sym_fragment] = STATE(122), + [sym_section] = STATE(122), + [sym_inlineSection] = STATE(122), + [sym_once] = STATE(122), + [sym_verbatim] = STATE(122), + [sym_stack] = STATE(122), + [sym__push] = STATE(1597), + [sym__pushOnce] = STATE(1597), + [sym__pushIf] = STATE(1597), + [sym__prepend] = STATE(1597), + [sym__prependOnce] = STATE(1597), + [sym_conditional] = STATE(122), + [sym_conditional_keyword] = STATE(122), + [sym__if] = STATE(1598), + [sym__unless] = STATE(1598), + [sym__isset] = STATE(1598), + [sym__empty] = STATE(1598), + [sym__auth] = STATE(1598), + [sym__guest] = STATE(1598), + [sym__production] = STATE(1598), + [sym__env] = STATE(1598), + [sym__hasSection] = STATE(1598), + [sym__sectionMissing] = STATE(1598), + [sym__error] = STATE(1598), + [sym_authorization] = STATE(1598), + [sym__can] = STATE(1599), + [sym__cannot] = STATE(1599), + [sym__canany] = STATE(1599), + [sym__feature] = STATE(1598), + [sym__custom] = STATE(1598), + [sym_switch] = STATE(122), + [sym_loop] = STATE(122), + [sym_loop_operator] = STATE(122), + [sym__for] = STATE(1600), + [sym__foreach] = STATE(1600), + [sym__forelse] = STATE(1600), + [sym__while] = STATE(1600), + [sym_envoy] = STATE(122), + [sym__setup] = STATE(1596), + [sym__task] = STATE(1601), + [sym__story] = STATE(1601), + [sym__hooks] = STATE(1596), + [sym__before] = STATE(1596), + [sym__after] = STATE(1596), + [sym__envoy_error] = STATE(1596), + [sym__success] = STATE(1596), + [sym__finished] = STATE(1596), + [sym_livewire] = STATE(122), + [sym__persist] = STATE(1602), + [sym__teleport] = STATE(1602), + [sym__volt] = STATE(1602), + [sym_text] = STATE(122), + [sym__text] = STATE(691), + [aux_sym__if_statement_directive_body_repeat1] = STATE(122), + [aux_sym_php_only_repeat1] = STATE(691), + [sym_comment] = ACTIONS(3543), + [aux_sym_keyword_token1] = ACTIONS(3546), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3549), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3552), + [anon_sym_ATphp] = ACTIONS(3555), + [anon_sym_ATjs] = ACTIONS(3558), + [aux_sym_attribute_token1] = ACTIONS(3561), + [aux_sym__inline_directive_token1] = ACTIONS(3564), + [aux_sym__inline_directive_token2] = ACTIONS(3567), + [anon_sym_ATuse] = ACTIONS(3570), + [anon_sym_ATfragment] = ACTIONS(3573), + [anon_sym_ATsection] = ACTIONS(3576), + [anon_sym_ATonce] = ACTIONS(3579), + [anon_sym_ATverbatim] = ACTIONS(3582), + [anon_sym_ATpush] = ACTIONS(3585), + [anon_sym_ATpushOnce] = ACTIONS(3588), + [anon_sym_ATpushIf] = ACTIONS(3591), + [anon_sym_ATprepend] = ACTIONS(3594), + [anon_sym_ATprependOnce] = ACTIONS(3597), + [anon_sym_ATelse] = ACTIONS(3600), + [aux_sym_conditional_keyword_token1] = ACTIONS(3603), + [anon_sym_ATif] = ACTIONS(3606), + [anon_sym_ATunless] = ACTIONS(3609), + [anon_sym_ATisset] = ACTIONS(3612), + [anon_sym_ATempty] = ACTIONS(3615), + [anon_sym_ATendempty] = ACTIONS(675), + [anon_sym_ATauth] = ACTIONS(3618), + [anon_sym_ATguest] = ACTIONS(3621), + [anon_sym_ATproduction] = ACTIONS(3624), + [anon_sym_ATenv] = ACTIONS(3627), + [anon_sym_AThasSection] = ACTIONS(3630), + [anon_sym_ATsectionMissing] = ACTIONS(3633), + [anon_sym_ATerror] = ACTIONS(3636), + [anon_sym_ATcan] = ACTIONS(3639), + [anon_sym_ATcannot] = ACTIONS(3642), + [anon_sym_ATcanany] = ACTIONS(3645), + [anon_sym_ATfeature] = ACTIONS(3648), + [aux_sym__custom_token1] = ACTIONS(3651), + [aux_sym__custom_token2] = ACTIONS(3654), + [anon_sym_ATswitch] = ACTIONS(3657), + [aux_sym_loop_operator_token1] = ACTIONS(3660), + [anon_sym_ATfor] = ACTIONS(3663), + [anon_sym_ATforeach] = ACTIONS(3666), + [anon_sym_ATforelse] = ACTIONS(3669), + [anon_sym_ATwhile] = ACTIONS(3672), + [anon_sym_ATsetup] = ACTIONS(3675), + [anon_sym_ATtask] = ACTIONS(3678), + [anon_sym_ATstory] = ACTIONS(3681), + [anon_sym_ATbefore] = ACTIONS(3684), + [anon_sym_ATafter] = ACTIONS(3687), + [anon_sym_ATsuccess] = ACTIONS(3690), + [anon_sym_ATfinished] = ACTIONS(3693), + [anon_sym_ATpersist] = ACTIONS(3696), + [anon_sym_ATteleport] = ACTIONS(3699), + [anon_sym_ATvolt] = ACTIONS(3702), + [aux_sym__text_token1] = ACTIONS(3705), + [aux_sym__text_token2] = ACTIONS(3705), + [aux_sym__text_token3] = ACTIONS(3708), }, - [108] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [123] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -40504,245 +42488,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(2021), - [aux_sym_keyword_token1] = ACTIONS(2024), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2027), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2030), - [anon_sym_ATphp] = ACTIONS(2033), - [anon_sym_ATjs] = ACTIONS(2036), - [aux_sym_attribute_token1] = ACTIONS(2039), - [aux_sym__inline_directive_token1] = ACTIONS(2042), - [aux_sym__inline_directive_token2] = ACTIONS(2045), - [anon_sym_ATuse] = ACTIONS(2048), - [anon_sym_ATfragment] = ACTIONS(2051), - [anon_sym_ATsection] = ACTIONS(2054), - [anon_sym_ATonce] = ACTIONS(2057), - [anon_sym_ATverbatim] = ACTIONS(2060), - [anon_sym_ATpush] = ACTIONS(2063), - [anon_sym_ATpushOnce] = ACTIONS(2066), - [anon_sym_ATpushIf] = ACTIONS(2069), - [anon_sym_ATprepend] = ACTIONS(2072), - [anon_sym_ATprependOnce] = ACTIONS(2075), - [anon_sym_ATelse] = ACTIONS(2078), - [aux_sym_conditional_keyword_token1] = ACTIONS(2081), - [anon_sym_ATif] = ACTIONS(2084), - [anon_sym_ATunless] = ACTIONS(2087), - [anon_sym_ATisset] = ACTIONS(2090), - [anon_sym_ATempty] = ACTIONS(2093), - [anon_sym_ATauth] = ACTIONS(2096), - [anon_sym_ATguest] = ACTIONS(2099), - [anon_sym_ATproduction] = ACTIONS(2102), - [anon_sym_ATendproduction] = ACTIONS(2105), - [anon_sym_ATenv] = ACTIONS(2107), - [anon_sym_AThasSection] = ACTIONS(2110), - [anon_sym_ATsectionMissing] = ACTIONS(2113), - [anon_sym_ATerror] = ACTIONS(2116), - [anon_sym_ATcan] = ACTIONS(2119), - [anon_sym_ATcannot] = ACTIONS(2122), - [anon_sym_ATcanany] = ACTIONS(2125), - [anon_sym_ATfeature] = ACTIONS(2128), - [aux_sym__custom_token1] = ACTIONS(2131), - [aux_sym__custom_token2] = ACTIONS(2134), - [anon_sym_ATswitch] = ACTIONS(2137), - [aux_sym_loop_operator_token1] = ACTIONS(2140), - [anon_sym_ATfor] = ACTIONS(2143), - [anon_sym_ATforeach] = ACTIONS(2146), - [anon_sym_ATforelse] = ACTIONS(2149), - [anon_sym_ATwhile] = ACTIONS(2152), - [anon_sym_ATsetup] = ACTIONS(2155), - [anon_sym_ATtask] = ACTIONS(2158), - [anon_sym_ATstory] = ACTIONS(2161), - [anon_sym_ATbefore] = ACTIONS(2164), - [anon_sym_ATafter] = ACTIONS(2167), - [anon_sym_ATsuccess] = ACTIONS(2170), - [anon_sym_ATfinished] = ACTIONS(2173), - [anon_sym_ATpersist] = ACTIONS(2176), - [anon_sym_ATteleport] = ACTIONS(2179), - [anon_sym_ATvolt] = ACTIONS(2182), - [aux_sym__text_token1] = ACTIONS(2185), - [aux_sym__text_token2] = ACTIONS(2185), - [aux_sym__text_token3] = ACTIONS(2188), - }, - [109] = { - [sym__definition] = STATE(101), - [sym_keyword] = STATE(101), - [sym_php_statement] = STATE(101), - [sym__escaped] = STATE(1844), - [sym__unescaped] = STATE(1844), - [sym__raw] = STATE(1844), - [sym__inline_raw] = STATE(1844), - [sym__multi_line_raw] = STATE(1844), - [sym__js] = STATE(1844), - [sym_attribute] = STATE(101), - [sym__inline_directive] = STATE(101), - [sym__use] = STATE(101), - [sym__nested_directive] = STATE(101), - [sym_fragment] = STATE(101), - [sym_section] = STATE(101), - [sym_inlineSection] = STATE(101), - [sym_once] = STATE(101), - [sym_verbatim] = STATE(101), - [sym_stack] = STATE(101), - [sym__push] = STATE(1845), - [sym__pushOnce] = STATE(1845), - [sym__pushIf] = STATE(1845), - [sym__prepend] = STATE(1845), - [sym__prependOnce] = STATE(1845), - [sym_conditional] = STATE(101), - [sym_conditional_keyword] = STATE(101), - [sym__if] = STATE(1846), - [sym__unless] = STATE(1846), - [sym__isset] = STATE(1846), - [sym__empty] = STATE(1846), - [sym__auth] = STATE(1846), - [sym__guest] = STATE(1846), - [sym__production] = STATE(1846), - [sym__env] = STATE(1846), - [sym__hasSection] = STATE(1846), - [sym__sectionMissing] = STATE(1846), - [sym__error] = STATE(1846), - [sym_authorization] = STATE(1846), - [sym__can] = STATE(1847), - [sym__cannot] = STATE(1847), - [sym__canany] = STATE(1847), - [sym__feature] = STATE(1846), - [sym__custom] = STATE(1846), - [sym_switch] = STATE(101), - [sym_loop] = STATE(101), - [sym_loop_operator] = STATE(101), - [sym__for] = STATE(1848), - [sym__foreach] = STATE(1848), - [sym__forelse] = STATE(1848), - [sym__while] = STATE(1848), - [sym_envoy] = STATE(101), - [sym__setup] = STATE(1844), - [sym__task] = STATE(1849), - [sym__story] = STATE(1849), - [sym__hooks] = STATE(1844), - [sym__before] = STATE(1844), - [sym__after] = STATE(1844), - [sym__envoy_error] = STATE(1844), - [sym__success] = STATE(1844), - [sym__finished] = STATE(1844), - [sym_livewire] = STATE(101), - [sym__persist] = STATE(1850), - [sym__teleport] = STATE(1850), - [sym__volt] = STATE(1850), - [sym_text] = STATE(101), - [sym__text] = STATE(713), - [aux_sym__if_statement_directive_body_repeat1] = STATE(101), - [aux_sym_php_only_repeat1] = STATE(713), - [sym_comment] = ACTIONS(2191), - [aux_sym_keyword_token1] = ACTIONS(2193), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2195), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2197), - [anon_sym_ATphp] = ACTIONS(2199), - [anon_sym_ATjs] = ACTIONS(2201), - [aux_sym_attribute_token1] = ACTIONS(2203), - [aux_sym__inline_directive_token1] = ACTIONS(2205), - [aux_sym__inline_directive_token2] = ACTIONS(2207), - [anon_sym_ATuse] = ACTIONS(2209), - [anon_sym_ATfragment] = ACTIONS(2211), - [anon_sym_ATsection] = ACTIONS(2213), - [anon_sym_ATonce] = ACTIONS(2215), - [anon_sym_ATverbatim] = ACTIONS(2217), - [anon_sym_ATpush] = ACTIONS(2219), - [anon_sym_ATpushOnce] = ACTIONS(2221), - [anon_sym_ATpushIf] = ACTIONS(2223), - [anon_sym_ATprepend] = ACTIONS(2225), - [anon_sym_ATprependOnce] = ACTIONS(2227), - [anon_sym_ATelse] = ACTIONS(2229), - [aux_sym_conditional_keyword_token1] = ACTIONS(2231), - [anon_sym_ATif] = ACTIONS(2233), - [anon_sym_ATunless] = ACTIONS(2235), - [anon_sym_ATisset] = ACTIONS(2237), - [anon_sym_ATempty] = ACTIONS(2239), - [anon_sym_ATauth] = ACTIONS(2241), - [anon_sym_ATguest] = ACTIONS(2243), - [anon_sym_ATproduction] = ACTIONS(2245), - [anon_sym_ATenv] = ACTIONS(2247), - [anon_sym_AThasSection] = ACTIONS(2249), - [anon_sym_ATsectionMissing] = ACTIONS(2251), - [anon_sym_ATerror] = ACTIONS(2253), - [anon_sym_ATcan] = ACTIONS(2255), - [anon_sym_ATendcan] = ACTIONS(691), - [anon_sym_ATcannot] = ACTIONS(2257), - [anon_sym_ATcanany] = ACTIONS(2259), - [anon_sym_ATfeature] = ACTIONS(2261), - [aux_sym__custom_token1] = ACTIONS(2263), - [aux_sym__custom_token2] = ACTIONS(2265), - [anon_sym_ATswitch] = ACTIONS(2267), - [aux_sym_loop_operator_token1] = ACTIONS(2269), - [anon_sym_ATfor] = ACTIONS(2271), - [anon_sym_ATforeach] = ACTIONS(2273), - [anon_sym_ATforelse] = ACTIONS(2275), - [anon_sym_ATwhile] = ACTIONS(2277), - [anon_sym_ATsetup] = ACTIONS(2279), - [anon_sym_ATtask] = ACTIONS(2281), - [anon_sym_ATstory] = ACTIONS(2283), - [anon_sym_ATbefore] = ACTIONS(2285), - [anon_sym_ATafter] = ACTIONS(2287), - [anon_sym_ATsuccess] = ACTIONS(2289), - [anon_sym_ATfinished] = ACTIONS(2291), - [anon_sym_ATpersist] = ACTIONS(2293), - [anon_sym_ATteleport] = ACTIONS(2295), - [anon_sym_ATvolt] = ACTIONS(2297), - [aux_sym__text_token1] = ACTIONS(2299), - [aux_sym__text_token2] = ACTIONS(2299), - [aux_sym__text_token3] = ACTIONS(2301), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3711), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [110] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [124] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -40760,245 +42616,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(2303), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [111] = { - [sym__definition] = STATE(116), - [sym_keyword] = STATE(116), - [sym_php_statement] = STATE(116), - [sym__escaped] = STATE(1179), - [sym__unescaped] = STATE(1179), - [sym__raw] = STATE(1179), - [sym__inline_raw] = STATE(1179), - [sym__multi_line_raw] = STATE(1179), - [sym__js] = STATE(1179), - [sym_attribute] = STATE(116), - [sym__inline_directive] = STATE(116), - [sym__use] = STATE(116), - [sym__nested_directive] = STATE(116), - [sym_fragment] = STATE(116), - [sym_section] = STATE(116), - [sym_inlineSection] = STATE(116), - [sym_once] = STATE(116), - [sym_verbatim] = STATE(116), - [sym_stack] = STATE(116), - [sym__push] = STATE(1178), - [sym__pushOnce] = STATE(1178), - [sym__pushIf] = STATE(1178), - [sym__prepend] = STATE(1178), - [sym__prependOnce] = STATE(1178), - [sym_conditional] = STATE(116), - [sym_conditional_keyword] = STATE(116), - [sym__if] = STATE(1177), - [sym__unless] = STATE(1177), - [sym__isset] = STATE(1177), - [sym__empty] = STATE(1177), - [sym__auth] = STATE(1177), - [sym__guest] = STATE(1177), - [sym__production] = STATE(1177), - [sym__env] = STATE(1177), - [sym__hasSection] = STATE(1177), - [sym__sectionMissing] = STATE(1177), - [sym__error] = STATE(1177), - [sym_authorization] = STATE(1177), - [sym__can] = STATE(1176), - [sym__cannot] = STATE(1176), - [sym__canany] = STATE(1176), - [sym__feature] = STATE(1177), - [sym__custom] = STATE(1177), - [sym_switch] = STATE(116), - [sym_loop] = STATE(116), - [sym_loop_operator] = STATE(116), - [sym__for] = STATE(1175), - [sym__foreach] = STATE(1175), - [sym__forelse] = STATE(1175), - [sym__while] = STATE(1175), - [sym_envoy] = STATE(116), - [sym__setup] = STATE(1179), - [sym__task] = STATE(1174), - [sym__story] = STATE(1174), - [sym__hooks] = STATE(1179), - [sym__before] = STATE(1179), - [sym__after] = STATE(1179), - [sym__envoy_error] = STATE(1179), - [sym__success] = STATE(1179), - [sym__finished] = STATE(1179), - [sym_livewire] = STATE(116), - [sym__persist] = STATE(1173), - [sym__teleport] = STATE(1173), - [sym__volt] = STATE(1173), - [sym_text] = STATE(116), - [sym__text] = STATE(698), - [aux_sym__if_statement_directive_body_repeat1] = STATE(116), - [aux_sym_php_only_repeat1] = STATE(698), - [sym_comment] = ACTIONS(2305), - [aux_sym_keyword_token1] = ACTIONS(2307), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2309), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2311), - [anon_sym_ATphp] = ACTIONS(2313), - [anon_sym_ATjs] = ACTIONS(2315), - [aux_sym_attribute_token1] = ACTIONS(2317), - [aux_sym__inline_directive_token1] = ACTIONS(2319), - [aux_sym__inline_directive_token2] = ACTIONS(2321), - [anon_sym_ATuse] = ACTIONS(2323), - [anon_sym_ATfragment] = ACTIONS(2325), - [anon_sym_ATsection] = ACTIONS(2327), - [anon_sym_ATonce] = ACTIONS(2329), - [anon_sym_ATverbatim] = ACTIONS(2331), - [anon_sym_ATpush] = ACTIONS(2333), - [anon_sym_ATpushOnce] = ACTIONS(2335), - [anon_sym_ATpushIf] = ACTIONS(2337), - [anon_sym_ATprepend] = ACTIONS(2339), - [anon_sym_ATprependOnce] = ACTIONS(2341), - [anon_sym_ATelse] = ACTIONS(2343), - [aux_sym_conditional_keyword_token1] = ACTIONS(2345), - [anon_sym_ATif] = ACTIONS(2347), - [anon_sym_ATunless] = ACTIONS(2349), - [anon_sym_ATisset] = ACTIONS(2351), - [anon_sym_ATempty] = ACTIONS(2353), - [anon_sym_ATauth] = ACTIONS(2355), - [anon_sym_ATguest] = ACTIONS(2357), - [anon_sym_ATproduction] = ACTIONS(2359), - [anon_sym_ATenv] = ACTIONS(2361), - [anon_sym_AThasSection] = ACTIONS(2363), - [anon_sym_ATsectionMissing] = ACTIONS(2365), - [anon_sym_ATerror] = ACTIONS(2367), - [anon_sym_ATcan] = ACTIONS(2369), - [anon_sym_ATcannot] = ACTIONS(2371), - [anon_sym_ATcanany] = ACTIONS(2373), - [anon_sym_ATfeature] = ACTIONS(2375), - [anon_sym_ATendfeature] = ACTIONS(409), - [aux_sym__custom_token1] = ACTIONS(2377), - [aux_sym__custom_token2] = ACTIONS(2379), - [anon_sym_ATswitch] = ACTIONS(2381), - [aux_sym_loop_operator_token1] = ACTIONS(2383), - [anon_sym_ATfor] = ACTIONS(2385), - [anon_sym_ATforeach] = ACTIONS(2387), - [anon_sym_ATforelse] = ACTIONS(2389), - [anon_sym_ATwhile] = ACTIONS(2391), - [anon_sym_ATsetup] = ACTIONS(2393), - [anon_sym_ATtask] = ACTIONS(2395), - [anon_sym_ATstory] = ACTIONS(2397), - [anon_sym_ATbefore] = ACTIONS(2399), - [anon_sym_ATafter] = ACTIONS(2401), - [anon_sym_ATsuccess] = ACTIONS(2403), - [anon_sym_ATfinished] = ACTIONS(2405), - [anon_sym_ATpersist] = ACTIONS(2407), - [anon_sym_ATteleport] = ACTIONS(2409), - [anon_sym_ATvolt] = ACTIONS(2411), - [aux_sym__text_token1] = ACTIONS(2413), - [aux_sym__text_token2] = ACTIONS(2413), - [aux_sym__text_token3] = ACTIONS(2415), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3713), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [112] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [125] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -41016,885 +42744,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(2417), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [113] = { - [sym__definition] = STATE(131), - [sym_keyword] = STATE(131), - [sym_php_statement] = STATE(131), - [sym__escaped] = STATE(1400), - [sym__unescaped] = STATE(1400), - [sym__raw] = STATE(1400), - [sym__inline_raw] = STATE(1400), - [sym__multi_line_raw] = STATE(1400), - [sym__js] = STATE(1400), - [sym_attribute] = STATE(131), - [sym__inline_directive] = STATE(131), - [sym__use] = STATE(131), - [sym__nested_directive] = STATE(131), - [sym_fragment] = STATE(131), - [sym_section] = STATE(131), - [sym_inlineSection] = STATE(131), - [sym_once] = STATE(131), - [sym_verbatim] = STATE(131), - [sym_stack] = STATE(131), - [sym__push] = STATE(1401), - [sym__pushOnce] = STATE(1401), - [sym__pushIf] = STATE(1401), - [sym__prepend] = STATE(1401), - [sym__prependOnce] = STATE(1401), - [sym_conditional] = STATE(131), - [sym_conditional_keyword] = STATE(131), - [sym__if] = STATE(1402), - [sym__unless] = STATE(1402), - [sym__isset] = STATE(1402), - [sym__empty] = STATE(1402), - [sym__auth] = STATE(1402), - [sym__guest] = STATE(1402), - [sym__production] = STATE(1402), - [sym__env] = STATE(1402), - [sym__hasSection] = STATE(1402), - [sym__sectionMissing] = STATE(1402), - [sym__error] = STATE(1402), - [sym_authorization] = STATE(1402), - [sym__can] = STATE(1403), - [sym__cannot] = STATE(1403), - [sym__canany] = STATE(1403), - [sym__feature] = STATE(1402), - [sym__custom] = STATE(1402), - [sym_switch] = STATE(131), - [sym_loop] = STATE(131), - [sym_loop_operator] = STATE(131), - [sym__for] = STATE(1404), - [sym__foreach] = STATE(1404), - [sym__forelse] = STATE(1404), - [sym__while] = STATE(1404), - [sym_envoy] = STATE(131), - [sym__setup] = STATE(1400), - [sym__task] = STATE(1405), - [sym__story] = STATE(1405), - [sym__hooks] = STATE(1400), - [sym__before] = STATE(1400), - [sym__after] = STATE(1400), - [sym__envoy_error] = STATE(1400), - [sym__success] = STATE(1400), - [sym__finished] = STATE(1400), - [sym_livewire] = STATE(131), - [sym__persist] = STATE(1406), - [sym__teleport] = STATE(1406), - [sym__volt] = STATE(1406), - [sym_text] = STATE(131), - [sym__text] = STATE(673), - [aux_sym__if_statement_directive_body_repeat1] = STATE(131), - [aux_sym_php_only_repeat1] = STATE(673), - [sym_comment] = ACTIONS(2419), - [aux_sym_keyword_token1] = ACTIONS(1569), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1571), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1573), - [anon_sym_ATphp] = ACTIONS(1575), - [anon_sym_ATjs] = ACTIONS(1577), - [aux_sym_attribute_token1] = ACTIONS(1579), - [aux_sym__inline_directive_token1] = ACTIONS(1581), - [aux_sym__inline_directive_token2] = ACTIONS(1583), - [anon_sym_ATuse] = ACTIONS(1585), - [anon_sym_ATfragment] = ACTIONS(1587), - [anon_sym_ATsection] = ACTIONS(1589), - [anon_sym_ATonce] = ACTIONS(1591), - [anon_sym_ATverbatim] = ACTIONS(1593), - [anon_sym_ATpush] = ACTIONS(1595), - [anon_sym_ATpushOnce] = ACTIONS(1597), - [anon_sym_ATpushIf] = ACTIONS(1599), - [anon_sym_ATprepend] = ACTIONS(1601), - [anon_sym_ATprependOnce] = ACTIONS(1603), - [anon_sym_ATelse] = ACTIONS(1605), - [aux_sym_conditional_keyword_token1] = ACTIONS(1607), - [anon_sym_ATif] = ACTIONS(1609), - [anon_sym_ATunless] = ACTIONS(1611), - [anon_sym_ATendunless] = ACTIONS(691), - [anon_sym_ATisset] = ACTIONS(1613), - [anon_sym_ATempty] = ACTIONS(1615), - [anon_sym_ATauth] = ACTIONS(1617), - [anon_sym_ATguest] = ACTIONS(1619), - [anon_sym_ATproduction] = ACTIONS(1621), - [anon_sym_ATenv] = ACTIONS(1623), - [anon_sym_AThasSection] = ACTIONS(1625), - [anon_sym_ATsectionMissing] = ACTIONS(1627), - [anon_sym_ATerror] = ACTIONS(1629), - [anon_sym_ATcan] = ACTIONS(1631), - [anon_sym_ATcannot] = ACTIONS(1633), - [anon_sym_ATcanany] = ACTIONS(1635), - [anon_sym_ATfeature] = ACTIONS(1637), - [aux_sym__custom_token1] = ACTIONS(1639), - [aux_sym__custom_token2] = ACTIONS(1641), - [anon_sym_ATswitch] = ACTIONS(1643), - [aux_sym_loop_operator_token1] = ACTIONS(1645), - [anon_sym_ATfor] = ACTIONS(1647), - [anon_sym_ATforeach] = ACTIONS(1649), - [anon_sym_ATforelse] = ACTIONS(1651), - [anon_sym_ATwhile] = ACTIONS(1653), - [anon_sym_ATsetup] = ACTIONS(1655), - [anon_sym_ATtask] = ACTIONS(1657), - [anon_sym_ATstory] = ACTIONS(1659), - [anon_sym_ATbefore] = ACTIONS(1661), - [anon_sym_ATafter] = ACTIONS(1663), - [anon_sym_ATsuccess] = ACTIONS(1665), - [anon_sym_ATfinished] = ACTIONS(1667), - [anon_sym_ATpersist] = ACTIONS(1669), - [anon_sym_ATteleport] = ACTIONS(1671), - [anon_sym_ATvolt] = ACTIONS(1673), - [aux_sym__text_token1] = ACTIONS(1675), - [aux_sym__text_token2] = ACTIONS(1675), - [aux_sym__text_token3] = ACTIONS(1677), - }, - [114] = { - [sym__definition] = STATE(114), - [sym_keyword] = STATE(114), - [sym_php_statement] = STATE(114), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(114), - [sym__inline_directive] = STATE(114), - [sym__use] = STATE(114), - [sym__nested_directive] = STATE(114), - [sym_fragment] = STATE(114), - [sym_section] = STATE(114), - [sym_inlineSection] = STATE(114), - [sym_once] = STATE(114), - [sym_verbatim] = STATE(114), - [sym_stack] = STATE(114), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(114), - [sym_conditional_keyword] = STATE(114), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(114), - [sym_loop] = STATE(114), - [sym_loop_operator] = STATE(114), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(114), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(114), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym_text] = STATE(114), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(114), - [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(2421), - [aux_sym_keyword_token1] = ACTIONS(2424), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2427), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2430), - [anon_sym_ATphp] = ACTIONS(2433), - [anon_sym_ATjs] = ACTIONS(2436), - [aux_sym_attribute_token1] = ACTIONS(2439), - [aux_sym__inline_directive_token1] = ACTIONS(2442), - [aux_sym__inline_directive_token2] = ACTIONS(2445), - [anon_sym_ATuse] = ACTIONS(2448), - [anon_sym_ATfragment] = ACTIONS(2451), - [anon_sym_ATsection] = ACTIONS(2454), - [anon_sym_ATonce] = ACTIONS(2457), - [anon_sym_ATverbatim] = ACTIONS(2460), - [anon_sym_ATpush] = ACTIONS(2463), - [anon_sym_ATpushOnce] = ACTIONS(2466), - [anon_sym_ATpushIf] = ACTIONS(2469), - [anon_sym_ATprepend] = ACTIONS(2472), - [anon_sym_ATprependOnce] = ACTIONS(2475), - [anon_sym_ATelse] = ACTIONS(2478), - [aux_sym_conditional_keyword_token1] = ACTIONS(2481), - [anon_sym_ATif] = ACTIONS(2484), - [anon_sym_ATunless] = ACTIONS(2487), - [anon_sym_ATisset] = ACTIONS(2490), - [anon_sym_ATempty] = ACTIONS(2493), - [anon_sym_ATauth] = ACTIONS(2496), - [anon_sym_ATendauth] = ACTIONS(765), - [anon_sym_ATguest] = ACTIONS(2499), - [anon_sym_ATproduction] = ACTIONS(2502), - [anon_sym_ATenv] = ACTIONS(2505), - [anon_sym_AThasSection] = ACTIONS(2508), - [anon_sym_ATsectionMissing] = ACTIONS(2511), - [anon_sym_ATerror] = ACTIONS(2514), - [anon_sym_ATcan] = ACTIONS(2517), - [anon_sym_ATcannot] = ACTIONS(2520), - [anon_sym_ATcanany] = ACTIONS(2523), - [anon_sym_ATfeature] = ACTIONS(2526), - [aux_sym__custom_token1] = ACTIONS(2529), - [aux_sym__custom_token2] = ACTIONS(2532), - [anon_sym_ATswitch] = ACTIONS(2535), - [aux_sym_loop_operator_token1] = ACTIONS(2538), - [anon_sym_ATfor] = ACTIONS(2541), - [anon_sym_ATforeach] = ACTIONS(2544), - [anon_sym_ATforelse] = ACTIONS(2547), - [anon_sym_ATwhile] = ACTIONS(2550), - [anon_sym_ATsetup] = ACTIONS(2553), - [anon_sym_ATtask] = ACTIONS(2556), - [anon_sym_ATstory] = ACTIONS(2559), - [anon_sym_ATbefore] = ACTIONS(2562), - [anon_sym_ATafter] = ACTIONS(2565), - [anon_sym_ATsuccess] = ACTIONS(2568), - [anon_sym_ATfinished] = ACTIONS(2571), - [anon_sym_ATpersist] = ACTIONS(2574), - [anon_sym_ATteleport] = ACTIONS(2577), - [anon_sym_ATvolt] = ACTIONS(2580), - [aux_sym__text_token1] = ACTIONS(2583), - [aux_sym__text_token2] = ACTIONS(2583), - [aux_sym__text_token3] = ACTIONS(2586), - }, - [115] = { - [sym__definition] = STATE(114), - [sym_keyword] = STATE(114), - [sym_php_statement] = STATE(114), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(114), - [sym__inline_directive] = STATE(114), - [sym__use] = STATE(114), - [sym__nested_directive] = STATE(114), - [sym_fragment] = STATE(114), - [sym_section] = STATE(114), - [sym_inlineSection] = STATE(114), - [sym_once] = STATE(114), - [sym_verbatim] = STATE(114), - [sym_stack] = STATE(114), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(114), - [sym_conditional_keyword] = STATE(114), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(114), - [sym_loop] = STATE(114), - [sym_loop_operator] = STATE(114), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(114), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(114), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym_text] = STATE(114), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(114), - [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(1275), - [aux_sym_keyword_token1] = ACTIONS(229), - [anon_sym_LBRACE_LBRACE] = ACTIONS(231), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), - [anon_sym_ATphp] = ACTIONS(235), - [anon_sym_ATjs] = ACTIONS(237), - [aux_sym_attribute_token1] = ACTIONS(239), - [aux_sym__inline_directive_token1] = ACTIONS(241), - [aux_sym__inline_directive_token2] = ACTIONS(243), - [anon_sym_ATuse] = ACTIONS(245), - [anon_sym_ATfragment] = ACTIONS(247), - [anon_sym_ATsection] = ACTIONS(249), - [anon_sym_ATonce] = ACTIONS(251), - [anon_sym_ATverbatim] = ACTIONS(253), - [anon_sym_ATpush] = ACTIONS(255), - [anon_sym_ATpushOnce] = ACTIONS(257), - [anon_sym_ATpushIf] = ACTIONS(259), - [anon_sym_ATprepend] = ACTIONS(261), - [anon_sym_ATprependOnce] = ACTIONS(263), - [anon_sym_ATelse] = ACTIONS(265), - [aux_sym_conditional_keyword_token1] = ACTIONS(267), - [anon_sym_ATif] = ACTIONS(269), - [anon_sym_ATunless] = ACTIONS(271), - [anon_sym_ATisset] = ACTIONS(273), - [anon_sym_ATempty] = ACTIONS(275), - [anon_sym_ATauth] = ACTIONS(277), - [anon_sym_ATendauth] = ACTIONS(2589), - [anon_sym_ATguest] = ACTIONS(279), - [anon_sym_ATproduction] = ACTIONS(281), - [anon_sym_ATenv] = ACTIONS(283), - [anon_sym_AThasSection] = ACTIONS(285), - [anon_sym_ATsectionMissing] = ACTIONS(287), - [anon_sym_ATerror] = ACTIONS(289), - [anon_sym_ATcan] = ACTIONS(291), - [anon_sym_ATcannot] = ACTIONS(293), - [anon_sym_ATcanany] = ACTIONS(295), - [anon_sym_ATfeature] = ACTIONS(297), - [aux_sym__custom_token1] = ACTIONS(299), - [aux_sym__custom_token2] = ACTIONS(301), - [anon_sym_ATswitch] = ACTIONS(303), - [aux_sym_loop_operator_token1] = ACTIONS(305), - [anon_sym_ATfor] = ACTIONS(307), - [anon_sym_ATforeach] = ACTIONS(309), - [anon_sym_ATforelse] = ACTIONS(311), - [anon_sym_ATwhile] = ACTIONS(313), - [anon_sym_ATsetup] = ACTIONS(315), - [anon_sym_ATtask] = ACTIONS(317), - [anon_sym_ATstory] = ACTIONS(319), - [anon_sym_ATbefore] = ACTIONS(321), - [anon_sym_ATafter] = ACTIONS(323), - [anon_sym_ATsuccess] = ACTIONS(325), - [anon_sym_ATfinished] = ACTIONS(327), - [anon_sym_ATpersist] = ACTIONS(329), - [anon_sym_ATteleport] = ACTIONS(331), - [anon_sym_ATvolt] = ACTIONS(333), - [aux_sym__text_token1] = ACTIONS(335), - [aux_sym__text_token2] = ACTIONS(335), - [aux_sym__text_token3] = ACTIONS(337), - }, - [116] = { - [sym__definition] = STATE(132), - [sym_keyword] = STATE(132), - [sym_php_statement] = STATE(132), - [sym__escaped] = STATE(1179), - [sym__unescaped] = STATE(1179), - [sym__raw] = STATE(1179), - [sym__inline_raw] = STATE(1179), - [sym__multi_line_raw] = STATE(1179), - [sym__js] = STATE(1179), - [sym_attribute] = STATE(132), - [sym__inline_directive] = STATE(132), - [sym__use] = STATE(132), - [sym__nested_directive] = STATE(132), - [sym_fragment] = STATE(132), - [sym_section] = STATE(132), - [sym_inlineSection] = STATE(132), - [sym_once] = STATE(132), - [sym_verbatim] = STATE(132), - [sym_stack] = STATE(132), - [sym__push] = STATE(1178), - [sym__pushOnce] = STATE(1178), - [sym__pushIf] = STATE(1178), - [sym__prepend] = STATE(1178), - [sym__prependOnce] = STATE(1178), - [sym_conditional] = STATE(132), - [sym_conditional_keyword] = STATE(132), - [sym__if] = STATE(1177), - [sym__unless] = STATE(1177), - [sym__isset] = STATE(1177), - [sym__empty] = STATE(1177), - [sym__auth] = STATE(1177), - [sym__guest] = STATE(1177), - [sym__production] = STATE(1177), - [sym__env] = STATE(1177), - [sym__hasSection] = STATE(1177), - [sym__sectionMissing] = STATE(1177), - [sym__error] = STATE(1177), - [sym_authorization] = STATE(1177), - [sym__can] = STATE(1176), - [sym__cannot] = STATE(1176), - [sym__canany] = STATE(1176), - [sym__feature] = STATE(1177), - [sym__custom] = STATE(1177), - [sym_switch] = STATE(132), - [sym_loop] = STATE(132), - [sym_loop_operator] = STATE(132), - [sym__for] = STATE(1175), - [sym__foreach] = STATE(1175), - [sym__forelse] = STATE(1175), - [sym__while] = STATE(1175), - [sym_envoy] = STATE(132), - [sym__setup] = STATE(1179), - [sym__task] = STATE(1174), - [sym__story] = STATE(1174), - [sym__hooks] = STATE(1179), - [sym__before] = STATE(1179), - [sym__after] = STATE(1179), - [sym__envoy_error] = STATE(1179), - [sym__success] = STATE(1179), - [sym__finished] = STATE(1179), - [sym_livewire] = STATE(132), - [sym__persist] = STATE(1173), - [sym__teleport] = STATE(1173), - [sym__volt] = STATE(1173), - [sym_text] = STATE(132), - [sym__text] = STATE(698), - [aux_sym__if_statement_directive_body_repeat1] = STATE(132), - [aux_sym_php_only_repeat1] = STATE(698), - [sym_comment] = ACTIONS(2591), - [aux_sym_keyword_token1] = ACTIONS(2307), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2309), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2311), - [anon_sym_ATphp] = ACTIONS(2313), - [anon_sym_ATjs] = ACTIONS(2315), - [aux_sym_attribute_token1] = ACTIONS(2317), - [aux_sym__inline_directive_token1] = ACTIONS(2319), - [aux_sym__inline_directive_token2] = ACTIONS(2321), - [anon_sym_ATuse] = ACTIONS(2323), - [anon_sym_ATfragment] = ACTIONS(2325), - [anon_sym_ATsection] = ACTIONS(2327), - [anon_sym_ATonce] = ACTIONS(2329), - [anon_sym_ATverbatim] = ACTIONS(2331), - [anon_sym_ATpush] = ACTIONS(2333), - [anon_sym_ATpushOnce] = ACTIONS(2335), - [anon_sym_ATpushIf] = ACTIONS(2337), - [anon_sym_ATprepend] = ACTIONS(2339), - [anon_sym_ATprependOnce] = ACTIONS(2341), - [anon_sym_ATelse] = ACTIONS(2343), - [aux_sym_conditional_keyword_token1] = ACTIONS(2345), - [anon_sym_ATif] = ACTIONS(2347), - [anon_sym_ATunless] = ACTIONS(2349), - [anon_sym_ATisset] = ACTIONS(2351), - [anon_sym_ATempty] = ACTIONS(2353), - [anon_sym_ATauth] = ACTIONS(2355), - [anon_sym_ATguest] = ACTIONS(2357), - [anon_sym_ATproduction] = ACTIONS(2359), - [anon_sym_ATenv] = ACTIONS(2361), - [anon_sym_AThasSection] = ACTIONS(2363), - [anon_sym_ATsectionMissing] = ACTIONS(2365), - [anon_sym_ATerror] = ACTIONS(2367), - [anon_sym_ATcan] = ACTIONS(2369), - [anon_sym_ATcannot] = ACTIONS(2371), - [anon_sym_ATcanany] = ACTIONS(2373), - [anon_sym_ATfeature] = ACTIONS(2375), - [anon_sym_ATendfeature] = ACTIONS(691), - [aux_sym__custom_token1] = ACTIONS(2377), - [aux_sym__custom_token2] = ACTIONS(2379), - [anon_sym_ATswitch] = ACTIONS(2381), - [aux_sym_loop_operator_token1] = ACTIONS(2383), - [anon_sym_ATfor] = ACTIONS(2385), - [anon_sym_ATforeach] = ACTIONS(2387), - [anon_sym_ATforelse] = ACTIONS(2389), - [anon_sym_ATwhile] = ACTIONS(2391), - [anon_sym_ATsetup] = ACTIONS(2393), - [anon_sym_ATtask] = ACTIONS(2395), - [anon_sym_ATstory] = ACTIONS(2397), - [anon_sym_ATbefore] = ACTIONS(2399), - [anon_sym_ATafter] = ACTIONS(2401), - [anon_sym_ATsuccess] = ACTIONS(2403), - [anon_sym_ATfinished] = ACTIONS(2405), - [anon_sym_ATpersist] = ACTIONS(2407), - [anon_sym_ATteleport] = ACTIONS(2409), - [anon_sym_ATvolt] = ACTIONS(2411), - [aux_sym__text_token1] = ACTIONS(2413), - [aux_sym__text_token2] = ACTIONS(2413), - [aux_sym__text_token3] = ACTIONS(2415), - }, - [117] = { - [sym__definition] = STATE(118), - [sym_keyword] = STATE(118), - [sym_php_statement] = STATE(118), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(118), - [sym__inline_directive] = STATE(118), - [sym__use] = STATE(118), - [sym__nested_directive] = STATE(118), - [sym_fragment] = STATE(118), - [sym_section] = STATE(118), - [sym_inlineSection] = STATE(118), - [sym_once] = STATE(118), - [sym_verbatim] = STATE(118), - [sym_stack] = STATE(118), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(118), - [sym_conditional_keyword] = STATE(118), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(118), - [sym_loop] = STATE(118), - [sym_loop_operator] = STATE(118), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(118), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(118), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym_text] = STATE(118), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(118), - [aux_sym_php_only_repeat1] = STATE(680), - [sym_comment] = ACTIONS(1683), - [aux_sym_keyword_token1] = ACTIONS(115), - [anon_sym_LBRACE_LBRACE] = ACTIONS(117), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), - [anon_sym_ATphp] = ACTIONS(121), - [anon_sym_ATjs] = ACTIONS(123), - [aux_sym_attribute_token1] = ACTIONS(125), - [aux_sym__inline_directive_token1] = ACTIONS(127), - [aux_sym__inline_directive_token2] = ACTIONS(129), - [anon_sym_ATuse] = ACTIONS(131), - [anon_sym_ATfragment] = ACTIONS(133), - [anon_sym_ATsection] = ACTIONS(135), - [anon_sym_ATonce] = ACTIONS(137), - [anon_sym_ATverbatim] = ACTIONS(139), - [anon_sym_ATpush] = ACTIONS(141), - [anon_sym_ATpushOnce] = ACTIONS(143), - [anon_sym_ATpushIf] = ACTIONS(145), - [anon_sym_ATprepend] = ACTIONS(147), - [anon_sym_ATprependOnce] = ACTIONS(149), - [anon_sym_ATelse] = ACTIONS(151), - [aux_sym_conditional_keyword_token1] = ACTIONS(153), - [anon_sym_ATif] = ACTIONS(155), - [anon_sym_ATunless] = ACTIONS(157), - [anon_sym_ATisset] = ACTIONS(159), - [anon_sym_ATempty] = ACTIONS(161), - [anon_sym_ATauth] = ACTIONS(163), - [anon_sym_ATguest] = ACTIONS(165), - [anon_sym_ATendguest] = ACTIONS(2589), - [anon_sym_ATproduction] = ACTIONS(167), - [anon_sym_ATenv] = ACTIONS(169), - [anon_sym_AThasSection] = ACTIONS(171), - [anon_sym_ATsectionMissing] = ACTIONS(173), - [anon_sym_ATerror] = ACTIONS(175), - [anon_sym_ATcan] = ACTIONS(177), - [anon_sym_ATcannot] = ACTIONS(179), - [anon_sym_ATcanany] = ACTIONS(181), - [anon_sym_ATfeature] = ACTIONS(183), - [aux_sym__custom_token1] = ACTIONS(185), - [aux_sym__custom_token2] = ACTIONS(187), - [anon_sym_ATswitch] = ACTIONS(189), - [aux_sym_loop_operator_token1] = ACTIONS(191), - [anon_sym_ATfor] = ACTIONS(193), - [anon_sym_ATforeach] = ACTIONS(195), - [anon_sym_ATforelse] = ACTIONS(197), - [anon_sym_ATwhile] = ACTIONS(199), - [anon_sym_ATsetup] = ACTIONS(201), - [anon_sym_ATtask] = ACTIONS(203), - [anon_sym_ATstory] = ACTIONS(205), - [anon_sym_ATbefore] = ACTIONS(207), - [anon_sym_ATafter] = ACTIONS(209), - [anon_sym_ATsuccess] = ACTIONS(211), - [anon_sym_ATfinished] = ACTIONS(213), - [anon_sym_ATpersist] = ACTIONS(215), - [anon_sym_ATteleport] = ACTIONS(217), - [anon_sym_ATvolt] = ACTIONS(219), - [aux_sym__text_token1] = ACTIONS(223), - [aux_sym__text_token2] = ACTIONS(223), - [aux_sym__text_token3] = ACTIONS(225), - }, - [118] = { - [sym__definition] = STATE(118), - [sym_keyword] = STATE(118), - [sym_php_statement] = STATE(118), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(118), - [sym__inline_directive] = STATE(118), - [sym__use] = STATE(118), - [sym__nested_directive] = STATE(118), - [sym_fragment] = STATE(118), - [sym_section] = STATE(118), - [sym_inlineSection] = STATE(118), - [sym_once] = STATE(118), - [sym_verbatim] = STATE(118), - [sym_stack] = STATE(118), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(118), - [sym_conditional_keyword] = STATE(118), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(118), - [sym_loop] = STATE(118), - [sym_loop_operator] = STATE(118), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(118), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(118), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym_text] = STATE(118), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(118), - [aux_sym_php_only_repeat1] = STATE(680), - [sym_comment] = ACTIONS(2593), - [aux_sym_keyword_token1] = ACTIONS(2596), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2599), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2602), - [anon_sym_ATphp] = ACTIONS(2605), - [anon_sym_ATjs] = ACTIONS(2608), - [aux_sym_attribute_token1] = ACTIONS(2611), - [aux_sym__inline_directive_token1] = ACTIONS(2614), - [aux_sym__inline_directive_token2] = ACTIONS(2617), - [anon_sym_ATuse] = ACTIONS(2620), - [anon_sym_ATfragment] = ACTIONS(2623), - [anon_sym_ATsection] = ACTIONS(2626), - [anon_sym_ATonce] = ACTIONS(2629), - [anon_sym_ATverbatim] = ACTIONS(2632), - [anon_sym_ATpush] = ACTIONS(2635), - [anon_sym_ATpushOnce] = ACTIONS(2638), - [anon_sym_ATpushIf] = ACTIONS(2641), - [anon_sym_ATprepend] = ACTIONS(2644), - [anon_sym_ATprependOnce] = ACTIONS(2647), - [anon_sym_ATelse] = ACTIONS(2650), - [aux_sym_conditional_keyword_token1] = ACTIONS(2653), - [anon_sym_ATif] = ACTIONS(2656), - [anon_sym_ATunless] = ACTIONS(2659), - [anon_sym_ATisset] = ACTIONS(2662), - [anon_sym_ATempty] = ACTIONS(2665), - [anon_sym_ATauth] = ACTIONS(2668), - [anon_sym_ATguest] = ACTIONS(2671), - [anon_sym_ATendguest] = ACTIONS(765), - [anon_sym_ATproduction] = ACTIONS(2674), - [anon_sym_ATenv] = ACTIONS(2677), - [anon_sym_AThasSection] = ACTIONS(2680), - [anon_sym_ATsectionMissing] = ACTIONS(2683), - [anon_sym_ATerror] = ACTIONS(2686), - [anon_sym_ATcan] = ACTIONS(2689), - [anon_sym_ATcannot] = ACTIONS(2692), - [anon_sym_ATcanany] = ACTIONS(2695), - [anon_sym_ATfeature] = ACTIONS(2698), - [aux_sym__custom_token1] = ACTIONS(2701), - [aux_sym__custom_token2] = ACTIONS(2704), - [anon_sym_ATswitch] = ACTIONS(2707), - [aux_sym_loop_operator_token1] = ACTIONS(2710), - [anon_sym_ATfor] = ACTIONS(2713), - [anon_sym_ATforeach] = ACTIONS(2716), - [anon_sym_ATforelse] = ACTIONS(2719), - [anon_sym_ATwhile] = ACTIONS(2722), - [anon_sym_ATsetup] = ACTIONS(2725), - [anon_sym_ATtask] = ACTIONS(2728), - [anon_sym_ATstory] = ACTIONS(2731), - [anon_sym_ATbefore] = ACTIONS(2734), - [anon_sym_ATafter] = ACTIONS(2737), - [anon_sym_ATsuccess] = ACTIONS(2740), - [anon_sym_ATfinished] = ACTIONS(2743), - [anon_sym_ATpersist] = ACTIONS(2746), - [anon_sym_ATteleport] = ACTIONS(2749), - [anon_sym_ATvolt] = ACTIONS(2752), - [aux_sym__text_token1] = ACTIONS(2755), - [aux_sym__text_token2] = ACTIONS(2755), - [aux_sym__text_token3] = ACTIONS(2758), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3715), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [119] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [126] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -41912,245 +42872,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(2761), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3717), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [120] = { - [sym__definition] = STATE(120), - [sym_keyword] = STATE(120), - [sym_php_statement] = STATE(120), - [sym__escaped] = STATE(1931), - [sym__unescaped] = STATE(1931), - [sym__raw] = STATE(1931), - [sym__inline_raw] = STATE(1931), - [sym__multi_line_raw] = STATE(1931), - [sym__js] = STATE(1931), - [sym_attribute] = STATE(120), - [sym__inline_directive] = STATE(120), - [sym__use] = STATE(120), - [sym__nested_directive] = STATE(120), - [sym_fragment] = STATE(120), - [sym_section] = STATE(120), - [sym_inlineSection] = STATE(120), - [sym_once] = STATE(120), - [sym_verbatim] = STATE(120), - [sym_stack] = STATE(120), - [sym__push] = STATE(1932), - [sym__pushOnce] = STATE(1932), - [sym__pushIf] = STATE(1932), - [sym__prepend] = STATE(1932), - [sym__prependOnce] = STATE(1932), - [sym_conditional] = STATE(120), - [sym_conditional_keyword] = STATE(120), - [sym__if] = STATE(1933), - [sym__unless] = STATE(1933), - [sym__isset] = STATE(1933), - [sym__empty] = STATE(1933), - [sym__auth] = STATE(1933), - [sym__guest] = STATE(1933), - [sym__production] = STATE(1933), - [sym__env] = STATE(1933), - [sym__hasSection] = STATE(1933), - [sym__sectionMissing] = STATE(1933), - [sym__error] = STATE(1933), - [sym_authorization] = STATE(1933), - [sym__can] = STATE(1934), - [sym__cannot] = STATE(1934), - [sym__canany] = STATE(1934), - [sym__feature] = STATE(1933), - [sym__custom] = STATE(1933), - [sym_switch] = STATE(120), - [sym_loop] = STATE(120), - [sym_loop_operator] = STATE(120), - [sym__for] = STATE(1935), - [sym__foreach] = STATE(1935), - [sym__forelse] = STATE(1935), - [sym__while] = STATE(1935), - [sym_envoy] = STATE(120), - [sym__setup] = STATE(1931), - [sym__task] = STATE(1936), - [sym__story] = STATE(1936), - [sym__hooks] = STATE(1931), - [sym__before] = STATE(1931), - [sym__after] = STATE(1931), - [sym__envoy_error] = STATE(1931), - [sym__success] = STATE(1931), - [sym__finished] = STATE(1931), - [sym_livewire] = STATE(120), - [sym__persist] = STATE(1937), - [sym__teleport] = STATE(1937), - [sym__volt] = STATE(1937), - [sym_text] = STATE(120), - [sym__text] = STATE(707), - [aux_sym__if_statement_directive_body_repeat1] = STATE(120), - [aux_sym_php_only_repeat1] = STATE(707), - [sym_comment] = ACTIONS(2763), - [aux_sym_keyword_token1] = ACTIONS(2766), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2769), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2772), - [anon_sym_ATphp] = ACTIONS(2775), - [anon_sym_ATjs] = ACTIONS(2778), - [aux_sym_attribute_token1] = ACTIONS(2781), - [aux_sym__inline_directive_token1] = ACTIONS(2784), - [aux_sym__inline_directive_token2] = ACTIONS(2787), - [anon_sym_ATuse] = ACTIONS(2790), - [anon_sym_ATfragment] = ACTIONS(2793), - [anon_sym_ATsection] = ACTIONS(2796), - [anon_sym_ATonce] = ACTIONS(2799), - [anon_sym_ATverbatim] = ACTIONS(2802), - [anon_sym_ATpush] = ACTIONS(2805), - [anon_sym_ATpushOnce] = ACTIONS(2808), - [anon_sym_ATpushIf] = ACTIONS(2811), - [anon_sym_ATprepend] = ACTIONS(2814), - [anon_sym_ATprependOnce] = ACTIONS(2817), - [anon_sym_ATelse] = ACTIONS(2820), - [aux_sym_conditional_keyword_token1] = ACTIONS(2823), - [anon_sym_ATif] = ACTIONS(2826), - [anon_sym_ATunless] = ACTIONS(2829), - [anon_sym_ATisset] = ACTIONS(2832), - [anon_sym_ATempty] = ACTIONS(2835), - [anon_sym_ATauth] = ACTIONS(2838), - [anon_sym_ATguest] = ACTIONS(2841), - [anon_sym_ATproduction] = ACTIONS(2844), - [anon_sym_ATenv] = ACTIONS(2847), - [anon_sym_AThasSection] = ACTIONS(2850), - [anon_sym_ATsectionMissing] = ACTIONS(2853), - [anon_sym_ATerror] = ACTIONS(2856), - [anon_sym_ATcan] = ACTIONS(2859), - [anon_sym_ATcannot] = ACTIONS(2862), - [anon_sym_ATendcannot] = ACTIONS(765), - [anon_sym_ATcanany] = ACTIONS(2865), - [anon_sym_ATfeature] = ACTIONS(2868), - [aux_sym__custom_token1] = ACTIONS(2871), - [aux_sym__custom_token2] = ACTIONS(2874), - [anon_sym_ATswitch] = ACTIONS(2877), - [aux_sym_loop_operator_token1] = ACTIONS(2880), - [anon_sym_ATfor] = ACTIONS(2883), - [anon_sym_ATforeach] = ACTIONS(2886), - [anon_sym_ATforelse] = ACTIONS(2889), - [anon_sym_ATwhile] = ACTIONS(2892), - [anon_sym_ATsetup] = ACTIONS(2895), - [anon_sym_ATtask] = ACTIONS(2898), - [anon_sym_ATstory] = ACTIONS(2901), - [anon_sym_ATbefore] = ACTIONS(2904), - [anon_sym_ATafter] = ACTIONS(2907), - [anon_sym_ATsuccess] = ACTIONS(2910), - [anon_sym_ATfinished] = ACTIONS(2913), - [anon_sym_ATpersist] = ACTIONS(2916), - [anon_sym_ATteleport] = ACTIONS(2919), - [anon_sym_ATvolt] = ACTIONS(2922), - [aux_sym__text_token1] = ACTIONS(2925), - [aux_sym__text_token2] = ACTIONS(2925), - [aux_sym__text_token3] = ACTIONS(2928), + [127] = { + [sym__definition] = STATE(116), + [sym_keyword] = STATE(116), + [sym_php_statement] = STATE(116), + [sym__escaped] = STATE(1950), + [sym__unescaped] = STATE(1950), + [sym__raw] = STATE(1950), + [sym__inline_raw] = STATE(1950), + [sym__multi_line_raw] = STATE(1950), + [sym__js] = STATE(1950), + [sym_attribute] = STATE(116), + [sym__inline_directive] = STATE(116), + [sym__use] = STATE(116), + [sym__nested_directive] = STATE(116), + [sym_fragment] = STATE(116), + [sym_section] = STATE(116), + [sym_inlineSection] = STATE(116), + [sym_once] = STATE(116), + [sym_verbatim] = STATE(116), + [sym_stack] = STATE(116), + [sym__push] = STATE(1951), + [sym__pushOnce] = STATE(1951), + [sym__pushIf] = STATE(1951), + [sym__prepend] = STATE(1951), + [sym__prependOnce] = STATE(1951), + [sym_conditional] = STATE(116), + [sym_conditional_keyword] = STATE(116), + [sym__if] = STATE(1952), + [sym__unless] = STATE(1952), + [sym__isset] = STATE(1952), + [sym__empty] = STATE(1952), + [sym__auth] = STATE(1952), + [sym__guest] = STATE(1952), + [sym__production] = STATE(1952), + [sym__env] = STATE(1952), + [sym__hasSection] = STATE(1952), + [sym__sectionMissing] = STATE(1952), + [sym__error] = STATE(1952), + [sym_authorization] = STATE(1952), + [sym__can] = STATE(1953), + [sym__cannot] = STATE(1953), + [sym__canany] = STATE(1953), + [sym__feature] = STATE(1952), + [sym__custom] = STATE(1952), + [sym_switch] = STATE(116), + [sym_loop] = STATE(116), + [sym_loop_operator] = STATE(116), + [sym__for] = STATE(1954), + [sym__foreach] = STATE(1954), + [sym__forelse] = STATE(1954), + [sym__while] = STATE(1954), + [sym_envoy] = STATE(116), + [sym__setup] = STATE(1950), + [sym__task] = STATE(1955), + [sym__story] = STATE(1955), + [sym__hooks] = STATE(1950), + [sym__before] = STATE(1950), + [sym__after] = STATE(1950), + [sym__envoy_error] = STATE(1950), + [sym__success] = STATE(1950), + [sym__finished] = STATE(1950), + [sym_livewire] = STATE(116), + [sym__persist] = STATE(1956), + [sym__teleport] = STATE(1956), + [sym__volt] = STATE(1956), + [sym_text] = STATE(116), + [sym__text] = STATE(713), + [aux_sym__if_statement_directive_body_repeat1] = STATE(116), + [aux_sym_php_only_repeat1] = STATE(713), + [sym_comment] = ACTIONS(3719), + [aux_sym_keyword_token1] = ACTIONS(3091), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3093), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3095), + [anon_sym_ATphp] = ACTIONS(3097), + [anon_sym_ATjs] = ACTIONS(3099), + [aux_sym_attribute_token1] = ACTIONS(3101), + [aux_sym__inline_directive_token1] = ACTIONS(3103), + [aux_sym__inline_directive_token2] = ACTIONS(3105), + [anon_sym_ATuse] = ACTIONS(3107), + [anon_sym_ATfragment] = ACTIONS(3109), + [anon_sym_ATsection] = ACTIONS(3111), + [anon_sym_ATonce] = ACTIONS(3113), + [anon_sym_ATverbatim] = ACTIONS(3115), + [anon_sym_ATpush] = ACTIONS(3117), + [anon_sym_ATpushOnce] = ACTIONS(3119), + [anon_sym_ATpushIf] = ACTIONS(3121), + [anon_sym_ATprepend] = ACTIONS(3123), + [anon_sym_ATprependOnce] = ACTIONS(3125), + [anon_sym_ATelse] = ACTIONS(3127), + [aux_sym_conditional_keyword_token1] = ACTIONS(3129), + [anon_sym_ATif] = ACTIONS(3131), + [anon_sym_ATunless] = ACTIONS(3133), + [anon_sym_ATisset] = ACTIONS(3135), + [anon_sym_ATempty] = ACTIONS(3137), + [anon_sym_ATauth] = ACTIONS(3139), + [anon_sym_ATguest] = ACTIONS(3141), + [anon_sym_ATproduction] = ACTIONS(3143), + [anon_sym_ATenv] = ACTIONS(3145), + [anon_sym_AThasSection] = ACTIONS(3147), + [anon_sym_ATsectionMissing] = ACTIONS(3149), + [anon_sym_ATerror] = ACTIONS(3151), + [anon_sym_ATcan] = ACTIONS(3153), + [anon_sym_ATcannot] = ACTIONS(3155), + [anon_sym_ATendcannot] = ACTIONS(527), + [anon_sym_ATcanany] = ACTIONS(3157), + [anon_sym_ATfeature] = ACTIONS(3159), + [aux_sym__custom_token1] = ACTIONS(3161), + [aux_sym__custom_token2] = ACTIONS(3163), + [anon_sym_ATswitch] = ACTIONS(3165), + [aux_sym_loop_operator_token1] = ACTIONS(3167), + [anon_sym_ATfor] = ACTIONS(3169), + [anon_sym_ATforeach] = ACTIONS(3171), + [anon_sym_ATforelse] = ACTIONS(3173), + [anon_sym_ATwhile] = ACTIONS(3175), + [anon_sym_ATsetup] = ACTIONS(3177), + [anon_sym_ATtask] = ACTIONS(3179), + [anon_sym_ATstory] = ACTIONS(3181), + [anon_sym_ATbefore] = ACTIONS(3183), + [anon_sym_ATafter] = ACTIONS(3185), + [anon_sym_ATsuccess] = ACTIONS(3187), + [anon_sym_ATfinished] = ACTIONS(3189), + [anon_sym_ATpersist] = ACTIONS(3191), + [anon_sym_ATteleport] = ACTIONS(3193), + [anon_sym_ATvolt] = ACTIONS(3195), + [aux_sym__text_token1] = ACTIONS(3197), + [aux_sym__text_token2] = ACTIONS(3197), + [aux_sym__text_token3] = ACTIONS(3199), }, - [121] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [128] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -42168,245 +43128,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(2931), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [122] = { - [sym__definition] = STATE(124), - [sym_keyword] = STATE(124), - [sym_php_statement] = STATE(124), - [sym__escaped] = STATE(1080), - [sym__unescaped] = STATE(1080), - [sym__raw] = STATE(1080), - [sym__inline_raw] = STATE(1080), - [sym__multi_line_raw] = STATE(1080), - [sym__js] = STATE(1080), - [sym_attribute] = STATE(124), - [sym__inline_directive] = STATE(124), - [sym__use] = STATE(124), - [sym__nested_directive] = STATE(124), - [sym_fragment] = STATE(124), - [sym_section] = STATE(124), - [sym_inlineSection] = STATE(124), - [sym_once] = STATE(124), - [sym_verbatim] = STATE(124), - [sym_stack] = STATE(124), - [sym__push] = STATE(1079), - [sym__pushOnce] = STATE(1079), - [sym__pushIf] = STATE(1079), - [sym__prepend] = STATE(1079), - [sym__prependOnce] = STATE(1079), - [sym_conditional] = STATE(124), - [sym_conditional_keyword] = STATE(124), - [sym__if] = STATE(1078), - [sym__unless] = STATE(1078), - [sym__isset] = STATE(1078), - [sym__empty] = STATE(1078), - [sym__auth] = STATE(1078), - [sym__guest] = STATE(1078), - [sym__production] = STATE(1078), - [sym__env] = STATE(1078), - [sym__hasSection] = STATE(1078), - [sym__sectionMissing] = STATE(1078), - [sym__error] = STATE(1078), - [sym_authorization] = STATE(1078), - [sym__can] = STATE(1077), - [sym__cannot] = STATE(1077), - [sym__canany] = STATE(1077), - [sym__feature] = STATE(1078), - [sym__custom] = STATE(1078), - [sym_switch] = STATE(124), - [sym_loop] = STATE(124), - [sym_loop_operator] = STATE(124), - [sym__for] = STATE(1076), - [sym__foreach] = STATE(1076), - [sym__forelse] = STATE(1076), - [sym__while] = STATE(1076), - [sym_envoy] = STATE(124), - [sym__setup] = STATE(1080), - [sym__task] = STATE(1075), - [sym__story] = STATE(1075), - [sym__hooks] = STATE(1080), - [sym__before] = STATE(1080), - [sym__after] = STATE(1080), - [sym__envoy_error] = STATE(1080), - [sym__success] = STATE(1080), - [sym__finished] = STATE(1080), - [sym_livewire] = STATE(124), - [sym__persist] = STATE(1073), - [sym__teleport] = STATE(1073), - [sym__volt] = STATE(1073), - [sym_text] = STATE(124), - [sym__text] = STATE(695), - [aux_sym__if_statement_directive_body_repeat1] = STATE(124), - [aux_sym_php_only_repeat1] = STATE(695), - [sym_comment] = ACTIONS(2933), - [aux_sym_keyword_token1] = ACTIONS(2935), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2937), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2939), - [anon_sym_ATphp] = ACTIONS(2941), - [anon_sym_ATjs] = ACTIONS(2943), - [aux_sym_attribute_token1] = ACTIONS(2945), - [aux_sym__inline_directive_token1] = ACTIONS(2947), - [aux_sym__inline_directive_token2] = ACTIONS(2949), - [anon_sym_ATuse] = ACTIONS(2951), - [anon_sym_ATfragment] = ACTIONS(2953), - [anon_sym_ATsection] = ACTIONS(2955), - [anon_sym_ATonce] = ACTIONS(2957), - [anon_sym_ATverbatim] = ACTIONS(2959), - [anon_sym_ATpush] = ACTIONS(2961), - [anon_sym_ATpushOnce] = ACTIONS(2963), - [anon_sym_ATpushIf] = ACTIONS(2965), - [anon_sym_ATprepend] = ACTIONS(2967), - [anon_sym_ATprependOnce] = ACTIONS(2969), - [anon_sym_ATelse] = ACTIONS(2971), - [aux_sym_conditional_keyword_token1] = ACTIONS(2973), - [anon_sym_ATif] = ACTIONS(2975), - [anon_sym_ATunless] = ACTIONS(2977), - [anon_sym_ATisset] = ACTIONS(2979), - [anon_sym_ATempty] = ACTIONS(2981), - [anon_sym_ATauth] = ACTIONS(2983), - [anon_sym_ATguest] = ACTIONS(2985), - [anon_sym_ATproduction] = ACTIONS(2987), - [anon_sym_ATenv] = ACTIONS(2989), - [anon_sym_AThasSection] = ACTIONS(2991), - [anon_sym_ATsectionMissing] = ACTIONS(2993), - [anon_sym_ATerror] = ACTIONS(2995), - [anon_sym_ATcan] = ACTIONS(2997), - [anon_sym_ATcannot] = ACTIONS(2999), - [anon_sym_ATcanany] = ACTIONS(3001), - [anon_sym_ATfeature] = ACTIONS(3003), - [aux_sym__custom_token1] = ACTIONS(3005), - [aux_sym__custom_token2] = ACTIONS(3007), - [aux_sym__custom_token3] = ACTIONS(409), - [anon_sym_ATswitch] = ACTIONS(3009), - [aux_sym_loop_operator_token1] = ACTIONS(3011), - [anon_sym_ATfor] = ACTIONS(3013), - [anon_sym_ATforeach] = ACTIONS(3015), - [anon_sym_ATforelse] = ACTIONS(3017), - [anon_sym_ATwhile] = ACTIONS(3019), - [anon_sym_ATsetup] = ACTIONS(3021), - [anon_sym_ATtask] = ACTIONS(3023), - [anon_sym_ATstory] = ACTIONS(3025), - [anon_sym_ATbefore] = ACTIONS(3027), - [anon_sym_ATafter] = ACTIONS(3029), - [anon_sym_ATsuccess] = ACTIONS(3031), - [anon_sym_ATfinished] = ACTIONS(3033), - [anon_sym_ATpersist] = ACTIONS(3035), - [anon_sym_ATteleport] = ACTIONS(3037), - [anon_sym_ATvolt] = ACTIONS(3039), - [aux_sym__text_token1] = ACTIONS(3041), - [aux_sym__text_token2] = ACTIONS(3041), - [aux_sym__text_token3] = ACTIONS(3043), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3721), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [123] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [129] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -42424,501 +43256,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(3045), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [124] = { - [sym__definition] = STATE(134), - [sym_keyword] = STATE(134), - [sym_php_statement] = STATE(134), - [sym__escaped] = STATE(1080), - [sym__unescaped] = STATE(1080), - [sym__raw] = STATE(1080), - [sym__inline_raw] = STATE(1080), - [sym__multi_line_raw] = STATE(1080), - [sym__js] = STATE(1080), - [sym_attribute] = STATE(134), - [sym__inline_directive] = STATE(134), - [sym__use] = STATE(134), - [sym__nested_directive] = STATE(134), - [sym_fragment] = STATE(134), - [sym_section] = STATE(134), - [sym_inlineSection] = STATE(134), - [sym_once] = STATE(134), - [sym_verbatim] = STATE(134), - [sym_stack] = STATE(134), - [sym__push] = STATE(1079), - [sym__pushOnce] = STATE(1079), - [sym__pushIf] = STATE(1079), - [sym__prepend] = STATE(1079), - [sym__prependOnce] = STATE(1079), - [sym_conditional] = STATE(134), - [sym_conditional_keyword] = STATE(134), - [sym__if] = STATE(1078), - [sym__unless] = STATE(1078), - [sym__isset] = STATE(1078), - [sym__empty] = STATE(1078), - [sym__auth] = STATE(1078), - [sym__guest] = STATE(1078), - [sym__production] = STATE(1078), - [sym__env] = STATE(1078), - [sym__hasSection] = STATE(1078), - [sym__sectionMissing] = STATE(1078), - [sym__error] = STATE(1078), - [sym_authorization] = STATE(1078), - [sym__can] = STATE(1077), - [sym__cannot] = STATE(1077), - [sym__canany] = STATE(1077), - [sym__feature] = STATE(1078), - [sym__custom] = STATE(1078), - [sym_switch] = STATE(134), - [sym_loop] = STATE(134), - [sym_loop_operator] = STATE(134), - [sym__for] = STATE(1076), - [sym__foreach] = STATE(1076), - [sym__forelse] = STATE(1076), - [sym__while] = STATE(1076), - [sym_envoy] = STATE(134), - [sym__setup] = STATE(1080), - [sym__task] = STATE(1075), - [sym__story] = STATE(1075), - [sym__hooks] = STATE(1080), - [sym__before] = STATE(1080), - [sym__after] = STATE(1080), - [sym__envoy_error] = STATE(1080), - [sym__success] = STATE(1080), - [sym__finished] = STATE(1080), - [sym_livewire] = STATE(134), - [sym__persist] = STATE(1073), - [sym__teleport] = STATE(1073), - [sym__volt] = STATE(1073), - [sym_text] = STATE(134), - [sym__text] = STATE(695), - [aux_sym__if_statement_directive_body_repeat1] = STATE(134), - [aux_sym_php_only_repeat1] = STATE(695), - [sym_comment] = ACTIONS(3047), - [aux_sym_keyword_token1] = ACTIONS(2935), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2937), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2939), - [anon_sym_ATphp] = ACTIONS(2941), - [anon_sym_ATjs] = ACTIONS(2943), - [aux_sym_attribute_token1] = ACTIONS(2945), - [aux_sym__inline_directive_token1] = ACTIONS(2947), - [aux_sym__inline_directive_token2] = ACTIONS(2949), - [anon_sym_ATuse] = ACTIONS(2951), - [anon_sym_ATfragment] = ACTIONS(2953), - [anon_sym_ATsection] = ACTIONS(2955), - [anon_sym_ATonce] = ACTIONS(2957), - [anon_sym_ATverbatim] = ACTIONS(2959), - [anon_sym_ATpush] = ACTIONS(2961), - [anon_sym_ATpushOnce] = ACTIONS(2963), - [anon_sym_ATpushIf] = ACTIONS(2965), - [anon_sym_ATprepend] = ACTIONS(2967), - [anon_sym_ATprependOnce] = ACTIONS(2969), - [anon_sym_ATelse] = ACTIONS(2971), - [aux_sym_conditional_keyword_token1] = ACTIONS(2973), - [anon_sym_ATif] = ACTIONS(2975), - [anon_sym_ATunless] = ACTIONS(2977), - [anon_sym_ATisset] = ACTIONS(2979), - [anon_sym_ATempty] = ACTIONS(2981), - [anon_sym_ATauth] = ACTIONS(2983), - [anon_sym_ATguest] = ACTIONS(2985), - [anon_sym_ATproduction] = ACTIONS(2987), - [anon_sym_ATenv] = ACTIONS(2989), - [anon_sym_AThasSection] = ACTIONS(2991), - [anon_sym_ATsectionMissing] = ACTIONS(2993), - [anon_sym_ATerror] = ACTIONS(2995), - [anon_sym_ATcan] = ACTIONS(2997), - [anon_sym_ATcannot] = ACTIONS(2999), - [anon_sym_ATcanany] = ACTIONS(3001), - [anon_sym_ATfeature] = ACTIONS(3003), - [aux_sym__custom_token1] = ACTIONS(3005), - [aux_sym__custom_token2] = ACTIONS(3007), - [aux_sym__custom_token3] = ACTIONS(691), - [anon_sym_ATswitch] = ACTIONS(3009), - [aux_sym_loop_operator_token1] = ACTIONS(3011), - [anon_sym_ATfor] = ACTIONS(3013), - [anon_sym_ATforeach] = ACTIONS(3015), - [anon_sym_ATforelse] = ACTIONS(3017), - [anon_sym_ATwhile] = ACTIONS(3019), - [anon_sym_ATsetup] = ACTIONS(3021), - [anon_sym_ATtask] = ACTIONS(3023), - [anon_sym_ATstory] = ACTIONS(3025), - [anon_sym_ATbefore] = ACTIONS(3027), - [anon_sym_ATafter] = ACTIONS(3029), - [anon_sym_ATsuccess] = ACTIONS(3031), - [anon_sym_ATfinished] = ACTIONS(3033), - [anon_sym_ATpersist] = ACTIONS(3035), - [anon_sym_ATteleport] = ACTIONS(3037), - [anon_sym_ATvolt] = ACTIONS(3039), - [aux_sym__text_token1] = ACTIONS(3041), - [aux_sym__text_token2] = ACTIONS(3041), - [aux_sym__text_token3] = ACTIONS(3043), - }, - [125] = { - [sym__definition] = STATE(143), - [sym_keyword] = STATE(143), - [sym_php_statement] = STATE(143), - [sym__escaped] = STATE(1307), - [sym__unescaped] = STATE(1307), - [sym__raw] = STATE(1307), - [sym__inline_raw] = STATE(1307), - [sym__multi_line_raw] = STATE(1307), - [sym__js] = STATE(1307), - [sym_attribute] = STATE(143), - [sym__inline_directive] = STATE(143), - [sym__use] = STATE(143), - [sym__nested_directive] = STATE(143), - [sym_fragment] = STATE(143), - [sym_section] = STATE(143), - [sym_inlineSection] = STATE(143), - [sym_once] = STATE(143), - [sym_verbatim] = STATE(143), - [sym_stack] = STATE(143), - [sym__push] = STATE(1308), - [sym__pushOnce] = STATE(1308), - [sym__pushIf] = STATE(1308), - [sym__prepend] = STATE(1308), - [sym__prependOnce] = STATE(1308), - [sym_conditional] = STATE(143), - [sym_conditional_keyword] = STATE(143), - [sym__if] = STATE(1309), - [sym__unless] = STATE(1309), - [sym__isset] = STATE(1309), - [sym__empty] = STATE(1309), - [sym__auth] = STATE(1309), - [sym__guest] = STATE(1309), - [sym__production] = STATE(1309), - [sym__env] = STATE(1309), - [sym__hasSection] = STATE(1309), - [sym__sectionMissing] = STATE(1309), - [sym__error] = STATE(1309), - [sym_authorization] = STATE(1309), - [sym__can] = STATE(1310), - [sym__cannot] = STATE(1310), - [sym__canany] = STATE(1310), - [sym__feature] = STATE(1309), - [sym__custom] = STATE(1309), - [sym_switch] = STATE(143), - [sym_loop] = STATE(143), - [sym_loop_operator] = STATE(143), - [sym__for] = STATE(1311), - [sym__foreach] = STATE(1311), - [sym__forelse] = STATE(1311), - [sym__while] = STATE(1311), - [sym_envoy] = STATE(143), - [sym__setup] = STATE(1307), - [sym__task] = STATE(1312), - [sym__story] = STATE(1312), - [sym__hooks] = STATE(1307), - [sym__before] = STATE(1307), - [sym__after] = STATE(1307), - [sym__envoy_error] = STATE(1307), - [sym__success] = STATE(1307), - [sym__finished] = STATE(1307), - [sym_livewire] = STATE(143), - [sym__persist] = STATE(1313), - [sym__teleport] = STATE(1313), - [sym__volt] = STATE(1313), - [sym_text] = STATE(143), - [sym__text] = STATE(726), - [aux_sym__if_statement_directive_body_repeat1] = STATE(143), - [aux_sym_php_only_repeat1] = STATE(726), - [sym_comment] = ACTIONS(3049), - [aux_sym_keyword_token1] = ACTIONS(1157), - [anon_sym_LBRACE_LBRACE] = ACTIONS(1159), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(1161), - [anon_sym_ATphp] = ACTIONS(1163), - [anon_sym_ATjs] = ACTIONS(1165), - [aux_sym_attribute_token1] = ACTIONS(1167), - [aux_sym__inline_directive_token1] = ACTIONS(1169), - [aux_sym__inline_directive_token2] = ACTIONS(1171), - [anon_sym_ATuse] = ACTIONS(1173), - [anon_sym_ATfragment] = ACTIONS(1175), - [anon_sym_ATsection] = ACTIONS(1177), - [anon_sym_ATonce] = ACTIONS(1179), - [anon_sym_ATverbatim] = ACTIONS(1181), - [anon_sym_ATpush] = ACTIONS(1183), - [anon_sym_ATpushOnce] = ACTIONS(1185), - [anon_sym_ATpushIf] = ACTIONS(1187), - [anon_sym_ATprepend] = ACTIONS(1189), - [anon_sym_ATprependOnce] = ACTIONS(1191), - [anon_sym_ATelse] = ACTIONS(1193), - [aux_sym_conditional_keyword_token1] = ACTIONS(1195), - [anon_sym_ATif] = ACTIONS(1197), - [anon_sym_ATendif] = ACTIONS(691), - [anon_sym_ATunless] = ACTIONS(1199), - [anon_sym_ATisset] = ACTIONS(1201), - [anon_sym_ATempty] = ACTIONS(1203), - [anon_sym_ATauth] = ACTIONS(1205), - [anon_sym_ATguest] = ACTIONS(1207), - [anon_sym_ATproduction] = ACTIONS(1209), - [anon_sym_ATenv] = ACTIONS(1211), - [anon_sym_AThasSection] = ACTIONS(1213), - [anon_sym_ATsectionMissing] = ACTIONS(1215), - [anon_sym_ATerror] = ACTIONS(1217), - [anon_sym_ATcan] = ACTIONS(1219), - [anon_sym_ATcannot] = ACTIONS(1221), - [anon_sym_ATcanany] = ACTIONS(1223), - [anon_sym_ATfeature] = ACTIONS(1225), - [aux_sym__custom_token1] = ACTIONS(1227), - [aux_sym__custom_token2] = ACTIONS(1229), - [anon_sym_ATswitch] = ACTIONS(1231), - [aux_sym_loop_operator_token1] = ACTIONS(1233), - [anon_sym_ATfor] = ACTIONS(1235), - [anon_sym_ATforeach] = ACTIONS(1237), - [anon_sym_ATforelse] = ACTIONS(1239), - [anon_sym_ATwhile] = ACTIONS(1241), - [anon_sym_ATsetup] = ACTIONS(1243), - [anon_sym_ATtask] = ACTIONS(1245), - [anon_sym_ATstory] = ACTIONS(1247), - [anon_sym_ATbefore] = ACTIONS(1249), - [anon_sym_ATafter] = ACTIONS(1251), - [anon_sym_ATsuccess] = ACTIONS(1253), - [anon_sym_ATfinished] = ACTIONS(1255), - [anon_sym_ATpersist] = ACTIONS(1257), - [anon_sym_ATteleport] = ACTIONS(1259), - [anon_sym_ATvolt] = ACTIONS(1261), - [aux_sym__text_token1] = ACTIONS(1263), - [aux_sym__text_token2] = ACTIONS(1263), - [aux_sym__text_token3] = ACTIONS(1265), - }, - [126] = { - [sym__definition] = STATE(126), - [sym_keyword] = STATE(126), - [sym_php_statement] = STATE(126), - [sym__escaped] = STATE(1276), - [sym__unescaped] = STATE(1276), - [sym__raw] = STATE(1276), - [sym__inline_raw] = STATE(1276), - [sym__multi_line_raw] = STATE(1276), - [sym__js] = STATE(1276), - [sym_attribute] = STATE(126), - [sym__inline_directive] = STATE(126), - [sym__use] = STATE(126), - [sym__nested_directive] = STATE(126), - [sym_fragment] = STATE(126), - [sym_section] = STATE(126), - [sym_inlineSection] = STATE(126), - [sym_once] = STATE(126), - [sym_verbatim] = STATE(126), - [sym_stack] = STATE(126), - [sym__push] = STATE(1275), - [sym__pushOnce] = STATE(1275), - [sym__pushIf] = STATE(1275), - [sym__prepend] = STATE(1275), - [sym__prependOnce] = STATE(1275), - [sym_conditional] = STATE(126), - [sym_conditional_keyword] = STATE(126), - [sym__if] = STATE(1274), - [sym__unless] = STATE(1274), - [sym__isset] = STATE(1274), - [sym__empty] = STATE(1274), - [sym__auth] = STATE(1274), - [sym__guest] = STATE(1274), - [sym__production] = STATE(1274), - [sym__env] = STATE(1274), - [sym__hasSection] = STATE(1274), - [sym__sectionMissing] = STATE(1274), - [sym__error] = STATE(1274), - [sym_authorization] = STATE(1274), - [sym__can] = STATE(1273), - [sym__cannot] = STATE(1273), - [sym__canany] = STATE(1273), - [sym__feature] = STATE(1274), - [sym__custom] = STATE(1274), - [sym_switch] = STATE(126), - [sym_loop] = STATE(126), - [sym_loop_operator] = STATE(126), - [sym__for] = STATE(1272), - [sym__foreach] = STATE(1272), - [sym__forelse] = STATE(1272), - [sym__while] = STATE(1272), - [sym_envoy] = STATE(126), - [sym__setup] = STATE(1276), - [sym__task] = STATE(1271), - [sym__story] = STATE(1271), - [sym__hooks] = STATE(1276), - [sym__before] = STATE(1276), - [sym__after] = STATE(1276), - [sym__envoy_error] = STATE(1276), - [sym__success] = STATE(1276), - [sym__finished] = STATE(1276), - [sym_livewire] = STATE(126), - [sym__persist] = STATE(1270), - [sym__teleport] = STATE(1270), - [sym__volt] = STATE(1270), - [sym_text] = STATE(126), - [sym__text] = STATE(672), - [aux_sym__if_statement_directive_body_repeat1] = STATE(126), - [aux_sym_php_only_repeat1] = STATE(672), - [sym_comment] = ACTIONS(3051), - [aux_sym_keyword_token1] = ACTIONS(3054), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3057), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3060), - [anon_sym_ATphp] = ACTIONS(3063), - [anon_sym_ATjs] = ACTIONS(3066), - [aux_sym_attribute_token1] = ACTIONS(3069), - [aux_sym__inline_directive_token1] = ACTIONS(3072), - [aux_sym__inline_directive_token2] = ACTIONS(3075), - [anon_sym_ATuse] = ACTIONS(3078), - [anon_sym_ATfragment] = ACTIONS(3081), - [anon_sym_ATsection] = ACTIONS(3084), - [anon_sym_ATonce] = ACTIONS(3087), - [anon_sym_ATverbatim] = ACTIONS(3090), - [anon_sym_ATpush] = ACTIONS(3093), - [anon_sym_ATpushOnce] = ACTIONS(3096), - [anon_sym_ATpushIf] = ACTIONS(3099), - [anon_sym_ATprepend] = ACTIONS(3102), - [anon_sym_ATprependOnce] = ACTIONS(3105), - [anon_sym_ATelse] = ACTIONS(3108), - [aux_sym_conditional_keyword_token1] = ACTIONS(3111), - [anon_sym_ATif] = ACTIONS(3114), - [anon_sym_ATunless] = ACTIONS(3117), - [anon_sym_ATisset] = ACTIONS(3120), - [anon_sym_ATempty] = ACTIONS(3123), - [anon_sym_ATauth] = ACTIONS(3126), - [anon_sym_ATguest] = ACTIONS(3129), - [anon_sym_ATproduction] = ACTIONS(3132), - [anon_sym_ATenv] = ACTIONS(3135), - [anon_sym_AThasSection] = ACTIONS(3138), - [anon_sym_ATsectionMissing] = ACTIONS(3141), - [anon_sym_ATerror] = ACTIONS(3144), - [anon_sym_ATcan] = ACTIONS(3147), - [anon_sym_ATcannot] = ACTIONS(3150), - [anon_sym_ATcanany] = ACTIONS(3153), - [anon_sym_ATendcanany] = ACTIONS(765), - [anon_sym_ATfeature] = ACTIONS(3156), - [aux_sym__custom_token1] = ACTIONS(3159), - [aux_sym__custom_token2] = ACTIONS(3162), - [anon_sym_ATswitch] = ACTIONS(3165), - [aux_sym_loop_operator_token1] = ACTIONS(3168), - [anon_sym_ATfor] = ACTIONS(3171), - [anon_sym_ATforeach] = ACTIONS(3174), - [anon_sym_ATforelse] = ACTIONS(3177), - [anon_sym_ATwhile] = ACTIONS(3180), - [anon_sym_ATsetup] = ACTIONS(3183), - [anon_sym_ATtask] = ACTIONS(3186), - [anon_sym_ATstory] = ACTIONS(3189), - [anon_sym_ATbefore] = ACTIONS(3192), - [anon_sym_ATafter] = ACTIONS(3195), - [anon_sym_ATsuccess] = ACTIONS(3198), - [anon_sym_ATfinished] = ACTIONS(3201), - [anon_sym_ATpersist] = ACTIONS(3204), - [anon_sym_ATteleport] = ACTIONS(3207), - [anon_sym_ATvolt] = ACTIONS(3210), - [aux_sym__text_token1] = ACTIONS(3213), - [aux_sym__text_token2] = ACTIONS(3213), - [aux_sym__text_token3] = ACTIONS(3216), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3723), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [127] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [130] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -42936,117 +43384,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(3219), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3725), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [128] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [131] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -43064,117 +43512,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(3221), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3727), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [129] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [132] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -43192,117 +43640,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(3223), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3729), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [130] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [133] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -43320,629 +43768,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(3225), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [131] = { - [sym__definition] = STATE(131), - [sym_keyword] = STATE(131), - [sym_php_statement] = STATE(131), - [sym__escaped] = STATE(1400), - [sym__unescaped] = STATE(1400), - [sym__raw] = STATE(1400), - [sym__inline_raw] = STATE(1400), - [sym__multi_line_raw] = STATE(1400), - [sym__js] = STATE(1400), - [sym_attribute] = STATE(131), - [sym__inline_directive] = STATE(131), - [sym__use] = STATE(131), - [sym__nested_directive] = STATE(131), - [sym_fragment] = STATE(131), - [sym_section] = STATE(131), - [sym_inlineSection] = STATE(131), - [sym_once] = STATE(131), - [sym_verbatim] = STATE(131), - [sym_stack] = STATE(131), - [sym__push] = STATE(1401), - [sym__pushOnce] = STATE(1401), - [sym__pushIf] = STATE(1401), - [sym__prepend] = STATE(1401), - [sym__prependOnce] = STATE(1401), - [sym_conditional] = STATE(131), - [sym_conditional_keyword] = STATE(131), - [sym__if] = STATE(1402), - [sym__unless] = STATE(1402), - [sym__isset] = STATE(1402), - [sym__empty] = STATE(1402), - [sym__auth] = STATE(1402), - [sym__guest] = STATE(1402), - [sym__production] = STATE(1402), - [sym__env] = STATE(1402), - [sym__hasSection] = STATE(1402), - [sym__sectionMissing] = STATE(1402), - [sym__error] = STATE(1402), - [sym_authorization] = STATE(1402), - [sym__can] = STATE(1403), - [sym__cannot] = STATE(1403), - [sym__canany] = STATE(1403), - [sym__feature] = STATE(1402), - [sym__custom] = STATE(1402), - [sym_switch] = STATE(131), - [sym_loop] = STATE(131), - [sym_loop_operator] = STATE(131), - [sym__for] = STATE(1404), - [sym__foreach] = STATE(1404), - [sym__forelse] = STATE(1404), - [sym__while] = STATE(1404), - [sym_envoy] = STATE(131), - [sym__setup] = STATE(1400), - [sym__task] = STATE(1405), - [sym__story] = STATE(1405), - [sym__hooks] = STATE(1400), - [sym__before] = STATE(1400), - [sym__after] = STATE(1400), - [sym__envoy_error] = STATE(1400), - [sym__success] = STATE(1400), - [sym__finished] = STATE(1400), - [sym_livewire] = STATE(131), - [sym__persist] = STATE(1406), - [sym__teleport] = STATE(1406), - [sym__volt] = STATE(1406), - [sym_text] = STATE(131), - [sym__text] = STATE(673), - [aux_sym__if_statement_directive_body_repeat1] = STATE(131), - [aux_sym_php_only_repeat1] = STATE(673), - [sym_comment] = ACTIONS(3227), - [aux_sym_keyword_token1] = ACTIONS(3230), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3233), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3236), - [anon_sym_ATphp] = ACTIONS(3239), - [anon_sym_ATjs] = ACTIONS(3242), - [aux_sym_attribute_token1] = ACTIONS(3245), - [aux_sym__inline_directive_token1] = ACTIONS(3248), - [aux_sym__inline_directive_token2] = ACTIONS(3251), - [anon_sym_ATuse] = ACTIONS(3254), - [anon_sym_ATfragment] = ACTIONS(3257), - [anon_sym_ATsection] = ACTIONS(3260), - [anon_sym_ATonce] = ACTIONS(3263), - [anon_sym_ATverbatim] = ACTIONS(3266), - [anon_sym_ATpush] = ACTIONS(3269), - [anon_sym_ATpushOnce] = ACTIONS(3272), - [anon_sym_ATpushIf] = ACTIONS(3275), - [anon_sym_ATprepend] = ACTIONS(3278), - [anon_sym_ATprependOnce] = ACTIONS(3281), - [anon_sym_ATelse] = ACTIONS(3284), - [aux_sym_conditional_keyword_token1] = ACTIONS(3287), - [anon_sym_ATif] = ACTIONS(3290), - [anon_sym_ATunless] = ACTIONS(3293), - [anon_sym_ATendunless] = ACTIONS(765), - [anon_sym_ATisset] = ACTIONS(3296), - [anon_sym_ATempty] = ACTIONS(3299), - [anon_sym_ATauth] = ACTIONS(3302), - [anon_sym_ATguest] = ACTIONS(3305), - [anon_sym_ATproduction] = ACTIONS(3308), - [anon_sym_ATenv] = ACTIONS(3311), - [anon_sym_AThasSection] = ACTIONS(3314), - [anon_sym_ATsectionMissing] = ACTIONS(3317), - [anon_sym_ATerror] = ACTIONS(3320), - [anon_sym_ATcan] = ACTIONS(3323), - [anon_sym_ATcannot] = ACTIONS(3326), - [anon_sym_ATcanany] = ACTIONS(3329), - [anon_sym_ATfeature] = ACTIONS(3332), - [aux_sym__custom_token1] = ACTIONS(3335), - [aux_sym__custom_token2] = ACTIONS(3338), - [anon_sym_ATswitch] = ACTIONS(3341), - [aux_sym_loop_operator_token1] = ACTIONS(3344), - [anon_sym_ATfor] = ACTIONS(3347), - [anon_sym_ATforeach] = ACTIONS(3350), - [anon_sym_ATforelse] = ACTIONS(3353), - [anon_sym_ATwhile] = ACTIONS(3356), - [anon_sym_ATsetup] = ACTIONS(3359), - [anon_sym_ATtask] = ACTIONS(3362), - [anon_sym_ATstory] = ACTIONS(3365), - [anon_sym_ATbefore] = ACTIONS(3368), - [anon_sym_ATafter] = ACTIONS(3371), - [anon_sym_ATsuccess] = ACTIONS(3374), - [anon_sym_ATfinished] = ACTIONS(3377), - [anon_sym_ATpersist] = ACTIONS(3380), - [anon_sym_ATteleport] = ACTIONS(3383), - [anon_sym_ATvolt] = ACTIONS(3386), - [aux_sym__text_token1] = ACTIONS(3389), - [aux_sym__text_token2] = ACTIONS(3389), - [aux_sym__text_token3] = ACTIONS(3392), - }, - [132] = { - [sym__definition] = STATE(132), - [sym_keyword] = STATE(132), - [sym_php_statement] = STATE(132), - [sym__escaped] = STATE(1179), - [sym__unescaped] = STATE(1179), - [sym__raw] = STATE(1179), - [sym__inline_raw] = STATE(1179), - [sym__multi_line_raw] = STATE(1179), - [sym__js] = STATE(1179), - [sym_attribute] = STATE(132), - [sym__inline_directive] = STATE(132), - [sym__use] = STATE(132), - [sym__nested_directive] = STATE(132), - [sym_fragment] = STATE(132), - [sym_section] = STATE(132), - [sym_inlineSection] = STATE(132), - [sym_once] = STATE(132), - [sym_verbatim] = STATE(132), - [sym_stack] = STATE(132), - [sym__push] = STATE(1178), - [sym__pushOnce] = STATE(1178), - [sym__pushIf] = STATE(1178), - [sym__prepend] = STATE(1178), - [sym__prependOnce] = STATE(1178), - [sym_conditional] = STATE(132), - [sym_conditional_keyword] = STATE(132), - [sym__if] = STATE(1177), - [sym__unless] = STATE(1177), - [sym__isset] = STATE(1177), - [sym__empty] = STATE(1177), - [sym__auth] = STATE(1177), - [sym__guest] = STATE(1177), - [sym__production] = STATE(1177), - [sym__env] = STATE(1177), - [sym__hasSection] = STATE(1177), - [sym__sectionMissing] = STATE(1177), - [sym__error] = STATE(1177), - [sym_authorization] = STATE(1177), - [sym__can] = STATE(1176), - [sym__cannot] = STATE(1176), - [sym__canany] = STATE(1176), - [sym__feature] = STATE(1177), - [sym__custom] = STATE(1177), - [sym_switch] = STATE(132), - [sym_loop] = STATE(132), - [sym_loop_operator] = STATE(132), - [sym__for] = STATE(1175), - [sym__foreach] = STATE(1175), - [sym__forelse] = STATE(1175), - [sym__while] = STATE(1175), - [sym_envoy] = STATE(132), - [sym__setup] = STATE(1179), - [sym__task] = STATE(1174), - [sym__story] = STATE(1174), - [sym__hooks] = STATE(1179), - [sym__before] = STATE(1179), - [sym__after] = STATE(1179), - [sym__envoy_error] = STATE(1179), - [sym__success] = STATE(1179), - [sym__finished] = STATE(1179), - [sym_livewire] = STATE(132), - [sym__persist] = STATE(1173), - [sym__teleport] = STATE(1173), - [sym__volt] = STATE(1173), - [sym_text] = STATE(132), - [sym__text] = STATE(698), - [aux_sym__if_statement_directive_body_repeat1] = STATE(132), - [aux_sym_php_only_repeat1] = STATE(698), - [sym_comment] = ACTIONS(3395), - [aux_sym_keyword_token1] = ACTIONS(3398), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3401), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3404), - [anon_sym_ATphp] = ACTIONS(3407), - [anon_sym_ATjs] = ACTIONS(3410), - [aux_sym_attribute_token1] = ACTIONS(3413), - [aux_sym__inline_directive_token1] = ACTIONS(3416), - [aux_sym__inline_directive_token2] = ACTIONS(3419), - [anon_sym_ATuse] = ACTIONS(3422), - [anon_sym_ATfragment] = ACTIONS(3425), - [anon_sym_ATsection] = ACTIONS(3428), - [anon_sym_ATonce] = ACTIONS(3431), - [anon_sym_ATverbatim] = ACTIONS(3434), - [anon_sym_ATpush] = ACTIONS(3437), - [anon_sym_ATpushOnce] = ACTIONS(3440), - [anon_sym_ATpushIf] = ACTIONS(3443), - [anon_sym_ATprepend] = ACTIONS(3446), - [anon_sym_ATprependOnce] = ACTIONS(3449), - [anon_sym_ATelse] = ACTIONS(3452), - [aux_sym_conditional_keyword_token1] = ACTIONS(3455), - [anon_sym_ATif] = ACTIONS(3458), - [anon_sym_ATunless] = ACTIONS(3461), - [anon_sym_ATisset] = ACTIONS(3464), - [anon_sym_ATempty] = ACTIONS(3467), - [anon_sym_ATauth] = ACTIONS(3470), - [anon_sym_ATguest] = ACTIONS(3473), - [anon_sym_ATproduction] = ACTIONS(3476), - [anon_sym_ATenv] = ACTIONS(3479), - [anon_sym_AThasSection] = ACTIONS(3482), - [anon_sym_ATsectionMissing] = ACTIONS(3485), - [anon_sym_ATerror] = ACTIONS(3488), - [anon_sym_ATcan] = ACTIONS(3491), - [anon_sym_ATcannot] = ACTIONS(3494), - [anon_sym_ATcanany] = ACTIONS(3497), - [anon_sym_ATfeature] = ACTIONS(3500), - [anon_sym_ATendfeature] = ACTIONS(765), - [aux_sym__custom_token1] = ACTIONS(3503), - [aux_sym__custom_token2] = ACTIONS(3506), - [anon_sym_ATswitch] = ACTIONS(3509), - [aux_sym_loop_operator_token1] = ACTIONS(3512), - [anon_sym_ATfor] = ACTIONS(3515), - [anon_sym_ATforeach] = ACTIONS(3518), - [anon_sym_ATforelse] = ACTIONS(3521), - [anon_sym_ATwhile] = ACTIONS(3524), - [anon_sym_ATsetup] = ACTIONS(3527), - [anon_sym_ATtask] = ACTIONS(3530), - [anon_sym_ATstory] = ACTIONS(3533), - [anon_sym_ATbefore] = ACTIONS(3536), - [anon_sym_ATafter] = ACTIONS(3539), - [anon_sym_ATsuccess] = ACTIONS(3542), - [anon_sym_ATfinished] = ACTIONS(3545), - [anon_sym_ATpersist] = ACTIONS(3548), - [anon_sym_ATteleport] = ACTIONS(3551), - [anon_sym_ATvolt] = ACTIONS(3554), - [aux_sym__text_token1] = ACTIONS(3557), - [aux_sym__text_token2] = ACTIONS(3557), - [aux_sym__text_token3] = ACTIONS(3560), - }, - [133] = { - [sym__definition] = STATE(106), - [sym_keyword] = STATE(106), - [sym_php_statement] = STATE(106), - [sym__escaped] = STATE(1581), - [sym__unescaped] = STATE(1581), - [sym__raw] = STATE(1581), - [sym__inline_raw] = STATE(1581), - [sym__multi_line_raw] = STATE(1581), - [sym__js] = STATE(1581), - [sym_attribute] = STATE(106), - [sym__inline_directive] = STATE(106), - [sym__use] = STATE(106), - [sym__nested_directive] = STATE(106), - [sym_fragment] = STATE(106), - [sym_section] = STATE(106), - [sym_inlineSection] = STATE(106), - [sym_once] = STATE(106), - [sym_verbatim] = STATE(106), - [sym_stack] = STATE(106), - [sym__push] = STATE(1582), - [sym__pushOnce] = STATE(1582), - [sym__pushIf] = STATE(1582), - [sym__prepend] = STATE(1582), - [sym__prependOnce] = STATE(1582), - [sym_conditional] = STATE(106), - [sym_conditional_keyword] = STATE(106), - [sym__if] = STATE(1583), - [sym__unless] = STATE(1583), - [sym__isset] = STATE(1583), - [sym__empty] = STATE(1583), - [sym__auth] = STATE(1583), - [sym__guest] = STATE(1583), - [sym__production] = STATE(1583), - [sym__env] = STATE(1583), - [sym__hasSection] = STATE(1583), - [sym__sectionMissing] = STATE(1583), - [sym__error] = STATE(1583), - [sym_authorization] = STATE(1583), - [sym__can] = STATE(1584), - [sym__cannot] = STATE(1584), - [sym__canany] = STATE(1584), - [sym__feature] = STATE(1583), - [sym__custom] = STATE(1583), - [sym_switch] = STATE(106), - [sym_loop] = STATE(106), - [sym_loop_operator] = STATE(106), - [sym__for] = STATE(1585), - [sym__foreach] = STATE(1585), - [sym__forelse] = STATE(1585), - [sym__while] = STATE(1585), - [sym_envoy] = STATE(106), - [sym__setup] = STATE(1581), - [sym__task] = STATE(1586), - [sym__story] = STATE(1586), - [sym__hooks] = STATE(1581), - [sym__before] = STATE(1581), - [sym__after] = STATE(1581), - [sym__envoy_error] = STATE(1581), - [sym__success] = STATE(1581), - [sym__finished] = STATE(1581), - [sym_livewire] = STATE(106), - [sym__persist] = STATE(1587), - [sym__teleport] = STATE(1587), - [sym__volt] = STATE(1587), - [sym_text] = STATE(106), - [sym__text] = STATE(683), - [aux_sym__if_statement_directive_body_repeat1] = STATE(106), - [aux_sym_php_only_repeat1] = STATE(683), - [sym_comment] = ACTIONS(3563), - [aux_sym_keyword_token1] = ACTIONS(3565), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3567), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3569), - [anon_sym_ATphp] = ACTIONS(3571), - [anon_sym_ATjs] = ACTIONS(3573), - [aux_sym_attribute_token1] = ACTIONS(3575), - [aux_sym__inline_directive_token1] = ACTIONS(3577), - [aux_sym__inline_directive_token2] = ACTIONS(3579), - [anon_sym_ATuse] = ACTIONS(3581), - [anon_sym_ATfragment] = ACTIONS(3583), - [anon_sym_ATsection] = ACTIONS(3585), - [anon_sym_ATonce] = ACTIONS(3587), - [anon_sym_ATverbatim] = ACTIONS(3589), - [anon_sym_ATpush] = ACTIONS(3591), - [anon_sym_ATpushOnce] = ACTIONS(3593), - [anon_sym_ATpushIf] = ACTIONS(3595), - [anon_sym_ATprepend] = ACTIONS(3597), - [anon_sym_ATprependOnce] = ACTIONS(3599), - [anon_sym_ATelse] = ACTIONS(3601), - [aux_sym_conditional_keyword_token1] = ACTIONS(3603), - [anon_sym_ATif] = ACTIONS(3605), - [anon_sym_ATunless] = ACTIONS(3607), - [anon_sym_ATisset] = ACTIONS(3609), - [anon_sym_ATempty] = ACTIONS(3611), - [anon_sym_ATendempty] = ACTIONS(691), - [anon_sym_ATauth] = ACTIONS(3613), - [anon_sym_ATguest] = ACTIONS(3615), - [anon_sym_ATproduction] = ACTIONS(3617), - [anon_sym_ATenv] = ACTIONS(3619), - [anon_sym_AThasSection] = ACTIONS(3621), - [anon_sym_ATsectionMissing] = ACTIONS(3623), - [anon_sym_ATerror] = ACTIONS(3625), - [anon_sym_ATcan] = ACTIONS(3627), - [anon_sym_ATcannot] = ACTIONS(3629), - [anon_sym_ATcanany] = ACTIONS(3631), - [anon_sym_ATfeature] = ACTIONS(3633), - [aux_sym__custom_token1] = ACTIONS(3635), - [aux_sym__custom_token2] = ACTIONS(3637), - [anon_sym_ATswitch] = ACTIONS(3639), - [aux_sym_loop_operator_token1] = ACTIONS(3641), - [anon_sym_ATfor] = ACTIONS(3643), - [anon_sym_ATforeach] = ACTIONS(3645), - [anon_sym_ATforelse] = ACTIONS(3647), - [anon_sym_ATwhile] = ACTIONS(3649), - [anon_sym_ATsetup] = ACTIONS(3651), - [anon_sym_ATtask] = ACTIONS(3653), - [anon_sym_ATstory] = ACTIONS(3655), - [anon_sym_ATbefore] = ACTIONS(3657), - [anon_sym_ATafter] = ACTIONS(3659), - [anon_sym_ATsuccess] = ACTIONS(3661), - [anon_sym_ATfinished] = ACTIONS(3663), - [anon_sym_ATpersist] = ACTIONS(3665), - [anon_sym_ATteleport] = ACTIONS(3667), - [anon_sym_ATvolt] = ACTIONS(3669), - [aux_sym__text_token1] = ACTIONS(3671), - [aux_sym__text_token2] = ACTIONS(3671), - [aux_sym__text_token3] = ACTIONS(3673), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3731), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [134] = { - [sym__definition] = STATE(134), - [sym_keyword] = STATE(134), - [sym_php_statement] = STATE(134), - [sym__escaped] = STATE(1080), - [sym__unescaped] = STATE(1080), - [sym__raw] = STATE(1080), - [sym__inline_raw] = STATE(1080), - [sym__multi_line_raw] = STATE(1080), - [sym__js] = STATE(1080), - [sym_attribute] = STATE(134), - [sym__inline_directive] = STATE(134), - [sym__use] = STATE(134), - [sym__nested_directive] = STATE(134), - [sym_fragment] = STATE(134), - [sym_section] = STATE(134), - [sym_inlineSection] = STATE(134), - [sym_once] = STATE(134), - [sym_verbatim] = STATE(134), - [sym_stack] = STATE(134), - [sym__push] = STATE(1079), - [sym__pushOnce] = STATE(1079), - [sym__pushIf] = STATE(1079), - [sym__prepend] = STATE(1079), - [sym__prependOnce] = STATE(1079), - [sym_conditional] = STATE(134), - [sym_conditional_keyword] = STATE(134), - [sym__if] = STATE(1078), - [sym__unless] = STATE(1078), - [sym__isset] = STATE(1078), - [sym__empty] = STATE(1078), - [sym__auth] = STATE(1078), - [sym__guest] = STATE(1078), - [sym__production] = STATE(1078), - [sym__env] = STATE(1078), - [sym__hasSection] = STATE(1078), - [sym__sectionMissing] = STATE(1078), - [sym__error] = STATE(1078), - [sym_authorization] = STATE(1078), - [sym__can] = STATE(1077), - [sym__cannot] = STATE(1077), - [sym__canany] = STATE(1077), - [sym__feature] = STATE(1078), - [sym__custom] = STATE(1078), - [sym_switch] = STATE(134), - [sym_loop] = STATE(134), - [sym_loop_operator] = STATE(134), - [sym__for] = STATE(1076), - [sym__foreach] = STATE(1076), - [sym__forelse] = STATE(1076), - [sym__while] = STATE(1076), - [sym_envoy] = STATE(134), - [sym__setup] = STATE(1080), - [sym__task] = STATE(1075), - [sym__story] = STATE(1075), - [sym__hooks] = STATE(1080), - [sym__before] = STATE(1080), - [sym__after] = STATE(1080), - [sym__envoy_error] = STATE(1080), - [sym__success] = STATE(1080), - [sym__finished] = STATE(1080), - [sym_livewire] = STATE(134), - [sym__persist] = STATE(1073), - [sym__teleport] = STATE(1073), - [sym__volt] = STATE(1073), - [sym_text] = STATE(134), - [sym__text] = STATE(695), - [aux_sym__if_statement_directive_body_repeat1] = STATE(134), - [aux_sym_php_only_repeat1] = STATE(695), - [sym_comment] = ACTIONS(3675), - [aux_sym_keyword_token1] = ACTIONS(3678), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3681), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3684), - [anon_sym_ATphp] = ACTIONS(3687), - [anon_sym_ATjs] = ACTIONS(3690), - [aux_sym_attribute_token1] = ACTIONS(3693), - [aux_sym__inline_directive_token1] = ACTIONS(3696), - [aux_sym__inline_directive_token2] = ACTIONS(3699), - [anon_sym_ATuse] = ACTIONS(3702), - [anon_sym_ATfragment] = ACTIONS(3705), - [anon_sym_ATsection] = ACTIONS(3708), - [anon_sym_ATonce] = ACTIONS(3711), - [anon_sym_ATverbatim] = ACTIONS(3714), - [anon_sym_ATpush] = ACTIONS(3717), - [anon_sym_ATpushOnce] = ACTIONS(3720), - [anon_sym_ATpushIf] = ACTIONS(3723), - [anon_sym_ATprepend] = ACTIONS(3726), - [anon_sym_ATprependOnce] = ACTIONS(3729), - [anon_sym_ATelse] = ACTIONS(3732), - [aux_sym_conditional_keyword_token1] = ACTIONS(3735), - [anon_sym_ATif] = ACTIONS(3738), - [anon_sym_ATunless] = ACTIONS(3741), - [anon_sym_ATisset] = ACTIONS(3744), - [anon_sym_ATempty] = ACTIONS(3747), - [anon_sym_ATauth] = ACTIONS(3750), - [anon_sym_ATguest] = ACTIONS(3753), - [anon_sym_ATproduction] = ACTIONS(3756), - [anon_sym_ATenv] = ACTIONS(3759), - [anon_sym_AThasSection] = ACTIONS(3762), - [anon_sym_ATsectionMissing] = ACTIONS(3765), - [anon_sym_ATerror] = ACTIONS(3768), - [anon_sym_ATcan] = ACTIONS(3771), - [anon_sym_ATcannot] = ACTIONS(3774), - [anon_sym_ATcanany] = ACTIONS(3777), - [anon_sym_ATfeature] = ACTIONS(3780), - [aux_sym__custom_token1] = ACTIONS(3783), - [aux_sym__custom_token2] = ACTIONS(3786), - [aux_sym__custom_token3] = ACTIONS(765), - [anon_sym_ATswitch] = ACTIONS(3789), - [aux_sym_loop_operator_token1] = ACTIONS(3792), - [anon_sym_ATfor] = ACTIONS(3795), - [anon_sym_ATforeach] = ACTIONS(3798), - [anon_sym_ATforelse] = ACTIONS(3801), - [anon_sym_ATwhile] = ACTIONS(3804), - [anon_sym_ATsetup] = ACTIONS(3807), - [anon_sym_ATtask] = ACTIONS(3810), - [anon_sym_ATstory] = ACTIONS(3813), - [anon_sym_ATbefore] = ACTIONS(3816), - [anon_sym_ATafter] = ACTIONS(3819), - [anon_sym_ATsuccess] = ACTIONS(3822), - [anon_sym_ATfinished] = ACTIONS(3825), - [anon_sym_ATpersist] = ACTIONS(3828), - [anon_sym_ATteleport] = ACTIONS(3831), - [anon_sym_ATvolt] = ACTIONS(3834), - [aux_sym__text_token1] = ACTIONS(3837), - [aux_sym__text_token2] = ACTIONS(3837), - [aux_sym__text_token3] = ACTIONS(3840), - }, - [135] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -43960,245 +43896,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(3843), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [136] = { - [sym__definition] = STATE(133), - [sym_keyword] = STATE(133), - [sym_php_statement] = STATE(133), - [sym__escaped] = STATE(1581), - [sym__unescaped] = STATE(1581), - [sym__raw] = STATE(1581), - [sym__inline_raw] = STATE(1581), - [sym__multi_line_raw] = STATE(1581), - [sym__js] = STATE(1581), - [sym_attribute] = STATE(133), - [sym__inline_directive] = STATE(133), - [sym__use] = STATE(133), - [sym__nested_directive] = STATE(133), - [sym_fragment] = STATE(133), - [sym_section] = STATE(133), - [sym_inlineSection] = STATE(133), - [sym_once] = STATE(133), - [sym_verbatim] = STATE(133), - [sym_stack] = STATE(133), - [sym__push] = STATE(1582), - [sym__pushOnce] = STATE(1582), - [sym__pushIf] = STATE(1582), - [sym__prepend] = STATE(1582), - [sym__prependOnce] = STATE(1582), - [sym_conditional] = STATE(133), - [sym_conditional_keyword] = STATE(133), - [sym__if] = STATE(1583), - [sym__unless] = STATE(1583), - [sym__isset] = STATE(1583), - [sym__empty] = STATE(1583), - [sym__auth] = STATE(1583), - [sym__guest] = STATE(1583), - [sym__production] = STATE(1583), - [sym__env] = STATE(1583), - [sym__hasSection] = STATE(1583), - [sym__sectionMissing] = STATE(1583), - [sym__error] = STATE(1583), - [sym_authorization] = STATE(1583), - [sym__can] = STATE(1584), - [sym__cannot] = STATE(1584), - [sym__canany] = STATE(1584), - [sym__feature] = STATE(1583), - [sym__custom] = STATE(1583), - [sym_switch] = STATE(133), - [sym_loop] = STATE(133), - [sym_loop_operator] = STATE(133), - [sym__for] = STATE(1585), - [sym__foreach] = STATE(1585), - [sym__forelse] = STATE(1585), - [sym__while] = STATE(1585), - [sym_envoy] = STATE(133), - [sym__setup] = STATE(1581), - [sym__task] = STATE(1586), - [sym__story] = STATE(1586), - [sym__hooks] = STATE(1581), - [sym__before] = STATE(1581), - [sym__after] = STATE(1581), - [sym__envoy_error] = STATE(1581), - [sym__success] = STATE(1581), - [sym__finished] = STATE(1581), - [sym_livewire] = STATE(133), - [sym__persist] = STATE(1587), - [sym__teleport] = STATE(1587), - [sym__volt] = STATE(1587), - [sym_text] = STATE(133), - [sym__text] = STATE(683), - [aux_sym__if_statement_directive_body_repeat1] = STATE(133), - [aux_sym_php_only_repeat1] = STATE(683), - [sym_comment] = ACTIONS(3845), - [aux_sym_keyword_token1] = ACTIONS(3565), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3567), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3569), - [anon_sym_ATphp] = ACTIONS(3571), - [anon_sym_ATjs] = ACTIONS(3573), - [aux_sym_attribute_token1] = ACTIONS(3575), - [aux_sym__inline_directive_token1] = ACTIONS(3577), - [aux_sym__inline_directive_token2] = ACTIONS(3579), - [anon_sym_ATuse] = ACTIONS(3581), - [anon_sym_ATfragment] = ACTIONS(3583), - [anon_sym_ATsection] = ACTIONS(3585), - [anon_sym_ATonce] = ACTIONS(3587), - [anon_sym_ATverbatim] = ACTIONS(3589), - [anon_sym_ATpush] = ACTIONS(3591), - [anon_sym_ATpushOnce] = ACTIONS(3593), - [anon_sym_ATpushIf] = ACTIONS(3595), - [anon_sym_ATprepend] = ACTIONS(3597), - [anon_sym_ATprependOnce] = ACTIONS(3599), - [anon_sym_ATelse] = ACTIONS(3601), - [aux_sym_conditional_keyword_token1] = ACTIONS(3603), - [anon_sym_ATif] = ACTIONS(3605), - [anon_sym_ATunless] = ACTIONS(3607), - [anon_sym_ATisset] = ACTIONS(3609), - [anon_sym_ATempty] = ACTIONS(3611), - [anon_sym_ATendempty] = ACTIONS(409), - [anon_sym_ATauth] = ACTIONS(3613), - [anon_sym_ATguest] = ACTIONS(3615), - [anon_sym_ATproduction] = ACTIONS(3617), - [anon_sym_ATenv] = ACTIONS(3619), - [anon_sym_AThasSection] = ACTIONS(3621), - [anon_sym_ATsectionMissing] = ACTIONS(3623), - [anon_sym_ATerror] = ACTIONS(3625), - [anon_sym_ATcan] = ACTIONS(3627), - [anon_sym_ATcannot] = ACTIONS(3629), - [anon_sym_ATcanany] = ACTIONS(3631), - [anon_sym_ATfeature] = ACTIONS(3633), - [aux_sym__custom_token1] = ACTIONS(3635), - [aux_sym__custom_token2] = ACTIONS(3637), - [anon_sym_ATswitch] = ACTIONS(3639), - [aux_sym_loop_operator_token1] = ACTIONS(3641), - [anon_sym_ATfor] = ACTIONS(3643), - [anon_sym_ATforeach] = ACTIONS(3645), - [anon_sym_ATforelse] = ACTIONS(3647), - [anon_sym_ATwhile] = ACTIONS(3649), - [anon_sym_ATsetup] = ACTIONS(3651), - [anon_sym_ATtask] = ACTIONS(3653), - [anon_sym_ATstory] = ACTIONS(3655), - [anon_sym_ATbefore] = ACTIONS(3657), - [anon_sym_ATafter] = ACTIONS(3659), - [anon_sym_ATsuccess] = ACTIONS(3661), - [anon_sym_ATfinished] = ACTIONS(3663), - [anon_sym_ATpersist] = ACTIONS(3665), - [anon_sym_ATteleport] = ACTIONS(3667), - [anon_sym_ATvolt] = ACTIONS(3669), - [aux_sym__text_token1] = ACTIONS(3671), - [aux_sym__text_token2] = ACTIONS(3671), - [aux_sym__text_token3] = ACTIONS(3673), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3733), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [137] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [135] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -44216,245 +44024,501 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(3847), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(3735), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [136] = { + [sym__definition] = STATE(136), + [sym_keyword] = STATE(136), + [sym_php_statement] = STATE(136), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(136), + [sym__inline_directive] = STATE(136), + [sym__use] = STATE(136), + [sym__nested_directive] = STATE(136), + [sym_fragment] = STATE(136), + [sym_section] = STATE(136), + [sym_inlineSection] = STATE(136), + [sym_once] = STATE(136), + [sym_verbatim] = STATE(136), + [sym_stack] = STATE(136), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(136), + [sym_conditional_keyword] = STATE(136), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(136), + [sym_loop] = STATE(136), + [sym_loop_operator] = STATE(136), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(136), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(136), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym_text] = STATE(136), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(136), + [aux_sym_php_only_repeat1] = STATE(716), + [sym_comment] = ACTIONS(3737), + [aux_sym_keyword_token1] = ACTIONS(3740), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3743), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3746), + [anon_sym_ATphp] = ACTIONS(3749), + [anon_sym_ATjs] = ACTIONS(3752), + [aux_sym_attribute_token1] = ACTIONS(3755), + [aux_sym__inline_directive_token1] = ACTIONS(3758), + [aux_sym__inline_directive_token2] = ACTIONS(3761), + [anon_sym_ATuse] = ACTIONS(3764), + [anon_sym_ATfragment] = ACTIONS(3767), + [anon_sym_ATsection] = ACTIONS(3770), + [anon_sym_ATonce] = ACTIONS(3773), + [anon_sym_ATverbatim] = ACTIONS(3776), + [anon_sym_ATpush] = ACTIONS(3779), + [anon_sym_ATpushOnce] = ACTIONS(3782), + [anon_sym_ATpushIf] = ACTIONS(3785), + [anon_sym_ATprepend] = ACTIONS(3788), + [anon_sym_ATprependOnce] = ACTIONS(3791), + [anon_sym_ATelse] = ACTIONS(3794), + [aux_sym_conditional_keyword_token1] = ACTIONS(3797), + [anon_sym_ATif] = ACTIONS(3800), + [anon_sym_ATunless] = ACTIONS(3803), + [anon_sym_ATisset] = ACTIONS(3806), + [anon_sym_ATempty] = ACTIONS(3809), + [anon_sym_ATauth] = ACTIONS(3812), + [anon_sym_ATguest] = ACTIONS(3815), + [anon_sym_ATendguest] = ACTIONS(675), + [anon_sym_ATproduction] = ACTIONS(3818), + [anon_sym_ATenv] = ACTIONS(3821), + [anon_sym_AThasSection] = ACTIONS(3824), + [anon_sym_ATsectionMissing] = ACTIONS(3827), + [anon_sym_ATerror] = ACTIONS(3830), + [anon_sym_ATcan] = ACTIONS(3833), + [anon_sym_ATcannot] = ACTIONS(3836), + [anon_sym_ATcanany] = ACTIONS(3839), + [anon_sym_ATfeature] = ACTIONS(3842), + [aux_sym__custom_token1] = ACTIONS(3845), + [aux_sym__custom_token2] = ACTIONS(3848), + [anon_sym_ATswitch] = ACTIONS(3851), + [aux_sym_loop_operator_token1] = ACTIONS(3854), + [anon_sym_ATfor] = ACTIONS(3857), + [anon_sym_ATforeach] = ACTIONS(3860), + [anon_sym_ATforelse] = ACTIONS(3863), + [anon_sym_ATwhile] = ACTIONS(3866), + [anon_sym_ATsetup] = ACTIONS(3869), + [anon_sym_ATtask] = ACTIONS(3872), + [anon_sym_ATstory] = ACTIONS(3875), + [anon_sym_ATbefore] = ACTIONS(3878), + [anon_sym_ATafter] = ACTIONS(3881), + [anon_sym_ATsuccess] = ACTIONS(3884), + [anon_sym_ATfinished] = ACTIONS(3887), + [anon_sym_ATpersist] = ACTIONS(3890), + [anon_sym_ATteleport] = ACTIONS(3893), + [anon_sym_ATvolt] = ACTIONS(3896), + [aux_sym__text_token1] = ACTIONS(3899), + [aux_sym__text_token2] = ACTIONS(3899), + [aux_sym__text_token3] = ACTIONS(3902), + }, + [137] = { + [sym__definition] = STATE(136), + [sym_keyword] = STATE(136), + [sym_php_statement] = STATE(136), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(136), + [sym__inline_directive] = STATE(136), + [sym__use] = STATE(136), + [sym__nested_directive] = STATE(136), + [sym_fragment] = STATE(136), + [sym_section] = STATE(136), + [sym_inlineSection] = STATE(136), + [sym_once] = STATE(136), + [sym_verbatim] = STATE(136), + [sym_stack] = STATE(136), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(136), + [sym_conditional_keyword] = STATE(136), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(136), + [sym_loop] = STATE(136), + [sym_loop_operator] = STATE(136), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(136), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(136), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym_text] = STATE(136), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(136), + [aux_sym_php_only_repeat1] = STATE(716), + [sym_comment] = ACTIONS(3905), + [aux_sym_keyword_token1] = ACTIONS(229), + [anon_sym_LBRACE_LBRACE] = ACTIONS(231), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), + [anon_sym_ATphp] = ACTIONS(235), + [anon_sym_ATjs] = ACTIONS(237), + [aux_sym_attribute_token1] = ACTIONS(239), + [aux_sym__inline_directive_token1] = ACTIONS(241), + [aux_sym__inline_directive_token2] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(245), + [anon_sym_ATfragment] = ACTIONS(247), + [anon_sym_ATsection] = ACTIONS(249), + [anon_sym_ATonce] = ACTIONS(251), + [anon_sym_ATverbatim] = ACTIONS(253), + [anon_sym_ATpush] = ACTIONS(255), + [anon_sym_ATpushOnce] = ACTIONS(257), + [anon_sym_ATpushIf] = ACTIONS(259), + [anon_sym_ATprepend] = ACTIONS(261), + [anon_sym_ATprependOnce] = ACTIONS(263), + [anon_sym_ATelse] = ACTIONS(265), + [aux_sym_conditional_keyword_token1] = ACTIONS(267), + [anon_sym_ATif] = ACTIONS(269), + [anon_sym_ATunless] = ACTIONS(271), + [anon_sym_ATisset] = ACTIONS(273), + [anon_sym_ATempty] = ACTIONS(275), + [anon_sym_ATauth] = ACTIONS(277), + [anon_sym_ATguest] = ACTIONS(279), + [anon_sym_ATendguest] = ACTIONS(3541), + [anon_sym_ATproduction] = ACTIONS(281), + [anon_sym_ATenv] = ACTIONS(283), + [anon_sym_AThasSection] = ACTIONS(285), + [anon_sym_ATsectionMissing] = ACTIONS(287), + [anon_sym_ATerror] = ACTIONS(289), + [anon_sym_ATcan] = ACTIONS(291), + [anon_sym_ATcannot] = ACTIONS(293), + [anon_sym_ATcanany] = ACTIONS(295), + [anon_sym_ATfeature] = ACTIONS(297), + [aux_sym__custom_token1] = ACTIONS(299), + [aux_sym__custom_token2] = ACTIONS(301), + [anon_sym_ATswitch] = ACTIONS(303), + [aux_sym_loop_operator_token1] = ACTIONS(305), + [anon_sym_ATfor] = ACTIONS(307), + [anon_sym_ATforeach] = ACTIONS(309), + [anon_sym_ATforelse] = ACTIONS(311), + [anon_sym_ATwhile] = ACTIONS(313), + [anon_sym_ATsetup] = ACTIONS(315), + [anon_sym_ATtask] = ACTIONS(317), + [anon_sym_ATstory] = ACTIONS(319), + [anon_sym_ATbefore] = ACTIONS(321), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATsuccess] = ACTIONS(325), + [anon_sym_ATfinished] = ACTIONS(327), + [anon_sym_ATpersist] = ACTIONS(329), + [anon_sym_ATteleport] = ACTIONS(331), + [anon_sym_ATvolt] = ACTIONS(333), + [aux_sym__text_token1] = ACTIONS(335), + [aux_sym__text_token2] = ACTIONS(335), + [aux_sym__text_token3] = ACTIONS(337), }, [138] = { - [sym__definition] = STATE(141), - [sym_keyword] = STATE(141), - [sym_php_statement] = STATE(141), - [sym__escaped] = STATE(1492), - [sym__unescaped] = STATE(1492), - [sym__raw] = STATE(1492), - [sym__inline_raw] = STATE(1492), - [sym__multi_line_raw] = STATE(1492), - [sym__js] = STATE(1492), - [sym_attribute] = STATE(141), - [sym__inline_directive] = STATE(141), - [sym__use] = STATE(141), - [sym__nested_directive] = STATE(141), - [sym_fragment] = STATE(141), - [sym_section] = STATE(141), - [sym_inlineSection] = STATE(141), - [sym_once] = STATE(141), - [sym_verbatim] = STATE(141), - [sym_stack] = STATE(141), - [sym__push] = STATE(1493), - [sym__pushOnce] = STATE(1493), - [sym__pushIf] = STATE(1493), - [sym__prepend] = STATE(1493), - [sym__prependOnce] = STATE(1493), - [sym_conditional] = STATE(141), - [sym_conditional_keyword] = STATE(141), - [sym__if] = STATE(1494), - [sym__unless] = STATE(1494), - [sym__isset] = STATE(1494), - [sym__empty] = STATE(1494), - [sym__auth] = STATE(1494), - [sym__guest] = STATE(1494), - [sym__production] = STATE(1494), - [sym__env] = STATE(1494), - [sym__hasSection] = STATE(1494), - [sym__sectionMissing] = STATE(1494), - [sym__error] = STATE(1494), - [sym_authorization] = STATE(1494), - [sym__can] = STATE(1495), - [sym__cannot] = STATE(1495), - [sym__canany] = STATE(1495), - [sym__feature] = STATE(1494), - [sym__custom] = STATE(1494), - [sym_switch] = STATE(141), - [sym_loop] = STATE(141), - [sym_loop_operator] = STATE(141), - [sym__for] = STATE(1496), - [sym__foreach] = STATE(1496), - [sym__forelse] = STATE(1496), - [sym__while] = STATE(1496), - [sym_envoy] = STATE(141), - [sym__setup] = STATE(1492), - [sym__task] = STATE(1497), - [sym__story] = STATE(1497), - [sym__hooks] = STATE(1492), - [sym__before] = STATE(1492), - [sym__after] = STATE(1492), - [sym__envoy_error] = STATE(1492), - [sym__success] = STATE(1492), - [sym__finished] = STATE(1492), - [sym_livewire] = STATE(141), - [sym__persist] = STATE(1498), - [sym__teleport] = STATE(1498), - [sym__volt] = STATE(1498), - [sym_text] = STATE(141), - [sym__text] = STATE(699), - [aux_sym__if_statement_directive_body_repeat1] = STATE(141), - [aux_sym_php_only_repeat1] = STATE(699), - [sym_comment] = ACTIONS(3849), - [aux_sym_keyword_token1] = ACTIONS(3851), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3853), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3855), - [anon_sym_ATphp] = ACTIONS(3857), - [anon_sym_ATjs] = ACTIONS(3859), - [aux_sym_attribute_token1] = ACTIONS(3861), - [aux_sym__inline_directive_token1] = ACTIONS(3863), - [aux_sym__inline_directive_token2] = ACTIONS(3865), - [anon_sym_ATuse] = ACTIONS(3867), - [anon_sym_ATfragment] = ACTIONS(3869), - [anon_sym_ATsection] = ACTIONS(3871), - [anon_sym_ATonce] = ACTIONS(3873), - [anon_sym_ATverbatim] = ACTIONS(3875), - [anon_sym_ATpush] = ACTIONS(3877), - [anon_sym_ATpushOnce] = ACTIONS(3879), - [anon_sym_ATpushIf] = ACTIONS(3881), - [anon_sym_ATprepend] = ACTIONS(3883), - [anon_sym_ATprependOnce] = ACTIONS(3885), - [anon_sym_ATelse] = ACTIONS(3887), - [aux_sym_conditional_keyword_token1] = ACTIONS(3889), - [anon_sym_ATif] = ACTIONS(3891), - [anon_sym_ATunless] = ACTIONS(3893), - [anon_sym_ATisset] = ACTIONS(3895), - [anon_sym_ATendisset] = ACTIONS(409), - [anon_sym_ATempty] = ACTIONS(3897), - [anon_sym_ATauth] = ACTIONS(3899), - [anon_sym_ATguest] = ACTIONS(3901), - [anon_sym_ATproduction] = ACTIONS(3903), - [anon_sym_ATenv] = ACTIONS(3905), - [anon_sym_AThasSection] = ACTIONS(3907), - [anon_sym_ATsectionMissing] = ACTIONS(3909), - [anon_sym_ATerror] = ACTIONS(3911), - [anon_sym_ATcan] = ACTIONS(3913), - [anon_sym_ATcannot] = ACTIONS(3915), - [anon_sym_ATcanany] = ACTIONS(3917), - [anon_sym_ATfeature] = ACTIONS(3919), - [aux_sym__custom_token1] = ACTIONS(3921), - [aux_sym__custom_token2] = ACTIONS(3923), - [anon_sym_ATswitch] = ACTIONS(3925), - [aux_sym_loop_operator_token1] = ACTIONS(3927), - [anon_sym_ATfor] = ACTIONS(3929), - [anon_sym_ATforeach] = ACTIONS(3931), - [anon_sym_ATforelse] = ACTIONS(3933), - [anon_sym_ATwhile] = ACTIONS(3935), - [anon_sym_ATsetup] = ACTIONS(3937), - [anon_sym_ATtask] = ACTIONS(3939), - [anon_sym_ATstory] = ACTIONS(3941), - [anon_sym_ATbefore] = ACTIONS(3943), - [anon_sym_ATafter] = ACTIONS(3945), - [anon_sym_ATsuccess] = ACTIONS(3947), - [anon_sym_ATfinished] = ACTIONS(3949), - [anon_sym_ATpersist] = ACTIONS(3951), - [anon_sym_ATteleport] = ACTIONS(3953), - [anon_sym_ATvolt] = ACTIONS(3955), - [aux_sym__text_token1] = ACTIONS(3957), - [aux_sym__text_token2] = ACTIONS(3957), - [aux_sym__text_token3] = ACTIONS(3959), + [sym__definition] = STATE(142), + [sym_keyword] = STATE(142), + [sym_php_statement] = STATE(142), + [sym__escaped] = STATE(1774), + [sym__unescaped] = STATE(1774), + [sym__raw] = STATE(1774), + [sym__inline_raw] = STATE(1774), + [sym__multi_line_raw] = STATE(1774), + [sym__js] = STATE(1774), + [sym_attribute] = STATE(142), + [sym__inline_directive] = STATE(142), + [sym__use] = STATE(142), + [sym__nested_directive] = STATE(142), + [sym_fragment] = STATE(142), + [sym_section] = STATE(142), + [sym_inlineSection] = STATE(142), + [sym_once] = STATE(142), + [sym_verbatim] = STATE(142), + [sym_stack] = STATE(142), + [sym__push] = STATE(1775), + [sym__pushOnce] = STATE(1775), + [sym__pushIf] = STATE(1775), + [sym__prepend] = STATE(1775), + [sym__prependOnce] = STATE(1775), + [sym_conditional] = STATE(142), + [sym_conditional_keyword] = STATE(142), + [sym__if] = STATE(1776), + [sym__unless] = STATE(1776), + [sym__isset] = STATE(1776), + [sym__empty] = STATE(1776), + [sym__auth] = STATE(1776), + [sym__guest] = STATE(1776), + [sym__production] = STATE(1776), + [sym__env] = STATE(1776), + [sym__hasSection] = STATE(1776), + [sym__sectionMissing] = STATE(1776), + [sym__error] = STATE(1776), + [sym_authorization] = STATE(1776), + [sym__can] = STATE(1777), + [sym__cannot] = STATE(1777), + [sym__canany] = STATE(1777), + [sym__feature] = STATE(1776), + [sym__custom] = STATE(1776), + [sym_switch] = STATE(142), + [sym_loop] = STATE(142), + [sym_loop_operator] = STATE(142), + [sym__for] = STATE(1778), + [sym__foreach] = STATE(1778), + [sym__forelse] = STATE(1778), + [sym__while] = STATE(1778), + [sym_envoy] = STATE(142), + [sym__setup] = STATE(1774), + [sym__task] = STATE(1779), + [sym__story] = STATE(1779), + [sym__hooks] = STATE(1774), + [sym__before] = STATE(1774), + [sym__after] = STATE(1774), + [sym__envoy_error] = STATE(1774), + [sym__success] = STATE(1774), + [sym__finished] = STATE(1774), + [sym_livewire] = STATE(142), + [sym__persist] = STATE(1780), + [sym__teleport] = STATE(1780), + [sym__volt] = STATE(1780), + [sym_text] = STATE(142), + [sym__text] = STATE(680), + [aux_sym__if_statement_directive_body_repeat1] = STATE(142), + [aux_sym_php_only_repeat1] = STATE(680), + [sym_comment] = ACTIONS(3907), + [aux_sym_keyword_token1] = ACTIONS(3909), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3911), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3913), + [anon_sym_ATphp] = ACTIONS(3915), + [anon_sym_ATjs] = ACTIONS(3917), + [aux_sym_attribute_token1] = ACTIONS(3919), + [aux_sym__inline_directive_token1] = ACTIONS(3921), + [aux_sym__inline_directive_token2] = ACTIONS(3923), + [anon_sym_ATuse] = ACTIONS(3925), + [anon_sym_ATfragment] = ACTIONS(3927), + [anon_sym_ATsection] = ACTIONS(3929), + [anon_sym_ATonce] = ACTIONS(3931), + [anon_sym_ATverbatim] = ACTIONS(3933), + [anon_sym_ATpush] = ACTIONS(3935), + [anon_sym_ATpushOnce] = ACTIONS(3937), + [anon_sym_ATpushIf] = ACTIONS(3939), + [anon_sym_ATprepend] = ACTIONS(3941), + [anon_sym_ATprependOnce] = ACTIONS(3943), + [anon_sym_ATelse] = ACTIONS(3945), + [aux_sym_conditional_keyword_token1] = ACTIONS(3947), + [anon_sym_ATif] = ACTIONS(3949), + [anon_sym_ATunless] = ACTIONS(3951), + [anon_sym_ATisset] = ACTIONS(3953), + [anon_sym_ATempty] = ACTIONS(3955), + [anon_sym_ATauth] = ACTIONS(3957), + [anon_sym_ATguest] = ACTIONS(3959), + [anon_sym_ATproduction] = ACTIONS(3961), + [anon_sym_ATenv] = ACTIONS(3963), + [anon_sym_AThasSection] = ACTIONS(3965), + [anon_sym_ATsectionMissing] = ACTIONS(3967), + [anon_sym_ATerror] = ACTIONS(3969), + [anon_sym_ATenderror] = ACTIONS(527), + [anon_sym_ATcan] = ACTIONS(3971), + [anon_sym_ATcannot] = ACTIONS(3973), + [anon_sym_ATcanany] = ACTIONS(3975), + [anon_sym_ATfeature] = ACTIONS(3977), + [aux_sym__custom_token1] = ACTIONS(3979), + [aux_sym__custom_token2] = ACTIONS(3981), + [anon_sym_ATswitch] = ACTIONS(3983), + [aux_sym_loop_operator_token1] = ACTIONS(3985), + [anon_sym_ATfor] = ACTIONS(3987), + [anon_sym_ATforeach] = ACTIONS(3989), + [anon_sym_ATforelse] = ACTIONS(3991), + [anon_sym_ATwhile] = ACTIONS(3993), + [anon_sym_ATsetup] = ACTIONS(3995), + [anon_sym_ATtask] = ACTIONS(3997), + [anon_sym_ATstory] = ACTIONS(3999), + [anon_sym_ATbefore] = ACTIONS(4001), + [anon_sym_ATafter] = ACTIONS(4003), + [anon_sym_ATsuccess] = ACTIONS(4005), + [anon_sym_ATfinished] = ACTIONS(4007), + [anon_sym_ATpersist] = ACTIONS(4009), + [anon_sym_ATteleport] = ACTIONS(4011), + [anon_sym_ATvolt] = ACTIONS(4013), + [aux_sym__text_token1] = ACTIONS(4015), + [aux_sym__text_token2] = ACTIONS(4015), + [aux_sym__text_token3] = ACTIONS(4017), }, [139] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -44472,117 +44536,117 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(3961), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(4019), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [140] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -44600,501 +44664,373 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(3963), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATendproduction] = ACTIONS(4021), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [141] = { - [sym__definition] = STATE(81), - [sym_keyword] = STATE(81), - [sym_php_statement] = STATE(81), - [sym__escaped] = STATE(1492), - [sym__unescaped] = STATE(1492), - [sym__raw] = STATE(1492), - [sym__inline_raw] = STATE(1492), - [sym__multi_line_raw] = STATE(1492), - [sym__js] = STATE(1492), - [sym_attribute] = STATE(81), - [sym__inline_directive] = STATE(81), - [sym__use] = STATE(81), - [sym__nested_directive] = STATE(81), - [sym_fragment] = STATE(81), - [sym_section] = STATE(81), - [sym_inlineSection] = STATE(81), - [sym_once] = STATE(81), - [sym_verbatim] = STATE(81), - [sym_stack] = STATE(81), - [sym__push] = STATE(1493), - [sym__pushOnce] = STATE(1493), - [sym__pushIf] = STATE(1493), - [sym__prepend] = STATE(1493), - [sym__prependOnce] = STATE(1493), - [sym_conditional] = STATE(81), - [sym_conditional_keyword] = STATE(81), - [sym__if] = STATE(1494), - [sym__unless] = STATE(1494), - [sym__isset] = STATE(1494), - [sym__empty] = STATE(1494), - [sym__auth] = STATE(1494), - [sym__guest] = STATE(1494), - [sym__production] = STATE(1494), - [sym__env] = STATE(1494), - [sym__hasSection] = STATE(1494), - [sym__sectionMissing] = STATE(1494), - [sym__error] = STATE(1494), - [sym_authorization] = STATE(1494), - [sym__can] = STATE(1495), - [sym__cannot] = STATE(1495), - [sym__canany] = STATE(1495), - [sym__feature] = STATE(1494), - [sym__custom] = STATE(1494), - [sym_switch] = STATE(81), - [sym_loop] = STATE(81), - [sym_loop_operator] = STATE(81), - [sym__for] = STATE(1496), - [sym__foreach] = STATE(1496), - [sym__forelse] = STATE(1496), - [sym__while] = STATE(1496), - [sym_envoy] = STATE(81), - [sym__setup] = STATE(1492), - [sym__task] = STATE(1497), - [sym__story] = STATE(1497), - [sym__hooks] = STATE(1492), - [sym__before] = STATE(1492), - [sym__after] = STATE(1492), - [sym__envoy_error] = STATE(1492), - [sym__success] = STATE(1492), - [sym__finished] = STATE(1492), - [sym_livewire] = STATE(81), - [sym__persist] = STATE(1498), - [sym__teleport] = STATE(1498), - [sym__volt] = STATE(1498), - [sym_text] = STATE(81), - [sym__text] = STATE(699), - [aux_sym__if_statement_directive_body_repeat1] = STATE(81), - [aux_sym_php_only_repeat1] = STATE(699), - [sym_comment] = ACTIONS(3965), - [aux_sym_keyword_token1] = ACTIONS(3851), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3853), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3855), - [anon_sym_ATphp] = ACTIONS(3857), - [anon_sym_ATjs] = ACTIONS(3859), - [aux_sym_attribute_token1] = ACTIONS(3861), - [aux_sym__inline_directive_token1] = ACTIONS(3863), - [aux_sym__inline_directive_token2] = ACTIONS(3865), - [anon_sym_ATuse] = ACTIONS(3867), - [anon_sym_ATfragment] = ACTIONS(3869), - [anon_sym_ATsection] = ACTIONS(3871), - [anon_sym_ATonce] = ACTIONS(3873), - [anon_sym_ATverbatim] = ACTIONS(3875), - [anon_sym_ATpush] = ACTIONS(3877), - [anon_sym_ATpushOnce] = ACTIONS(3879), - [anon_sym_ATpushIf] = ACTIONS(3881), - [anon_sym_ATprepend] = ACTIONS(3883), - [anon_sym_ATprependOnce] = ACTIONS(3885), - [anon_sym_ATelse] = ACTIONS(3887), - [aux_sym_conditional_keyword_token1] = ACTIONS(3889), - [anon_sym_ATif] = ACTIONS(3891), - [anon_sym_ATunless] = ACTIONS(3893), - [anon_sym_ATisset] = ACTIONS(3895), - [anon_sym_ATendisset] = ACTIONS(691), - [anon_sym_ATempty] = ACTIONS(3897), - [anon_sym_ATauth] = ACTIONS(3899), - [anon_sym_ATguest] = ACTIONS(3901), - [anon_sym_ATproduction] = ACTIONS(3903), - [anon_sym_ATenv] = ACTIONS(3905), - [anon_sym_AThasSection] = ACTIONS(3907), - [anon_sym_ATsectionMissing] = ACTIONS(3909), - [anon_sym_ATerror] = ACTIONS(3911), - [anon_sym_ATcan] = ACTIONS(3913), - [anon_sym_ATcannot] = ACTIONS(3915), - [anon_sym_ATcanany] = ACTIONS(3917), - [anon_sym_ATfeature] = ACTIONS(3919), - [aux_sym__custom_token1] = ACTIONS(3921), - [aux_sym__custom_token2] = ACTIONS(3923), - [anon_sym_ATswitch] = ACTIONS(3925), - [aux_sym_loop_operator_token1] = ACTIONS(3927), - [anon_sym_ATfor] = ACTIONS(3929), - [anon_sym_ATforeach] = ACTIONS(3931), - [anon_sym_ATforelse] = ACTIONS(3933), - [anon_sym_ATwhile] = ACTIONS(3935), - [anon_sym_ATsetup] = ACTIONS(3937), - [anon_sym_ATtask] = ACTIONS(3939), - [anon_sym_ATstory] = ACTIONS(3941), - [anon_sym_ATbefore] = ACTIONS(3943), - [anon_sym_ATafter] = ACTIONS(3945), - [anon_sym_ATsuccess] = ACTIONS(3947), - [anon_sym_ATfinished] = ACTIONS(3949), - [anon_sym_ATpersist] = ACTIONS(3951), - [anon_sym_ATteleport] = ACTIONS(3953), - [anon_sym_ATvolt] = ACTIONS(3955), - [aux_sym__text_token1] = ACTIONS(3957), - [aux_sym__text_token2] = ACTIONS(3957), - [aux_sym__text_token3] = ACTIONS(3959), - }, - [142] = { - [sym__definition] = STATE(109), - [sym_keyword] = STATE(109), - [sym_php_statement] = STATE(109), - [sym__escaped] = STATE(1844), - [sym__unescaped] = STATE(1844), - [sym__raw] = STATE(1844), - [sym__inline_raw] = STATE(1844), - [sym__multi_line_raw] = STATE(1844), - [sym__js] = STATE(1844), - [sym_attribute] = STATE(109), - [sym__inline_directive] = STATE(109), - [sym__use] = STATE(109), - [sym__nested_directive] = STATE(109), - [sym_fragment] = STATE(109), - [sym_section] = STATE(109), - [sym_inlineSection] = STATE(109), - [sym_once] = STATE(109), - [sym_verbatim] = STATE(109), - [sym_stack] = STATE(109), - [sym__push] = STATE(1845), - [sym__pushOnce] = STATE(1845), - [sym__pushIf] = STATE(1845), - [sym__prepend] = STATE(1845), - [sym__prependOnce] = STATE(1845), - [sym_conditional] = STATE(109), - [sym_conditional_keyword] = STATE(109), - [sym__if] = STATE(1846), - [sym__unless] = STATE(1846), - [sym__isset] = STATE(1846), - [sym__empty] = STATE(1846), - [sym__auth] = STATE(1846), - [sym__guest] = STATE(1846), - [sym__production] = STATE(1846), - [sym__env] = STATE(1846), - [sym__hasSection] = STATE(1846), - [sym__sectionMissing] = STATE(1846), - [sym__error] = STATE(1846), - [sym_authorization] = STATE(1846), - [sym__can] = STATE(1847), - [sym__cannot] = STATE(1847), - [sym__canany] = STATE(1847), - [sym__feature] = STATE(1846), - [sym__custom] = STATE(1846), - [sym_switch] = STATE(109), - [sym_loop] = STATE(109), - [sym_loop_operator] = STATE(109), - [sym__for] = STATE(1848), - [sym__foreach] = STATE(1848), - [sym__forelse] = STATE(1848), - [sym__while] = STATE(1848), - [sym_envoy] = STATE(109), - [sym__setup] = STATE(1844), - [sym__task] = STATE(1849), - [sym__story] = STATE(1849), - [sym__hooks] = STATE(1844), - [sym__before] = STATE(1844), - [sym__after] = STATE(1844), - [sym__envoy_error] = STATE(1844), - [sym__success] = STATE(1844), - [sym__finished] = STATE(1844), - [sym_livewire] = STATE(109), - [sym__persist] = STATE(1850), - [sym__teleport] = STATE(1850), - [sym__volt] = STATE(1850), - [sym_text] = STATE(109), - [sym__text] = STATE(713), - [aux_sym__if_statement_directive_body_repeat1] = STATE(109), - [aux_sym_php_only_repeat1] = STATE(713), - [sym_comment] = ACTIONS(3967), - [aux_sym_keyword_token1] = ACTIONS(2193), - [anon_sym_LBRACE_LBRACE] = ACTIONS(2195), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(2197), - [anon_sym_ATphp] = ACTIONS(2199), - [anon_sym_ATjs] = ACTIONS(2201), - [aux_sym_attribute_token1] = ACTIONS(2203), - [aux_sym__inline_directive_token1] = ACTIONS(2205), - [aux_sym__inline_directive_token2] = ACTIONS(2207), - [anon_sym_ATuse] = ACTIONS(2209), - [anon_sym_ATfragment] = ACTIONS(2211), - [anon_sym_ATsection] = ACTIONS(2213), - [anon_sym_ATonce] = ACTIONS(2215), - [anon_sym_ATverbatim] = ACTIONS(2217), - [anon_sym_ATpush] = ACTIONS(2219), - [anon_sym_ATpushOnce] = ACTIONS(2221), - [anon_sym_ATpushIf] = ACTIONS(2223), - [anon_sym_ATprepend] = ACTIONS(2225), - [anon_sym_ATprependOnce] = ACTIONS(2227), - [anon_sym_ATelse] = ACTIONS(2229), - [aux_sym_conditional_keyword_token1] = ACTIONS(2231), - [anon_sym_ATif] = ACTIONS(2233), - [anon_sym_ATunless] = ACTIONS(2235), - [anon_sym_ATisset] = ACTIONS(2237), - [anon_sym_ATempty] = ACTIONS(2239), - [anon_sym_ATauth] = ACTIONS(2241), - [anon_sym_ATguest] = ACTIONS(2243), - [anon_sym_ATproduction] = ACTIONS(2245), - [anon_sym_ATenv] = ACTIONS(2247), - [anon_sym_AThasSection] = ACTIONS(2249), - [anon_sym_ATsectionMissing] = ACTIONS(2251), - [anon_sym_ATerror] = ACTIONS(2253), - [anon_sym_ATcan] = ACTIONS(2255), - [anon_sym_ATendcan] = ACTIONS(409), - [anon_sym_ATcannot] = ACTIONS(2257), - [anon_sym_ATcanany] = ACTIONS(2259), - [anon_sym_ATfeature] = ACTIONS(2261), - [aux_sym__custom_token1] = ACTIONS(2263), - [aux_sym__custom_token2] = ACTIONS(2265), - [anon_sym_ATswitch] = ACTIONS(2267), - [aux_sym_loop_operator_token1] = ACTIONS(2269), - [anon_sym_ATfor] = ACTIONS(2271), - [anon_sym_ATforeach] = ACTIONS(2273), - [anon_sym_ATforelse] = ACTIONS(2275), - [anon_sym_ATwhile] = ACTIONS(2277), - [anon_sym_ATsetup] = ACTIONS(2279), - [anon_sym_ATtask] = ACTIONS(2281), - [anon_sym_ATstory] = ACTIONS(2283), - [anon_sym_ATbefore] = ACTIONS(2285), - [anon_sym_ATafter] = ACTIONS(2287), - [anon_sym_ATsuccess] = ACTIONS(2289), - [anon_sym_ATfinished] = ACTIONS(2291), - [anon_sym_ATpersist] = ACTIONS(2293), - [anon_sym_ATteleport] = ACTIONS(2295), - [anon_sym_ATvolt] = ACTIONS(2297), - [aux_sym__text_token1] = ACTIONS(2299), - [aux_sym__text_token2] = ACTIONS(2299), - [aux_sym__text_token3] = ACTIONS(2301), - }, - [143] = { - [sym__definition] = STATE(143), - [sym_keyword] = STATE(143), - [sym_php_statement] = STATE(143), - [sym__escaped] = STATE(1307), - [sym__unescaped] = STATE(1307), - [sym__raw] = STATE(1307), - [sym__inline_raw] = STATE(1307), - [sym__multi_line_raw] = STATE(1307), - [sym__js] = STATE(1307), - [sym_attribute] = STATE(143), - [sym__inline_directive] = STATE(143), - [sym__use] = STATE(143), - [sym__nested_directive] = STATE(143), - [sym_fragment] = STATE(143), - [sym_section] = STATE(143), - [sym_inlineSection] = STATE(143), - [sym_once] = STATE(143), - [sym_verbatim] = STATE(143), - [sym_stack] = STATE(143), - [sym__push] = STATE(1308), - [sym__pushOnce] = STATE(1308), - [sym__pushIf] = STATE(1308), - [sym__prepend] = STATE(1308), - [sym__prependOnce] = STATE(1308), - [sym_conditional] = STATE(143), - [sym_conditional_keyword] = STATE(143), - [sym__if] = STATE(1309), - [sym__unless] = STATE(1309), - [sym__isset] = STATE(1309), - [sym__empty] = STATE(1309), - [sym__auth] = STATE(1309), - [sym__guest] = STATE(1309), - [sym__production] = STATE(1309), - [sym__env] = STATE(1309), - [sym__hasSection] = STATE(1309), - [sym__sectionMissing] = STATE(1309), - [sym__error] = STATE(1309), - [sym_authorization] = STATE(1309), - [sym__can] = STATE(1310), - [sym__cannot] = STATE(1310), - [sym__canany] = STATE(1310), - [sym__feature] = STATE(1309), - [sym__custom] = STATE(1309), - [sym_switch] = STATE(143), - [sym_loop] = STATE(143), - [sym_loop_operator] = STATE(143), - [sym__for] = STATE(1311), - [sym__foreach] = STATE(1311), - [sym__forelse] = STATE(1311), - [sym__while] = STATE(1311), - [sym_envoy] = STATE(143), - [sym__setup] = STATE(1307), - [sym__task] = STATE(1312), - [sym__story] = STATE(1312), - [sym__hooks] = STATE(1307), - [sym__before] = STATE(1307), - [sym__after] = STATE(1307), - [sym__envoy_error] = STATE(1307), - [sym__success] = STATE(1307), - [sym__finished] = STATE(1307), - [sym_livewire] = STATE(143), - [sym__persist] = STATE(1313), - [sym__teleport] = STATE(1313), - [sym__volt] = STATE(1313), - [sym_text] = STATE(143), + [sym__definition] = STATE(79), + [sym_keyword] = STATE(79), + [sym_php_statement] = STATE(79), + [sym__escaped] = STATE(1413), + [sym__unescaped] = STATE(1413), + [sym__raw] = STATE(1413), + [sym__inline_raw] = STATE(1413), + [sym__multi_line_raw] = STATE(1413), + [sym__js] = STATE(1413), + [sym_attribute] = STATE(79), + [sym__inline_directive] = STATE(79), + [sym__use] = STATE(79), + [sym__nested_directive] = STATE(79), + [sym_fragment] = STATE(79), + [sym_section] = STATE(79), + [sym_inlineSection] = STATE(79), + [sym_once] = STATE(79), + [sym_verbatim] = STATE(79), + [sym_stack] = STATE(79), + [sym__push] = STATE(1414), + [sym__pushOnce] = STATE(1414), + [sym__pushIf] = STATE(1414), + [sym__prepend] = STATE(1414), + [sym__prependOnce] = STATE(1414), + [sym_conditional] = STATE(79), + [sym_conditional_keyword] = STATE(79), + [sym__if] = STATE(1415), + [sym__unless] = STATE(1415), + [sym__isset] = STATE(1415), + [sym__empty] = STATE(1415), + [sym__auth] = STATE(1415), + [sym__guest] = STATE(1415), + [sym__production] = STATE(1415), + [sym__env] = STATE(1415), + [sym__hasSection] = STATE(1415), + [sym__sectionMissing] = STATE(1415), + [sym__error] = STATE(1415), + [sym_authorization] = STATE(1415), + [sym__can] = STATE(1416), + [sym__cannot] = STATE(1416), + [sym__canany] = STATE(1416), + [sym__feature] = STATE(1415), + [sym__custom] = STATE(1415), + [sym_switch] = STATE(79), + [sym_loop] = STATE(79), + [sym_loop_operator] = STATE(79), + [sym__for] = STATE(1417), + [sym__foreach] = STATE(1417), + [sym__forelse] = STATE(1417), + [sym__while] = STATE(1417), + [sym_envoy] = STATE(79), + [sym__setup] = STATE(1413), + [sym__task] = STATE(1418), + [sym__story] = STATE(1418), + [sym__hooks] = STATE(1413), + [sym__before] = STATE(1413), + [sym__after] = STATE(1413), + [sym__envoy_error] = STATE(1413), + [sym__success] = STATE(1413), + [sym__finished] = STATE(1413), + [sym_livewire] = STATE(79), + [sym__persist] = STATE(1419), + [sym__teleport] = STATE(1419), + [sym__volt] = STATE(1419), + [sym_text] = STATE(79), [sym__text] = STATE(726), - [aux_sym__if_statement_directive_body_repeat1] = STATE(143), + [aux_sym__if_statement_directive_body_repeat1] = STATE(79), [aux_sym_php_only_repeat1] = STATE(726), - [sym_comment] = ACTIONS(3969), - [aux_sym_keyword_token1] = ACTIONS(3972), - [anon_sym_LBRACE_LBRACE] = ACTIONS(3975), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3978), - [anon_sym_ATphp] = ACTIONS(3981), - [anon_sym_ATjs] = ACTIONS(3984), - [aux_sym_attribute_token1] = ACTIONS(3987), - [aux_sym__inline_directive_token1] = ACTIONS(3990), - [aux_sym__inline_directive_token2] = ACTIONS(3993), - [anon_sym_ATuse] = ACTIONS(3996), - [anon_sym_ATfragment] = ACTIONS(3999), - [anon_sym_ATsection] = ACTIONS(4002), - [anon_sym_ATonce] = ACTIONS(4005), - [anon_sym_ATverbatim] = ACTIONS(4008), - [anon_sym_ATpush] = ACTIONS(4011), - [anon_sym_ATpushOnce] = ACTIONS(4014), - [anon_sym_ATpushIf] = ACTIONS(4017), - [anon_sym_ATprepend] = ACTIONS(4020), - [anon_sym_ATprependOnce] = ACTIONS(4023), - [anon_sym_ATelse] = ACTIONS(4026), - [aux_sym_conditional_keyword_token1] = ACTIONS(4029), - [anon_sym_ATif] = ACTIONS(4032), - [anon_sym_ATendif] = ACTIONS(765), - [anon_sym_ATunless] = ACTIONS(4035), - [anon_sym_ATisset] = ACTIONS(4038), - [anon_sym_ATempty] = ACTIONS(4041), - [anon_sym_ATauth] = ACTIONS(4044), - [anon_sym_ATguest] = ACTIONS(4047), - [anon_sym_ATproduction] = ACTIONS(4050), - [anon_sym_ATenv] = ACTIONS(4053), - [anon_sym_AThasSection] = ACTIONS(4056), - [anon_sym_ATsectionMissing] = ACTIONS(4059), - [anon_sym_ATerror] = ACTIONS(4062), - [anon_sym_ATcan] = ACTIONS(4065), - [anon_sym_ATcannot] = ACTIONS(4068), - [anon_sym_ATcanany] = ACTIONS(4071), - [anon_sym_ATfeature] = ACTIONS(4074), - [aux_sym__custom_token1] = ACTIONS(4077), - [aux_sym__custom_token2] = ACTIONS(4080), - [anon_sym_ATswitch] = ACTIONS(4083), - [aux_sym_loop_operator_token1] = ACTIONS(4086), - [anon_sym_ATfor] = ACTIONS(4089), - [anon_sym_ATforeach] = ACTIONS(4092), - [anon_sym_ATforelse] = ACTIONS(4095), - [anon_sym_ATwhile] = ACTIONS(4098), - [anon_sym_ATsetup] = ACTIONS(4101), - [anon_sym_ATtask] = ACTIONS(4104), - [anon_sym_ATstory] = ACTIONS(4107), - [anon_sym_ATbefore] = ACTIONS(4110), - [anon_sym_ATafter] = ACTIONS(4113), - [anon_sym_ATsuccess] = ACTIONS(4116), - [anon_sym_ATfinished] = ACTIONS(4119), - [anon_sym_ATpersist] = ACTIONS(4122), - [anon_sym_ATteleport] = ACTIONS(4125), - [anon_sym_ATvolt] = ACTIONS(4128), + [sym_comment] = ACTIONS(4023), + [aux_sym_keyword_token1] = ACTIONS(4025), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4027), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4029), + [anon_sym_ATphp] = ACTIONS(4031), + [anon_sym_ATjs] = ACTIONS(4033), + [aux_sym_attribute_token1] = ACTIONS(4035), + [aux_sym__inline_directive_token1] = ACTIONS(4037), + [aux_sym__inline_directive_token2] = ACTIONS(4039), + [anon_sym_ATuse] = ACTIONS(4041), + [anon_sym_ATfragment] = ACTIONS(4043), + [anon_sym_ATsection] = ACTIONS(4045), + [anon_sym_ATonce] = ACTIONS(4047), + [anon_sym_ATverbatim] = ACTIONS(4049), + [anon_sym_ATpush] = ACTIONS(4051), + [anon_sym_ATpushOnce] = ACTIONS(4053), + [anon_sym_ATpushIf] = ACTIONS(4055), + [anon_sym_ATprepend] = ACTIONS(4057), + [anon_sym_ATprependOnce] = ACTIONS(4059), + [anon_sym_ATelse] = ACTIONS(4061), + [aux_sym_conditional_keyword_token1] = ACTIONS(4063), + [anon_sym_ATif] = ACTIONS(4065), + [anon_sym_ATunless] = ACTIONS(4067), + [anon_sym_ATendunless] = ACTIONS(571), + [anon_sym_ATisset] = ACTIONS(4069), + [anon_sym_ATempty] = ACTIONS(4071), + [anon_sym_ATauth] = ACTIONS(4073), + [anon_sym_ATguest] = ACTIONS(4075), + [anon_sym_ATproduction] = ACTIONS(4077), + [anon_sym_ATenv] = ACTIONS(4079), + [anon_sym_AThasSection] = ACTIONS(4081), + [anon_sym_ATsectionMissing] = ACTIONS(4083), + [anon_sym_ATerror] = ACTIONS(4085), + [anon_sym_ATcan] = ACTIONS(4087), + [anon_sym_ATcannot] = ACTIONS(4089), + [anon_sym_ATcanany] = ACTIONS(4091), + [anon_sym_ATfeature] = ACTIONS(4093), + [aux_sym__custom_token1] = ACTIONS(4095), + [aux_sym__custom_token2] = ACTIONS(4097), + [anon_sym_ATswitch] = ACTIONS(4099), + [aux_sym_loop_operator_token1] = ACTIONS(4101), + [anon_sym_ATfor] = ACTIONS(4103), + [anon_sym_ATforeach] = ACTIONS(4105), + [anon_sym_ATforelse] = ACTIONS(4107), + [anon_sym_ATwhile] = ACTIONS(4109), + [anon_sym_ATsetup] = ACTIONS(4111), + [anon_sym_ATtask] = ACTIONS(4113), + [anon_sym_ATstory] = ACTIONS(4115), + [anon_sym_ATbefore] = ACTIONS(4117), + [anon_sym_ATafter] = ACTIONS(4119), + [anon_sym_ATsuccess] = ACTIONS(4121), + [anon_sym_ATfinished] = ACTIONS(4123), + [anon_sym_ATpersist] = ACTIONS(4125), + [anon_sym_ATteleport] = ACTIONS(4127), + [anon_sym_ATvolt] = ACTIONS(4129), [aux_sym__text_token1] = ACTIONS(4131), [aux_sym__text_token2] = ACTIONS(4131), - [aux_sym__text_token3] = ACTIONS(4134), + [aux_sym__text_token3] = ACTIONS(4133), }, - [144] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [142] = { + [sym__definition] = STATE(113), + [sym_keyword] = STATE(113), + [sym_php_statement] = STATE(113), + [sym__escaped] = STATE(1774), + [sym__unescaped] = STATE(1774), + [sym__raw] = STATE(1774), + [sym__inline_raw] = STATE(1774), + [sym__multi_line_raw] = STATE(1774), + [sym__js] = STATE(1774), + [sym_attribute] = STATE(113), + [sym__inline_directive] = STATE(113), + [sym__use] = STATE(113), + [sym__nested_directive] = STATE(113), + [sym_fragment] = STATE(113), + [sym_section] = STATE(113), + [sym_inlineSection] = STATE(113), + [sym_once] = STATE(113), + [sym_verbatim] = STATE(113), + [sym_stack] = STATE(113), + [sym__push] = STATE(1775), + [sym__pushOnce] = STATE(1775), + [sym__pushIf] = STATE(1775), + [sym__prepend] = STATE(1775), + [sym__prependOnce] = STATE(1775), + [sym_conditional] = STATE(113), + [sym_conditional_keyword] = STATE(113), + [sym__if] = STATE(1776), + [sym__unless] = STATE(1776), + [sym__isset] = STATE(1776), + [sym__empty] = STATE(1776), + [sym__auth] = STATE(1776), + [sym__guest] = STATE(1776), + [sym__production] = STATE(1776), + [sym__env] = STATE(1776), + [sym__hasSection] = STATE(1776), + [sym__sectionMissing] = STATE(1776), + [sym__error] = STATE(1776), + [sym_authorization] = STATE(1776), + [sym__can] = STATE(1777), + [sym__cannot] = STATE(1777), + [sym__canany] = STATE(1777), + [sym__feature] = STATE(1776), + [sym__custom] = STATE(1776), + [sym_switch] = STATE(113), + [sym_loop] = STATE(113), + [sym_loop_operator] = STATE(113), + [sym__for] = STATE(1778), + [sym__foreach] = STATE(1778), + [sym__forelse] = STATE(1778), + [sym__while] = STATE(1778), + [sym_envoy] = STATE(113), + [sym__setup] = STATE(1774), + [sym__task] = STATE(1779), + [sym__story] = STATE(1779), + [sym__hooks] = STATE(1774), + [sym__before] = STATE(1774), + [sym__after] = STATE(1774), + [sym__envoy_error] = STATE(1774), + [sym__success] = STATE(1774), + [sym__finished] = STATE(1774), + [sym_livewire] = STATE(113), + [sym__persist] = STATE(1780), + [sym__teleport] = STATE(1780), + [sym__volt] = STATE(1780), + [sym_text] = STATE(113), + [sym__text] = STATE(680), + [aux_sym__if_statement_directive_body_repeat1] = STATE(113), + [aux_sym_php_only_repeat1] = STATE(680), + [sym_comment] = ACTIONS(4135), + [aux_sym_keyword_token1] = ACTIONS(3909), + [anon_sym_LBRACE_LBRACE] = ACTIONS(3911), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(3913), + [anon_sym_ATphp] = ACTIONS(3915), + [anon_sym_ATjs] = ACTIONS(3917), + [aux_sym_attribute_token1] = ACTIONS(3919), + [aux_sym__inline_directive_token1] = ACTIONS(3921), + [aux_sym__inline_directive_token2] = ACTIONS(3923), + [anon_sym_ATuse] = ACTIONS(3925), + [anon_sym_ATfragment] = ACTIONS(3927), + [anon_sym_ATsection] = ACTIONS(3929), + [anon_sym_ATonce] = ACTIONS(3931), + [anon_sym_ATverbatim] = ACTIONS(3933), + [anon_sym_ATpush] = ACTIONS(3935), + [anon_sym_ATpushOnce] = ACTIONS(3937), + [anon_sym_ATpushIf] = ACTIONS(3939), + [anon_sym_ATprepend] = ACTIONS(3941), + [anon_sym_ATprependOnce] = ACTIONS(3943), + [anon_sym_ATelse] = ACTIONS(3945), + [aux_sym_conditional_keyword_token1] = ACTIONS(3947), + [anon_sym_ATif] = ACTIONS(3949), + [anon_sym_ATunless] = ACTIONS(3951), + [anon_sym_ATisset] = ACTIONS(3953), + [anon_sym_ATempty] = ACTIONS(3955), + [anon_sym_ATauth] = ACTIONS(3957), + [anon_sym_ATguest] = ACTIONS(3959), + [anon_sym_ATproduction] = ACTIONS(3961), + [anon_sym_ATenv] = ACTIONS(3963), + [anon_sym_AThasSection] = ACTIONS(3965), + [anon_sym_ATsectionMissing] = ACTIONS(3967), + [anon_sym_ATerror] = ACTIONS(3969), + [anon_sym_ATenderror] = ACTIONS(571), + [anon_sym_ATcan] = ACTIONS(3971), + [anon_sym_ATcannot] = ACTIONS(3973), + [anon_sym_ATcanany] = ACTIONS(3975), + [anon_sym_ATfeature] = ACTIONS(3977), + [aux_sym__custom_token1] = ACTIONS(3979), + [aux_sym__custom_token2] = ACTIONS(3981), + [anon_sym_ATswitch] = ACTIONS(3983), + [aux_sym_loop_operator_token1] = ACTIONS(3985), + [anon_sym_ATfor] = ACTIONS(3987), + [anon_sym_ATforeach] = ACTIONS(3989), + [anon_sym_ATforelse] = ACTIONS(3991), + [anon_sym_ATwhile] = ACTIONS(3993), + [anon_sym_ATsetup] = ACTIONS(3995), + [anon_sym_ATtask] = ACTIONS(3997), + [anon_sym_ATstory] = ACTIONS(3999), + [anon_sym_ATbefore] = ACTIONS(4001), + [anon_sym_ATafter] = ACTIONS(4003), + [anon_sym_ATsuccess] = ACTIONS(4005), + [anon_sym_ATfinished] = ACTIONS(4007), + [anon_sym_ATpersist] = ACTIONS(4009), + [anon_sym_ATteleport] = ACTIONS(4011), + [anon_sym_ATvolt] = ACTIONS(4013), + [aux_sym__text_token1] = ACTIONS(4015), + [aux_sym__text_token2] = ACTIONS(4015), + [aux_sym__text_token3] = ACTIONS(4017), + }, + [143] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -45112,117 +45048,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), [anon_sym_ATendproduction] = ACTIONS(4137), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [145] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), - [sym__escaped] = STATE(836), - [sym__unescaped] = STATE(836), - [sym__raw] = STATE(836), - [sym__inline_raw] = STATE(836), - [sym__multi_line_raw] = STATE(836), - [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [144] = { + [sym__definition] = STATE(136), + [sym_keyword] = STATE(136), + [sym_php_statement] = STATE(136), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(136), + [sym__inline_directive] = STATE(136), + [sym__use] = STATE(136), + [sym__nested_directive] = STATE(136), + [sym_fragment] = STATE(136), + [sym_section] = STATE(136), + [sym_inlineSection] = STATE(136), + [sym_once] = STATE(136), + [sym_verbatim] = STATE(136), + [sym_stack] = STATE(136), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(136), + [sym_conditional_keyword] = STATE(136), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(136), + [sym_loop] = STATE(136), + [sym_loop_operator] = STATE(136), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(136), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(136), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym_text] = STATE(136), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(136), + [aux_sym_php_only_repeat1] = STATE(716), + [sym_comment] = ACTIONS(3905), + [aux_sym_keyword_token1] = ACTIONS(229), + [anon_sym_LBRACE_LBRACE] = ACTIONS(231), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), + [anon_sym_ATphp] = ACTIONS(235), + [anon_sym_ATjs] = ACTIONS(237), + [aux_sym_attribute_token1] = ACTIONS(239), + [aux_sym__inline_directive_token1] = ACTIONS(241), + [aux_sym__inline_directive_token2] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(245), + [anon_sym_ATfragment] = ACTIONS(247), + [anon_sym_ATsection] = ACTIONS(249), + [anon_sym_ATonce] = ACTIONS(251), + [anon_sym_ATverbatim] = ACTIONS(253), + [anon_sym_ATpush] = ACTIONS(255), + [anon_sym_ATpushOnce] = ACTIONS(257), + [anon_sym_ATpushIf] = ACTIONS(259), + [anon_sym_ATprepend] = ACTIONS(261), + [anon_sym_ATprependOnce] = ACTIONS(263), + [anon_sym_ATelse] = ACTIONS(265), + [aux_sym_conditional_keyword_token1] = ACTIONS(267), + [anon_sym_ATif] = ACTIONS(269), + [anon_sym_ATunless] = ACTIONS(271), + [anon_sym_ATisset] = ACTIONS(273), + [anon_sym_ATempty] = ACTIONS(275), + [anon_sym_ATauth] = ACTIONS(277), + [anon_sym_ATguest] = ACTIONS(279), + [anon_sym_ATendguest] = ACTIONS(2051), + [anon_sym_ATproduction] = ACTIONS(281), + [anon_sym_ATenv] = ACTIONS(283), + [anon_sym_AThasSection] = ACTIONS(285), + [anon_sym_ATsectionMissing] = ACTIONS(287), + [anon_sym_ATerror] = ACTIONS(289), + [anon_sym_ATcan] = ACTIONS(291), + [anon_sym_ATcannot] = ACTIONS(293), + [anon_sym_ATcanany] = ACTIONS(295), + [anon_sym_ATfeature] = ACTIONS(297), + [aux_sym__custom_token1] = ACTIONS(299), + [aux_sym__custom_token2] = ACTIONS(301), + [anon_sym_ATswitch] = ACTIONS(303), + [aux_sym_loop_operator_token1] = ACTIONS(305), + [anon_sym_ATfor] = ACTIONS(307), + [anon_sym_ATforeach] = ACTIONS(309), + [anon_sym_ATforelse] = ACTIONS(311), + [anon_sym_ATwhile] = ACTIONS(313), + [anon_sym_ATsetup] = ACTIONS(315), + [anon_sym_ATtask] = ACTIONS(317), + [anon_sym_ATstory] = ACTIONS(319), + [anon_sym_ATbefore] = ACTIONS(321), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATsuccess] = ACTIONS(325), + [anon_sym_ATfinished] = ACTIONS(327), + [anon_sym_ATpersist] = ACTIONS(329), + [anon_sym_ATteleport] = ACTIONS(331), + [anon_sym_ATvolt] = ACTIONS(333), + [aux_sym__text_token1] = ACTIONS(335), + [aux_sym__text_token2] = ACTIONS(335), + [aux_sym__text_token3] = ACTIONS(337), + }, + [145] = { + [sym__definition] = STATE(105), + [sym_keyword] = STATE(105), + [sym_php_statement] = STATE(105), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), + [sym__js] = STATE(836), + [sym_attribute] = STATE(105), + [sym__inline_directive] = STATE(105), + [sym__use] = STATE(105), + [sym__nested_directive] = STATE(105), + [sym_fragment] = STATE(105), + [sym_section] = STATE(105), + [sym_inlineSection] = STATE(105), + [sym_once] = STATE(105), + [sym_verbatim] = STATE(105), + [sym_stack] = STATE(105), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(105), + [sym_conditional_keyword] = STATE(105), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -45240,117 +45304,245 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(105), + [sym_loop] = STATE(105), + [sym_loop_operator] = STATE(105), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(105), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), + [sym_livewire] = STATE(105), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(105), + [sym_text] = STATE(105), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(339), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), [anon_sym_ATendproduction] = ACTIONS(4139), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [146] = { - [sym__definition] = STATE(108), - [sym_keyword] = STATE(108), - [sym_php_statement] = STATE(108), + [sym__definition] = STATE(141), + [sym_keyword] = STATE(141), + [sym_php_statement] = STATE(141), + [sym__escaped] = STATE(1413), + [sym__unescaped] = STATE(1413), + [sym__raw] = STATE(1413), + [sym__inline_raw] = STATE(1413), + [sym__multi_line_raw] = STATE(1413), + [sym__js] = STATE(1413), + [sym_attribute] = STATE(141), + [sym__inline_directive] = STATE(141), + [sym__use] = STATE(141), + [sym__nested_directive] = STATE(141), + [sym_fragment] = STATE(141), + [sym_section] = STATE(141), + [sym_inlineSection] = STATE(141), + [sym_once] = STATE(141), + [sym_verbatim] = STATE(141), + [sym_stack] = STATE(141), + [sym__push] = STATE(1414), + [sym__pushOnce] = STATE(1414), + [sym__pushIf] = STATE(1414), + [sym__prepend] = STATE(1414), + [sym__prependOnce] = STATE(1414), + [sym_conditional] = STATE(141), + [sym_conditional_keyword] = STATE(141), + [sym__if] = STATE(1415), + [sym__unless] = STATE(1415), + [sym__isset] = STATE(1415), + [sym__empty] = STATE(1415), + [sym__auth] = STATE(1415), + [sym__guest] = STATE(1415), + [sym__production] = STATE(1415), + [sym__env] = STATE(1415), + [sym__hasSection] = STATE(1415), + [sym__sectionMissing] = STATE(1415), + [sym__error] = STATE(1415), + [sym_authorization] = STATE(1415), + [sym__can] = STATE(1416), + [sym__cannot] = STATE(1416), + [sym__canany] = STATE(1416), + [sym__feature] = STATE(1415), + [sym__custom] = STATE(1415), + [sym_switch] = STATE(141), + [sym_loop] = STATE(141), + [sym_loop_operator] = STATE(141), + [sym__for] = STATE(1417), + [sym__foreach] = STATE(1417), + [sym__forelse] = STATE(1417), + [sym__while] = STATE(1417), + [sym_envoy] = STATE(141), + [sym__setup] = STATE(1413), + [sym__task] = STATE(1418), + [sym__story] = STATE(1418), + [sym__hooks] = STATE(1413), + [sym__before] = STATE(1413), + [sym__after] = STATE(1413), + [sym__envoy_error] = STATE(1413), + [sym__success] = STATE(1413), + [sym__finished] = STATE(1413), + [sym_livewire] = STATE(141), + [sym__persist] = STATE(1419), + [sym__teleport] = STATE(1419), + [sym__volt] = STATE(1419), + [sym_text] = STATE(141), + [sym__text] = STATE(726), + [aux_sym__if_statement_directive_body_repeat1] = STATE(141), + [aux_sym_php_only_repeat1] = STATE(726), + [sym_comment] = ACTIONS(4141), + [aux_sym_keyword_token1] = ACTIONS(4025), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4027), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4029), + [anon_sym_ATphp] = ACTIONS(4031), + [anon_sym_ATjs] = ACTIONS(4033), + [aux_sym_attribute_token1] = ACTIONS(4035), + [aux_sym__inline_directive_token1] = ACTIONS(4037), + [aux_sym__inline_directive_token2] = ACTIONS(4039), + [anon_sym_ATuse] = ACTIONS(4041), + [anon_sym_ATfragment] = ACTIONS(4043), + [anon_sym_ATsection] = ACTIONS(4045), + [anon_sym_ATonce] = ACTIONS(4047), + [anon_sym_ATverbatim] = ACTIONS(4049), + [anon_sym_ATpush] = ACTIONS(4051), + [anon_sym_ATpushOnce] = ACTIONS(4053), + [anon_sym_ATpushIf] = ACTIONS(4055), + [anon_sym_ATprepend] = ACTIONS(4057), + [anon_sym_ATprependOnce] = ACTIONS(4059), + [anon_sym_ATelse] = ACTIONS(4061), + [aux_sym_conditional_keyword_token1] = ACTIONS(4063), + [anon_sym_ATif] = ACTIONS(4065), + [anon_sym_ATunless] = ACTIONS(4067), + [anon_sym_ATendunless] = ACTIONS(527), + [anon_sym_ATisset] = ACTIONS(4069), + [anon_sym_ATempty] = ACTIONS(4071), + [anon_sym_ATauth] = ACTIONS(4073), + [anon_sym_ATguest] = ACTIONS(4075), + [anon_sym_ATproduction] = ACTIONS(4077), + [anon_sym_ATenv] = ACTIONS(4079), + [anon_sym_AThasSection] = ACTIONS(4081), + [anon_sym_ATsectionMissing] = ACTIONS(4083), + [anon_sym_ATerror] = ACTIONS(4085), + [anon_sym_ATcan] = ACTIONS(4087), + [anon_sym_ATcannot] = ACTIONS(4089), + [anon_sym_ATcanany] = ACTIONS(4091), + [anon_sym_ATfeature] = ACTIONS(4093), + [aux_sym__custom_token1] = ACTIONS(4095), + [aux_sym__custom_token2] = ACTIONS(4097), + [anon_sym_ATswitch] = ACTIONS(4099), + [aux_sym_loop_operator_token1] = ACTIONS(4101), + [anon_sym_ATfor] = ACTIONS(4103), + [anon_sym_ATforeach] = ACTIONS(4105), + [anon_sym_ATforelse] = ACTIONS(4107), + [anon_sym_ATwhile] = ACTIONS(4109), + [anon_sym_ATsetup] = ACTIONS(4111), + [anon_sym_ATtask] = ACTIONS(4113), + [anon_sym_ATstory] = ACTIONS(4115), + [anon_sym_ATbefore] = ACTIONS(4117), + [anon_sym_ATafter] = ACTIONS(4119), + [anon_sym_ATsuccess] = ACTIONS(4121), + [anon_sym_ATfinished] = ACTIONS(4123), + [anon_sym_ATpersist] = ACTIONS(4125), + [anon_sym_ATteleport] = ACTIONS(4127), + [anon_sym_ATvolt] = ACTIONS(4129), + [aux_sym__text_token1] = ACTIONS(4131), + [aux_sym__text_token2] = ACTIONS(4131), + [aux_sym__text_token3] = ACTIONS(4133), + }, + [147] = { + [sym__definition] = STATE(73), + [sym_keyword] = STATE(73), + [sym_php_statement] = STATE(73), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(108), - [sym__inline_directive] = STATE(108), - [sym__use] = STATE(108), - [sym__nested_directive] = STATE(108), - [sym_fragment] = STATE(108), - [sym_section] = STATE(108), - [sym_inlineSection] = STATE(108), - [sym_once] = STATE(108), - [sym_verbatim] = STATE(108), - [sym_stack] = STATE(108), + [sym_attribute] = STATE(73), + [sym__inline_directive] = STATE(73), + [sym__use] = STATE(73), + [sym__nested_directive] = STATE(73), + [sym_fragment] = STATE(73), + [sym_section] = STATE(73), + [sym_inlineSection] = STATE(73), + [sym_once] = STATE(73), + [sym_verbatim] = STATE(73), + [sym_stack] = STATE(73), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(108), - [sym_conditional_keyword] = STATE(108), + [sym_conditional] = STATE(73), + [sym_conditional_keyword] = STATE(73), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -45368,117 +45560,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(108), - [sym_loop] = STATE(108), - [sym_loop_operator] = STATE(108), + [sym_switch] = STATE(73), + [sym_loop] = STATE(73), + [sym_loop_operator] = STATE(73), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(108), + [sym_envoy] = STATE(73), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(108), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), - [sym_text] = STATE(108), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(453), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATendproduction] = ACTIONS(4141), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(73), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(73), + [sym_text] = STATE(73), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4143), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [147] = { - [sym__definition] = STATE(74), - [sym_keyword] = STATE(74), - [sym_php_statement] = STATE(74), + [148] = { + [sym__definition] = STATE(133), + [sym_keyword] = STATE(133), + [sym_php_statement] = STATE(133), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(74), - [sym__inline_directive] = STATE(74), - [sym__use] = STATE(74), - [sym__nested_directive] = STATE(74), - [sym_fragment] = STATE(74), - [sym_section] = STATE(74), - [sym_inlineSection] = STATE(74), - [sym_once] = STATE(74), - [sym_verbatim] = STATE(74), - [sym_stack] = STATE(74), + [sym_attribute] = STATE(133), + [sym__inline_directive] = STATE(133), + [sym__use] = STATE(133), + [sym__nested_directive] = STATE(133), + [sym_fragment] = STATE(133), + [sym_section] = STATE(133), + [sym_inlineSection] = STATE(133), + [sym_once] = STATE(133), + [sym_verbatim] = STATE(133), + [sym_stack] = STATE(133), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(74), - [sym_conditional_keyword] = STATE(74), + [sym_conditional] = STATE(133), + [sym_conditional_keyword] = STATE(133), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -45496,116 +45687,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(74), - [sym_loop] = STATE(74), - [sym_loop_operator] = STATE(74), + [sym_switch] = STATE(133), + [sym_loop] = STATE(133), + [sym_loop_operator] = STATE(133), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(74), + [sym_envoy] = STATE(133), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(74), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(74), - [sym_text] = STATE(74), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4143), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(133), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(133), + [sym_text] = STATE(133), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4145), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [148] = { - [sym__definition] = STATE(104), - [sym_keyword] = STATE(104), - [sym_php_statement] = STATE(104), + [149] = { + [sym__definition] = STATE(102), + [sym_keyword] = STATE(102), + [sym_php_statement] = STATE(102), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(104), - [sym__inline_directive] = STATE(104), - [sym__use] = STATE(104), - [sym__nested_directive] = STATE(104), - [sym_fragment] = STATE(104), - [sym_section] = STATE(104), - [sym_inlineSection] = STATE(104), - [sym_once] = STATE(104), - [sym_verbatim] = STATE(104), - [sym_stack] = STATE(104), + [sym_attribute] = STATE(102), + [sym__inline_directive] = STATE(102), + [sym__use] = STATE(102), + [sym__nested_directive] = STATE(102), + [sym_fragment] = STATE(102), + [sym_section] = STATE(102), + [sym_inlineSection] = STATE(102), + [sym_once] = STATE(102), + [sym_verbatim] = STATE(102), + [sym_stack] = STATE(102), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(104), - [sym_conditional_keyword] = STATE(104), + [sym_conditional] = STATE(102), + [sym_conditional_keyword] = STATE(102), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -45623,116 +45814,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(104), - [sym_loop] = STATE(104), - [sym_loop_operator] = STATE(104), + [sym_switch] = STATE(102), + [sym_loop] = STATE(102), + [sym_loop_operator] = STATE(102), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(104), + [sym_envoy] = STATE(102), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(104), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(104), - [sym_text] = STATE(104), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4145), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(102), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(102), + [sym_text] = STATE(102), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4147), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [149] = { - [sym__definition] = STATE(85), - [sym_keyword] = STATE(85), - [sym_php_statement] = STATE(85), + [150] = { + [sym__definition] = STATE(115), + [sym_keyword] = STATE(115), + [sym_php_statement] = STATE(115), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(85), - [sym__inline_directive] = STATE(85), - [sym__use] = STATE(85), - [sym__nested_directive] = STATE(85), - [sym_fragment] = STATE(85), - [sym_section] = STATE(85), - [sym_inlineSection] = STATE(85), - [sym_once] = STATE(85), - [sym_verbatim] = STATE(85), - [sym_stack] = STATE(85), + [sym_attribute] = STATE(115), + [sym__inline_directive] = STATE(115), + [sym__use] = STATE(115), + [sym__nested_directive] = STATE(115), + [sym_fragment] = STATE(115), + [sym_section] = STATE(115), + [sym_inlineSection] = STATE(115), + [sym_once] = STATE(115), + [sym_verbatim] = STATE(115), + [sym_stack] = STATE(115), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(85), - [sym_conditional_keyword] = STATE(85), + [sym_conditional] = STATE(115), + [sym_conditional_keyword] = STATE(115), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -45750,116 +45941,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(85), - [sym_loop] = STATE(85), - [sym_loop_operator] = STATE(85), + [sym_switch] = STATE(115), + [sym_loop] = STATE(115), + [sym_loop_operator] = STATE(115), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(85), + [sym_envoy] = STATE(115), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(85), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(85), - [sym_text] = STATE(85), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4147), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(115), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(115), + [sym_text] = STATE(115), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4149), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [150] = { - [sym__definition] = STATE(121), - [sym_keyword] = STATE(121), - [sym_php_statement] = STATE(121), + [151] = { + [sym__definition] = STATE(93), + [sym_keyword] = STATE(93), + [sym_php_statement] = STATE(93), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(121), - [sym__inline_directive] = STATE(121), - [sym__use] = STATE(121), - [sym__nested_directive] = STATE(121), - [sym_fragment] = STATE(121), - [sym_section] = STATE(121), - [sym_inlineSection] = STATE(121), - [sym_once] = STATE(121), - [sym_verbatim] = STATE(121), - [sym_stack] = STATE(121), + [sym_attribute] = STATE(93), + [sym__inline_directive] = STATE(93), + [sym__use] = STATE(93), + [sym__nested_directive] = STATE(93), + [sym_fragment] = STATE(93), + [sym_section] = STATE(93), + [sym_inlineSection] = STATE(93), + [sym_once] = STATE(93), + [sym_verbatim] = STATE(93), + [sym_stack] = STATE(93), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(121), - [sym_conditional_keyword] = STATE(121), + [sym_conditional] = STATE(93), + [sym_conditional_keyword] = STATE(93), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -45877,90 +46068,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(121), - [sym_loop] = STATE(121), - [sym_loop_operator] = STATE(121), + [sym_switch] = STATE(93), + [sym_loop] = STATE(93), + [sym_loop_operator] = STATE(93), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(121), + [sym_envoy] = STATE(93), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(121), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(121), - [sym_text] = STATE(121), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4149), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(93), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(93), + [sym_text] = STATE(93), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4151), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [151] = { + [152] = { [sym__definition] = STATE(97), [sym_keyword] = STATE(97), [sym_php_statement] = STATE(97), @@ -46013,8 +46204,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__while] = STATE(832), [sym_envoy] = STATE(97), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), @@ -46022,98 +46213,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(836), [sym__finished] = STATE(836), [sym_livewire] = STATE(97), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(97), [sym_text] = STATE(97), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4151), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4153), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [152] = { - [sym__definition] = STATE(79), - [sym_keyword] = STATE(79), - [sym_php_statement] = STATE(79), + [153] = { + [sym__definition] = STATE(81), + [sym_keyword] = STATE(81), + [sym_php_statement] = STATE(81), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(79), - [sym__inline_directive] = STATE(79), - [sym__use] = STATE(79), - [sym__nested_directive] = STATE(79), - [sym_fragment] = STATE(79), - [sym_section] = STATE(79), - [sym_inlineSection] = STATE(79), - [sym_once] = STATE(79), - [sym_verbatim] = STATE(79), - [sym_stack] = STATE(79), + [sym_attribute] = STATE(81), + [sym__inline_directive] = STATE(81), + [sym__use] = STATE(81), + [sym__nested_directive] = STATE(81), + [sym_fragment] = STATE(81), + [sym_section] = STATE(81), + [sym_inlineSection] = STATE(81), + [sym_once] = STATE(81), + [sym_verbatim] = STATE(81), + [sym_stack] = STATE(81), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(79), - [sym_conditional_keyword] = STATE(79), + [sym_conditional] = STATE(81), + [sym_conditional_keyword] = STATE(81), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -46131,116 +46322,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(79), - [sym_loop] = STATE(79), - [sym_loop_operator] = STATE(79), + [sym_switch] = STATE(81), + [sym_loop] = STATE(81), + [sym_loop_operator] = STATE(81), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(79), + [sym_envoy] = STATE(81), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(79), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(79), - [sym_text] = STATE(79), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4153), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(81), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(81), + [sym_text] = STATE(81), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4155), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [153] = { - [sym__definition] = STATE(94), - [sym_keyword] = STATE(94), - [sym_php_statement] = STATE(94), + [154] = { + [sym__definition] = STATE(134), + [sym_keyword] = STATE(134), + [sym_php_statement] = STATE(134), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(94), - [sym__inline_directive] = STATE(94), - [sym__use] = STATE(94), - [sym__nested_directive] = STATE(94), - [sym_fragment] = STATE(94), - [sym_section] = STATE(94), - [sym_inlineSection] = STATE(94), - [sym_once] = STATE(94), - [sym_verbatim] = STATE(94), - [sym_stack] = STATE(94), + [sym_attribute] = STATE(134), + [sym__inline_directive] = STATE(134), + [sym__use] = STATE(134), + [sym__nested_directive] = STATE(134), + [sym_fragment] = STATE(134), + [sym_section] = STATE(134), + [sym_inlineSection] = STATE(134), + [sym_once] = STATE(134), + [sym_verbatim] = STATE(134), + [sym_stack] = STATE(134), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(94), - [sym_conditional_keyword] = STATE(94), + [sym_conditional] = STATE(134), + [sym_conditional_keyword] = STATE(134), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -46258,116 +46449,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(94), - [sym_loop] = STATE(94), - [sym_loop_operator] = STATE(94), + [sym_switch] = STATE(134), + [sym_loop] = STATE(134), + [sym_loop_operator] = STATE(134), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(94), + [sym_envoy] = STATE(134), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(94), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(94), - [sym_text] = STATE(94), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4155), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(134), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(134), + [sym_text] = STATE(134), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4157), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [154] = { - [sym__definition] = STATE(75), - [sym_keyword] = STATE(75), - [sym_php_statement] = STATE(75), + [155] = { + [sym__definition] = STATE(131), + [sym_keyword] = STATE(131), + [sym_php_statement] = STATE(131), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(75), - [sym__inline_directive] = STATE(75), - [sym__use] = STATE(75), - [sym__nested_directive] = STATE(75), - [sym_fragment] = STATE(75), - [sym_section] = STATE(75), - [sym_inlineSection] = STATE(75), - [sym_once] = STATE(75), - [sym_verbatim] = STATE(75), - [sym_stack] = STATE(75), + [sym_attribute] = STATE(131), + [sym__inline_directive] = STATE(131), + [sym__use] = STATE(131), + [sym__nested_directive] = STATE(131), + [sym_fragment] = STATE(131), + [sym_section] = STATE(131), + [sym_inlineSection] = STATE(131), + [sym_once] = STATE(131), + [sym_verbatim] = STATE(131), + [sym_stack] = STATE(131), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(75), - [sym_conditional_keyword] = STATE(75), + [sym_conditional] = STATE(131), + [sym_conditional_keyword] = STATE(131), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -46385,370 +46576,243 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(75), - [sym_loop] = STATE(75), - [sym_loop_operator] = STATE(75), - [sym__for] = STATE(832), - [sym__foreach] = STATE(832), - [sym__forelse] = STATE(832), - [sym__while] = STATE(832), - [sym_envoy] = STATE(75), - [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), - [sym__hooks] = STATE(836), - [sym__before] = STATE(836), - [sym__after] = STATE(836), - [sym__envoy_error] = STATE(836), - [sym__success] = STATE(836), - [sym__finished] = STATE(836), - [sym_livewire] = STATE(75), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(75), - [sym_text] = STATE(75), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4157), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [155] = { - [sym__definition] = STATE(127), - [sym_keyword] = STATE(127), - [sym_php_statement] = STATE(127), - [sym__escaped] = STATE(836), - [sym__unescaped] = STATE(836), - [sym__raw] = STATE(836), - [sym__inline_raw] = STATE(836), - [sym__multi_line_raw] = STATE(836), - [sym__js] = STATE(836), - [sym_attribute] = STATE(127), - [sym__inline_directive] = STATE(127), - [sym__use] = STATE(127), - [sym__nested_directive] = STATE(127), - [sym_fragment] = STATE(127), - [sym_section] = STATE(127), - [sym_inlineSection] = STATE(127), - [sym_once] = STATE(127), - [sym_verbatim] = STATE(127), - [sym_stack] = STATE(127), - [sym__push] = STATE(835), - [sym__pushOnce] = STATE(835), - [sym__pushIf] = STATE(835), - [sym__prepend] = STATE(835), - [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(127), - [sym_conditional_keyword] = STATE(127), - [sym__if] = STATE(834), - [sym__unless] = STATE(834), - [sym__isset] = STATE(834), - [sym__empty] = STATE(834), - [sym__auth] = STATE(834), - [sym__guest] = STATE(834), - [sym__production] = STATE(834), - [sym__env] = STATE(834), - [sym__hasSection] = STATE(834), - [sym__sectionMissing] = STATE(834), - [sym__error] = STATE(834), - [sym_authorization] = STATE(834), - [sym__can] = STATE(833), - [sym__cannot] = STATE(833), - [sym__canany] = STATE(833), - [sym__feature] = STATE(834), - [sym__custom] = STATE(834), - [sym_switch] = STATE(127), - [sym_loop] = STATE(127), - [sym_loop_operator] = STATE(127), + [sym_switch] = STATE(131), + [sym_loop] = STATE(131), + [sym_loop_operator] = STATE(131), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(127), + [sym_envoy] = STATE(131), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(127), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(127), - [sym_text] = STATE(127), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(131), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(131), + [sym_text] = STATE(131), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4159), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [156] = { - [sym__definition] = STATE(96), - [sym_keyword] = STATE(96), - [sym_php_statement] = STATE(96), - [sym__escaped] = STATE(836), - [sym__unescaped] = STATE(836), - [sym__raw] = STATE(836), - [sym__inline_raw] = STATE(836), - [sym__multi_line_raw] = STATE(836), - [sym__js] = STATE(836), - [sym_attribute] = STATE(96), - [sym__inline_directive] = STATE(96), - [sym__use] = STATE(96), - [sym__nested_directive] = STATE(96), - [sym_fragment] = STATE(96), - [sym_section] = STATE(96), - [sym_inlineSection] = STATE(96), - [sym_once] = STATE(96), - [sym_verbatim] = STATE(96), - [sym_stack] = STATE(96), - [sym__push] = STATE(835), - [sym__pushOnce] = STATE(835), - [sym__pushIf] = STATE(835), - [sym__prepend] = STATE(835), - [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(96), - [sym_conditional_keyword] = STATE(96), - [sym__if] = STATE(834), - [sym__unless] = STATE(834), - [sym__isset] = STATE(834), - [sym__empty] = STATE(834), - [sym__auth] = STATE(834), - [sym__guest] = STATE(834), - [sym__production] = STATE(834), - [sym__env] = STATE(834), - [sym__hasSection] = STATE(834), - [sym__sectionMissing] = STATE(834), - [sym__error] = STATE(834), - [sym_authorization] = STATE(834), - [sym__can] = STATE(833), - [sym__cannot] = STATE(833), - [sym__canany] = STATE(833), - [sym__feature] = STATE(834), - [sym__custom] = STATE(834), - [sym_switch] = STATE(96), - [sym_loop] = STATE(96), - [sym_loop_operator] = STATE(96), - [sym__for] = STATE(832), - [sym__foreach] = STATE(832), - [sym__forelse] = STATE(832), - [sym__while] = STATE(832), - [sym_envoy] = STATE(96), - [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), - [sym__hooks] = STATE(836), - [sym__before] = STATE(836), - [sym__after] = STATE(836), - [sym__envoy_error] = STATE(836), - [sym__success] = STATE(836), - [sym__finished] = STATE(836), - [sym_livewire] = STATE(96), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(96), - [sym_text] = STATE(96), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym__definition] = STATE(137), + [sym_keyword] = STATE(137), + [sym_php_statement] = STATE(137), + [sym__escaped] = STATE(934), + [sym__unescaped] = STATE(934), + [sym__raw] = STATE(934), + [sym__inline_raw] = STATE(934), + [sym__multi_line_raw] = STATE(934), + [sym__js] = STATE(934), + [sym_attribute] = STATE(137), + [sym__inline_directive] = STATE(137), + [sym__use] = STATE(137), + [sym__nested_directive] = STATE(137), + [sym_fragment] = STATE(137), + [sym_section] = STATE(137), + [sym_inlineSection] = STATE(137), + [sym_once] = STATE(137), + [sym_verbatim] = STATE(137), + [sym_stack] = STATE(137), + [sym__push] = STATE(954), + [sym__pushOnce] = STATE(954), + [sym__pushIf] = STATE(954), + [sym__prepend] = STATE(954), + [sym__prependOnce] = STATE(954), + [sym_conditional] = STATE(137), + [sym_conditional_keyword] = STATE(137), + [sym__if] = STATE(952), + [sym__unless] = STATE(952), + [sym__isset] = STATE(952), + [sym__empty] = STATE(952), + [sym__auth] = STATE(952), + [sym__guest] = STATE(952), + [sym__production] = STATE(952), + [sym__env] = STATE(952), + [sym__hasSection] = STATE(952), + [sym__sectionMissing] = STATE(952), + [sym__error] = STATE(952), + [sym_authorization] = STATE(952), + [sym__can] = STATE(950), + [sym__cannot] = STATE(950), + [sym__canany] = STATE(950), + [sym__feature] = STATE(952), + [sym__custom] = STATE(952), + [sym_switch] = STATE(137), + [sym_loop] = STATE(137), + [sym_loop_operator] = STATE(137), + [sym__for] = STATE(947), + [sym__foreach] = STATE(947), + [sym__forelse] = STATE(947), + [sym__while] = STATE(947), + [sym_envoy] = STATE(137), + [sym__setup] = STATE(934), + [sym__task] = STATE(944), + [sym__story] = STATE(944), + [sym__hooks] = STATE(934), + [sym__before] = STATE(934), + [sym__after] = STATE(934), + [sym__envoy_error] = STATE(934), + [sym__success] = STATE(934), + [sym__finished] = STATE(934), + [sym_livewire] = STATE(137), + [sym__persist] = STATE(940), + [sym__teleport] = STATE(940), + [sym__volt] = STATE(940), + [sym_text] = STATE(137), + [sym__text] = STATE(716), + [aux_sym__if_statement_directive_body_repeat1] = STATE(137), + [aux_sym_php_only_repeat1] = STATE(716), [sym_comment] = ACTIONS(4161), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(229), + [anon_sym_LBRACE_LBRACE] = ACTIONS(231), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), + [anon_sym_ATphp] = ACTIONS(235), + [anon_sym_ATjs] = ACTIONS(237), + [aux_sym_attribute_token1] = ACTIONS(239), + [aux_sym__inline_directive_token1] = ACTIONS(241), + [aux_sym__inline_directive_token2] = ACTIONS(243), + [anon_sym_ATuse] = ACTIONS(245), + [anon_sym_ATfragment] = ACTIONS(247), + [anon_sym_ATsection] = ACTIONS(249), + [anon_sym_ATonce] = ACTIONS(251), + [anon_sym_ATverbatim] = ACTIONS(253), + [anon_sym_ATpush] = ACTIONS(255), + [anon_sym_ATpushOnce] = ACTIONS(257), + [anon_sym_ATpushIf] = ACTIONS(259), + [anon_sym_ATprepend] = ACTIONS(261), + [anon_sym_ATprependOnce] = ACTIONS(263), + [anon_sym_ATelse] = ACTIONS(265), + [aux_sym_conditional_keyword_token1] = ACTIONS(267), + [anon_sym_ATif] = ACTIONS(269), + [anon_sym_ATunless] = ACTIONS(271), + [anon_sym_ATisset] = ACTIONS(273), + [anon_sym_ATempty] = ACTIONS(275), + [anon_sym_ATauth] = ACTIONS(277), + [anon_sym_ATguest] = ACTIONS(279), + [anon_sym_ATproduction] = ACTIONS(281), + [anon_sym_ATenv] = ACTIONS(283), + [anon_sym_AThasSection] = ACTIONS(285), + [anon_sym_ATsectionMissing] = ACTIONS(287), + [anon_sym_ATerror] = ACTIONS(289), + [anon_sym_ATcan] = ACTIONS(291), + [anon_sym_ATcannot] = ACTIONS(293), + [anon_sym_ATcanany] = ACTIONS(295), + [anon_sym_ATfeature] = ACTIONS(297), + [aux_sym__custom_token1] = ACTIONS(299), + [aux_sym__custom_token2] = ACTIONS(301), + [anon_sym_ATswitch] = ACTIONS(303), + [aux_sym_loop_operator_token1] = ACTIONS(305), + [anon_sym_ATfor] = ACTIONS(307), + [anon_sym_ATforeach] = ACTIONS(309), + [anon_sym_ATforelse] = ACTIONS(311), + [anon_sym_ATwhile] = ACTIONS(313), + [anon_sym_ATsetup] = ACTIONS(315), + [anon_sym_ATtask] = ACTIONS(317), + [anon_sym_ATstory] = ACTIONS(319), + [anon_sym_ATbefore] = ACTIONS(321), + [anon_sym_ATafter] = ACTIONS(323), + [anon_sym_ATsuccess] = ACTIONS(325), + [anon_sym_ATfinished] = ACTIONS(327), + [anon_sym_ATpersist] = ACTIONS(329), + [anon_sym_ATteleport] = ACTIONS(331), + [anon_sym_ATvolt] = ACTIONS(333), + [aux_sym__text_token1] = ACTIONS(335), + [aux_sym__text_token2] = ACTIONS(335), + [aux_sym__text_token3] = ACTIONS(337), }, [157] = { - [sym__definition] = STATE(93), - [sym_keyword] = STATE(93), - [sym_php_statement] = STATE(93), + [sym__definition] = STATE(111), + [sym_keyword] = STATE(111), + [sym_php_statement] = STATE(111), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(93), - [sym__inline_directive] = STATE(93), - [sym__use] = STATE(93), - [sym__nested_directive] = STATE(93), - [sym_fragment] = STATE(93), - [sym_section] = STATE(93), - [sym_inlineSection] = STATE(93), - [sym_once] = STATE(93), - [sym_verbatim] = STATE(93), - [sym_stack] = STATE(93), + [sym_attribute] = STATE(111), + [sym__inline_directive] = STATE(111), + [sym__use] = STATE(111), + [sym__nested_directive] = STATE(111), + [sym_fragment] = STATE(111), + [sym_section] = STATE(111), + [sym_inlineSection] = STATE(111), + [sym_once] = STATE(111), + [sym_verbatim] = STATE(111), + [sym_stack] = STATE(111), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(93), - [sym_conditional_keyword] = STATE(93), + [sym_conditional] = STATE(111), + [sym_conditional_keyword] = STATE(111), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -46766,88 +46830,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(93), - [sym_loop] = STATE(93), - [sym_loop_operator] = STATE(93), + [sym_switch] = STATE(111), + [sym_loop] = STATE(111), + [sym_loop_operator] = STATE(111), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(93), + [sym_envoy] = STATE(111), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(93), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(93), - [sym_text] = STATE(93), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(111), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(111), + [sym_text] = STATE(111), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4163), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [158] = { [sym__definition] = STATE(88), @@ -46902,8 +46966,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__while] = STATE(832), [sym_envoy] = STATE(88), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), @@ -46911,98 +46975,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(836), [sym__finished] = STATE(836), [sym_livewire] = STATE(88), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(88), [sym_text] = STATE(88), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4165), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [159] = { - [sym__definition] = STATE(100), - [sym_keyword] = STATE(100), - [sym_php_statement] = STATE(100), + [sym__definition] = STATE(91), + [sym_keyword] = STATE(91), + [sym_php_statement] = STATE(91), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(100), - [sym__inline_directive] = STATE(100), - [sym__use] = STATE(100), - [sym__nested_directive] = STATE(100), - [sym_fragment] = STATE(100), - [sym_section] = STATE(100), - [sym_inlineSection] = STATE(100), - [sym_once] = STATE(100), - [sym_verbatim] = STATE(100), - [sym_stack] = STATE(100), + [sym_attribute] = STATE(91), + [sym__inline_directive] = STATE(91), + [sym__use] = STATE(91), + [sym__nested_directive] = STATE(91), + [sym_fragment] = STATE(91), + [sym_section] = STATE(91), + [sym_inlineSection] = STATE(91), + [sym_once] = STATE(91), + [sym_verbatim] = STATE(91), + [sym_stack] = STATE(91), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(100), - [sym_conditional_keyword] = STATE(100), + [sym_conditional] = STATE(91), + [sym_conditional_keyword] = STATE(91), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -47020,116 +47084,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(100), - [sym_loop] = STATE(100), - [sym_loop_operator] = STATE(100), + [sym_switch] = STATE(91), + [sym_loop] = STATE(91), + [sym_loop_operator] = STATE(91), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(100), + [sym_envoy] = STATE(91), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(100), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(100), - [sym_text] = STATE(100), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(91), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(91), + [sym_text] = STATE(91), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4167), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [160] = { - [sym__definition] = STATE(139), - [sym_keyword] = STATE(139), - [sym_php_statement] = STATE(139), + [sym__definition] = STATE(106), + [sym_keyword] = STATE(106), + [sym_php_statement] = STATE(106), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(139), - [sym__inline_directive] = STATE(139), - [sym__use] = STATE(139), - [sym__nested_directive] = STATE(139), - [sym_fragment] = STATE(139), - [sym_section] = STATE(139), - [sym_inlineSection] = STATE(139), - [sym_once] = STATE(139), - [sym_verbatim] = STATE(139), - [sym_stack] = STATE(139), + [sym_attribute] = STATE(106), + [sym__inline_directive] = STATE(106), + [sym__use] = STATE(106), + [sym__nested_directive] = STATE(106), + [sym_fragment] = STATE(106), + [sym_section] = STATE(106), + [sym_inlineSection] = STATE(106), + [sym_once] = STATE(106), + [sym_verbatim] = STATE(106), + [sym_stack] = STATE(106), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(139), - [sym_conditional_keyword] = STATE(139), + [sym_conditional] = STATE(106), + [sym_conditional_keyword] = STATE(106), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -47147,116 +47211,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(139), - [sym_loop] = STATE(139), - [sym_loop_operator] = STATE(139), + [sym_switch] = STATE(106), + [sym_loop] = STATE(106), + [sym_loop_operator] = STATE(106), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(139), + [sym_envoy] = STATE(106), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(139), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(139), - [sym_text] = STATE(139), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(106), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(106), + [sym_text] = STATE(106), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4169), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [161] = { - [sym__definition] = STATE(129), - [sym_keyword] = STATE(129), - [sym_php_statement] = STATE(129), + [sym__definition] = STATE(77), + [sym_keyword] = STATE(77), + [sym_php_statement] = STATE(77), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(129), - [sym__inline_directive] = STATE(129), - [sym__use] = STATE(129), - [sym__nested_directive] = STATE(129), - [sym_fragment] = STATE(129), - [sym_section] = STATE(129), - [sym_inlineSection] = STATE(129), - [sym_once] = STATE(129), - [sym_verbatim] = STATE(129), - [sym_stack] = STATE(129), + [sym_attribute] = STATE(77), + [sym__inline_directive] = STATE(77), + [sym__use] = STATE(77), + [sym__nested_directive] = STATE(77), + [sym_fragment] = STATE(77), + [sym_section] = STATE(77), + [sym_inlineSection] = STATE(77), + [sym_once] = STATE(77), + [sym_verbatim] = STATE(77), + [sym_stack] = STATE(77), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(129), - [sym_conditional_keyword] = STATE(129), + [sym_conditional] = STATE(77), + [sym_conditional_keyword] = STATE(77), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -47274,116 +47338,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(129), - [sym_loop] = STATE(129), - [sym_loop_operator] = STATE(129), + [sym_switch] = STATE(77), + [sym_loop] = STATE(77), + [sym_loop_operator] = STATE(77), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(129), + [sym_envoy] = STATE(77), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(129), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(129), - [sym_text] = STATE(129), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(77), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(77), + [sym_text] = STATE(77), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4171), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [162] = { - [sym__definition] = STATE(110), - [sym_keyword] = STATE(110), - [sym_php_statement] = STATE(110), + [sym__definition] = STATE(120), + [sym_keyword] = STATE(120), + [sym_php_statement] = STATE(120), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(110), - [sym__inline_directive] = STATE(110), - [sym__use] = STATE(110), - [sym__nested_directive] = STATE(110), - [sym_fragment] = STATE(110), - [sym_section] = STATE(110), - [sym_inlineSection] = STATE(110), - [sym_once] = STATE(110), - [sym_verbatim] = STATE(110), - [sym_stack] = STATE(110), + [sym_attribute] = STATE(120), + [sym__inline_directive] = STATE(120), + [sym__use] = STATE(120), + [sym__nested_directive] = STATE(120), + [sym_fragment] = STATE(120), + [sym_section] = STATE(120), + [sym_inlineSection] = STATE(120), + [sym_once] = STATE(120), + [sym_verbatim] = STATE(120), + [sym_stack] = STATE(120), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(110), - [sym_conditional_keyword] = STATE(110), + [sym_conditional] = STATE(120), + [sym_conditional_keyword] = STATE(120), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -47401,88 +47465,88 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(110), - [sym_loop] = STATE(110), - [sym_loop_operator] = STATE(110), + [sym_switch] = STATE(120), + [sym_loop] = STATE(120), + [sym_loop_operator] = STATE(120), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(110), + [sym_envoy] = STATE(120), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(110), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(110), - [sym_text] = STATE(110), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(120), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(120), + [sym_text] = STATE(120), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4173), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [163] = { [sym__definition] = STATE(135), @@ -47537,8 +47601,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__while] = STATE(832), [sym_envoy] = STATE(135), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), @@ -47546,98 +47610,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(836), [sym__finished] = STATE(836), [sym_livewire] = STATE(135), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(135), [sym_text] = STATE(135), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4175), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [164] = { - [sym__definition] = STATE(91), - [sym_keyword] = STATE(91), - [sym_php_statement] = STATE(91), + [sym__definition] = STATE(124), + [sym_keyword] = STATE(124), + [sym_php_statement] = STATE(124), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(91), - [sym__inline_directive] = STATE(91), - [sym__use] = STATE(91), - [sym__nested_directive] = STATE(91), - [sym_fragment] = STATE(91), - [sym_section] = STATE(91), - [sym_inlineSection] = STATE(91), - [sym_once] = STATE(91), - [sym_verbatim] = STATE(91), - [sym_stack] = STATE(91), + [sym_attribute] = STATE(124), + [sym__inline_directive] = STATE(124), + [sym__use] = STATE(124), + [sym__nested_directive] = STATE(124), + [sym_fragment] = STATE(124), + [sym_section] = STATE(124), + [sym_inlineSection] = STATE(124), + [sym_once] = STATE(124), + [sym_verbatim] = STATE(124), + [sym_stack] = STATE(124), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(91), - [sym_conditional_keyword] = STATE(91), + [sym_conditional] = STATE(124), + [sym_conditional_keyword] = STATE(124), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -47655,116 +47719,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(91), - [sym_loop] = STATE(91), - [sym_loop_operator] = STATE(91), + [sym_switch] = STATE(124), + [sym_loop] = STATE(124), + [sym_loop_operator] = STATE(124), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(91), + [sym_envoy] = STATE(124), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(91), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(91), - [sym_text] = STATE(91), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(124), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(124), + [sym_text] = STATE(124), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4177), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [165] = { - [sym__definition] = STATE(145), - [sym_keyword] = STATE(145), - [sym_php_statement] = STATE(145), + [sym__definition] = STATE(72), + [sym_keyword] = STATE(72), + [sym_php_statement] = STATE(72), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(145), - [sym__inline_directive] = STATE(145), - [sym__use] = STATE(145), - [sym__nested_directive] = STATE(145), - [sym_fragment] = STATE(145), - [sym_section] = STATE(145), - [sym_inlineSection] = STATE(145), - [sym_once] = STATE(145), - [sym_verbatim] = STATE(145), - [sym_stack] = STATE(145), + [sym_attribute] = STATE(72), + [sym__inline_directive] = STATE(72), + [sym__use] = STATE(72), + [sym__nested_directive] = STATE(72), + [sym_fragment] = STATE(72), + [sym_section] = STATE(72), + [sym_inlineSection] = STATE(72), + [sym_once] = STATE(72), + [sym_verbatim] = STATE(72), + [sym_stack] = STATE(72), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(145), - [sym_conditional_keyword] = STATE(145), + [sym_conditional] = STATE(72), + [sym_conditional_keyword] = STATE(72), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -47782,118 +47846,118 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(145), - [sym_loop] = STATE(145), - [sym_loop_operator] = STATE(145), + [sym_switch] = STATE(72), + [sym_loop] = STATE(72), + [sym_loop_operator] = STATE(72), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(145), + [sym_envoy] = STATE(72), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(145), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(145), - [sym_text] = STATE(145), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(72), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(72), + [sym_text] = STATE(72), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4179), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [166] = { - [sym__definition] = STATE(86), - [sym_keyword] = STATE(86), - [sym_php_statement] = STATE(86), - [sym__escaped] = STATE(836), - [sym__unescaped] = STATE(836), - [sym__raw] = STATE(836), - [sym__inline_raw] = STATE(836), - [sym__multi_line_raw] = STATE(836), - [sym__js] = STATE(836), - [sym_attribute] = STATE(86), - [sym__inline_directive] = STATE(86), - [sym__use] = STATE(86), - [sym__nested_directive] = STATE(86), - [sym_fragment] = STATE(86), - [sym_section] = STATE(86), - [sym_inlineSection] = STATE(86), - [sym_once] = STATE(86), - [sym_verbatim] = STATE(86), - [sym_stack] = STATE(86), - [sym__push] = STATE(835), - [sym__pushOnce] = STATE(835), - [sym__pushIf] = STATE(835), - [sym__prepend] = STATE(835), - [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(86), - [sym_conditional_keyword] = STATE(86), - [sym__if] = STATE(834), - [sym__unless] = STATE(834), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [166] = { + [sym__definition] = STATE(128), + [sym_keyword] = STATE(128), + [sym_php_statement] = STATE(128), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), + [sym__js] = STATE(836), + [sym_attribute] = STATE(128), + [sym__inline_directive] = STATE(128), + [sym__use] = STATE(128), + [sym__nested_directive] = STATE(128), + [sym_fragment] = STATE(128), + [sym_section] = STATE(128), + [sym_inlineSection] = STATE(128), + [sym_once] = STATE(128), + [sym_verbatim] = STATE(128), + [sym_stack] = STATE(128), + [sym__push] = STATE(835), + [sym__pushOnce] = STATE(835), + [sym__pushIf] = STATE(835), + [sym__prepend] = STATE(835), + [sym__prependOnce] = STATE(835), + [sym_conditional] = STATE(128), + [sym_conditional_keyword] = STATE(128), + [sym__if] = STATE(834), + [sym__unless] = STATE(834), [sym__isset] = STATE(834), [sym__empty] = STATE(834), [sym__auth] = STATE(834), @@ -47909,243 +47973,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(86), - [sym_loop] = STATE(86), - [sym_loop_operator] = STATE(86), + [sym_switch] = STATE(128), + [sym_loop] = STATE(128), + [sym_loop_operator] = STATE(128), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(86), + [sym_envoy] = STATE(128), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(86), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(86), - [sym_text] = STATE(86), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(128), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(128), + [sym_text] = STATE(128), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4181), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [167] = { - [sym__definition] = STATE(115), - [sym_keyword] = STATE(115), - [sym_php_statement] = STATE(115), - [sym__escaped] = STATE(1701), - [sym__unescaped] = STATE(1701), - [sym__raw] = STATE(1701), - [sym__inline_raw] = STATE(1701), - [sym__multi_line_raw] = STATE(1701), - [sym__js] = STATE(1701), - [sym_attribute] = STATE(115), - [sym__inline_directive] = STATE(115), - [sym__use] = STATE(115), - [sym__nested_directive] = STATE(115), - [sym_fragment] = STATE(115), - [sym_section] = STATE(115), - [sym_inlineSection] = STATE(115), - [sym_once] = STATE(115), - [sym_verbatim] = STATE(115), - [sym_stack] = STATE(115), - [sym__push] = STATE(1677), - [sym__pushOnce] = STATE(1677), - [sym__pushIf] = STATE(1677), - [sym__prepend] = STATE(1677), - [sym__prependOnce] = STATE(1677), - [sym_conditional] = STATE(115), - [sym_conditional_keyword] = STATE(115), - [sym__if] = STATE(1669), - [sym__unless] = STATE(1669), - [sym__isset] = STATE(1669), - [sym__empty] = STATE(1669), - [sym__auth] = STATE(1669), - [sym__guest] = STATE(1669), - [sym__production] = STATE(1669), - [sym__env] = STATE(1669), - [sym__hasSection] = STATE(1669), - [sym__sectionMissing] = STATE(1669), - [sym__error] = STATE(1669), - [sym_authorization] = STATE(1669), - [sym__can] = STATE(1668), - [sym__cannot] = STATE(1668), - [sym__canany] = STATE(1668), - [sym__feature] = STATE(1669), - [sym__custom] = STATE(1669), - [sym_switch] = STATE(115), - [sym_loop] = STATE(115), - [sym_loop_operator] = STATE(115), - [sym__for] = STATE(1614), - [sym__foreach] = STATE(1614), - [sym__forelse] = STATE(1614), - [sym__while] = STATE(1614), - [sym_envoy] = STATE(115), - [sym__setup] = STATE(1701), - [sym__task] = STATE(1612), - [sym__story] = STATE(1612), - [sym__hooks] = STATE(1701), - [sym__before] = STATE(1701), - [sym__after] = STATE(1701), - [sym__envoy_error] = STATE(1701), - [sym__success] = STATE(1701), - [sym__finished] = STATE(1701), - [sym_livewire] = STATE(115), - [sym__persist] = STATE(1606), - [sym__teleport] = STATE(1606), - [sym__volt] = STATE(1606), - [sym_text] = STATE(115), - [sym__text] = STATE(710), - [aux_sym__if_statement_directive_body_repeat1] = STATE(115), - [aux_sym_php_only_repeat1] = STATE(710), - [sym_comment] = ACTIONS(4183), - [aux_sym_keyword_token1] = ACTIONS(229), - [anon_sym_LBRACE_LBRACE] = ACTIONS(231), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(233), - [anon_sym_ATphp] = ACTIONS(235), - [anon_sym_ATjs] = ACTIONS(237), - [aux_sym_attribute_token1] = ACTIONS(239), - [aux_sym__inline_directive_token1] = ACTIONS(241), - [aux_sym__inline_directive_token2] = ACTIONS(243), - [anon_sym_ATuse] = ACTIONS(245), - [anon_sym_ATfragment] = ACTIONS(247), - [anon_sym_ATsection] = ACTIONS(249), - [anon_sym_ATonce] = ACTIONS(251), - [anon_sym_ATverbatim] = ACTIONS(253), - [anon_sym_ATpush] = ACTIONS(255), - [anon_sym_ATpushOnce] = ACTIONS(257), - [anon_sym_ATpushIf] = ACTIONS(259), - [anon_sym_ATprepend] = ACTIONS(261), - [anon_sym_ATprependOnce] = ACTIONS(263), - [anon_sym_ATelse] = ACTIONS(265), - [aux_sym_conditional_keyword_token1] = ACTIONS(267), - [anon_sym_ATif] = ACTIONS(269), - [anon_sym_ATunless] = ACTIONS(271), - [anon_sym_ATisset] = ACTIONS(273), - [anon_sym_ATempty] = ACTIONS(275), - [anon_sym_ATauth] = ACTIONS(277), - [anon_sym_ATguest] = ACTIONS(279), - [anon_sym_ATproduction] = ACTIONS(281), - [anon_sym_ATenv] = ACTIONS(283), - [anon_sym_AThasSection] = ACTIONS(285), - [anon_sym_ATsectionMissing] = ACTIONS(287), - [anon_sym_ATerror] = ACTIONS(289), - [anon_sym_ATcan] = ACTIONS(291), - [anon_sym_ATcannot] = ACTIONS(293), - [anon_sym_ATcanany] = ACTIONS(295), - [anon_sym_ATfeature] = ACTIONS(297), - [aux_sym__custom_token1] = ACTIONS(299), - [aux_sym__custom_token2] = ACTIONS(301), - [anon_sym_ATswitch] = ACTIONS(303), - [aux_sym_loop_operator_token1] = ACTIONS(305), - [anon_sym_ATfor] = ACTIONS(307), - [anon_sym_ATforeach] = ACTIONS(309), - [anon_sym_ATforelse] = ACTIONS(311), - [anon_sym_ATwhile] = ACTIONS(313), - [anon_sym_ATsetup] = ACTIONS(315), - [anon_sym_ATtask] = ACTIONS(317), - [anon_sym_ATstory] = ACTIONS(319), - [anon_sym_ATbefore] = ACTIONS(321), - [anon_sym_ATafter] = ACTIONS(323), - [anon_sym_ATsuccess] = ACTIONS(325), - [anon_sym_ATfinished] = ACTIONS(327), - [anon_sym_ATpersist] = ACTIONS(329), - [anon_sym_ATteleport] = ACTIONS(331), - [anon_sym_ATvolt] = ACTIONS(333), - [aux_sym__text_token1] = ACTIONS(335), - [aux_sym__text_token2] = ACTIONS(335), - [aux_sym__text_token3] = ACTIONS(337), - }, - [168] = { - [sym__definition] = STATE(78), - [sym_keyword] = STATE(78), - [sym_php_statement] = STATE(78), + [sym__definition] = STATE(126), + [sym_keyword] = STATE(126), + [sym_php_statement] = STATE(126), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(78), - [sym__inline_directive] = STATE(78), - [sym__use] = STATE(78), - [sym__nested_directive] = STATE(78), - [sym_fragment] = STATE(78), - [sym_section] = STATE(78), - [sym_inlineSection] = STATE(78), - [sym_once] = STATE(78), - [sym_verbatim] = STATE(78), - [sym_stack] = STATE(78), + [sym_attribute] = STATE(126), + [sym__inline_directive] = STATE(126), + [sym__use] = STATE(126), + [sym__nested_directive] = STATE(126), + [sym_fragment] = STATE(126), + [sym_section] = STATE(126), + [sym_inlineSection] = STATE(126), + [sym_once] = STATE(126), + [sym_verbatim] = STATE(126), + [sym_stack] = STATE(126), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(78), - [sym_conditional_keyword] = STATE(78), + [sym_conditional] = STATE(126), + [sym_conditional_keyword] = STATE(126), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -48163,116 +48100,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(78), - [sym_loop] = STATE(78), - [sym_loop_operator] = STATE(78), + [sym_switch] = STATE(126), + [sym_loop] = STATE(126), + [sym_loop_operator] = STATE(126), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(78), + [sym_envoy] = STATE(126), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(78), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(78), - [sym_text] = STATE(78), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4185), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(126), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(126), + [sym_text] = STATE(126), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4183), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [169] = { - [sym__definition] = STATE(89), - [sym_keyword] = STATE(89), - [sym_php_statement] = STATE(89), + [168] = { + [sym__definition] = STATE(132), + [sym_keyword] = STATE(132), + [sym_php_statement] = STATE(132), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(89), - [sym__inline_directive] = STATE(89), - [sym__use] = STATE(89), - [sym__nested_directive] = STATE(89), - [sym_fragment] = STATE(89), - [sym_section] = STATE(89), - [sym_inlineSection] = STATE(89), - [sym_once] = STATE(89), - [sym_verbatim] = STATE(89), - [sym_stack] = STATE(89), + [sym_attribute] = STATE(132), + [sym__inline_directive] = STATE(132), + [sym__use] = STATE(132), + [sym__nested_directive] = STATE(132), + [sym_fragment] = STATE(132), + [sym_section] = STATE(132), + [sym_inlineSection] = STATE(132), + [sym_once] = STATE(132), + [sym_verbatim] = STATE(132), + [sym_stack] = STATE(132), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(89), - [sym_conditional_keyword] = STATE(89), + [sym_conditional] = STATE(132), + [sym_conditional_keyword] = STATE(132), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -48290,217 +48227,90 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(89), - [sym_loop] = STATE(89), - [sym_loop_operator] = STATE(89), + [sym_switch] = STATE(132), + [sym_loop] = STATE(132), + [sym_loop_operator] = STATE(132), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(89), + [sym_envoy] = STATE(132), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(89), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(89), - [sym_text] = STATE(89), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4187), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [170] = { - [sym__definition] = STATE(117), - [sym_keyword] = STATE(117), - [sym_php_statement] = STATE(117), - [sym__escaped] = STATE(963), - [sym__unescaped] = STATE(963), - [sym__raw] = STATE(963), - [sym__inline_raw] = STATE(963), - [sym__multi_line_raw] = STATE(963), - [sym__js] = STATE(963), - [sym_attribute] = STATE(117), - [sym__inline_directive] = STATE(117), - [sym__use] = STATE(117), - [sym__nested_directive] = STATE(117), - [sym_fragment] = STATE(117), - [sym_section] = STATE(117), - [sym_inlineSection] = STATE(117), - [sym_once] = STATE(117), - [sym_verbatim] = STATE(117), - [sym_stack] = STATE(117), - [sym__push] = STATE(959), - [sym__pushOnce] = STATE(959), - [sym__pushIf] = STATE(959), - [sym__prepend] = STATE(959), - [sym__prependOnce] = STATE(959), - [sym_conditional] = STATE(117), - [sym_conditional_keyword] = STATE(117), - [sym__if] = STATE(958), - [sym__unless] = STATE(958), - [sym__isset] = STATE(958), - [sym__empty] = STATE(958), - [sym__auth] = STATE(958), - [sym__guest] = STATE(958), - [sym__production] = STATE(958), - [sym__env] = STATE(958), - [sym__hasSection] = STATE(958), - [sym__sectionMissing] = STATE(958), - [sym__error] = STATE(958), - [sym_authorization] = STATE(958), - [sym__can] = STATE(957), - [sym__cannot] = STATE(957), - [sym__canany] = STATE(957), - [sym__feature] = STATE(958), - [sym__custom] = STATE(958), - [sym_switch] = STATE(117), - [sym_loop] = STATE(117), - [sym_loop_operator] = STATE(117), - [sym__for] = STATE(935), - [sym__foreach] = STATE(935), - [sym__forelse] = STATE(935), - [sym__while] = STATE(935), - [sym_envoy] = STATE(117), - [sym__setup] = STATE(963), - [sym__task] = STATE(953), - [sym__story] = STATE(953), - [sym__hooks] = STATE(963), - [sym__before] = STATE(963), - [sym__after] = STATE(963), - [sym__envoy_error] = STATE(963), - [sym__success] = STATE(963), - [sym__finished] = STATE(963), - [sym_livewire] = STATE(117), - [sym__persist] = STATE(950), - [sym__teleport] = STATE(950), - [sym__volt] = STATE(950), - [sym_text] = STATE(117), - [sym__text] = STATE(680), - [aux_sym__if_statement_directive_body_repeat1] = STATE(117), - [aux_sym_php_only_repeat1] = STATE(680), - [sym_comment] = ACTIONS(4189), - [aux_sym_keyword_token1] = ACTIONS(115), - [anon_sym_LBRACE_LBRACE] = ACTIONS(117), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), - [anon_sym_ATphp] = ACTIONS(121), - [anon_sym_ATjs] = ACTIONS(123), - [aux_sym_attribute_token1] = ACTIONS(125), - [aux_sym__inline_directive_token1] = ACTIONS(127), - [aux_sym__inline_directive_token2] = ACTIONS(129), - [anon_sym_ATuse] = ACTIONS(131), - [anon_sym_ATfragment] = ACTIONS(133), - [anon_sym_ATsection] = ACTIONS(135), - [anon_sym_ATonce] = ACTIONS(137), - [anon_sym_ATverbatim] = ACTIONS(139), - [anon_sym_ATpush] = ACTIONS(141), - [anon_sym_ATpushOnce] = ACTIONS(143), - [anon_sym_ATpushIf] = ACTIONS(145), - [anon_sym_ATprepend] = ACTIONS(147), - [anon_sym_ATprependOnce] = ACTIONS(149), - [anon_sym_ATelse] = ACTIONS(151), - [aux_sym_conditional_keyword_token1] = ACTIONS(153), - [anon_sym_ATif] = ACTIONS(155), - [anon_sym_ATunless] = ACTIONS(157), - [anon_sym_ATisset] = ACTIONS(159), - [anon_sym_ATempty] = ACTIONS(161), - [anon_sym_ATauth] = ACTIONS(163), - [anon_sym_ATguest] = ACTIONS(165), - [anon_sym_ATproduction] = ACTIONS(167), - [anon_sym_ATenv] = ACTIONS(169), - [anon_sym_AThasSection] = ACTIONS(171), - [anon_sym_ATsectionMissing] = ACTIONS(173), - [anon_sym_ATerror] = ACTIONS(175), - [anon_sym_ATcan] = ACTIONS(177), - [anon_sym_ATcannot] = ACTIONS(179), - [anon_sym_ATcanany] = ACTIONS(181), - [anon_sym_ATfeature] = ACTIONS(183), - [aux_sym__custom_token1] = ACTIONS(185), - [aux_sym__custom_token2] = ACTIONS(187), - [anon_sym_ATswitch] = ACTIONS(189), - [aux_sym_loop_operator_token1] = ACTIONS(191), - [anon_sym_ATfor] = ACTIONS(193), - [anon_sym_ATforeach] = ACTIONS(195), - [anon_sym_ATforelse] = ACTIONS(197), - [anon_sym_ATwhile] = ACTIONS(199), - [anon_sym_ATsetup] = ACTIONS(201), - [anon_sym_ATtask] = ACTIONS(203), - [anon_sym_ATstory] = ACTIONS(205), - [anon_sym_ATbefore] = ACTIONS(207), - [anon_sym_ATafter] = ACTIONS(209), - [anon_sym_ATsuccess] = ACTIONS(211), - [anon_sym_ATfinished] = ACTIONS(213), - [anon_sym_ATpersist] = ACTIONS(215), - [anon_sym_ATteleport] = ACTIONS(217), - [anon_sym_ATvolt] = ACTIONS(219), - [aux_sym__text_token1] = ACTIONS(223), - [aux_sym__text_token2] = ACTIONS(223), - [aux_sym__text_token3] = ACTIONS(225), + [sym_livewire] = STATE(132), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(132), + [sym_text] = STATE(132), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4185), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [171] = { + [169] = { [sym__definition] = STATE(112), [sym_keyword] = STATE(112), [sym_php_statement] = STATE(112), @@ -48553,8 +48363,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__while] = STATE(832), [sym_envoy] = STATE(112), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), @@ -48562,98 +48372,98 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__success] = STATE(836), [sym__finished] = STATE(836), [sym_livewire] = STATE(112), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(112), [sym_text] = STATE(112), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4191), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4187), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [172] = { - [sym__definition] = STATE(130), - [sym_keyword] = STATE(130), - [sym_php_statement] = STATE(130), + [170] = { + [sym__definition] = STATE(129), + [sym_keyword] = STATE(129), + [sym_php_statement] = STATE(129), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(130), - [sym__inline_directive] = STATE(130), - [sym__use] = STATE(130), - [sym__nested_directive] = STATE(130), - [sym_fragment] = STATE(130), - [sym_section] = STATE(130), - [sym_inlineSection] = STATE(130), - [sym_once] = STATE(130), - [sym_verbatim] = STATE(130), - [sym_stack] = STATE(130), + [sym_attribute] = STATE(129), + [sym__inline_directive] = STATE(129), + [sym__use] = STATE(129), + [sym__nested_directive] = STATE(129), + [sym_fragment] = STATE(129), + [sym_section] = STATE(129), + [sym_inlineSection] = STATE(129), + [sym_once] = STATE(129), + [sym_verbatim] = STATE(129), + [sym_stack] = STATE(129), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(130), - [sym_conditional_keyword] = STATE(130), + [sym_conditional] = STATE(129), + [sym_conditional_keyword] = STATE(129), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -48671,116 +48481,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(130), - [sym_loop] = STATE(130), - [sym_loop_operator] = STATE(130), + [sym_switch] = STATE(129), + [sym_loop] = STATE(129), + [sym_loop_operator] = STATE(129), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(130), + [sym_envoy] = STATE(129), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(130), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(130), - [sym_text] = STATE(130), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4193), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(129), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(129), + [sym_text] = STATE(129), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4189), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [173] = { - [sym__definition] = STATE(119), - [sym_keyword] = STATE(119), - [sym_php_statement] = STATE(119), + [171] = { + [sym__definition] = STATE(123), + [sym_keyword] = STATE(123), + [sym_php_statement] = STATE(123), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(119), - [sym__inline_directive] = STATE(119), - [sym__use] = STATE(119), - [sym__nested_directive] = STATE(119), - [sym_fragment] = STATE(119), - [sym_section] = STATE(119), - [sym_inlineSection] = STATE(119), - [sym_once] = STATE(119), - [sym_verbatim] = STATE(119), - [sym_stack] = STATE(119), + [sym_attribute] = STATE(123), + [sym__inline_directive] = STATE(123), + [sym__use] = STATE(123), + [sym__nested_directive] = STATE(123), + [sym_fragment] = STATE(123), + [sym_section] = STATE(123), + [sym_inlineSection] = STATE(123), + [sym_once] = STATE(123), + [sym_verbatim] = STATE(123), + [sym_stack] = STATE(123), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(119), - [sym_conditional_keyword] = STATE(119), + [sym_conditional] = STATE(123), + [sym_conditional_keyword] = STATE(123), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -48798,116 +48608,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(119), - [sym_loop] = STATE(119), - [sym_loop_operator] = STATE(119), + [sym_switch] = STATE(123), + [sym_loop] = STATE(123), + [sym_loop_operator] = STATE(123), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(119), + [sym_envoy] = STATE(123), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(119), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(119), - [sym_text] = STATE(119), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4195), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(123), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(123), + [sym_text] = STATE(123), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4191), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [174] = { - [sym__definition] = STATE(98), - [sym_keyword] = STATE(98), - [sym_php_statement] = STATE(98), + [172] = { + [sym__definition] = STATE(101), + [sym_keyword] = STATE(101), + [sym_php_statement] = STATE(101), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(98), - [sym__inline_directive] = STATE(98), - [sym__use] = STATE(98), - [sym__nested_directive] = STATE(98), - [sym_fragment] = STATE(98), - [sym_section] = STATE(98), - [sym_inlineSection] = STATE(98), - [sym_once] = STATE(98), - [sym_verbatim] = STATE(98), - [sym_stack] = STATE(98), + [sym_attribute] = STATE(101), + [sym__inline_directive] = STATE(101), + [sym__use] = STATE(101), + [sym__nested_directive] = STATE(101), + [sym_fragment] = STATE(101), + [sym_section] = STATE(101), + [sym_inlineSection] = STATE(101), + [sym_once] = STATE(101), + [sym_verbatim] = STATE(101), + [sym_stack] = STATE(101), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(98), - [sym_conditional_keyword] = STATE(98), + [sym_conditional] = STATE(101), + [sym_conditional_keyword] = STATE(101), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -48925,116 +48735,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(98), - [sym_loop] = STATE(98), - [sym_loop_operator] = STATE(98), + [sym_switch] = STATE(101), + [sym_loop] = STATE(101), + [sym_loop_operator] = STATE(101), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(98), + [sym_envoy] = STATE(101), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(98), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(98), - [sym_text] = STATE(98), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4197), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(101), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(101), + [sym_text] = STATE(101), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4193), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [175] = { - [sym__definition] = STATE(73), - [sym_keyword] = STATE(73), - [sym_php_statement] = STATE(73), + [173] = { + [sym__definition] = STATE(94), + [sym_keyword] = STATE(94), + [sym_php_statement] = STATE(94), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(73), - [sym__inline_directive] = STATE(73), - [sym__use] = STATE(73), - [sym__nested_directive] = STATE(73), - [sym_fragment] = STATE(73), - [sym_section] = STATE(73), - [sym_inlineSection] = STATE(73), - [sym_once] = STATE(73), - [sym_verbatim] = STATE(73), - [sym_stack] = STATE(73), + [sym_attribute] = STATE(94), + [sym__inline_directive] = STATE(94), + [sym__use] = STATE(94), + [sym__nested_directive] = STATE(94), + [sym_fragment] = STATE(94), + [sym_section] = STATE(94), + [sym_inlineSection] = STATE(94), + [sym_once] = STATE(94), + [sym_verbatim] = STATE(94), + [sym_stack] = STATE(94), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(73), - [sym_conditional_keyword] = STATE(73), + [sym_conditional] = STATE(94), + [sym_conditional_keyword] = STATE(94), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -49052,116 +48862,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(73), - [sym_loop] = STATE(73), - [sym_loop_operator] = STATE(73), + [sym_switch] = STATE(94), + [sym_loop] = STATE(94), + [sym_loop_operator] = STATE(94), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(73), + [sym_envoy] = STATE(94), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(73), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(73), - [sym_text] = STATE(73), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4199), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [sym_livewire] = STATE(94), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(94), + [sym_text] = STATE(94), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4195), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, - [176] = { - [sym__definition] = STATE(83), - [sym_keyword] = STATE(83), - [sym_php_statement] = STATE(83), + [174] = { + [sym__definition] = STATE(140), + [sym_keyword] = STATE(140), + [sym_php_statement] = STATE(140), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(83), - [sym__inline_directive] = STATE(83), - [sym__use] = STATE(83), - [sym__nested_directive] = STATE(83), - [sym_fragment] = STATE(83), - [sym_section] = STATE(83), - [sym_inlineSection] = STATE(83), - [sym_once] = STATE(83), - [sym_verbatim] = STATE(83), - [sym_stack] = STATE(83), + [sym_attribute] = STATE(140), + [sym__inline_directive] = STATE(140), + [sym__use] = STATE(140), + [sym__nested_directive] = STATE(140), + [sym_fragment] = STATE(140), + [sym_section] = STATE(140), + [sym_inlineSection] = STATE(140), + [sym_once] = STATE(140), + [sym_verbatim] = STATE(140), + [sym_stack] = STATE(140), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(83), - [sym_conditional_keyword] = STATE(83), + [sym_conditional] = STATE(140), + [sym_conditional_keyword] = STATE(140), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -49179,116 +48989,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(83), - [sym_loop] = STATE(83), - [sym_loop_operator] = STATE(83), + [sym_switch] = STATE(140), + [sym_loop] = STATE(140), + [sym_loop_operator] = STATE(140), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(83), + [sym_envoy] = STATE(140), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(83), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(83), - [sym_text] = STATE(83), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), - [sym_comment] = ACTIONS(4201), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), - }, - [177] = { - [sym__definition] = STATE(123), - [sym_keyword] = STATE(123), - [sym_php_statement] = STATE(123), - [sym__escaped] = STATE(836), - [sym__unescaped] = STATE(836), - [sym__raw] = STATE(836), - [sym__inline_raw] = STATE(836), - [sym__multi_line_raw] = STATE(836), - [sym__js] = STATE(836), - [sym_attribute] = STATE(123), - [sym__inline_directive] = STATE(123), - [sym__use] = STATE(123), - [sym__nested_directive] = STATE(123), - [sym_fragment] = STATE(123), - [sym_section] = STATE(123), - [sym_inlineSection] = STATE(123), - [sym_once] = STATE(123), - [sym_verbatim] = STATE(123), - [sym_stack] = STATE(123), + [sym_livewire] = STATE(140), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(140), + [sym_text] = STATE(140), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4197), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [175] = { + [sym__definition] = STATE(139), + [sym_keyword] = STATE(139), + [sym_php_statement] = STATE(139), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), + [sym__js] = STATE(836), + [sym_attribute] = STATE(139), + [sym__inline_directive] = STATE(139), + [sym__use] = STATE(139), + [sym__nested_directive] = STATE(139), + [sym_fragment] = STATE(139), + [sym_section] = STATE(139), + [sym_inlineSection] = STATE(139), + [sym_once] = STATE(139), + [sym_verbatim] = STATE(139), + [sym_stack] = STATE(139), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(123), - [sym_conditional_keyword] = STATE(123), + [sym_conditional] = STATE(139), + [sym_conditional_keyword] = STATE(139), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -49306,116 +49116,370 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(123), - [sym_loop] = STATE(123), - [sym_loop_operator] = STATE(123), + [sym_switch] = STATE(139), + [sym_loop] = STATE(139), + [sym_loop_operator] = STATE(139), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(123), + [sym_envoy] = STATE(139), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(123), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(123), - [sym_text] = STATE(123), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(139), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(139), + [sym_text] = STATE(139), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4199), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [176] = { + [sym__definition] = STATE(130), + [sym_keyword] = STATE(130), + [sym_php_statement] = STATE(130), + [sym__escaped] = STATE(836), + [sym__unescaped] = STATE(836), + [sym__raw] = STATE(836), + [sym__inline_raw] = STATE(836), + [sym__multi_line_raw] = STATE(836), + [sym__js] = STATE(836), + [sym_attribute] = STATE(130), + [sym__inline_directive] = STATE(130), + [sym__use] = STATE(130), + [sym__nested_directive] = STATE(130), + [sym_fragment] = STATE(130), + [sym_section] = STATE(130), + [sym_inlineSection] = STATE(130), + [sym_once] = STATE(130), + [sym_verbatim] = STATE(130), + [sym_stack] = STATE(130), + [sym__push] = STATE(835), + [sym__pushOnce] = STATE(835), + [sym__pushIf] = STATE(835), + [sym__prepend] = STATE(835), + [sym__prependOnce] = STATE(835), + [sym_conditional] = STATE(130), + [sym_conditional_keyword] = STATE(130), + [sym__if] = STATE(834), + [sym__unless] = STATE(834), + [sym__isset] = STATE(834), + [sym__empty] = STATE(834), + [sym__auth] = STATE(834), + [sym__guest] = STATE(834), + [sym__production] = STATE(834), + [sym__env] = STATE(834), + [sym__hasSection] = STATE(834), + [sym__sectionMissing] = STATE(834), + [sym__error] = STATE(834), + [sym_authorization] = STATE(834), + [sym__can] = STATE(833), + [sym__cannot] = STATE(833), + [sym__canany] = STATE(833), + [sym__feature] = STATE(834), + [sym__custom] = STATE(834), + [sym_switch] = STATE(130), + [sym_loop] = STATE(130), + [sym_loop_operator] = STATE(130), + [sym__for] = STATE(832), + [sym__foreach] = STATE(832), + [sym__forelse] = STATE(832), + [sym__while] = STATE(832), + [sym_envoy] = STATE(130), + [sym__setup] = STATE(836), + [sym__task] = STATE(831), + [sym__story] = STATE(831), + [sym__hooks] = STATE(836), + [sym__before] = STATE(836), + [sym__after] = STATE(836), + [sym__envoy_error] = STATE(836), + [sym__success] = STATE(836), + [sym__finished] = STATE(836), + [sym_livewire] = STATE(130), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(130), + [sym_text] = STATE(130), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), + [sym_comment] = ACTIONS(4201), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), + }, + [177] = { + [sym__definition] = STATE(121), + [sym_keyword] = STATE(121), + [sym_php_statement] = STATE(121), + [sym__escaped] = STATE(1685), + [sym__unescaped] = STATE(1685), + [sym__raw] = STATE(1685), + [sym__inline_raw] = STATE(1685), + [sym__multi_line_raw] = STATE(1685), + [sym__js] = STATE(1685), + [sym_attribute] = STATE(121), + [sym__inline_directive] = STATE(121), + [sym__use] = STATE(121), + [sym__nested_directive] = STATE(121), + [sym_fragment] = STATE(121), + [sym_section] = STATE(121), + [sym_inlineSection] = STATE(121), + [sym_once] = STATE(121), + [sym_verbatim] = STATE(121), + [sym_stack] = STATE(121), + [sym__push] = STATE(1684), + [sym__pushOnce] = STATE(1684), + [sym__pushIf] = STATE(1684), + [sym__prepend] = STATE(1684), + [sym__prependOnce] = STATE(1684), + [sym_conditional] = STATE(121), + [sym_conditional_keyword] = STATE(121), + [sym__if] = STATE(1630), + [sym__unless] = STATE(1630), + [sym__isset] = STATE(1630), + [sym__empty] = STATE(1630), + [sym__auth] = STATE(1630), + [sym__guest] = STATE(1630), + [sym__production] = STATE(1630), + [sym__env] = STATE(1630), + [sym__hasSection] = STATE(1630), + [sym__sectionMissing] = STATE(1630), + [sym__error] = STATE(1630), + [sym_authorization] = STATE(1630), + [sym__can] = STATE(1628), + [sym__cannot] = STATE(1628), + [sym__canany] = STATE(1628), + [sym__feature] = STATE(1630), + [sym__custom] = STATE(1630), + [sym_switch] = STATE(121), + [sym_loop] = STATE(121), + [sym_loop_operator] = STATE(121), + [sym__for] = STATE(1611), + [sym__foreach] = STATE(1611), + [sym__forelse] = STATE(1611), + [sym__while] = STATE(1611), + [sym_envoy] = STATE(121), + [sym__setup] = STATE(1685), + [sym__task] = STATE(1603), + [sym__story] = STATE(1603), + [sym__hooks] = STATE(1685), + [sym__before] = STATE(1685), + [sym__after] = STATE(1685), + [sym__envoy_error] = STATE(1685), + [sym__success] = STATE(1685), + [sym__finished] = STATE(1685), + [sym_livewire] = STATE(121), + [sym__persist] = STATE(1595), + [sym__teleport] = STATE(1595), + [sym__volt] = STATE(1595), + [sym_text] = STATE(121), + [sym__text] = STATE(727), + [aux_sym__if_statement_directive_body_repeat1] = STATE(121), + [aux_sym_php_only_repeat1] = STATE(727), [sym_comment] = ACTIONS(4203), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(115), + [anon_sym_LBRACE_LBRACE] = ACTIONS(117), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(119), + [anon_sym_ATphp] = ACTIONS(121), + [anon_sym_ATjs] = ACTIONS(123), + [aux_sym_attribute_token1] = ACTIONS(125), + [aux_sym__inline_directive_token1] = ACTIONS(127), + [aux_sym__inline_directive_token2] = ACTIONS(129), + [anon_sym_ATuse] = ACTIONS(131), + [anon_sym_ATfragment] = ACTIONS(133), + [anon_sym_ATsection] = ACTIONS(135), + [anon_sym_ATonce] = ACTIONS(137), + [anon_sym_ATverbatim] = ACTIONS(139), + [anon_sym_ATpush] = ACTIONS(141), + [anon_sym_ATpushOnce] = ACTIONS(143), + [anon_sym_ATpushIf] = ACTIONS(145), + [anon_sym_ATprepend] = ACTIONS(147), + [anon_sym_ATprependOnce] = ACTIONS(149), + [anon_sym_ATelse] = ACTIONS(151), + [aux_sym_conditional_keyword_token1] = ACTIONS(153), + [anon_sym_ATif] = ACTIONS(155), + [anon_sym_ATunless] = ACTIONS(157), + [anon_sym_ATisset] = ACTIONS(159), + [anon_sym_ATempty] = ACTIONS(161), + [anon_sym_ATauth] = ACTIONS(163), + [anon_sym_ATguest] = ACTIONS(165), + [anon_sym_ATproduction] = ACTIONS(167), + [anon_sym_ATenv] = ACTIONS(169), + [anon_sym_AThasSection] = ACTIONS(171), + [anon_sym_ATsectionMissing] = ACTIONS(173), + [anon_sym_ATerror] = ACTIONS(175), + [anon_sym_ATcan] = ACTIONS(177), + [anon_sym_ATcannot] = ACTIONS(179), + [anon_sym_ATcanany] = ACTIONS(181), + [anon_sym_ATfeature] = ACTIONS(183), + [aux_sym__custom_token1] = ACTIONS(185), + [aux_sym__custom_token2] = ACTIONS(187), + [anon_sym_ATswitch] = ACTIONS(189), + [aux_sym_loop_operator_token1] = ACTIONS(191), + [anon_sym_ATfor] = ACTIONS(193), + [anon_sym_ATforeach] = ACTIONS(195), + [anon_sym_ATforelse] = ACTIONS(197), + [anon_sym_ATwhile] = ACTIONS(199), + [anon_sym_ATsetup] = ACTIONS(201), + [anon_sym_ATtask] = ACTIONS(203), + [anon_sym_ATstory] = ACTIONS(205), + [anon_sym_ATbefore] = ACTIONS(207), + [anon_sym_ATafter] = ACTIONS(209), + [anon_sym_ATsuccess] = ACTIONS(211), + [anon_sym_ATfinished] = ACTIONS(213), + [anon_sym_ATpersist] = ACTIONS(215), + [anon_sym_ATteleport] = ACTIONS(217), + [anon_sym_ATvolt] = ACTIONS(219), + [aux_sym__text_token1] = ACTIONS(223), + [aux_sym__text_token2] = ACTIONS(223), + [aux_sym__text_token3] = ACTIONS(225), }, [178] = { - [sym__definition] = STATE(128), - [sym_keyword] = STATE(128), - [sym_php_statement] = STATE(128), + [sym__definition] = STATE(92), + [sym_keyword] = STATE(92), + [sym_php_statement] = STATE(92), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(128), - [sym__inline_directive] = STATE(128), - [sym__use] = STATE(128), - [sym__nested_directive] = STATE(128), - [sym_fragment] = STATE(128), - [sym_section] = STATE(128), - [sym_inlineSection] = STATE(128), - [sym_once] = STATE(128), - [sym_verbatim] = STATE(128), - [sym_stack] = STATE(128), + [sym_attribute] = STATE(92), + [sym__inline_directive] = STATE(92), + [sym__use] = STATE(92), + [sym__nested_directive] = STATE(92), + [sym_fragment] = STATE(92), + [sym_section] = STATE(92), + [sym_inlineSection] = STATE(92), + [sym_once] = STATE(92), + [sym_verbatim] = STATE(92), + [sym_stack] = STATE(92), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(128), - [sym_conditional_keyword] = STATE(128), + [sym_conditional] = STATE(92), + [sym_conditional_keyword] = STATE(92), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -49433,116 +49497,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(128), - [sym_loop] = STATE(128), - [sym_loop_operator] = STATE(128), + [sym_switch] = STATE(92), + [sym_loop] = STATE(92), + [sym_loop_operator] = STATE(92), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(128), + [sym_envoy] = STATE(92), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(128), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(128), - [sym_text] = STATE(128), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(92), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(92), + [sym_text] = STATE(92), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4205), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [179] = { - [sym__definition] = STATE(137), - [sym_keyword] = STATE(137), - [sym_php_statement] = STATE(137), + [sym__definition] = STATE(143), + [sym_keyword] = STATE(143), + [sym_php_statement] = STATE(143), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(137), - [sym__inline_directive] = STATE(137), - [sym__use] = STATE(137), - [sym__nested_directive] = STATE(137), - [sym_fragment] = STATE(137), - [sym_section] = STATE(137), - [sym_inlineSection] = STATE(137), - [sym_once] = STATE(137), - [sym_verbatim] = STATE(137), - [sym_stack] = STATE(137), + [sym_attribute] = STATE(143), + [sym__inline_directive] = STATE(143), + [sym__use] = STATE(143), + [sym__nested_directive] = STATE(143), + [sym_fragment] = STATE(143), + [sym_section] = STATE(143), + [sym_inlineSection] = STATE(143), + [sym_once] = STATE(143), + [sym_verbatim] = STATE(143), + [sym_stack] = STATE(143), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(137), - [sym_conditional_keyword] = STATE(137), + [sym_conditional] = STATE(143), + [sym_conditional_keyword] = STATE(143), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -49560,116 +49624,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(137), - [sym_loop] = STATE(137), - [sym_loop_operator] = STATE(137), + [sym_switch] = STATE(143), + [sym_loop] = STATE(143), + [sym_loop_operator] = STATE(143), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(137), + [sym_envoy] = STATE(143), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(137), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(137), - [sym_text] = STATE(137), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(143), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(143), + [sym_text] = STATE(143), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4207), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [180] = { - [sym__definition] = STATE(140), - [sym_keyword] = STATE(140), - [sym_php_statement] = STATE(140), + [sym__definition] = STATE(125), + [sym_keyword] = STATE(125), + [sym_php_statement] = STATE(125), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(140), - [sym__inline_directive] = STATE(140), - [sym__use] = STATE(140), - [sym__nested_directive] = STATE(140), - [sym_fragment] = STATE(140), - [sym_section] = STATE(140), - [sym_inlineSection] = STATE(140), - [sym_once] = STATE(140), - [sym_verbatim] = STATE(140), - [sym_stack] = STATE(140), + [sym_attribute] = STATE(125), + [sym__inline_directive] = STATE(125), + [sym__use] = STATE(125), + [sym__nested_directive] = STATE(125), + [sym_fragment] = STATE(125), + [sym_section] = STATE(125), + [sym_inlineSection] = STATE(125), + [sym_once] = STATE(125), + [sym_verbatim] = STATE(125), + [sym_stack] = STATE(125), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(140), - [sym_conditional_keyword] = STATE(140), + [sym_conditional] = STATE(125), + [sym_conditional_keyword] = STATE(125), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -49687,116 +49751,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(140), - [sym_loop] = STATE(140), - [sym_loop_operator] = STATE(140), + [sym_switch] = STATE(125), + [sym_loop] = STATE(125), + [sym_loop_operator] = STATE(125), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(140), + [sym_envoy] = STATE(125), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(140), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(140), - [sym_text] = STATE(140), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(125), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(125), + [sym_text] = STATE(125), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4209), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [181] = { - [sym__definition] = STATE(77), - [sym_keyword] = STATE(77), - [sym_php_statement] = STATE(77), + [sym__definition] = STATE(145), + [sym_keyword] = STATE(145), + [sym_php_statement] = STATE(145), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(77), - [sym__inline_directive] = STATE(77), - [sym__use] = STATE(77), - [sym__nested_directive] = STATE(77), - [sym_fragment] = STATE(77), - [sym_section] = STATE(77), - [sym_inlineSection] = STATE(77), - [sym_once] = STATE(77), - [sym_verbatim] = STATE(77), - [sym_stack] = STATE(77), + [sym_attribute] = STATE(145), + [sym__inline_directive] = STATE(145), + [sym__use] = STATE(145), + [sym__nested_directive] = STATE(145), + [sym_fragment] = STATE(145), + [sym_section] = STATE(145), + [sym_inlineSection] = STATE(145), + [sym_once] = STATE(145), + [sym_verbatim] = STATE(145), + [sym_stack] = STATE(145), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(77), - [sym_conditional_keyword] = STATE(77), + [sym_conditional] = STATE(145), + [sym_conditional_keyword] = STATE(145), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -49814,116 +49878,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(77), - [sym_loop] = STATE(77), - [sym_loop_operator] = STATE(77), + [sym_switch] = STATE(145), + [sym_loop] = STATE(145), + [sym_loop_operator] = STATE(145), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(77), + [sym_envoy] = STATE(145), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(77), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(77), - [sym_text] = STATE(77), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(145), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(145), + [sym_text] = STATE(145), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4211), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [182] = { - [sym__definition] = STATE(146), - [sym_keyword] = STATE(146), - [sym_php_statement] = STATE(146), + [sym__definition] = STATE(96), + [sym_keyword] = STATE(96), + [sym_php_statement] = STATE(96), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(146), - [sym__inline_directive] = STATE(146), - [sym__use] = STATE(146), - [sym__nested_directive] = STATE(146), - [sym_fragment] = STATE(146), - [sym_section] = STATE(146), - [sym_inlineSection] = STATE(146), - [sym_once] = STATE(146), - [sym_verbatim] = STATE(146), - [sym_stack] = STATE(146), + [sym_attribute] = STATE(96), + [sym__inline_directive] = STATE(96), + [sym__use] = STATE(96), + [sym__nested_directive] = STATE(96), + [sym_fragment] = STATE(96), + [sym_section] = STATE(96), + [sym_inlineSection] = STATE(96), + [sym_once] = STATE(96), + [sym_verbatim] = STATE(96), + [sym_stack] = STATE(96), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(146), - [sym_conditional_keyword] = STATE(146), + [sym_conditional] = STATE(96), + [sym_conditional_keyword] = STATE(96), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -49941,116 +50005,116 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(146), - [sym_loop] = STATE(146), - [sym_loop_operator] = STATE(146), + [sym_switch] = STATE(96), + [sym_loop] = STATE(96), + [sym_loop_operator] = STATE(96), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(146), + [sym_envoy] = STATE(96), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(146), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(146), - [sym_text] = STATE(146), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(96), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(96), + [sym_text] = STATE(96), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4213), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [183] = { - [sym__definition] = STATE(144), - [sym_keyword] = STATE(144), - [sym_php_statement] = STATE(144), + [sym__definition] = STATE(108), + [sym_keyword] = STATE(108), + [sym_php_statement] = STATE(108), [sym__escaped] = STATE(836), [sym__unescaped] = STATE(836), [sym__raw] = STATE(836), [sym__inline_raw] = STATE(836), [sym__multi_line_raw] = STATE(836), [sym__js] = STATE(836), - [sym_attribute] = STATE(144), - [sym__inline_directive] = STATE(144), - [sym__use] = STATE(144), - [sym__nested_directive] = STATE(144), - [sym_fragment] = STATE(144), - [sym_section] = STATE(144), - [sym_inlineSection] = STATE(144), - [sym_once] = STATE(144), - [sym_verbatim] = STATE(144), - [sym_stack] = STATE(144), + [sym_attribute] = STATE(108), + [sym__inline_directive] = STATE(108), + [sym__use] = STATE(108), + [sym__nested_directive] = STATE(108), + [sym_fragment] = STATE(108), + [sym_section] = STATE(108), + [sym_inlineSection] = STATE(108), + [sym_once] = STATE(108), + [sym_verbatim] = STATE(108), + [sym_stack] = STATE(108), [sym__push] = STATE(835), [sym__pushOnce] = STATE(835), [sym__pushIf] = STATE(835), [sym__prepend] = STATE(835), [sym__prependOnce] = STATE(835), - [sym_conditional] = STATE(144), - [sym_conditional_keyword] = STATE(144), + [sym_conditional] = STATE(108), + [sym_conditional_keyword] = STATE(108), [sym__if] = STATE(834), [sym__unless] = STATE(834), [sym__isset] = STATE(834), @@ -50068,157 +50132,157 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__canany] = STATE(833), [sym__feature] = STATE(834), [sym__custom] = STATE(834), - [sym_switch] = STATE(144), - [sym_loop] = STATE(144), - [sym_loop_operator] = STATE(144), + [sym_switch] = STATE(108), + [sym_loop] = STATE(108), + [sym_loop_operator] = STATE(108), [sym__for] = STATE(832), [sym__foreach] = STATE(832), [sym__forelse] = STATE(832), [sym__while] = STATE(832), - [sym_envoy] = STATE(144), + [sym_envoy] = STATE(108), [sym__setup] = STATE(836), - [sym__task] = STATE(830), - [sym__story] = STATE(830), + [sym__task] = STATE(831), + [sym__story] = STATE(831), [sym__hooks] = STATE(836), [sym__before] = STATE(836), [sym__after] = STATE(836), [sym__envoy_error] = STATE(836), [sym__success] = STATE(836), [sym__finished] = STATE(836), - [sym_livewire] = STATE(144), - [sym__persist] = STATE(829), - [sym__teleport] = STATE(829), - [sym__volt] = STATE(829), - [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(144), - [sym_text] = STATE(144), - [sym__text] = STATE(702), - [aux_sym_php_only_repeat1] = STATE(702), + [sym_livewire] = STATE(108), + [sym__persist] = STATE(830), + [sym__teleport] = STATE(830), + [sym__volt] = STATE(830), + [aux_sym__if_statement_directive_body_with_no_parameter] = STATE(108), + [sym_text] = STATE(108), + [sym__text] = STATE(704), + [aux_sym_php_only_repeat1] = STATE(704), [sym_comment] = ACTIONS(4215), - [aux_sym_keyword_token1] = ACTIONS(455), - [anon_sym_LBRACE_LBRACE] = ACTIONS(457), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(459), - [anon_sym_ATphp] = ACTIONS(461), - [anon_sym_ATjs] = ACTIONS(463), - [aux_sym_attribute_token1] = ACTIONS(465), - [aux_sym__inline_directive_token1] = ACTIONS(467), - [aux_sym__inline_directive_token2] = ACTIONS(469), - [anon_sym_ATuse] = ACTIONS(471), - [anon_sym_ATfragment] = ACTIONS(473), - [anon_sym_ATsection] = ACTIONS(475), - [anon_sym_ATonce] = ACTIONS(477), - [anon_sym_ATverbatim] = ACTIONS(479), - [anon_sym_ATpush] = ACTIONS(481), - [anon_sym_ATpushOnce] = ACTIONS(483), - [anon_sym_ATpushIf] = ACTIONS(485), - [anon_sym_ATprepend] = ACTIONS(487), - [anon_sym_ATprependOnce] = ACTIONS(489), - [anon_sym_ATelse] = ACTIONS(491), - [aux_sym_conditional_keyword_token1] = ACTIONS(493), - [anon_sym_ATif] = ACTIONS(495), - [anon_sym_ATunless] = ACTIONS(497), - [anon_sym_ATisset] = ACTIONS(499), - [anon_sym_ATempty] = ACTIONS(501), - [anon_sym_ATauth] = ACTIONS(503), - [anon_sym_ATguest] = ACTIONS(505), - [anon_sym_ATproduction] = ACTIONS(507), - [anon_sym_ATenv] = ACTIONS(511), - [anon_sym_AThasSection] = ACTIONS(513), - [anon_sym_ATsectionMissing] = ACTIONS(515), - [anon_sym_ATerror] = ACTIONS(517), - [anon_sym_ATcan] = ACTIONS(519), - [anon_sym_ATcannot] = ACTIONS(521), - [anon_sym_ATcanany] = ACTIONS(523), - [anon_sym_ATfeature] = ACTIONS(525), - [aux_sym__custom_token1] = ACTIONS(527), - [aux_sym__custom_token2] = ACTIONS(529), - [anon_sym_ATswitch] = ACTIONS(531), - [aux_sym_loop_operator_token1] = ACTIONS(533), - [anon_sym_ATfor] = ACTIONS(535), - [anon_sym_ATforeach] = ACTIONS(537), - [anon_sym_ATforelse] = ACTIONS(539), - [anon_sym_ATwhile] = ACTIONS(541), - [anon_sym_ATsetup] = ACTIONS(543), - [anon_sym_ATtask] = ACTIONS(545), - [anon_sym_ATstory] = ACTIONS(547), - [anon_sym_ATbefore] = ACTIONS(549), - [anon_sym_ATafter] = ACTIONS(551), - [anon_sym_ATsuccess] = ACTIONS(553), - [anon_sym_ATfinished] = ACTIONS(555), - [anon_sym_ATpersist] = ACTIONS(557), - [anon_sym_ATteleport] = ACTIONS(559), - [anon_sym_ATvolt] = ACTIONS(561), - [aux_sym__text_token1] = ACTIONS(563), - [aux_sym__text_token2] = ACTIONS(563), - [aux_sym__text_token3] = ACTIONS(565), + [aux_sym_keyword_token1] = ACTIONS(341), + [anon_sym_LBRACE_LBRACE] = ACTIONS(343), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(345), + [anon_sym_ATphp] = ACTIONS(347), + [anon_sym_ATjs] = ACTIONS(349), + [aux_sym_attribute_token1] = ACTIONS(351), + [aux_sym__inline_directive_token1] = ACTIONS(353), + [aux_sym__inline_directive_token2] = ACTIONS(355), + [anon_sym_ATuse] = ACTIONS(357), + [anon_sym_ATfragment] = ACTIONS(359), + [anon_sym_ATsection] = ACTIONS(361), + [anon_sym_ATonce] = ACTIONS(363), + [anon_sym_ATverbatim] = ACTIONS(365), + [anon_sym_ATpush] = ACTIONS(367), + [anon_sym_ATpushOnce] = ACTIONS(369), + [anon_sym_ATpushIf] = ACTIONS(371), + [anon_sym_ATprepend] = ACTIONS(373), + [anon_sym_ATprependOnce] = ACTIONS(375), + [anon_sym_ATelse] = ACTIONS(377), + [aux_sym_conditional_keyword_token1] = ACTIONS(379), + [anon_sym_ATif] = ACTIONS(381), + [anon_sym_ATunless] = ACTIONS(383), + [anon_sym_ATisset] = ACTIONS(385), + [anon_sym_ATempty] = ACTIONS(387), + [anon_sym_ATauth] = ACTIONS(389), + [anon_sym_ATguest] = ACTIONS(391), + [anon_sym_ATproduction] = ACTIONS(393), + [anon_sym_ATenv] = ACTIONS(397), + [anon_sym_AThasSection] = ACTIONS(399), + [anon_sym_ATsectionMissing] = ACTIONS(401), + [anon_sym_ATerror] = ACTIONS(403), + [anon_sym_ATcan] = ACTIONS(405), + [anon_sym_ATcannot] = ACTIONS(407), + [anon_sym_ATcanany] = ACTIONS(409), + [anon_sym_ATfeature] = ACTIONS(411), + [aux_sym__custom_token1] = ACTIONS(413), + [aux_sym__custom_token2] = ACTIONS(415), + [anon_sym_ATswitch] = ACTIONS(417), + [aux_sym_loop_operator_token1] = ACTIONS(419), + [anon_sym_ATfor] = ACTIONS(421), + [anon_sym_ATforeach] = ACTIONS(423), + [anon_sym_ATforelse] = ACTIONS(425), + [anon_sym_ATwhile] = ACTIONS(427), + [anon_sym_ATsetup] = ACTIONS(429), + [anon_sym_ATtask] = ACTIONS(431), + [anon_sym_ATstory] = ACTIONS(433), + [anon_sym_ATbefore] = ACTIONS(435), + [anon_sym_ATafter] = ACTIONS(437), + [anon_sym_ATsuccess] = ACTIONS(439), + [anon_sym_ATfinished] = ACTIONS(441), + [anon_sym_ATpersist] = ACTIONS(443), + [anon_sym_ATteleport] = ACTIONS(445), + [anon_sym_ATvolt] = ACTIONS(447), + [aux_sym__text_token1] = ACTIONS(449), + [aux_sym__text_token2] = ACTIONS(449), + [aux_sym__text_token3] = ACTIONS(451), }, [184] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -50231,32 +50295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4291), + [aux_sym_section_token1] = ACTIONS(4241), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -50277,73 +50341,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [185] = { - [sym__definition] = STATE(447), - [sym_keyword] = STATE(447), - [sym_php_statement] = STATE(447), - [sym__escaped] = STATE(2877), - [sym__unescaped] = STATE(2877), - [sym__raw] = STATE(2877), - [sym__inline_raw] = STATE(2877), - [sym__multi_line_raw] = STATE(2877), - [sym__js] = STATE(2877), - [sym_attribute] = STATE(447), - [sym__inline_directive] = STATE(447), - [sym__use] = STATE(447), - [sym__nested_directive] = STATE(447), - [sym_fragment] = STATE(447), - [sym_section] = STATE(447), - [sym_inlineSection] = STATE(447), - [sym_once] = STATE(447), - [sym_verbatim] = STATE(447), - [sym_stack] = STATE(447), - [sym__push] = STATE(2878), - [sym__pushOnce] = STATE(2878), - [sym__pushIf] = STATE(2878), - [sym__prepend] = STATE(2878), - [sym__prependOnce] = STATE(2878), - [sym_conditional] = STATE(447), - [sym__if] = STATE(2879), - [sym__unless] = STATE(2879), - [sym__isset] = STATE(2879), - [sym__empty] = STATE(2879), - [sym__auth] = STATE(2879), - [sym__guest] = STATE(2879), - [sym__production] = STATE(2879), - [sym__env] = STATE(2879), - [sym__hasSection] = STATE(2879), - [sym__sectionMissing] = STATE(2879), - [sym__error] = STATE(2879), - [sym_authorization] = STATE(2879), - [sym__can] = STATE(2880), - [sym__cannot] = STATE(2880), - [sym__canany] = STATE(2880), - [sym__feature] = STATE(2879), - [sym__custom] = STATE(2879), - [sym_switch] = STATE(447), - [sym_loop] = STATE(447), - [sym_loop_operator] = STATE(447), - [sym__for] = STATE(2881), - [sym__foreach] = STATE(2881), - [sym__forelse] = STATE(2881), - [sym__while] = STATE(2881), - [sym_envoy] = STATE(447), - [sym__setup] = STATE(2877), - [sym__task] = STATE(2882), - [sym__story] = STATE(2882), - [sym__hooks] = STATE(2877), - [sym__before] = STATE(2877), - [sym__after] = STATE(2877), - [sym__envoy_error] = STATE(2877), - [sym__success] = STATE(2877), - [sym__finished] = STATE(2877), - [sym_livewire] = STATE(447), - [sym__persist] = STATE(2883), - [sym__teleport] = STATE(2883), - [sym__volt] = STATE(2883), - [aux_sym__directive_body] = STATE(447), - [sym_text] = STATE(447), - [sym__text] = STATE(931), - [aux_sym_php_only_repeat1] = STATE(931), + [sym__definition] = STATE(464), + [sym_keyword] = STATE(464), + [sym_php_statement] = STATE(464), + [sym__escaped] = STATE(2907), + [sym__unescaped] = STATE(2907), + [sym__raw] = STATE(2907), + [sym__inline_raw] = STATE(2907), + [sym__multi_line_raw] = STATE(2907), + [sym__js] = STATE(2907), + [sym_attribute] = STATE(464), + [sym__inline_directive] = STATE(464), + [sym__use] = STATE(464), + [sym__nested_directive] = STATE(464), + [sym_fragment] = STATE(464), + [sym_section] = STATE(464), + [sym_inlineSection] = STATE(464), + [sym_once] = STATE(464), + [sym_verbatim] = STATE(464), + [sym_stack] = STATE(464), + [sym__push] = STATE(2908), + [sym__pushOnce] = STATE(2908), + [sym__pushIf] = STATE(2908), + [sym__prepend] = STATE(2908), + [sym__prependOnce] = STATE(2908), + [sym_conditional] = STATE(464), + [sym__if] = STATE(2909), + [sym__unless] = STATE(2909), + [sym__isset] = STATE(2909), + [sym__empty] = STATE(2909), + [sym__auth] = STATE(2909), + [sym__guest] = STATE(2909), + [sym__production] = STATE(2909), + [sym__env] = STATE(2909), + [sym__hasSection] = STATE(2909), + [sym__sectionMissing] = STATE(2909), + [sym__error] = STATE(2909), + [sym_authorization] = STATE(2909), + [sym__can] = STATE(2910), + [sym__cannot] = STATE(2910), + [sym__canany] = STATE(2910), + [sym__feature] = STATE(2909), + [sym__custom] = STATE(2909), + [sym_switch] = STATE(464), + [sym_loop] = STATE(464), + [sym_loop_operator] = STATE(464), + [sym__for] = STATE(2911), + [sym__foreach] = STATE(2911), + [sym__forelse] = STATE(2911), + [sym__while] = STATE(2911), + [sym_envoy] = STATE(464), + [sym__setup] = STATE(2907), + [sym__task] = STATE(2912), + [sym__story] = STATE(2912), + [sym__hooks] = STATE(2907), + [sym__before] = STATE(2907), + [sym__after] = STATE(2907), + [sym__envoy_error] = STATE(2907), + [sym__success] = STATE(2907), + [sym__finished] = STATE(2907), + [sym_livewire] = STATE(464), + [sym__persist] = STATE(2913), + [sym__teleport] = STATE(2913), + [sym__volt] = STATE(2913), + [aux_sym__directive_body] = STATE(464), + [sym_text] = STATE(464), + [sym__text] = STATE(951), + [aux_sym_php_only_repeat1] = STATE(951), [sym_comment] = ACTIONS(4327), [aux_sym_keyword_token1] = ACTIONS(4329), [anon_sym_LBRACE_LBRACE] = ACTIONS(4331), @@ -50402,449 +50466,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4435), }, [186] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), + [sym__definition] = STATE(230), + [sym_keyword] = STATE(230), + [sym_php_statement] = STATE(230), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(230), + [sym__inline_directive] = STATE(230), + [sym__use] = STATE(230), + [sym__nested_directive] = STATE(230), + [sym_fragment] = STATE(230), + [sym_section] = STATE(230), + [sym_inlineSection] = STATE(230), + [sym_once] = STATE(230), + [sym_verbatim] = STATE(230), + [sym_stack] = STATE(230), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(230), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(230), + [sym_loop] = STATE(230), + [sym_loop_operator] = STATE(230), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(230), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(230), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(230), + [sym_text] = STATE(230), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4463), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [187] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4575), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [188] = { - [sym__definition] = STATE(190), - [sym_keyword] = STATE(190), - [sym_php_statement] = STATE(190), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(190), - [sym__inline_directive] = STATE(190), - [sym__use] = STATE(190), - [sym__nested_directive] = STATE(190), - [sym_fragment] = STATE(190), - [sym_section] = STATE(190), - [sym_inlineSection] = STATE(190), - [sym_once] = STATE(190), - [sym_verbatim] = STATE(190), - [sym_stack] = STATE(190), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(190), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(190), - [sym_loop] = STATE(190), - [sym_loop_operator] = STATE(190), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(190), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(190), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(190), - [sym_text] = STATE(190), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4657), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4681), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [189] = { - [sym__definition] = STATE(193), - [sym_keyword] = STATE(193), - [sym_php_statement] = STATE(193), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(193), - [sym__inline_directive] = STATE(193), - [sym__use] = STATE(193), - [sym__nested_directive] = STATE(193), - [sym_fragment] = STATE(193), - [sym_section] = STATE(193), - [sym_inlineSection] = STATE(193), - [sym_once] = STATE(193), - [sym_verbatim] = STATE(193), - [sym_stack] = STATE(193), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(193), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(193), - [sym_loop] = STATE(193), - [sym_loop_operator] = STATE(193), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(193), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(193), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(193), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(193), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4767), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -50856,32 +50545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4769), + [aux_sym_section_token1] = ACTIONS(4439), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -50901,144 +50590,644 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [190] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4773), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [191] = { - [sym__definition] = STATE(217), - [sym_keyword] = STATE(217), - [sym_php_statement] = STATE(217), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(217), - [sym__inline_directive] = STATE(217), - [sym__use] = STATE(217), + [187] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(4469), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [188] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4577), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [189] = { + [sym__definition] = STATE(187), + [sym_keyword] = STATE(187), + [sym_php_statement] = STATE(187), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(187), + [sym__inline_directive] = STATE(187), + [sym__use] = STATE(187), + [sym__nested_directive] = STATE(187), + [sym_fragment] = STATE(187), + [sym_section] = STATE(187), + [sym_inlineSection] = STATE(187), + [sym_once] = STATE(187), + [sym_verbatim] = STATE(187), + [sym_stack] = STATE(187), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(187), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(187), + [sym_loop] = STATE(187), + [sym_loop_operator] = STATE(187), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(187), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(187), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(187), + [sym_text] = STATE(187), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4661), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(4663), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [190] = { + [sym__definition] = STATE(188), + [sym_keyword] = STATE(188), + [sym_php_statement] = STATE(188), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(188), + [sym__inline_directive] = STATE(188), + [sym__use] = STATE(188), + [sym__nested_directive] = STATE(188), + [sym_fragment] = STATE(188), + [sym_section] = STATE(188), + [sym_inlineSection] = STATE(188), + [sym_once] = STATE(188), + [sym_verbatim] = STATE(188), + [sym_stack] = STATE(188), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(188), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(188), + [sym_loop] = STATE(188), + [sym_loop_operator] = STATE(188), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(188), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(188), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(188), + [sym_text] = STATE(188), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4665), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4667), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [191] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4743), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [192] = { + [sym__definition] = STATE(217), + [sym_keyword] = STATE(217), + [sym_php_statement] = STATE(217), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(217), + [sym__inline_directive] = STATE(217), + [sym__use] = STATE(217), [sym__nested_directive] = STATE(217), [sym_fragment] = STATE(217), [sym_section] = STATE(217), @@ -51046,55 +51235,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(217), [sym_verbatim] = STATE(217), [sym_stack] = STATE(217), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(217), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(217), [sym_loop] = STATE(217), [sym_loop_operator] = STATE(217), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(217), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(217), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(217), - [sym__text] = STATE(909), + [sym__text] = STATE(929), [aux_sym_blade_repeat1] = STATE(217), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4775), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4779), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4781), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [193] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -51106,32 +51420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4777), + [aux_sym_section_token1] = ACTIONS(4783), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -51151,200 +51465,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [192] = { - [sym__definition] = STATE(195), - [sym_keyword] = STATE(195), - [sym_php_statement] = STATE(195), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(195), - [sym__inline_directive] = STATE(195), - [sym__use] = STATE(195), - [sym__nested_directive] = STATE(195), - [sym_fragment] = STATE(195), - [sym_section] = STATE(195), - [sym_inlineSection] = STATE(195), - [sym_once] = STATE(195), - [sym_verbatim] = STATE(195), - [sym_stack] = STATE(195), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(195), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(195), - [sym_loop] = STATE(195), - [sym_loop_operator] = STATE(195), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(195), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(195), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(195), - [sym_text] = STATE(195), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4779), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4781), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [194] = { + [sym__definition] = STATE(191), + [sym_keyword] = STATE(191), + [sym_php_statement] = STATE(191), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(191), + [sym__inline_directive] = STATE(191), + [sym__use] = STATE(191), + [sym__nested_directive] = STATE(191), + [sym_fragment] = STATE(191), + [sym_section] = STATE(191), + [sym_inlineSection] = STATE(191), + [sym_once] = STATE(191), + [sym_verbatim] = STATE(191), + [sym_stack] = STATE(191), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(191), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(191), + [sym_loop] = STATE(191), + [sym_loop_operator] = STATE(191), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(191), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(191), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(191), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(191), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4785), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4787), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [193] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [195] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4787), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [196] = { + [sym__definition] = STATE(193), + [sym_keyword] = STATE(193), + [sym_php_statement] = STATE(193), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(193), + [sym__inline_directive] = STATE(193), + [sym__use] = STATE(193), + [sym__nested_directive] = STATE(193), + [sym_fragment] = STATE(193), + [sym_section] = STATE(193), + [sym_inlineSection] = STATE(193), + [sym_once] = STATE(193), + [sym_verbatim] = STATE(193), + [sym_stack] = STATE(193), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(193), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(193), + [sym_loop] = STATE(193), + [sym_loop_operator] = STATE(193), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(193), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(193), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(193), + [sym_text] = STATE(193), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4789), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -51356,32 +51795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4783), + [aux_sym_section_token1] = ACTIONS(4791), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -51401,75 +51840,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [194] = { - [sym__definition] = STATE(196), - [sym_keyword] = STATE(196), - [sym_php_statement] = STATE(196), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(196), - [sym__inline_directive] = STATE(196), - [sym__use] = STATE(196), - [sym__nested_directive] = STATE(196), - [sym_fragment] = STATE(196), - [sym_section] = STATE(196), - [sym_inlineSection] = STATE(196), - [sym_once] = STATE(196), - [sym_verbatim] = STATE(196), - [sym_stack] = STATE(196), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(196), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(196), - [sym_loop] = STATE(196), - [sym_loop_operator] = STATE(196), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(196), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(196), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(196), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(196), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4785), + [197] = { + [sym__definition] = STATE(247), + [sym_keyword] = STATE(247), + [sym_php_statement] = STATE(247), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(247), + [sym__inline_directive] = STATE(247), + [sym__use] = STATE(247), + [sym__nested_directive] = STATE(247), + [sym_fragment] = STATE(247), + [sym_section] = STATE(247), + [sym_inlineSection] = STATE(247), + [sym_once] = STATE(247), + [sym_verbatim] = STATE(247), + [sym_stack] = STATE(247), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(247), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(247), + [sym_loop] = STATE(247), + [sym_loop_operator] = STATE(247), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(247), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(247), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(247), + [sym_text] = STATE(247), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4793), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -51481,32 +51920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4783), + [aux_sym_section_token1] = ACTIONS(4795), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -51526,200 +51965,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [195] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4787), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [198] = { + [sym__definition] = STATE(195), + [sym_keyword] = STATE(195), + [sym_php_statement] = STATE(195), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(195), + [sym__inline_directive] = STATE(195), + [sym__use] = STATE(195), + [sym__nested_directive] = STATE(195), + [sym_fragment] = STATE(195), + [sym_section] = STATE(195), + [sym_inlineSection] = STATE(195), + [sym_once] = STATE(195), + [sym_verbatim] = STATE(195), + [sym_stack] = STATE(195), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(195), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(195), + [sym_loop] = STATE(195), + [sym_loop_operator] = STATE(195), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(195), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(195), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(195), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(195), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4797), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4799), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [196] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [199] = { + [sym__definition] = STATE(184), + [sym_keyword] = STATE(184), + [sym_php_statement] = STATE(184), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(184), + [sym__inline_directive] = STATE(184), + [sym__use] = STATE(184), + [sym__nested_directive] = STATE(184), + [sym_fragment] = STATE(184), + [sym_section] = STATE(184), + [sym_inlineSection] = STATE(184), + [sym_once] = STATE(184), + [sym_verbatim] = STATE(184), + [sym_stack] = STATE(184), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(184), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(184), + [sym_loop] = STATE(184), + [sym_loop_operator] = STATE(184), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(184), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(184), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(184), + [sym_text] = STATE(184), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4801), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -51731,32 +52170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4789), + [aux_sym_section_token1] = ACTIONS(4803), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -51776,141 +52215,266 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [197] = { - [sym__definition] = STATE(199), - [sym_keyword] = STATE(199), - [sym_php_statement] = STATE(199), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(199), - [sym__inline_directive] = STATE(199), - [sym__use] = STATE(199), - [sym__nested_directive] = STATE(199), - [sym_fragment] = STATE(199), - [sym_section] = STATE(199), - [sym_inlineSection] = STATE(199), - [sym_once] = STATE(199), - [sym_verbatim] = STATE(199), - [sym_stack] = STATE(199), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(199), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(199), - [sym_loop] = STATE(199), - [sym_loop_operator] = STATE(199), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(199), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(199), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(199), - [sym_text] = STATE(199), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4791), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4793), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [200] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(4805), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [198] = { + [201] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4807), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [202] = { [sym__definition] = STATE(200), [sym_keyword] = STATE(200), [sym_php_statement] = STATE(200), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), [sym_attribute] = STATE(200), [sym__inline_directive] = STATE(200), [sym__use] = STATE(200), @@ -51921,929 +52485,429 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(200), [sym_verbatim] = STATE(200), [sym_stack] = STATE(200), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), [sym_conditional] = STATE(200), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), [sym_switch] = STATE(200), [sym_loop] = STATE(200), [sym_loop_operator] = STATE(200), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), [sym_envoy] = STATE(200), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), [sym_livewire] = STATE(200), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), [aux_sym__directive_body] = STATE(200), [sym_text] = STATE(200), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4795), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4797), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [199] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4799), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [200] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4801), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [201] = { - [sym__definition] = STATE(203), - [sym_keyword] = STATE(203), - [sym_php_statement] = STATE(203), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(203), - [sym__inline_directive] = STATE(203), - [sym__use] = STATE(203), - [sym__nested_directive] = STATE(203), - [sym_fragment] = STATE(203), - [sym_section] = STATE(203), - [sym_inlineSection] = STATE(203), - [sym_once] = STATE(203), - [sym_verbatim] = STATE(203), - [sym_stack] = STATE(203), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(203), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(203), - [sym_loop] = STATE(203), - [sym_loop_operator] = STATE(203), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(203), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(203), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(203), - [sym_text] = STATE(203), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4803), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4805), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [202] = { - [sym__definition] = STATE(205), - [sym_keyword] = STATE(205), - [sym_php_statement] = STATE(205), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(205), - [sym__inline_directive] = STATE(205), - [sym__use] = STATE(205), - [sym__nested_directive] = STATE(205), - [sym_fragment] = STATE(205), - [sym_section] = STATE(205), - [sym_inlineSection] = STATE(205), - [sym_once] = STATE(205), - [sym_verbatim] = STATE(205), - [sym_stack] = STATE(205), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(205), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(205), - [sym_loop] = STATE(205), - [sym_loop_operator] = STATE(205), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(205), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(205), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(205), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(205), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4807), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4809), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4809), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(4811), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [203] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4811), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(201), + [sym_keyword] = STATE(201), + [sym_php_statement] = STATE(201), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(201), + [sym__inline_directive] = STATE(201), + [sym__use] = STATE(201), + [sym__nested_directive] = STATE(201), + [sym_fragment] = STATE(201), + [sym_section] = STATE(201), + [sym_inlineSection] = STATE(201), + [sym_once] = STATE(201), + [sym_verbatim] = STATE(201), + [sym_stack] = STATE(201), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(201), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(201), + [sym_loop] = STATE(201), + [sym_loop_operator] = STATE(201), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(201), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(201), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(201), + [sym_text] = STATE(201), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4813), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4815), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [204] = { - [sym__definition] = STATE(210), - [sym_keyword] = STATE(210), - [sym_php_statement] = STATE(210), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(210), - [sym__inline_directive] = STATE(210), - [sym__use] = STATE(210), - [sym__nested_directive] = STATE(210), - [sym_fragment] = STATE(210), - [sym_section] = STATE(210), - [sym_inlineSection] = STATE(210), - [sym_once] = STATE(210), - [sym_verbatim] = STATE(210), - [sym_stack] = STATE(210), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(210), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(210), - [sym_loop] = STATE(210), - [sym_loop_operator] = STATE(210), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(210), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(210), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(210), - [sym_text] = STATE(210), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4813), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4815), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4817), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [205] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -52856,32 +52920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4817), + [aux_sym_section_token1] = ACTIONS(4819), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -52902,74 +52966,324 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [206] = { - [sym__definition] = STATE(212), - [sym_keyword] = STATE(212), - [sym_php_statement] = STATE(212), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(212), - [sym__inline_directive] = STATE(212), - [sym__use] = STATE(212), - [sym__nested_directive] = STATE(212), - [sym_fragment] = STATE(212), - [sym_section] = STATE(212), - [sym_inlineSection] = STATE(212), - [sym_once] = STATE(212), - [sym_verbatim] = STATE(212), - [sym_stack] = STATE(212), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(212), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(212), - [sym_loop] = STATE(212), - [sym_loop_operator] = STATE(212), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(212), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(212), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(212), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(212), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4819), + [sym__definition] = STATE(204), + [sym_keyword] = STATE(204), + [sym_php_statement] = STATE(204), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(204), + [sym__inline_directive] = STATE(204), + [sym__use] = STATE(204), + [sym__nested_directive] = STATE(204), + [sym_fragment] = STATE(204), + [sym_section] = STATE(204), + [sym_inlineSection] = STATE(204), + [sym_once] = STATE(204), + [sym_verbatim] = STATE(204), + [sym_stack] = STATE(204), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(204), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(204), + [sym_loop] = STATE(204), + [sym_loop_operator] = STATE(204), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(204), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(204), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(204), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(204), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4821), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4823), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [207] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4823), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [208] = { + [sym__definition] = STATE(205), + [sym_keyword] = STATE(205), + [sym_php_statement] = STATE(205), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(205), + [sym__inline_directive] = STATE(205), + [sym__use] = STATE(205), + [sym__nested_directive] = STATE(205), + [sym_fragment] = STATE(205), + [sym_section] = STATE(205), + [sym_inlineSection] = STATE(205), + [sym_once] = STATE(205), + [sym_verbatim] = STATE(205), + [sym_stack] = STATE(205), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(205), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(205), + [sym_loop] = STATE(205), + [sym_loop_operator] = STATE(205), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(205), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(205), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(205), + [sym_text] = STATE(205), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4825), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -52981,32 +53295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4817), + [aux_sym_section_token1] = ACTIONS(4827), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -53026,74 +53340,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [207] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [209] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -53106,32 +53420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4821), + [aux_sym_section_token1] = ACTIONS(4829), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -53151,141 +53465,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [208] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4823), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [209] = { + [210] = { [sym__definition] = STATE(207), [sym_keyword] = STATE(207), [sym_php_statement] = STATE(207), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(207), [sym__inline_directive] = STATE(207), [sym__use] = STATE(207), @@ -53296,305 +53485,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(207), [sym_verbatim] = STATE(207), [sym_stack] = STATE(207), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(207), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(207), [sym_loop] = STATE(207), [sym_loop_operator] = STATE(207), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(207), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(207), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(207), - [sym__text] = STATE(909), + [sym__text] = STATE(929), [aux_sym_blade_repeat1] = STATE(207), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4825), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4827), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [210] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4829), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4831), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4833), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [211] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(209), + [sym_keyword] = STATE(209), + [sym_php_statement] = STATE(209), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(209), + [sym__inline_directive] = STATE(209), + [sym__use] = STATE(209), + [sym__nested_directive] = STATE(209), + [sym_fragment] = STATE(209), + [sym_section] = STATE(209), + [sym_inlineSection] = STATE(209), + [sym_once] = STATE(209), + [sym_verbatim] = STATE(209), + [sym_stack] = STATE(209), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(209), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(209), + [sym_loop] = STATE(209), + [sym_loop_operator] = STATE(209), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(209), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(209), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(209), + [sym_text] = STATE(209), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4835), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -53606,32 +53670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4827), + [aux_sym_section_token1] = ACTIONS(4837), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -53652,73 +53716,198 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [212] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(4839), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [213] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -53731,32 +53920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4831), + [aux_sym_section_token1] = ACTIONS(4841), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -53776,575 +53965,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [213] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4833), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, [214] = { - [sym__definition] = STATE(208), - [sym_keyword] = STATE(208), - [sym_php_statement] = STATE(208), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(208), - [sym__inline_directive] = STATE(208), - [sym__use] = STATE(208), - [sym__nested_directive] = STATE(208), - [sym_fragment] = STATE(208), - [sym_section] = STATE(208), - [sym_inlineSection] = STATE(208), - [sym_once] = STATE(208), - [sym_verbatim] = STATE(208), - [sym_stack] = STATE(208), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(208), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(208), - [sym_loop] = STATE(208), - [sym_loop_operator] = STATE(208), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(208), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(208), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(208), - [sym_text] = STATE(208), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4835), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4837), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4843), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [215] = { - [sym__definition] = STATE(229), - [sym_keyword] = STATE(229), - [sym_php_statement] = STATE(229), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(229), - [sym__inline_directive] = STATE(229), - [sym__use] = STATE(229), - [sym__nested_directive] = STATE(229), - [sym_fragment] = STATE(229), - [sym_section] = STATE(229), - [sym_inlineSection] = STATE(229), - [sym_once] = STATE(229), - [sym_verbatim] = STATE(229), - [sym_stack] = STATE(229), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(229), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(229), - [sym_loop] = STATE(229), - [sym_loop_operator] = STATE(229), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(229), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(229), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(229), - [sym_text] = STATE(229), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4839), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4841), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [216] = { - [sym__definition] = STATE(227), - [sym_keyword] = STATE(227), - [sym_php_statement] = STATE(227), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(227), - [sym__inline_directive] = STATE(227), - [sym__use] = STATE(227), - [sym__nested_directive] = STATE(227), - [sym_fragment] = STATE(227), - [sym_section] = STATE(227), - [sym_inlineSection] = STATE(227), - [sym_once] = STATE(227), - [sym_verbatim] = STATE(227), - [sym_stack] = STATE(227), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(227), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(227), - [sym_loop] = STATE(227), - [sym_loop_operator] = STATE(227), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(227), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(227), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(227), - [sym_text] = STATE(227), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4843), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4845), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [217] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(228), + [sym_keyword] = STATE(228), + [sym_php_statement] = STATE(228), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(228), + [sym__inline_directive] = STATE(228), + [sym__use] = STATE(228), + [sym__nested_directive] = STATE(228), + [sym_fragment] = STATE(228), + [sym_section] = STATE(228), + [sym_inlineSection] = STATE(228), + [sym_once] = STATE(228), + [sym_verbatim] = STATE(228), + [sym_stack] = STATE(228), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(228), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(228), + [sym_loop] = STATE(228), + [sym_loop_operator] = STATE(228), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(228), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(228), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(228), + [sym_text] = STATE(228), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4845), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -54356,32 +54170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4847), + [aux_sym_section_token1] = ACTIONS(4847), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -54401,141 +54215,391 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [216] = { + [sym__definition] = STATE(212), + [sym_keyword] = STATE(212), + [sym_php_statement] = STATE(212), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(212), + [sym__inline_directive] = STATE(212), + [sym__use] = STATE(212), + [sym__nested_directive] = STATE(212), + [sym_fragment] = STATE(212), + [sym_section] = STATE(212), + [sym_inlineSection] = STATE(212), + [sym_once] = STATE(212), + [sym_verbatim] = STATE(212), + [sym_stack] = STATE(212), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(212), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(212), + [sym_loop] = STATE(212), + [sym_loop_operator] = STATE(212), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(212), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(212), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(212), + [sym_text] = STATE(212), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4849), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(4851), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [217] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4853), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, [218] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4849), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(214), + [sym_keyword] = STATE(214), + [sym_php_statement] = STATE(214), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(214), + [sym__inline_directive] = STATE(214), + [sym__use] = STATE(214), + [sym__nested_directive] = STATE(214), + [sym_fragment] = STATE(214), + [sym_section] = STATE(214), + [sym_inlineSection] = STATE(214), + [sym_once] = STATE(214), + [sym_verbatim] = STATE(214), + [sym_stack] = STATE(214), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(214), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(214), + [sym_loop] = STATE(214), + [sym_loop_operator] = STATE(214), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(214), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(214), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(214), + [sym_text] = STATE(214), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4855), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4857), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [219] = { [sym__definition] = STATE(231), [sym_keyword] = STATE(231), [sym_php_statement] = STATE(231), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(231), [sym__inline_directive] = STATE(231), [sym__use] = STATE(231), @@ -54546,55 +54610,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(231), [sym_verbatim] = STATE(231), [sym_stack] = STATE(231), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(231), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(231), [sym_loop] = STATE(231), [sym_loop_operator] = STATE(231), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(231), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(231), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(231), - [sym__text] = STATE(909), + [sym__text] = STATE(929), [aux_sym_blade_repeat1] = STATE(231), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4851), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4859), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4853), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [220] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4861), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [221] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -54606,32 +54920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4847), + [aux_sym_section_token1] = ACTIONS(4863), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -54651,75 +54965,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [220] = { - [sym__definition] = STATE(211), - [sym_keyword] = STATE(211), - [sym_php_statement] = STATE(211), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(211), - [sym__inline_directive] = STATE(211), - [sym__use] = STATE(211), - [sym__nested_directive] = STATE(211), - [sym_fragment] = STATE(211), - [sym_section] = STATE(211), - [sym_inlineSection] = STATE(211), - [sym_once] = STATE(211), - [sym_verbatim] = STATE(211), - [sym_stack] = STATE(211), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(211), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(211), - [sym_loop] = STATE(211), - [sym_loop_operator] = STATE(211), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(211), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(211), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(211), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(211), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4853), + [222] = { + [sym__definition] = STATE(220), + [sym_keyword] = STATE(220), + [sym_php_statement] = STATE(220), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(220), + [sym__inline_directive] = STATE(220), + [sym__use] = STATE(220), + [sym__nested_directive] = STATE(220), + [sym_fragment] = STATE(220), + [sym_section] = STATE(220), + [sym_inlineSection] = STATE(220), + [sym_once] = STATE(220), + [sym_verbatim] = STATE(220), + [sym_stack] = STATE(220), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(220), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(220), + [sym_loop] = STATE(220), + [sym_loop_operator] = STATE(220), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(220), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(220), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(220), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(220), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4865), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4867), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [223] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4867), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [224] = { + [sym__definition] = STATE(221), + [sym_keyword] = STATE(221), + [sym_php_statement] = STATE(221), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(221), + [sym__inline_directive] = STATE(221), + [sym__use] = STATE(221), + [sym__nested_directive] = STATE(221), + [sym_fragment] = STATE(221), + [sym_section] = STATE(221), + [sym_inlineSection] = STATE(221), + [sym_once] = STATE(221), + [sym_verbatim] = STATE(221), + [sym_stack] = STATE(221), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(221), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(221), + [sym_loop] = STATE(221), + [sym_loop_operator] = STATE(221), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(221), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(221), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(221), + [sym_text] = STATE(221), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4869), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -54731,32 +55295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4855), + [aux_sym_section_token1] = ACTIONS(4871), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -54776,1324 +55340,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [221] = { - [sym__definition] = STATE(218), - [sym_keyword] = STATE(218), - [sym_php_statement] = STATE(218), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(218), - [sym__inline_directive] = STATE(218), - [sym__use] = STATE(218), - [sym__nested_directive] = STATE(218), - [sym_fragment] = STATE(218), - [sym_section] = STATE(218), - [sym_inlineSection] = STATE(218), - [sym_once] = STATE(218), - [sym_verbatim] = STATE(218), - [sym_stack] = STATE(218), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(218), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(218), - [sym_loop] = STATE(218), - [sym_loop_operator] = STATE(218), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(218), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(218), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(218), - [sym_text] = STATE(218), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4857), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4859), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [222] = { - [sym__definition] = STATE(228), - [sym_keyword] = STATE(228), - [sym_php_statement] = STATE(228), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(228), - [sym__inline_directive] = STATE(228), - [sym__use] = STATE(228), - [sym__nested_directive] = STATE(228), - [sym_fragment] = STATE(228), - [sym_section] = STATE(228), - [sym_inlineSection] = STATE(228), - [sym_once] = STATE(228), - [sym_verbatim] = STATE(228), - [sym_stack] = STATE(228), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(228), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(228), - [sym_loop] = STATE(228), - [sym_loop_operator] = STATE(228), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(228), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(228), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(228), - [sym_text] = STATE(228), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4861), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4863), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [223] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4865), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [224] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4867), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, [225] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4869), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [226] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4871), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [227] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4873), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [228] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4875), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [229] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4877), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [230] = { - [sym__definition] = STATE(223), - [sym_keyword] = STATE(223), - [sym_php_statement] = STATE(223), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(223), - [sym__inline_directive] = STATE(223), - [sym__use] = STATE(223), - [sym__nested_directive] = STATE(223), - [sym_fragment] = STATE(223), - [sym_section] = STATE(223), - [sym_inlineSection] = STATE(223), - [sym_once] = STATE(223), - [sym_verbatim] = STATE(223), - [sym_stack] = STATE(223), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(223), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(223), - [sym_loop] = STATE(223), - [sym_loop_operator] = STATE(223), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(223), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(223), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(223), - [sym_text] = STATE(223), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4879), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4881), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [231] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -56106,32 +55420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4883), + [aux_sym_section_token1] = ACTIONS(4873), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -56151,325 +55465,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [232] = { - [sym__definition] = STATE(224), - [sym_keyword] = STATE(224), - [sym_php_statement] = STATE(224), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(224), - [sym__inline_directive] = STATE(224), - [sym__use] = STATE(224), - [sym__nested_directive] = STATE(224), - [sym_fragment] = STATE(224), - [sym_section] = STATE(224), - [sym_inlineSection] = STATE(224), - [sym_once] = STATE(224), - [sym_verbatim] = STATE(224), - [sym_stack] = STATE(224), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(224), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(224), - [sym_loop] = STATE(224), - [sym_loop_operator] = STATE(224), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(224), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(224), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(224), - [sym_text] = STATE(224), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4885), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4887), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [233] = { - [sym__definition] = STATE(235), - [sym_keyword] = STATE(235), - [sym_php_statement] = STATE(235), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(235), - [sym__inline_directive] = STATE(235), - [sym__use] = STATE(235), - [sym__nested_directive] = STATE(235), - [sym_fragment] = STATE(235), - [sym_section] = STATE(235), - [sym_inlineSection] = STATE(235), - [sym_once] = STATE(235), - [sym_verbatim] = STATE(235), - [sym_stack] = STATE(235), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(235), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(235), - [sym_loop] = STATE(235), - [sym_loop_operator] = STATE(235), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(235), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(235), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(235), - [sym_text] = STATE(235), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4889), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4891), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [226] = { + [sym__definition] = STATE(223), + [sym_keyword] = STATE(223), + [sym_php_statement] = STATE(223), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(223), + [sym__inline_directive] = STATE(223), + [sym__use] = STATE(223), + [sym__nested_directive] = STATE(223), + [sym_fragment] = STATE(223), + [sym_section] = STATE(223), + [sym_inlineSection] = STATE(223), + [sym_once] = STATE(223), + [sym_verbatim] = STATE(223), + [sym_stack] = STATE(223), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(223), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(223), + [sym_loop] = STATE(223), + [sym_loop_operator] = STATE(223), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(223), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(223), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(223), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(223), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4875), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4877), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [234] = { - [sym__definition] = STATE(237), - [sym_keyword] = STATE(237), - [sym_php_statement] = STATE(237), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(237), - [sym__inline_directive] = STATE(237), - [sym__use] = STATE(237), - [sym__nested_directive] = STATE(237), - [sym_fragment] = STATE(237), - [sym_section] = STATE(237), - [sym_inlineSection] = STATE(237), - [sym_once] = STATE(237), - [sym_verbatim] = STATE(237), - [sym_stack] = STATE(237), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(237), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(237), - [sym_loop] = STATE(237), - [sym_loop_operator] = STATE(237), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(237), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(237), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(237), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(237), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4893), + [227] = { + [sym__definition] = STATE(225), + [sym_keyword] = STATE(225), + [sym_php_statement] = STATE(225), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(225), + [sym__inline_directive] = STATE(225), + [sym__use] = STATE(225), + [sym__nested_directive] = STATE(225), + [sym_fragment] = STATE(225), + [sym_section] = STATE(225), + [sym_inlineSection] = STATE(225), + [sym_once] = STATE(225), + [sym_verbatim] = STATE(225), + [sym_stack] = STATE(225), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(225), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(225), + [sym_loop] = STATE(225), + [sym_loop_operator] = STATE(225), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(225), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(225), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(225), + [sym_text] = STATE(225), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4879), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -56481,32 +55670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4895), + [aux_sym_section_token1] = ACTIONS(4881), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -56526,324 +55715,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [235] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4897), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [236] = { - [sym__definition] = STATE(241), - [sym_keyword] = STATE(241), - [sym_php_statement] = STATE(241), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(241), - [sym__inline_directive] = STATE(241), - [sym__use] = STATE(241), - [sym__nested_directive] = STATE(241), - [sym_fragment] = STATE(241), - [sym_section] = STATE(241), - [sym_inlineSection] = STATE(241), - [sym_once] = STATE(241), - [sym_verbatim] = STATE(241), - [sym_stack] = STATE(241), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(241), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(241), - [sym_loop] = STATE(241), - [sym_loop_operator] = STATE(241), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(241), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(241), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(241), - [sym_text] = STATE(241), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4899), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4901), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [237] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [228] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -56856,32 +55795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4903), + [aux_sym_section_token1] = ACTIONS(4883), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -56901,200 +55840,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [238] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4905), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [239] = { - [sym__definition] = STATE(374), - [sym_keyword] = STATE(374), - [sym_php_statement] = STATE(374), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(374), - [sym__inline_directive] = STATE(374), - [sym__use] = STATE(374), - [sym__nested_directive] = STATE(374), - [sym_fragment] = STATE(374), - [sym_section] = STATE(374), - [sym_inlineSection] = STATE(374), - [sym_once] = STATE(374), - [sym_verbatim] = STATE(374), - [sym_stack] = STATE(374), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(374), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(374), - [sym_loop] = STATE(374), - [sym_loop_operator] = STATE(374), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(374), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(374), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(374), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(374), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4907), + [229] = { + [sym__definition] = STATE(343), + [sym_keyword] = STATE(343), + [sym_php_statement] = STATE(343), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(343), + [sym__inline_directive] = STATE(343), + [sym__use] = STATE(343), + [sym__nested_directive] = STATE(343), + [sym_fragment] = STATE(343), + [sym_section] = STATE(343), + [sym_inlineSection] = STATE(343), + [sym_once] = STATE(343), + [sym_verbatim] = STATE(343), + [sym_stack] = STATE(343), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(343), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(343), + [sym_loop] = STATE(343), + [sym_loop_operator] = STATE(343), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(343), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(343), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(343), + [sym_text] = STATE(343), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4885), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -57106,32 +55920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4909), + [aux_sym_section_token1] = ACTIONS(4887), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -57151,75 +55965,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [240] = { - [sym__definition] = STATE(244), - [sym_keyword] = STATE(244), - [sym_php_statement] = STATE(244), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(244), - [sym__inline_directive] = STATE(244), - [sym__use] = STATE(244), - [sym__nested_directive] = STATE(244), - [sym_fragment] = STATE(244), - [sym_section] = STATE(244), - [sym_inlineSection] = STATE(244), - [sym_once] = STATE(244), - [sym_verbatim] = STATE(244), - [sym_stack] = STATE(244), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(244), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(244), - [sym_loop] = STATE(244), - [sym_loop_operator] = STATE(244), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(244), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(244), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(244), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(244), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4911), + [230] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -57231,32 +56045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4903), + [aux_sym_section_token1] = ACTIONS(4889), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -57276,450 +56090,450 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [241] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4913), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [231] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4891), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [242] = { - [sym__definition] = STATE(225), - [sym_keyword] = STATE(225), - [sym_php_statement] = STATE(225), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(225), - [sym__inline_directive] = STATE(225), - [sym__use] = STATE(225), - [sym__nested_directive] = STATE(225), - [sym_fragment] = STATE(225), - [sym_section] = STATE(225), - [sym_inlineSection] = STATE(225), - [sym_once] = STATE(225), - [sym_verbatim] = STATE(225), - [sym_stack] = STATE(225), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(225), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(225), - [sym_loop] = STATE(225), - [sym_loop_operator] = STATE(225), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(225), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(225), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(225), - [sym_text] = STATE(225), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4915), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4917), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [232] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(4893), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [243] = { - [sym__definition] = STATE(226), - [sym_keyword] = STATE(226), - [sym_php_statement] = STATE(226), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(226), - [sym__inline_directive] = STATE(226), - [sym__use] = STATE(226), - [sym__nested_directive] = STATE(226), - [sym_fragment] = STATE(226), - [sym_section] = STATE(226), - [sym_inlineSection] = STATE(226), - [sym_once] = STATE(226), - [sym_verbatim] = STATE(226), - [sym_stack] = STATE(226), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(226), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(226), - [sym_loop] = STATE(226), - [sym_loop_operator] = STATE(226), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(226), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(226), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(226), - [sym_text] = STATE(226), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4919), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4921), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [233] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4895), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [244] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [234] = { + [sym__definition] = STATE(251), + [sym_keyword] = STATE(251), + [sym_php_statement] = STATE(251), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(251), + [sym__inline_directive] = STATE(251), + [sym__use] = STATE(251), + [sym__nested_directive] = STATE(251), + [sym_fragment] = STATE(251), + [sym_section] = STATE(251), + [sym_inlineSection] = STATE(251), + [sym_once] = STATE(251), + [sym_verbatim] = STATE(251), + [sym_stack] = STATE(251), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(251), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(251), + [sym_loop] = STATE(251), + [sym_loop_operator] = STATE(251), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(251), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(251), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(251), + [sym_text] = STATE(251), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4897), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -57731,32 +56545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4923), + [aux_sym_section_token1] = ACTIONS(4899), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -57776,141 +56590,516 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [245] = { - [sym__definition] = STATE(248), - [sym_keyword] = STATE(248), - [sym_php_statement] = STATE(248), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(248), - [sym__inline_directive] = STATE(248), - [sym__use] = STATE(248), - [sym__nested_directive] = STATE(248), - [sym_fragment] = STATE(248), - [sym_section] = STATE(248), - [sym_inlineSection] = STATE(248), - [sym_once] = STATE(248), - [sym_verbatim] = STATE(248), - [sym_stack] = STATE(248), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(248), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(248), - [sym_loop] = STATE(248), - [sym_loop_operator] = STATE(248), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(248), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(248), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(248), - [sym_text] = STATE(248), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4925), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4927), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [235] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4901), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [246] = { + [236] = { + [sym__definition] = STATE(232), + [sym_keyword] = STATE(232), + [sym_php_statement] = STATE(232), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(232), + [sym__inline_directive] = STATE(232), + [sym__use] = STATE(232), + [sym__nested_directive] = STATE(232), + [sym_fragment] = STATE(232), + [sym_section] = STATE(232), + [sym_inlineSection] = STATE(232), + [sym_once] = STATE(232), + [sym_verbatim] = STATE(232), + [sym_stack] = STATE(232), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(232), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(232), + [sym_loop] = STATE(232), + [sym_loop_operator] = STATE(232), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(232), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(232), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(232), + [sym_text] = STATE(232), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4903), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(4905), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [237] = { + [sym__definition] = STATE(233), + [sym_keyword] = STATE(233), + [sym_php_statement] = STATE(233), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(233), + [sym__inline_directive] = STATE(233), + [sym__use] = STATE(233), + [sym__nested_directive] = STATE(233), + [sym_fragment] = STATE(233), + [sym_section] = STATE(233), + [sym_inlineSection] = STATE(233), + [sym_once] = STATE(233), + [sym_verbatim] = STATE(233), + [sym_stack] = STATE(233), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(233), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(233), + [sym_loop] = STATE(233), + [sym_loop_operator] = STATE(233), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(233), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(233), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(233), + [sym_text] = STATE(233), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4907), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4909), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [238] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4911), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [239] = { [sym__definition] = STATE(250), [sym_keyword] = STATE(250), [sym_php_statement] = STATE(250), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(250), [sym__inline_directive] = STATE(250), [sym__use] = STATE(250), @@ -57921,179 +57110,304 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(250), [sym_verbatim] = STATE(250), [sym_stack] = STATE(250), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(250), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(250), [sym_loop] = STATE(250), [sym_loop_operator] = STATE(250), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(250), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(250), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(250), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(250), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4929), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4931), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(250), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4913), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4911), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [247] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [240] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4915), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [241] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -58106,32 +57420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4909), + [aux_sym_section_token1] = ACTIONS(4917), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -58151,200 +57465,450 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [248] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(4933), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [242] = { + [sym__definition] = STATE(252), + [sym_keyword] = STATE(252), + [sym_php_statement] = STATE(252), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(252), + [sym__inline_directive] = STATE(252), + [sym__use] = STATE(252), + [sym__nested_directive] = STATE(252), + [sym_fragment] = STATE(252), + [sym_section] = STATE(252), + [sym_inlineSection] = STATE(252), + [sym_once] = STATE(252), + [sym_verbatim] = STATE(252), + [sym_stack] = STATE(252), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(252), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(252), + [sym_loop] = STATE(252), + [sym_loop_operator] = STATE(252), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(252), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(252), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(252), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(252), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4919), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4901), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [249] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [243] = { + [sym__definition] = STATE(240), + [sym_keyword] = STATE(240), + [sym_php_statement] = STATE(240), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(240), + [sym__inline_directive] = STATE(240), + [sym__use] = STATE(240), + [sym__nested_directive] = STATE(240), + [sym_fragment] = STATE(240), + [sym_section] = STATE(240), + [sym_inlineSection] = STATE(240), + [sym_once] = STATE(240), + [sym_verbatim] = STATE(240), + [sym_stack] = STATE(240), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(240), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(240), + [sym_loop] = STATE(240), + [sym_loop_operator] = STATE(240), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(240), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(240), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(240), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(240), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4921), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4923), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [244] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4923), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [245] = { + [sym__definition] = STATE(241), + [sym_keyword] = STATE(241), + [sym_php_statement] = STATE(241), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(241), + [sym__inline_directive] = STATE(241), + [sym__use] = STATE(241), + [sym__nested_directive] = STATE(241), + [sym_fragment] = STATE(241), + [sym_section] = STATE(241), + [sym_inlineSection] = STATE(241), + [sym_once] = STATE(241), + [sym_verbatim] = STATE(241), + [sym_stack] = STATE(241), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(241), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(241), + [sym_loop] = STATE(241), + [sym_loop_operator] = STATE(241), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(241), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(241), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(241), + [sym_text] = STATE(241), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4925), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -58356,32 +57920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4935), + [aux_sym_section_token1] = ACTIONS(4927), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -58401,199 +57965,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [250] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(4937), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [251] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [246] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -58606,32 +58045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4939), + [aux_sym_section_token1] = ACTIONS(4929), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -58651,325 +58090,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [252] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4941), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [253] = { - [sym__definition] = STATE(265), - [sym_keyword] = STATE(265), - [sym_php_statement] = STATE(265), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(265), - [sym__inline_directive] = STATE(265), - [sym__use] = STATE(265), - [sym__nested_directive] = STATE(265), - [sym_fragment] = STATE(265), - [sym_section] = STATE(265), - [sym_inlineSection] = STATE(265), - [sym_once] = STATE(265), - [sym_verbatim] = STATE(265), - [sym_stack] = STATE(265), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(265), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(265), - [sym_loop] = STATE(265), - [sym_loop_operator] = STATE(265), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(265), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(265), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(265), - [sym_text] = STATE(265), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4943), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(4945), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [254] = { - [sym__definition] = STATE(251), - [sym_keyword] = STATE(251), - [sym_php_statement] = STATE(251), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(251), - [sym__inline_directive] = STATE(251), - [sym__use] = STATE(251), - [sym__nested_directive] = STATE(251), - [sym_fragment] = STATE(251), - [sym_section] = STATE(251), - [sym_inlineSection] = STATE(251), - [sym_once] = STATE(251), - [sym_verbatim] = STATE(251), - [sym_stack] = STATE(251), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(251), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(251), - [sym_loop] = STATE(251), - [sym_loop_operator] = STATE(251), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(251), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(251), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(251), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(251), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4947), + [247] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -58981,32 +58170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4949), + [aux_sym_section_token1] = ACTIONS(4931), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -59026,200 +58215,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [255] = { - [sym__definition] = STATE(279), - [sym_keyword] = STATE(279), - [sym_php_statement] = STATE(279), - [sym__escaped] = STATE(3383), - [sym__unescaped] = STATE(3383), - [sym__raw] = STATE(3383), - [sym__inline_raw] = STATE(3383), - [sym__multi_line_raw] = STATE(3383), - [sym__js] = STATE(3383), - [sym_attribute] = STATE(279), - [sym__inline_directive] = STATE(279), - [sym__use] = STATE(279), - [sym__nested_directive] = STATE(279), - [sym_fragment] = STATE(279), - [sym_section] = STATE(279), - [sym_inlineSection] = STATE(279), - [sym_once] = STATE(279), - [sym_verbatim] = STATE(279), - [sym_stack] = STATE(279), - [sym__push] = STATE(3382), - [sym__pushOnce] = STATE(3382), - [sym__pushIf] = STATE(3382), - [sym__prepend] = STATE(3382), - [sym__prependOnce] = STATE(3382), - [sym_conditional] = STATE(279), - [sym__if] = STATE(3381), - [sym__unless] = STATE(3381), - [sym__isset] = STATE(3381), - [sym__empty] = STATE(3381), - [sym__auth] = STATE(3381), - [sym__guest] = STATE(3381), - [sym__production] = STATE(3381), - [sym__env] = STATE(3381), - [sym__hasSection] = STATE(3381), - [sym__sectionMissing] = STATE(3381), - [sym__error] = STATE(3381), - [sym_authorization] = STATE(3381), - [sym__can] = STATE(3380), - [sym__cannot] = STATE(3380), - [sym__canany] = STATE(3380), - [sym__feature] = STATE(3381), - [sym__custom] = STATE(3381), - [sym_switch] = STATE(279), - [sym_loop] = STATE(279), - [sym_loop_operator] = STATE(279), - [sym__for] = STATE(3379), - [sym__foreach] = STATE(3379), - [sym__forelse] = STATE(3379), - [sym__while] = STATE(3379), - [sym_envoy] = STATE(279), - [sym__setup] = STATE(3383), - [sym__task] = STATE(3378), - [sym__story] = STATE(3378), - [sym__hooks] = STATE(3383), - [sym__before] = STATE(3383), - [sym__after] = STATE(3383), - [sym__envoy_error] = STATE(3383), - [sym__success] = STATE(3383), - [sym__finished] = STATE(3383), - [sym_livewire] = STATE(279), - [sym__persist] = STATE(3377), - [sym__teleport] = STATE(3377), - [sym__volt] = STATE(3377), - [aux_sym__directive_body] = STATE(279), - [sym_text] = STATE(279), - [sym__text] = STATE(1031), - [aux_sym_php_only_repeat1] = STATE(1031), - [sym_comment] = ACTIONS(4951), - [aux_sym_keyword_token1] = ACTIONS(4953), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4955), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4957), - [anon_sym_ATphp] = ACTIONS(4959), - [anon_sym_ATjs] = ACTIONS(4961), - [aux_sym_attribute_token1] = ACTIONS(4963), - [aux_sym__inline_directive_token1] = ACTIONS(4965), - [aux_sym__inline_directive_token2] = ACTIONS(4967), - [anon_sym_ATuse] = ACTIONS(4969), - [anon_sym_ATfragment] = ACTIONS(4971), - [anon_sym_ATsection] = ACTIONS(4973), - [anon_sym_ATonce] = ACTIONS(4975), - [anon_sym_ATverbatim] = ACTIONS(4977), - [anon_sym_ATpush] = ACTIONS(4979), - [anon_sym_ATendpush] = ACTIONS(4981), - [anon_sym_ATpushOnce] = ACTIONS(4983), - [anon_sym_ATpushIf] = ACTIONS(4985), - [anon_sym_ATprepend] = ACTIONS(4987), - [anon_sym_ATprependOnce] = ACTIONS(4989), - [anon_sym_ATif] = ACTIONS(4991), - [anon_sym_ATunless] = ACTIONS(4993), - [anon_sym_ATisset] = ACTIONS(4995), - [anon_sym_ATempty] = ACTIONS(4997), - [anon_sym_ATauth] = ACTIONS(4999), - [anon_sym_ATguest] = ACTIONS(5001), - [anon_sym_ATproduction] = ACTIONS(5003), - [anon_sym_ATenv] = ACTIONS(5005), - [anon_sym_AThasSection] = ACTIONS(5007), - [anon_sym_ATsectionMissing] = ACTIONS(5009), - [anon_sym_ATerror] = ACTIONS(5011), - [anon_sym_ATcan] = ACTIONS(5013), - [anon_sym_ATcannot] = ACTIONS(5015), - [anon_sym_ATcanany] = ACTIONS(5017), - [anon_sym_ATfeature] = ACTIONS(5019), - [aux_sym__custom_token1] = ACTIONS(5021), - [aux_sym__custom_token2] = ACTIONS(5023), - [anon_sym_ATswitch] = ACTIONS(5025), - [aux_sym_loop_operator_token1] = ACTIONS(5027), - [anon_sym_ATfor] = ACTIONS(5029), - [anon_sym_ATforeach] = ACTIONS(5031), - [anon_sym_ATforelse] = ACTIONS(5033), - [anon_sym_ATwhile] = ACTIONS(5035), - [anon_sym_ATsetup] = ACTIONS(5037), - [anon_sym_ATtask] = ACTIONS(5039), - [anon_sym_ATstory] = ACTIONS(5041), - [anon_sym_ATbefore] = ACTIONS(5043), - [anon_sym_ATafter] = ACTIONS(5045), - [anon_sym_ATsuccess] = ACTIONS(5047), - [anon_sym_ATfinished] = ACTIONS(5049), - [anon_sym_ATpersist] = ACTIONS(5051), - [anon_sym_ATteleport] = ACTIONS(5053), - [anon_sym_ATvolt] = ACTIONS(5055), - [aux_sym__text_token1] = ACTIONS(5057), - [aux_sym__text_token2] = ACTIONS(5057), - [aux_sym__text_token3] = ACTIONS(5059), + [248] = { + [sym__definition] = STATE(244), + [sym_keyword] = STATE(244), + [sym_php_statement] = STATE(244), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(244), + [sym__inline_directive] = STATE(244), + [sym__use] = STATE(244), + [sym__nested_directive] = STATE(244), + [sym_fragment] = STATE(244), + [sym_section] = STATE(244), + [sym_inlineSection] = STATE(244), + [sym_once] = STATE(244), + [sym_verbatim] = STATE(244), + [sym_stack] = STATE(244), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(244), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(244), + [sym_loop] = STATE(244), + [sym_loop_operator] = STATE(244), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(244), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(244), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(244), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(244), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4933), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4935), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [256] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [249] = { + [sym__definition] = STATE(246), + [sym_keyword] = STATE(246), + [sym_php_statement] = STATE(246), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(246), + [sym__inline_directive] = STATE(246), + [sym__use] = STATE(246), + [sym__nested_directive] = STATE(246), + [sym_fragment] = STATE(246), + [sym_section] = STATE(246), + [sym_inlineSection] = STATE(246), + [sym_once] = STATE(246), + [sym_verbatim] = STATE(246), + [sym_stack] = STATE(246), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(246), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(246), + [sym_loop] = STATE(246), + [sym_loop_operator] = STATE(246), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(246), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(246), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(246), + [sym_text] = STATE(246), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4937), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -59231,32 +58420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(4949), + [aux_sym_section_token1] = ACTIONS(4939), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -59276,699 +58465,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [257] = { - [sym__definition] = STATE(252), - [sym_keyword] = STATE(252), - [sym_php_statement] = STATE(252), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(252), - [sym__inline_directive] = STATE(252), - [sym__use] = STATE(252), - [sym__nested_directive] = STATE(252), - [sym_fragment] = STATE(252), - [sym_section] = STATE(252), - [sym_inlineSection] = STATE(252), - [sym_once] = STATE(252), - [sym_verbatim] = STATE(252), - [sym_stack] = STATE(252), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(252), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(252), - [sym_loop] = STATE(252), - [sym_loop_operator] = STATE(252), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(252), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(252), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(252), - [sym_text] = STATE(252), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5061), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5063), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [258] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5065), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [259] = { - [sym__definition] = STATE(568), - [sym_keyword] = STATE(568), - [sym_php_statement] = STATE(568), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(568), - [sym__inline_directive] = STATE(568), - [sym__use] = STATE(568), - [sym__nested_directive] = STATE(568), - [sym_fragment] = STATE(568), - [sym_section] = STATE(568), - [sym_inlineSection] = STATE(568), - [sym_once] = STATE(568), - [sym_verbatim] = STATE(568), - [sym_stack] = STATE(568), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(568), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(568), - [sym_loop] = STATE(568), - [sym_loop_operator] = STATE(568), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(568), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(568), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(568), - [sym_text] = STATE(568), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(5067), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5069), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [260] = { - [sym__definition] = STATE(238), - [sym_keyword] = STATE(238), - [sym_php_statement] = STATE(238), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(238), - [sym__inline_directive] = STATE(238), - [sym__use] = STATE(238), - [sym__nested_directive] = STATE(238), - [sym_fragment] = STATE(238), - [sym_section] = STATE(238), - [sym_inlineSection] = STATE(238), - [sym_once] = STATE(238), - [sym_verbatim] = STATE(238), - [sym_stack] = STATE(238), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(238), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(238), - [sym_loop] = STATE(238), - [sym_loop_operator] = STATE(238), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(238), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(238), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(238), - [sym_text] = STATE(238), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5071), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5073), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [261] = { - [sym__definition] = STATE(186), - [sym_keyword] = STATE(186), - [sym_php_statement] = STATE(186), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(186), - [sym__inline_directive] = STATE(186), - [sym__use] = STATE(186), - [sym__nested_directive] = STATE(186), - [sym_fragment] = STATE(186), - [sym_section] = STATE(186), - [sym_inlineSection] = STATE(186), - [sym_once] = STATE(186), - [sym_verbatim] = STATE(186), - [sym_stack] = STATE(186), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(186), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(186), - [sym_loop] = STATE(186), - [sym_loop_operator] = STATE(186), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(186), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(186), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(186), - [sym_text] = STATE(186), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(5075), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5077), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [250] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4941), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [262] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [251] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -59981,32 +58670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5079), + [aux_sym_section_token1] = ACTIONS(4943), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -60026,391 +58715,1266 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [263] = { - [sym__definition] = STATE(267), - [sym_keyword] = STATE(267), - [sym_php_statement] = STATE(267), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(267), - [sym__inline_directive] = STATE(267), - [sym__use] = STATE(267), - [sym__nested_directive] = STATE(267), - [sym_fragment] = STATE(267), - [sym_section] = STATE(267), - [sym_inlineSection] = STATE(267), - [sym_once] = STATE(267), - [sym_verbatim] = STATE(267), - [sym_stack] = STATE(267), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(267), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(267), - [sym_loop] = STATE(267), - [sym_loop_operator] = STATE(267), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(267), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(267), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(267), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(267), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5081), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5083), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), + [252] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(4945), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [264] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5085), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [253] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(4947), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [265] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5087), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [254] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4949), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [266] = { + [255] = { + [sym__definition] = STATE(262), + [sym_keyword] = STATE(262), + [sym_php_statement] = STATE(262), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(262), + [sym__inline_directive] = STATE(262), + [sym__use] = STATE(262), + [sym__nested_directive] = STATE(262), + [sym_fragment] = STATE(262), + [sym_section] = STATE(262), + [sym_inlineSection] = STATE(262), + [sym_once] = STATE(262), + [sym_verbatim] = STATE(262), + [sym_stack] = STATE(262), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(262), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(262), + [sym_loop] = STATE(262), + [sym_loop_operator] = STATE(262), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(262), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(262), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(262), + [sym_text] = STATE(262), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4951), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(4953), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [256] = { + [sym__definition] = STATE(281), + [sym_keyword] = STATE(281), + [sym_php_statement] = STATE(281), + [sym__escaped] = STATE(3683), + [sym__unescaped] = STATE(3683), + [sym__raw] = STATE(3683), + [sym__inline_raw] = STATE(3683), + [sym__multi_line_raw] = STATE(3683), + [sym__js] = STATE(3683), + [sym_attribute] = STATE(281), + [sym__inline_directive] = STATE(281), + [sym__use] = STATE(281), + [sym__nested_directive] = STATE(281), + [sym_fragment] = STATE(281), + [sym_section] = STATE(281), + [sym_inlineSection] = STATE(281), + [sym_once] = STATE(281), + [sym_verbatim] = STATE(281), + [sym_stack] = STATE(281), + [sym__push] = STATE(3676), + [sym__pushOnce] = STATE(3676), + [sym__pushIf] = STATE(3676), + [sym__prepend] = STATE(3676), + [sym__prependOnce] = STATE(3676), + [sym_conditional] = STATE(281), + [sym__if] = STATE(3675), + [sym__unless] = STATE(3675), + [sym__isset] = STATE(3675), + [sym__empty] = STATE(3675), + [sym__auth] = STATE(3675), + [sym__guest] = STATE(3675), + [sym__production] = STATE(3675), + [sym__env] = STATE(3675), + [sym__hasSection] = STATE(3675), + [sym__sectionMissing] = STATE(3675), + [sym__error] = STATE(3675), + [sym_authorization] = STATE(3675), + [sym__can] = STATE(3674), + [sym__cannot] = STATE(3674), + [sym__canany] = STATE(3674), + [sym__feature] = STATE(3675), + [sym__custom] = STATE(3675), + [sym_switch] = STATE(281), + [sym_loop] = STATE(281), + [sym_loop_operator] = STATE(281), + [sym__for] = STATE(3672), + [sym__foreach] = STATE(3672), + [sym__forelse] = STATE(3672), + [sym__while] = STATE(3672), + [sym_envoy] = STATE(281), + [sym__setup] = STATE(3683), + [sym__task] = STATE(3671), + [sym__story] = STATE(3671), + [sym__hooks] = STATE(3683), + [sym__before] = STATE(3683), + [sym__after] = STATE(3683), + [sym__envoy_error] = STATE(3683), + [sym__success] = STATE(3683), + [sym__finished] = STATE(3683), + [sym_livewire] = STATE(281), + [sym__persist] = STATE(3670), + [sym__teleport] = STATE(3670), + [sym__volt] = STATE(3670), + [aux_sym__directive_body] = STATE(281), + [sym_text] = STATE(281), + [sym__text] = STATE(943), + [aux_sym_php_only_repeat1] = STATE(943), + [sym_comment] = ACTIONS(4955), + [aux_sym_keyword_token1] = ACTIONS(4957), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4959), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4961), + [anon_sym_ATphp] = ACTIONS(4963), + [anon_sym_ATjs] = ACTIONS(4965), + [aux_sym_attribute_token1] = ACTIONS(4967), + [aux_sym__inline_directive_token1] = ACTIONS(4969), + [aux_sym__inline_directive_token2] = ACTIONS(4971), + [anon_sym_ATuse] = ACTIONS(4973), + [anon_sym_ATfragment] = ACTIONS(4975), + [anon_sym_ATsection] = ACTIONS(4977), + [anon_sym_ATonce] = ACTIONS(4979), + [anon_sym_ATverbatim] = ACTIONS(4981), + [anon_sym_ATpush] = ACTIONS(4983), + [anon_sym_ATendpush] = ACTIONS(4429), + [anon_sym_ATpushOnce] = ACTIONS(4985), + [anon_sym_ATpushIf] = ACTIONS(4987), + [anon_sym_ATprepend] = ACTIONS(4989), + [anon_sym_ATprependOnce] = ACTIONS(4991), + [anon_sym_ATif] = ACTIONS(4993), + [anon_sym_ATunless] = ACTIONS(4995), + [anon_sym_ATisset] = ACTIONS(4997), + [anon_sym_ATempty] = ACTIONS(4999), + [anon_sym_ATauth] = ACTIONS(5001), + [anon_sym_ATguest] = ACTIONS(5003), + [anon_sym_ATproduction] = ACTIONS(5005), + [anon_sym_ATenv] = ACTIONS(5007), + [anon_sym_AThasSection] = ACTIONS(5009), + [anon_sym_ATsectionMissing] = ACTIONS(5011), + [anon_sym_ATerror] = ACTIONS(5013), + [anon_sym_ATcan] = ACTIONS(5015), + [anon_sym_ATcannot] = ACTIONS(5017), + [anon_sym_ATcanany] = ACTIONS(5019), + [anon_sym_ATfeature] = ACTIONS(5021), + [aux_sym__custom_token1] = ACTIONS(5023), + [aux_sym__custom_token2] = ACTIONS(5025), + [anon_sym_ATswitch] = ACTIONS(5027), + [aux_sym_loop_operator_token1] = ACTIONS(5029), + [anon_sym_ATfor] = ACTIONS(5031), + [anon_sym_ATforeach] = ACTIONS(5033), + [anon_sym_ATforelse] = ACTIONS(5035), + [anon_sym_ATwhile] = ACTIONS(5037), + [anon_sym_ATsetup] = ACTIONS(5039), + [anon_sym_ATtask] = ACTIONS(5041), + [anon_sym_ATstory] = ACTIONS(5043), + [anon_sym_ATbefore] = ACTIONS(5045), + [anon_sym_ATafter] = ACTIONS(5047), + [anon_sym_ATsuccess] = ACTIONS(5049), + [anon_sym_ATfinished] = ACTIONS(5051), + [anon_sym_ATpersist] = ACTIONS(5053), + [anon_sym_ATteleport] = ACTIONS(5055), + [anon_sym_ATvolt] = ACTIONS(5057), + [aux_sym__text_token1] = ACTIONS(5059), + [aux_sym__text_token2] = ACTIONS(5059), + [aux_sym__text_token3] = ACTIONS(5061), + }, + [257] = { + [sym__definition] = STATE(253), + [sym_keyword] = STATE(253), + [sym_php_statement] = STATE(253), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(253), + [sym__inline_directive] = STATE(253), + [sym__use] = STATE(253), + [sym__nested_directive] = STATE(253), + [sym_fragment] = STATE(253), + [sym_section] = STATE(253), + [sym_inlineSection] = STATE(253), + [sym_once] = STATE(253), + [sym_verbatim] = STATE(253), + [sym_stack] = STATE(253), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(253), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(253), + [sym_loop] = STATE(253), + [sym_loop_operator] = STATE(253), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(253), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(253), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(253), + [sym_text] = STATE(253), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(5063), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5065), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [258] = { + [sym__definition] = STATE(254), + [sym_keyword] = STATE(254), + [sym_php_statement] = STATE(254), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(254), + [sym__inline_directive] = STATE(254), + [sym__use] = STATE(254), + [sym__nested_directive] = STATE(254), + [sym_fragment] = STATE(254), + [sym_section] = STATE(254), + [sym_inlineSection] = STATE(254), + [sym_once] = STATE(254), + [sym_verbatim] = STATE(254), + [sym_stack] = STATE(254), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(254), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(254), + [sym_loop] = STATE(254), + [sym_loop_operator] = STATE(254), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(254), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(254), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(254), + [sym_text] = STATE(254), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(5067), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5069), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [259] = { + [sym__definition] = STATE(263), + [sym_keyword] = STATE(263), + [sym_php_statement] = STATE(263), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(263), + [sym__inline_directive] = STATE(263), + [sym__use] = STATE(263), + [sym__nested_directive] = STATE(263), + [sym_fragment] = STATE(263), + [sym_section] = STATE(263), + [sym_inlineSection] = STATE(263), + [sym_once] = STATE(263), + [sym_verbatim] = STATE(263), + [sym_stack] = STATE(263), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(263), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(263), + [sym_loop] = STATE(263), + [sym_loop_operator] = STATE(263), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(263), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(263), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(263), + [sym_text] = STATE(263), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(5071), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5073), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [260] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5075), + [aux_sym_keyword_token1] = ACTIONS(5078), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5081), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5084), + [anon_sym_ATphp] = ACTIONS(5087), + [anon_sym_ATjs] = ACTIONS(5090), + [aux_sym_attribute_token1] = ACTIONS(5093), + [aux_sym__inline_directive_token1] = ACTIONS(5096), + [aux_sym__inline_directive_token2] = ACTIONS(5099), + [anon_sym_ATuse] = ACTIONS(5102), + [anon_sym_ATfragment] = ACTIONS(5105), + [anon_sym_ATsection] = ACTIONS(5108), + [aux_sym_section_token1] = ACTIONS(5111), + [anon_sym_ATonce] = ACTIONS(5113), + [anon_sym_ATverbatim] = ACTIONS(5116), + [anon_sym_ATpush] = ACTIONS(5119), + [anon_sym_ATpushOnce] = ACTIONS(5122), + [anon_sym_ATpushIf] = ACTIONS(5125), + [anon_sym_ATprepend] = ACTIONS(5128), + [anon_sym_ATprependOnce] = ACTIONS(5131), + [anon_sym_ATif] = ACTIONS(5134), + [anon_sym_ATunless] = ACTIONS(5137), + [anon_sym_ATisset] = ACTIONS(5140), + [anon_sym_ATempty] = ACTIONS(5143), + [anon_sym_ATauth] = ACTIONS(5146), + [anon_sym_ATguest] = ACTIONS(5149), + [anon_sym_ATproduction] = ACTIONS(5152), + [anon_sym_ATenv] = ACTIONS(5155), + [anon_sym_AThasSection] = ACTIONS(5158), + [anon_sym_ATsectionMissing] = ACTIONS(5161), + [anon_sym_ATerror] = ACTIONS(5164), + [anon_sym_ATcan] = ACTIONS(5167), + [anon_sym_ATcannot] = ACTIONS(5170), + [anon_sym_ATcanany] = ACTIONS(5173), + [anon_sym_ATfeature] = ACTIONS(5176), + [aux_sym__custom_token1] = ACTIONS(5179), + [aux_sym__custom_token2] = ACTIONS(5182), + [anon_sym_ATswitch] = ACTIONS(5185), + [aux_sym_loop_operator_token1] = ACTIONS(5188), + [anon_sym_ATfor] = ACTIONS(5191), + [anon_sym_ATforeach] = ACTIONS(5194), + [anon_sym_ATforelse] = ACTIONS(5197), + [anon_sym_ATwhile] = ACTIONS(5200), + [anon_sym_ATsetup] = ACTIONS(5203), + [anon_sym_ATtask] = ACTIONS(5206), + [anon_sym_ATstory] = ACTIONS(5209), + [anon_sym_ATbefore] = ACTIONS(5212), + [anon_sym_ATafter] = ACTIONS(5215), + [anon_sym_ATsuccess] = ACTIONS(5218), + [anon_sym_ATfinished] = ACTIONS(5221), + [anon_sym_ATpersist] = ACTIONS(5224), + [anon_sym_ATteleport] = ACTIONS(5227), + [anon_sym_ATvolt] = ACTIONS(5230), + [aux_sym__text_token1] = ACTIONS(5233), + [aux_sym__text_token2] = ACTIONS(5233), + [aux_sym__text_token3] = ACTIONS(5236), + }, + [261] = { + [sym__definition] = STATE(346), + [sym_keyword] = STATE(346), + [sym_php_statement] = STATE(346), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(346), + [sym__inline_directive] = STATE(346), + [sym__use] = STATE(346), + [sym__nested_directive] = STATE(346), + [sym_fragment] = STATE(346), + [sym_section] = STATE(346), + [sym_inlineSection] = STATE(346), + [sym_once] = STATE(346), + [sym_verbatim] = STATE(346), + [sym_stack] = STATE(346), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(346), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(346), + [sym_loop] = STATE(346), + [sym_loop_operator] = STATE(346), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(346), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(346), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(346), + [sym_text] = STATE(346), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(5239), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5241), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [262] = { [sym__definition] = STATE(273), [sym_keyword] = STATE(273), [sym_php_statement] = STATE(273), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), [sym_attribute] = STATE(273), [sym__inline_directive] = STATE(273), [sym__use] = STATE(273), @@ -60421,179 +59985,429 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(273), [sym_verbatim] = STATE(273), [sym_stack] = STATE(273), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), [sym_conditional] = STATE(273), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), [sym_switch] = STATE(273), [sym_loop] = STATE(273), [sym_loop_operator] = STATE(273), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), [sym_envoy] = STATE(273), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), [sym_livewire] = STATE(273), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), [aux_sym__directive_body] = STATE(273), [sym_text] = STATE(273), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5089), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5091), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5243), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [267] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [263] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5245), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [264] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5247), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [265] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -60606,32 +60420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5093), + [aux_sym_section_token1] = ACTIONS(5249), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -60651,75 +60465,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [266] = { + [sym__definition] = STATE(264), + [sym_keyword] = STATE(264), + [sym_php_statement] = STATE(264), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(264), + [sym__inline_directive] = STATE(264), + [sym__use] = STATE(264), + [sym__nested_directive] = STATE(264), + [sym_fragment] = STATE(264), + [sym_section] = STATE(264), + [sym_inlineSection] = STATE(264), + [sym_once] = STATE(264), + [sym_verbatim] = STATE(264), + [sym_stack] = STATE(264), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(264), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(264), + [sym_loop] = STATE(264), + [sym_loop_operator] = STATE(264), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(264), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(264), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(264), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(264), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5251), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5253), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [267] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5253), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, [268] = { - [sym__definition] = STATE(275), - [sym_keyword] = STATE(275), - [sym_php_statement] = STATE(275), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(275), - [sym__inline_directive] = STATE(275), - [sym__use] = STATE(275), - [sym__nested_directive] = STATE(275), - [sym_fragment] = STATE(275), - [sym_section] = STATE(275), - [sym_inlineSection] = STATE(275), - [sym_once] = STATE(275), - [sym_verbatim] = STATE(275), - [sym_stack] = STATE(275), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(275), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(275), - [sym_loop] = STATE(275), - [sym_loop_operator] = STATE(275), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(275), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(275), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(275), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(275), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5095), + [sym__definition] = STATE(265), + [sym_keyword] = STATE(265), + [sym_php_statement] = STATE(265), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(265), + [sym__inline_directive] = STATE(265), + [sym__use] = STATE(265), + [sym__nested_directive] = STATE(265), + [sym_fragment] = STATE(265), + [sym_section] = STATE(265), + [sym_inlineSection] = STATE(265), + [sym_once] = STATE(265), + [sym_verbatim] = STATE(265), + [sym_stack] = STATE(265), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(265), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(265), + [sym_loop] = STATE(265), + [sym_loop_operator] = STATE(265), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(265), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(265), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(265), + [sym_text] = STATE(265), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5255), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -60731,32 +60795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5093), + [aux_sym_section_token1] = ACTIONS(5257), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -60777,74 +60841,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [269] = { - [sym__definition] = STATE(256), - [sym_keyword] = STATE(256), - [sym_php_statement] = STATE(256), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(256), - [sym__inline_directive] = STATE(256), - [sym__use] = STATE(256), - [sym__nested_directive] = STATE(256), - [sym_fragment] = STATE(256), - [sym_section] = STATE(256), - [sym_inlineSection] = STATE(256), - [sym_once] = STATE(256), - [sym_verbatim] = STATE(256), - [sym_stack] = STATE(256), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(256), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(256), - [sym_loop] = STATE(256), - [sym_loop_operator] = STATE(256), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(256), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(256), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(256), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(256), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5097), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -60856,32 +60920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5099), + [aux_sym_section_token1] = ACTIONS(5259), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -60902,574 +60966,324 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [270] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5101), - [aux_sym_keyword_token1] = ACTIONS(5104), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5107), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5110), - [anon_sym_ATphp] = ACTIONS(5113), - [anon_sym_ATjs] = ACTIONS(5116), - [aux_sym_attribute_token1] = ACTIONS(5119), - [aux_sym__inline_directive_token1] = ACTIONS(5122), - [aux_sym__inline_directive_token2] = ACTIONS(5125), - [anon_sym_ATuse] = ACTIONS(5128), - [anon_sym_ATfragment] = ACTIONS(5131), - [anon_sym_ATsection] = ACTIONS(5134), - [anon_sym_ATonce] = ACTIONS(5137), - [anon_sym_ATverbatim] = ACTIONS(5140), - [anon_sym_ATpush] = ACTIONS(5143), - [anon_sym_ATpushOnce] = ACTIONS(5146), - [anon_sym_ATpushIf] = ACTIONS(5149), - [anon_sym_ATprepend] = ACTIONS(5152), - [anon_sym_ATprependOnce] = ACTIONS(5155), - [anon_sym_ATif] = ACTIONS(5158), - [anon_sym_ATunless] = ACTIONS(5161), - [anon_sym_ATisset] = ACTIONS(5164), - [anon_sym_ATempty] = ACTIONS(5167), - [anon_sym_ATauth] = ACTIONS(5170), - [anon_sym_ATguest] = ACTIONS(5173), - [anon_sym_ATproduction] = ACTIONS(5176), - [anon_sym_ATenv] = ACTIONS(5179), - [anon_sym_AThasSection] = ACTIONS(5182), - [anon_sym_ATsectionMissing] = ACTIONS(5185), - [anon_sym_ATerror] = ACTIONS(5188), - [anon_sym_ATcan] = ACTIONS(5191), - [anon_sym_ATcannot] = ACTIONS(5194), - [anon_sym_ATcanany] = ACTIONS(5197), - [anon_sym_ATfeature] = ACTIONS(5200), - [aux_sym__custom_token1] = ACTIONS(5203), - [aux_sym__custom_token2] = ACTIONS(5206), - [anon_sym_ATswitch] = ACTIONS(5209), - [anon_sym_ATendswitch] = ACTIONS(5212), - [aux_sym_loop_operator_token1] = ACTIONS(5214), - [anon_sym_ATfor] = ACTIONS(5217), - [anon_sym_ATforeach] = ACTIONS(5220), - [anon_sym_ATforelse] = ACTIONS(5223), - [anon_sym_ATwhile] = ACTIONS(5226), - [anon_sym_ATsetup] = ACTIONS(5229), - [anon_sym_ATtask] = ACTIONS(5232), - [anon_sym_ATstory] = ACTIONS(5235), - [anon_sym_ATbefore] = ACTIONS(5238), - [anon_sym_ATafter] = ACTIONS(5241), - [anon_sym_ATsuccess] = ACTIONS(5244), - [anon_sym_ATfinished] = ACTIONS(5247), - [anon_sym_ATpersist] = ACTIONS(5250), - [anon_sym_ATteleport] = ACTIONS(5253), - [anon_sym_ATvolt] = ACTIONS(5256), - [aux_sym__text_token1] = ACTIONS(5259), - [aux_sym__text_token2] = ACTIONS(5259), - [aux_sym__text_token3] = ACTIONS(5262), + [sym__definition] = STATE(267), + [sym_keyword] = STATE(267), + [sym_php_statement] = STATE(267), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(267), + [sym__inline_directive] = STATE(267), + [sym__use] = STATE(267), + [sym__nested_directive] = STATE(267), + [sym_fragment] = STATE(267), + [sym_section] = STATE(267), + [sym_inlineSection] = STATE(267), + [sym_once] = STATE(267), + [sym_verbatim] = STATE(267), + [sym_stack] = STATE(267), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(267), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(267), + [sym_loop] = STATE(267), + [sym_loop_operator] = STATE(267), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(267), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(267), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(267), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(267), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5261), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5263), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [271] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5265), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5265), + [aux_sym_keyword_token1] = ACTIONS(5268), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5271), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5274), + [anon_sym_ATphp] = ACTIONS(5277), + [anon_sym_ATjs] = ACTIONS(5280), + [aux_sym_attribute_token1] = ACTIONS(5283), + [aux_sym__inline_directive_token1] = ACTIONS(5286), + [aux_sym__inline_directive_token2] = ACTIONS(5289), + [anon_sym_ATuse] = ACTIONS(5292), + [anon_sym_ATfragment] = ACTIONS(5295), + [anon_sym_ATsection] = ACTIONS(5298), + [anon_sym_ATonce] = ACTIONS(5301), + [anon_sym_ATverbatim] = ACTIONS(5304), + [anon_sym_ATpush] = ACTIONS(5307), + [anon_sym_ATpushOnce] = ACTIONS(5310), + [anon_sym_ATpushIf] = ACTIONS(5313), + [anon_sym_ATprepend] = ACTIONS(5316), + [anon_sym_ATprependOnce] = ACTIONS(5319), + [anon_sym_ATif] = ACTIONS(5322), + [anon_sym_ATunless] = ACTIONS(5325), + [anon_sym_ATisset] = ACTIONS(5328), + [anon_sym_ATempty] = ACTIONS(5331), + [anon_sym_ATauth] = ACTIONS(5334), + [anon_sym_ATguest] = ACTIONS(5337), + [anon_sym_ATproduction] = ACTIONS(5340), + [anon_sym_ATenv] = ACTIONS(5343), + [anon_sym_AThasSection] = ACTIONS(5346), + [anon_sym_ATsectionMissing] = ACTIONS(5349), + [anon_sym_ATerror] = ACTIONS(5352), + [anon_sym_ATcan] = ACTIONS(5355), + [anon_sym_ATcannot] = ACTIONS(5358), + [anon_sym_ATcanany] = ACTIONS(5361), + [anon_sym_ATfeature] = ACTIONS(5364), + [aux_sym__custom_token1] = ACTIONS(5367), + [aux_sym__custom_token2] = ACTIONS(5370), + [anon_sym_ATswitch] = ACTIONS(5373), + [anon_sym_ATendswitch] = ACTIONS(5376), + [aux_sym_loop_operator_token1] = ACTIONS(5378), + [anon_sym_ATfor] = ACTIONS(5381), + [anon_sym_ATforeach] = ACTIONS(5384), + [anon_sym_ATforelse] = ACTIONS(5387), + [anon_sym_ATwhile] = ACTIONS(5390), + [anon_sym_ATsetup] = ACTIONS(5393), + [anon_sym_ATtask] = ACTIONS(5396), + [anon_sym_ATstory] = ACTIONS(5399), + [anon_sym_ATbefore] = ACTIONS(5402), + [anon_sym_ATafter] = ACTIONS(5405), + [anon_sym_ATsuccess] = ACTIONS(5408), + [anon_sym_ATfinished] = ACTIONS(5411), + [anon_sym_ATpersist] = ACTIONS(5414), + [anon_sym_ATteleport] = ACTIONS(5417), + [anon_sym_ATvolt] = ACTIONS(5420), + [aux_sym__text_token1] = ACTIONS(5423), + [aux_sym__text_token2] = ACTIONS(5423), + [aux_sym__text_token3] = ACTIONS(5426), }, [272] = { - [sym__definition] = STATE(264), - [sym_keyword] = STATE(264), - [sym_php_statement] = STATE(264), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(264), - [sym__inline_directive] = STATE(264), - [sym__use] = STATE(264), - [sym__nested_directive] = STATE(264), - [sym_fragment] = STATE(264), - [sym_section] = STATE(264), - [sym_inlineSection] = STATE(264), - [sym_once] = STATE(264), - [sym_verbatim] = STATE(264), - [sym_stack] = STATE(264), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(264), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(264), - [sym_loop] = STATE(264), - [sym_loop_operator] = STATE(264), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(264), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(264), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(264), - [sym_text] = STATE(264), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5267), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5269), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [273] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5271), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [274] = { - [sym__definition] = STATE(249), - [sym_keyword] = STATE(249), - [sym_php_statement] = STATE(249), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(249), - [sym__inline_directive] = STATE(249), - [sym__use] = STATE(249), - [sym__nested_directive] = STATE(249), - [sym_fragment] = STATE(249), - [sym_section] = STATE(249), - [sym_inlineSection] = STATE(249), - [sym_once] = STATE(249), - [sym_verbatim] = STATE(249), - [sym_stack] = STATE(249), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(249), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(249), - [sym_loop] = STATE(249), - [sym_loop_operator] = STATE(249), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(249), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(249), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(249), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(249), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5273), + [sym__definition] = STATE(269), + [sym_keyword] = STATE(269), + [sym_php_statement] = STATE(269), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(269), + [sym__inline_directive] = STATE(269), + [sym__use] = STATE(269), + [sym__nested_directive] = STATE(269), + [sym_fragment] = STATE(269), + [sym_section] = STATE(269), + [sym_inlineSection] = STATE(269), + [sym_once] = STATE(269), + [sym_verbatim] = STATE(269), + [sym_stack] = STATE(269), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(269), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(269), + [sym_loop] = STATE(269), + [sym_loop_operator] = STATE(269), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(269), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(269), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(269), + [sym_text] = STATE(269), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5429), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -61481,32 +61295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5275), + [aux_sym_section_token1] = ACTIONS(5431), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -61526,75 +61340,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [275] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [273] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(5433), + [aux_sym_keyword_token1] = ACTIONS(5436), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5439), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5442), + [anon_sym_ATphp] = ACTIONS(5445), + [anon_sym_ATjs] = ACTIONS(5448), + [aux_sym_attribute_token1] = ACTIONS(5451), + [aux_sym__inline_directive_token1] = ACTIONS(5454), + [aux_sym__inline_directive_token2] = ACTIONS(5457), + [anon_sym_ATuse] = ACTIONS(5460), + [anon_sym_ATfragment] = ACTIONS(5463), + [anon_sym_ATsection] = ACTIONS(5466), + [anon_sym_ATonce] = ACTIONS(5469), + [anon_sym_ATendonce] = ACTIONS(5111), + [anon_sym_ATverbatim] = ACTIONS(5472), + [anon_sym_ATpush] = ACTIONS(5475), + [anon_sym_ATpushOnce] = ACTIONS(5478), + [anon_sym_ATpushIf] = ACTIONS(5481), + [anon_sym_ATprepend] = ACTIONS(5484), + [anon_sym_ATprependOnce] = ACTIONS(5487), + [anon_sym_ATif] = ACTIONS(5490), + [anon_sym_ATunless] = ACTIONS(5493), + [anon_sym_ATisset] = ACTIONS(5496), + [anon_sym_ATempty] = ACTIONS(5499), + [anon_sym_ATauth] = ACTIONS(5502), + [anon_sym_ATguest] = ACTIONS(5505), + [anon_sym_ATproduction] = ACTIONS(5508), + [anon_sym_ATenv] = ACTIONS(5511), + [anon_sym_AThasSection] = ACTIONS(5514), + [anon_sym_ATsectionMissing] = ACTIONS(5517), + [anon_sym_ATerror] = ACTIONS(5520), + [anon_sym_ATcan] = ACTIONS(5523), + [anon_sym_ATcannot] = ACTIONS(5526), + [anon_sym_ATcanany] = ACTIONS(5529), + [anon_sym_ATfeature] = ACTIONS(5532), + [aux_sym__custom_token1] = ACTIONS(5535), + [aux_sym__custom_token2] = ACTIONS(5538), + [anon_sym_ATswitch] = ACTIONS(5541), + [aux_sym_loop_operator_token1] = ACTIONS(5544), + [anon_sym_ATfor] = ACTIONS(5547), + [anon_sym_ATforeach] = ACTIONS(5550), + [anon_sym_ATforelse] = ACTIONS(5553), + [anon_sym_ATwhile] = ACTIONS(5556), + [anon_sym_ATsetup] = ACTIONS(5559), + [anon_sym_ATtask] = ACTIONS(5562), + [anon_sym_ATstory] = ACTIONS(5565), + [anon_sym_ATbefore] = ACTIONS(5568), + [anon_sym_ATafter] = ACTIONS(5571), + [anon_sym_ATsuccess] = ACTIONS(5574), + [anon_sym_ATfinished] = ACTIONS(5577), + [anon_sym_ATpersist] = ACTIONS(5580), + [anon_sym_ATteleport] = ACTIONS(5583), + [anon_sym_ATvolt] = ACTIONS(5586), + [aux_sym__text_token1] = ACTIONS(5589), + [aux_sym__text_token2] = ACTIONS(5589), + [aux_sym__text_token3] = ACTIONS(5592), + }, + [274] = { + [sym__definition] = STATE(291), + [sym_keyword] = STATE(291), + [sym_php_statement] = STATE(291), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(291), + [sym__inline_directive] = STATE(291), + [sym__use] = STATE(291), + [sym__nested_directive] = STATE(291), + [sym_fragment] = STATE(291), + [sym_section] = STATE(291), + [sym_inlineSection] = STATE(291), + [sym_once] = STATE(291), + [sym_verbatim] = STATE(291), + [sym_stack] = STATE(291), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(291), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(291), + [sym_loop] = STATE(291), + [sym_loop_operator] = STATE(291), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(291), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(291), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(291), + [sym_text] = STATE(291), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5595), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -61606,32 +61545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5277), + [aux_sym_section_token1] = ACTIONS(5597), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -61651,75 +61590,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [275] = { + [sym__definition] = STATE(294), + [sym_keyword] = STATE(294), + [sym_php_statement] = STATE(294), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(294), + [sym__inline_directive] = STATE(294), + [sym__use] = STATE(294), + [sym__nested_directive] = STATE(294), + [sym_fragment] = STATE(294), + [sym_section] = STATE(294), + [sym_inlineSection] = STATE(294), + [sym_once] = STATE(294), + [sym_verbatim] = STATE(294), + [sym_stack] = STATE(294), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(294), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(294), + [sym_loop] = STATE(294), + [sym_loop_operator] = STATE(294), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(294), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(294), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(294), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(294), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5599), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5601), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, [276] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(213), + [sym_keyword] = STATE(213), + [sym_php_statement] = STATE(213), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(213), + [sym__inline_directive] = STATE(213), + [sym__use] = STATE(213), + [sym__nested_directive] = STATE(213), + [sym_fragment] = STATE(213), + [sym_section] = STATE(213), + [sym_inlineSection] = STATE(213), + [sym_once] = STATE(213), + [sym_verbatim] = STATE(213), + [sym_stack] = STATE(213), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(213), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(213), + [sym_loop] = STATE(213), + [sym_loop_operator] = STATE(213), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(213), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(213), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(213), + [sym_text] = STATE(213), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5603), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -61731,32 +61795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5275), + [aux_sym_section_token1] = ACTIONS(5605), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -61777,1074 +61841,949 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [277] = { - [sym__definition] = STATE(280), - [sym_keyword] = STATE(280), - [sym_php_statement] = STATE(280), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(280), - [sym__inline_directive] = STATE(280), - [sym__use] = STATE(280), - [sym__nested_directive] = STATE(280), - [sym_fragment] = STATE(280), - [sym_section] = STATE(280), - [sym_inlineSection] = STATE(280), - [sym_once] = STATE(280), - [sym_verbatim] = STATE(280), - [sym_stack] = STATE(280), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(280), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(280), - [sym_loop] = STATE(280), - [sym_loop_operator] = STATE(280), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(280), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(280), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(280), - [sym_text] = STATE(280), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(5279), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5281), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5607), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [278] = { - [sym__definition] = STATE(282), - [sym_keyword] = STATE(282), - [sym_php_statement] = STATE(282), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(282), - [sym__inline_directive] = STATE(282), - [sym__use] = STATE(282), - [sym__nested_directive] = STATE(282), - [sym_fragment] = STATE(282), - [sym_section] = STATE(282), - [sym_inlineSection] = STATE(282), - [sym_once] = STATE(282), - [sym_verbatim] = STATE(282), - [sym_stack] = STATE(282), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(282), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(282), - [sym_loop] = STATE(282), - [sym_loop_operator] = STATE(282), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(282), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(282), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(282), - [sym_text] = STATE(282), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(5283), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5285), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5609), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [279] = { - [sym__definition] = STATE(481), - [sym_keyword] = STATE(481), - [sym_php_statement] = STATE(481), - [sym__escaped] = STATE(3383), - [sym__unescaped] = STATE(3383), - [sym__raw] = STATE(3383), - [sym__inline_raw] = STATE(3383), - [sym__multi_line_raw] = STATE(3383), - [sym__js] = STATE(3383), - [sym_attribute] = STATE(481), - [sym__inline_directive] = STATE(481), - [sym__use] = STATE(481), - [sym__nested_directive] = STATE(481), - [sym_fragment] = STATE(481), - [sym_section] = STATE(481), - [sym_inlineSection] = STATE(481), - [sym_once] = STATE(481), - [sym_verbatim] = STATE(481), - [sym_stack] = STATE(481), - [sym__push] = STATE(3382), - [sym__pushOnce] = STATE(3382), - [sym__pushIf] = STATE(3382), - [sym__prepend] = STATE(3382), - [sym__prependOnce] = STATE(3382), - [sym_conditional] = STATE(481), - [sym__if] = STATE(3381), - [sym__unless] = STATE(3381), - [sym__isset] = STATE(3381), - [sym__empty] = STATE(3381), - [sym__auth] = STATE(3381), - [sym__guest] = STATE(3381), - [sym__production] = STATE(3381), - [sym__env] = STATE(3381), - [sym__hasSection] = STATE(3381), - [sym__sectionMissing] = STATE(3381), - [sym__error] = STATE(3381), - [sym_authorization] = STATE(3381), - [sym__can] = STATE(3380), - [sym__cannot] = STATE(3380), - [sym__canany] = STATE(3380), - [sym__feature] = STATE(3381), - [sym__custom] = STATE(3381), - [sym_switch] = STATE(481), - [sym_loop] = STATE(481), - [sym_loop_operator] = STATE(481), - [sym__for] = STATE(3379), - [sym__foreach] = STATE(3379), - [sym__forelse] = STATE(3379), - [sym__while] = STATE(3379), - [sym_envoy] = STATE(481), - [sym__setup] = STATE(3383), - [sym__task] = STATE(3378), - [sym__story] = STATE(3378), - [sym__hooks] = STATE(3383), - [sym__before] = STATE(3383), - [sym__after] = STATE(3383), - [sym__envoy_error] = STATE(3383), - [sym__success] = STATE(3383), - [sym__finished] = STATE(3383), - [sym_livewire] = STATE(481), - [sym__persist] = STATE(3377), - [sym__teleport] = STATE(3377), - [sym__volt] = STATE(3377), - [aux_sym__directive_body] = STATE(481), - [sym_text] = STATE(481), - [sym__text] = STATE(1031), - [aux_sym_php_only_repeat1] = STATE(1031), - [sym_comment] = ACTIONS(5287), - [aux_sym_keyword_token1] = ACTIONS(4953), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4955), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4957), - [anon_sym_ATphp] = ACTIONS(4959), - [anon_sym_ATjs] = ACTIONS(4961), - [aux_sym_attribute_token1] = ACTIONS(4963), - [aux_sym__inline_directive_token1] = ACTIONS(4965), - [aux_sym__inline_directive_token2] = ACTIONS(4967), - [anon_sym_ATuse] = ACTIONS(4969), - [anon_sym_ATfragment] = ACTIONS(4971), - [anon_sym_ATsection] = ACTIONS(4973), - [anon_sym_ATonce] = ACTIONS(4975), - [anon_sym_ATverbatim] = ACTIONS(4977), - [anon_sym_ATpush] = ACTIONS(4979), - [anon_sym_ATendpush] = ACTIONS(4429), - [anon_sym_ATpushOnce] = ACTIONS(4983), - [anon_sym_ATpushIf] = ACTIONS(4985), - [anon_sym_ATprepend] = ACTIONS(4987), - [anon_sym_ATprependOnce] = ACTIONS(4989), - [anon_sym_ATif] = ACTIONS(4991), - [anon_sym_ATunless] = ACTIONS(4993), - [anon_sym_ATisset] = ACTIONS(4995), - [anon_sym_ATempty] = ACTIONS(4997), - [anon_sym_ATauth] = ACTIONS(4999), - [anon_sym_ATguest] = ACTIONS(5001), - [anon_sym_ATproduction] = ACTIONS(5003), - [anon_sym_ATenv] = ACTIONS(5005), - [anon_sym_AThasSection] = ACTIONS(5007), - [anon_sym_ATsectionMissing] = ACTIONS(5009), - [anon_sym_ATerror] = ACTIONS(5011), - [anon_sym_ATcan] = ACTIONS(5013), - [anon_sym_ATcannot] = ACTIONS(5015), - [anon_sym_ATcanany] = ACTIONS(5017), - [anon_sym_ATfeature] = ACTIONS(5019), - [aux_sym__custom_token1] = ACTIONS(5021), - [aux_sym__custom_token2] = ACTIONS(5023), - [anon_sym_ATswitch] = ACTIONS(5025), - [aux_sym_loop_operator_token1] = ACTIONS(5027), - [anon_sym_ATfor] = ACTIONS(5029), - [anon_sym_ATforeach] = ACTIONS(5031), - [anon_sym_ATforelse] = ACTIONS(5033), - [anon_sym_ATwhile] = ACTIONS(5035), - [anon_sym_ATsetup] = ACTIONS(5037), - [anon_sym_ATtask] = ACTIONS(5039), - [anon_sym_ATstory] = ACTIONS(5041), - [anon_sym_ATbefore] = ACTIONS(5043), - [anon_sym_ATafter] = ACTIONS(5045), - [anon_sym_ATsuccess] = ACTIONS(5047), - [anon_sym_ATfinished] = ACTIONS(5049), - [anon_sym_ATpersist] = ACTIONS(5051), - [anon_sym_ATteleport] = ACTIONS(5053), - [anon_sym_ATvolt] = ACTIONS(5055), - [aux_sym__text_token1] = ACTIONS(5057), - [aux_sym__text_token2] = ACTIONS(5057), - [aux_sym__text_token3] = ACTIONS(5059), + [sym__definition] = STATE(277), + [sym_keyword] = STATE(277), + [sym_php_statement] = STATE(277), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(277), + [sym__inline_directive] = STATE(277), + [sym__use] = STATE(277), + [sym__nested_directive] = STATE(277), + [sym_fragment] = STATE(277), + [sym_section] = STATE(277), + [sym_inlineSection] = STATE(277), + [sym_once] = STATE(277), + [sym_verbatim] = STATE(277), + [sym_stack] = STATE(277), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(277), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(277), + [sym_loop] = STATE(277), + [sym_loop_operator] = STATE(277), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(277), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(277), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(277), + [sym_text] = STATE(277), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(5611), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5613), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [280] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5289), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(278), + [sym_keyword] = STATE(278), + [sym_php_statement] = STATE(278), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(278), + [sym__inline_directive] = STATE(278), + [sym__use] = STATE(278), + [sym__nested_directive] = STATE(278), + [sym_fragment] = STATE(278), + [sym_section] = STATE(278), + [sym_inlineSection] = STATE(278), + [sym_once] = STATE(278), + [sym_verbatim] = STATE(278), + [sym_stack] = STATE(278), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(278), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(278), + [sym_loop] = STATE(278), + [sym_loop_operator] = STATE(278), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(278), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(278), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(278), + [sym_text] = STATE(278), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(5615), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5617), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [281] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(5291), - [aux_sym_keyword_token1] = ACTIONS(5294), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5297), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5300), - [anon_sym_ATphp] = ACTIONS(5303), - [anon_sym_ATjs] = ACTIONS(5306), - [aux_sym_attribute_token1] = ACTIONS(5309), - [aux_sym__inline_directive_token1] = ACTIONS(5312), - [aux_sym__inline_directive_token2] = ACTIONS(5315), - [anon_sym_ATuse] = ACTIONS(5318), - [anon_sym_ATfragment] = ACTIONS(5321), - [anon_sym_ATsection] = ACTIONS(5324), - [anon_sym_ATonce] = ACTIONS(5327), - [anon_sym_ATverbatim] = ACTIONS(5330), - [anon_sym_ATendverbatim] = ACTIONS(5333), - [anon_sym_ATpush] = ACTIONS(5335), - [anon_sym_ATpushOnce] = ACTIONS(5338), - [anon_sym_ATpushIf] = ACTIONS(5341), - [anon_sym_ATprepend] = ACTIONS(5344), - [anon_sym_ATprependOnce] = ACTIONS(5347), - [anon_sym_ATif] = ACTIONS(5350), - [anon_sym_ATunless] = ACTIONS(5353), - [anon_sym_ATisset] = ACTIONS(5356), - [anon_sym_ATempty] = ACTIONS(5359), - [anon_sym_ATauth] = ACTIONS(5362), - [anon_sym_ATguest] = ACTIONS(5365), - [anon_sym_ATproduction] = ACTIONS(5368), - [anon_sym_ATenv] = ACTIONS(5371), - [anon_sym_AThasSection] = ACTIONS(5374), - [anon_sym_ATsectionMissing] = ACTIONS(5377), - [anon_sym_ATerror] = ACTIONS(5380), - [anon_sym_ATcan] = ACTIONS(5383), - [anon_sym_ATcannot] = ACTIONS(5386), - [anon_sym_ATcanany] = ACTIONS(5389), - [anon_sym_ATfeature] = ACTIONS(5392), - [aux_sym__custom_token1] = ACTIONS(5395), - [aux_sym__custom_token2] = ACTIONS(5398), - [anon_sym_ATswitch] = ACTIONS(5401), - [aux_sym_loop_operator_token1] = ACTIONS(5404), - [anon_sym_ATfor] = ACTIONS(5407), - [anon_sym_ATforeach] = ACTIONS(5410), - [anon_sym_ATforelse] = ACTIONS(5413), - [anon_sym_ATwhile] = ACTIONS(5416), - [anon_sym_ATsetup] = ACTIONS(5419), - [anon_sym_ATtask] = ACTIONS(5422), - [anon_sym_ATstory] = ACTIONS(5425), - [anon_sym_ATbefore] = ACTIONS(5428), - [anon_sym_ATafter] = ACTIONS(5431), - [anon_sym_ATsuccess] = ACTIONS(5434), - [anon_sym_ATfinished] = ACTIONS(5437), - [anon_sym_ATpersist] = ACTIONS(5440), - [anon_sym_ATteleport] = ACTIONS(5443), - [anon_sym_ATvolt] = ACTIONS(5446), - [aux_sym__text_token1] = ACTIONS(5449), - [aux_sym__text_token2] = ACTIONS(5449), - [aux_sym__text_token3] = ACTIONS(5452), + [sym__definition] = STATE(485), + [sym_keyword] = STATE(485), + [sym_php_statement] = STATE(485), + [sym__escaped] = STATE(3683), + [sym__unescaped] = STATE(3683), + [sym__raw] = STATE(3683), + [sym__inline_raw] = STATE(3683), + [sym__multi_line_raw] = STATE(3683), + [sym__js] = STATE(3683), + [sym_attribute] = STATE(485), + [sym__inline_directive] = STATE(485), + [sym__use] = STATE(485), + [sym__nested_directive] = STATE(485), + [sym_fragment] = STATE(485), + [sym_section] = STATE(485), + [sym_inlineSection] = STATE(485), + [sym_once] = STATE(485), + [sym_verbatim] = STATE(485), + [sym_stack] = STATE(485), + [sym__push] = STATE(3676), + [sym__pushOnce] = STATE(3676), + [sym__pushIf] = STATE(3676), + [sym__prepend] = STATE(3676), + [sym__prependOnce] = STATE(3676), + [sym_conditional] = STATE(485), + [sym__if] = STATE(3675), + [sym__unless] = STATE(3675), + [sym__isset] = STATE(3675), + [sym__empty] = STATE(3675), + [sym__auth] = STATE(3675), + [sym__guest] = STATE(3675), + [sym__production] = STATE(3675), + [sym__env] = STATE(3675), + [sym__hasSection] = STATE(3675), + [sym__sectionMissing] = STATE(3675), + [sym__error] = STATE(3675), + [sym_authorization] = STATE(3675), + [sym__can] = STATE(3674), + [sym__cannot] = STATE(3674), + [sym__canany] = STATE(3674), + [sym__feature] = STATE(3675), + [sym__custom] = STATE(3675), + [sym_switch] = STATE(485), + [sym_loop] = STATE(485), + [sym_loop_operator] = STATE(485), + [sym__for] = STATE(3672), + [sym__foreach] = STATE(3672), + [sym__forelse] = STATE(3672), + [sym__while] = STATE(3672), + [sym_envoy] = STATE(485), + [sym__setup] = STATE(3683), + [sym__task] = STATE(3671), + [sym__story] = STATE(3671), + [sym__hooks] = STATE(3683), + [sym__before] = STATE(3683), + [sym__after] = STATE(3683), + [sym__envoy_error] = STATE(3683), + [sym__success] = STATE(3683), + [sym__finished] = STATE(3683), + [sym_livewire] = STATE(485), + [sym__persist] = STATE(3670), + [sym__teleport] = STATE(3670), + [sym__volt] = STATE(3670), + [aux_sym__directive_body] = STATE(485), + [sym_text] = STATE(485), + [sym__text] = STATE(943), + [aux_sym_php_only_repeat1] = STATE(943), + [sym_comment] = ACTIONS(5619), + [aux_sym_keyword_token1] = ACTIONS(4957), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4959), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4961), + [anon_sym_ATphp] = ACTIONS(4963), + [anon_sym_ATjs] = ACTIONS(4965), + [aux_sym_attribute_token1] = ACTIONS(4967), + [aux_sym__inline_directive_token1] = ACTIONS(4969), + [aux_sym__inline_directive_token2] = ACTIONS(4971), + [anon_sym_ATuse] = ACTIONS(4973), + [anon_sym_ATfragment] = ACTIONS(4975), + [anon_sym_ATsection] = ACTIONS(4977), + [anon_sym_ATonce] = ACTIONS(4979), + [anon_sym_ATverbatim] = ACTIONS(4981), + [anon_sym_ATpush] = ACTIONS(4983), + [anon_sym_ATendpush] = ACTIONS(5621), + [anon_sym_ATpushOnce] = ACTIONS(4985), + [anon_sym_ATpushIf] = ACTIONS(4987), + [anon_sym_ATprepend] = ACTIONS(4989), + [anon_sym_ATprependOnce] = ACTIONS(4991), + [anon_sym_ATif] = ACTIONS(4993), + [anon_sym_ATunless] = ACTIONS(4995), + [anon_sym_ATisset] = ACTIONS(4997), + [anon_sym_ATempty] = ACTIONS(4999), + [anon_sym_ATauth] = ACTIONS(5001), + [anon_sym_ATguest] = ACTIONS(5003), + [anon_sym_ATproduction] = ACTIONS(5005), + [anon_sym_ATenv] = ACTIONS(5007), + [anon_sym_AThasSection] = ACTIONS(5009), + [anon_sym_ATsectionMissing] = ACTIONS(5011), + [anon_sym_ATerror] = ACTIONS(5013), + [anon_sym_ATcan] = ACTIONS(5015), + [anon_sym_ATcannot] = ACTIONS(5017), + [anon_sym_ATcanany] = ACTIONS(5019), + [anon_sym_ATfeature] = ACTIONS(5021), + [aux_sym__custom_token1] = ACTIONS(5023), + [aux_sym__custom_token2] = ACTIONS(5025), + [anon_sym_ATswitch] = ACTIONS(5027), + [aux_sym_loop_operator_token1] = ACTIONS(5029), + [anon_sym_ATfor] = ACTIONS(5031), + [anon_sym_ATforeach] = ACTIONS(5033), + [anon_sym_ATforelse] = ACTIONS(5035), + [anon_sym_ATwhile] = ACTIONS(5037), + [anon_sym_ATsetup] = ACTIONS(5039), + [anon_sym_ATtask] = ACTIONS(5041), + [anon_sym_ATstory] = ACTIONS(5043), + [anon_sym_ATbefore] = ACTIONS(5045), + [anon_sym_ATafter] = ACTIONS(5047), + [anon_sym_ATsuccess] = ACTIONS(5049), + [anon_sym_ATfinished] = ACTIONS(5051), + [anon_sym_ATpersist] = ACTIONS(5053), + [anon_sym_ATteleport] = ACTIONS(5055), + [anon_sym_ATvolt] = ACTIONS(5057), + [aux_sym__text_token1] = ACTIONS(5059), + [aux_sym__text_token2] = ACTIONS(5059), + [aux_sym__text_token3] = ACTIONS(5061), }, [282] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5455), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5623), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [283] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5457), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(5625), + [aux_sym_keyword_token1] = ACTIONS(5628), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5631), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5634), + [anon_sym_ATphp] = ACTIONS(5637), + [anon_sym_ATjs] = ACTIONS(5640), + [aux_sym_attribute_token1] = ACTIONS(5643), + [aux_sym__inline_directive_token1] = ACTIONS(5646), + [aux_sym__inline_directive_token2] = ACTIONS(5649), + [anon_sym_ATuse] = ACTIONS(5652), + [anon_sym_ATfragment] = ACTIONS(5655), + [anon_sym_ATsection] = ACTIONS(5658), + [anon_sym_ATonce] = ACTIONS(5661), + [anon_sym_ATverbatim] = ACTIONS(5664), + [anon_sym_ATendverbatim] = ACTIONS(5111), + [anon_sym_ATpush] = ACTIONS(5667), + [anon_sym_ATpushOnce] = ACTIONS(5670), + [anon_sym_ATpushIf] = ACTIONS(5673), + [anon_sym_ATprepend] = ACTIONS(5676), + [anon_sym_ATprependOnce] = ACTIONS(5679), + [anon_sym_ATif] = ACTIONS(5682), + [anon_sym_ATunless] = ACTIONS(5685), + [anon_sym_ATisset] = ACTIONS(5688), + [anon_sym_ATempty] = ACTIONS(5691), + [anon_sym_ATauth] = ACTIONS(5694), + [anon_sym_ATguest] = ACTIONS(5697), + [anon_sym_ATproduction] = ACTIONS(5700), + [anon_sym_ATenv] = ACTIONS(5703), + [anon_sym_AThasSection] = ACTIONS(5706), + [anon_sym_ATsectionMissing] = ACTIONS(5709), + [anon_sym_ATerror] = ACTIONS(5712), + [anon_sym_ATcan] = ACTIONS(5715), + [anon_sym_ATcannot] = ACTIONS(5718), + [anon_sym_ATcanany] = ACTIONS(5721), + [anon_sym_ATfeature] = ACTIONS(5724), + [aux_sym__custom_token1] = ACTIONS(5727), + [aux_sym__custom_token2] = ACTIONS(5730), + [anon_sym_ATswitch] = ACTIONS(5733), + [aux_sym_loop_operator_token1] = ACTIONS(5736), + [anon_sym_ATfor] = ACTIONS(5739), + [anon_sym_ATforeach] = ACTIONS(5742), + [anon_sym_ATforelse] = ACTIONS(5745), + [anon_sym_ATwhile] = ACTIONS(5748), + [anon_sym_ATsetup] = ACTIONS(5751), + [anon_sym_ATtask] = ACTIONS(5754), + [anon_sym_ATstory] = ACTIONS(5757), + [anon_sym_ATbefore] = ACTIONS(5760), + [anon_sym_ATafter] = ACTIONS(5763), + [anon_sym_ATsuccess] = ACTIONS(5766), + [anon_sym_ATfinished] = ACTIONS(5769), + [anon_sym_ATpersist] = ACTIONS(5772), + [anon_sym_ATteleport] = ACTIONS(5775), + [anon_sym_ATvolt] = ACTIONS(5778), + [aux_sym__text_token1] = ACTIONS(5781), + [aux_sym__text_token2] = ACTIONS(5781), + [aux_sym__text_token3] = ACTIONS(5784), }, [284] = { - [sym__definition] = STATE(286), - [sym_keyword] = STATE(286), - [sym_php_statement] = STATE(286), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(286), - [sym__inline_directive] = STATE(286), - [sym__use] = STATE(286), - [sym__nested_directive] = STATE(286), - [sym_fragment] = STATE(286), - [sym_section] = STATE(286), - [sym_inlineSection] = STATE(286), - [sym_once] = STATE(286), - [sym_verbatim] = STATE(286), - [sym_stack] = STATE(286), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(286), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(286), - [sym_loop] = STATE(286), - [sym_loop_operator] = STATE(286), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(286), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(286), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(286), - [sym_text] = STATE(286), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5459), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5461), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [285] = { - [sym__definition] = STATE(288), - [sym_keyword] = STATE(288), - [sym_php_statement] = STATE(288), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(288), - [sym__inline_directive] = STATE(288), - [sym__use] = STATE(288), - [sym__nested_directive] = STATE(288), - [sym_fragment] = STATE(288), - [sym_section] = STATE(288), - [sym_inlineSection] = STATE(288), - [sym_once] = STATE(288), - [sym_verbatim] = STATE(288), - [sym_stack] = STATE(288), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(288), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(288), - [sym_loop] = STATE(288), - [sym_loop_operator] = STATE(288), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(288), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(288), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(288), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(288), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5463), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -62856,32 +62795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5465), + [aux_sym_section_token1] = ACTIONS(5787), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -62901,325 +62840,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [285] = { + [sym__definition] = STATE(282), + [sym_keyword] = STATE(282), + [sym_php_statement] = STATE(282), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(282), + [sym__inline_directive] = STATE(282), + [sym__use] = STATE(282), + [sym__nested_directive] = STATE(282), + [sym_fragment] = STATE(282), + [sym_section] = STATE(282), + [sym_inlineSection] = STATE(282), + [sym_once] = STATE(282), + [sym_verbatim] = STATE(282), + [sym_stack] = STATE(282), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(282), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(282), + [sym_loop] = STATE(282), + [sym_loop_operator] = STATE(282), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(282), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(282), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(282), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(282), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5789), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5791), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, [286] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5467), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5791), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [287] = { - [sym__definition] = STATE(291), - [sym_keyword] = STATE(291), - [sym_php_statement] = STATE(291), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(291), - [sym__inline_directive] = STATE(291), - [sym__use] = STATE(291), - [sym__nested_directive] = STATE(291), - [sym_fragment] = STATE(291), - [sym_section] = STATE(291), - [sym_inlineSection] = STATE(291), - [sym_once] = STATE(291), - [sym_verbatim] = STATE(291), - [sym_stack] = STATE(291), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(291), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(291), - [sym_loop] = STATE(291), - [sym_loop_operator] = STATE(291), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(291), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(291), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(291), - [sym_text] = STATE(291), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5469), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5471), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [288] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(284), + [sym_keyword] = STATE(284), + [sym_php_statement] = STATE(284), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(284), + [sym__inline_directive] = STATE(284), + [sym__use] = STATE(284), + [sym__nested_directive] = STATE(284), + [sym_fragment] = STATE(284), + [sym_section] = STATE(284), + [sym_inlineSection] = STATE(284), + [sym_once] = STATE(284), + [sym_verbatim] = STATE(284), + [sym_stack] = STATE(284), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(284), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(284), + [sym_loop] = STATE(284), + [sym_loop_operator] = STATE(284), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(284), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(284), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(284), + [sym_text] = STATE(284), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5793), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -63231,32 +63170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5473), + [aux_sym_section_token1] = ACTIONS(5795), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -63276,75 +63215,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [289] = { - [sym__definition] = STATE(262), - [sym_keyword] = STATE(262), - [sym_php_statement] = STATE(262), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(262), - [sym__inline_directive] = STATE(262), - [sym__use] = STATE(262), - [sym__nested_directive] = STATE(262), - [sym_fragment] = STATE(262), - [sym_section] = STATE(262), - [sym_inlineSection] = STATE(262), - [sym_once] = STATE(262), - [sym_verbatim] = STATE(262), - [sym_stack] = STATE(262), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(262), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(262), - [sym_loop] = STATE(262), - [sym_loop_operator] = STATE(262), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(262), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(262), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(262), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(262), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5475), + [288] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -63356,32 +63295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5477), + [aux_sym_section_token1] = ACTIONS(5797), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -63401,75 +63340,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [289] = { + [sym__definition] = STATE(286), + [sym_keyword] = STATE(286), + [sym_php_statement] = STATE(286), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(286), + [sym__inline_directive] = STATE(286), + [sym__use] = STATE(286), + [sym__nested_directive] = STATE(286), + [sym_fragment] = STATE(286), + [sym_section] = STATE(286), + [sym_inlineSection] = STATE(286), + [sym_once] = STATE(286), + [sym_verbatim] = STATE(286), + [sym_stack] = STATE(286), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(286), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(286), + [sym_loop] = STATE(286), + [sym_loop_operator] = STATE(286), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(286), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(286), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(286), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(286), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5799), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5801), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, [290] = { - [sym__definition] = STATE(292), - [sym_keyword] = STATE(292), - [sym_php_statement] = STATE(292), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(292), - [sym__inline_directive] = STATE(292), - [sym__use] = STATE(292), - [sym__nested_directive] = STATE(292), - [sym_fragment] = STATE(292), - [sym_section] = STATE(292), - [sym_inlineSection] = STATE(292), - [sym_once] = STATE(292), - [sym_verbatim] = STATE(292), - [sym_stack] = STATE(292), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(292), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(292), - [sym_loop] = STATE(292), - [sym_loop_operator] = STATE(292), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(292), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(292), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(292), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(292), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5479), + [sym__definition] = STATE(288), + [sym_keyword] = STATE(288), + [sym_php_statement] = STATE(288), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(288), + [sym__inline_directive] = STATE(288), + [sym__use] = STATE(288), + [sym__nested_directive] = STATE(288), + [sym_fragment] = STATE(288), + [sym_section] = STATE(288), + [sym_inlineSection] = STATE(288), + [sym_once] = STATE(288), + [sym_verbatim] = STATE(288), + [sym_stack] = STATE(288), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(288), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(288), + [sym_loop] = STATE(288), + [sym_loop_operator] = STATE(288), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(288), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(288), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(288), + [sym_text] = STATE(288), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5803), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -63481,32 +63545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5473), + [aux_sym_section_token1] = ACTIONS(5805), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -63527,198 +63591,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [291] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5481), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [292] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -63731,32 +63670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5483), + [aux_sym_section_token1] = ACTIONS(5807), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -63776,141 +63715,516 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [292] = { + [sym__definition] = STATE(386), + [sym_keyword] = STATE(386), + [sym_php_statement] = STATE(386), + [sym__escaped] = STATE(3657), + [sym__unescaped] = STATE(3657), + [sym__raw] = STATE(3657), + [sym__inline_raw] = STATE(3657), + [sym__multi_line_raw] = STATE(3657), + [sym__js] = STATE(3657), + [sym_attribute] = STATE(386), + [sym__inline_directive] = STATE(386), + [sym__use] = STATE(386), + [sym__nested_directive] = STATE(386), + [sym_fragment] = STATE(386), + [sym_section] = STATE(386), + [sym_inlineSection] = STATE(386), + [sym_once] = STATE(386), + [sym_verbatim] = STATE(386), + [sym_stack] = STATE(386), + [sym__push] = STATE(3658), + [sym__pushOnce] = STATE(3658), + [sym__pushIf] = STATE(3658), + [sym__prepend] = STATE(3658), + [sym__prependOnce] = STATE(3658), + [sym_conditional] = STATE(386), + [sym__if] = STATE(3659), + [sym__unless] = STATE(3659), + [sym__isset] = STATE(3659), + [sym__empty] = STATE(3659), + [sym__auth] = STATE(3659), + [sym__guest] = STATE(3659), + [sym__production] = STATE(3659), + [sym__env] = STATE(3659), + [sym__hasSection] = STATE(3659), + [sym__sectionMissing] = STATE(3659), + [sym__error] = STATE(3659), + [sym_authorization] = STATE(3659), + [sym__can] = STATE(3660), + [sym__cannot] = STATE(3660), + [sym__canany] = STATE(3660), + [sym__feature] = STATE(3659), + [sym__custom] = STATE(3659), + [sym_switch] = STATE(386), + [sym_loop] = STATE(386), + [sym_loop_operator] = STATE(386), + [sym__for] = STATE(3661), + [sym__foreach] = STATE(3661), + [sym__forelse] = STATE(3661), + [sym__while] = STATE(3661), + [sym_envoy] = STATE(386), + [sym__setup] = STATE(3657), + [sym__task] = STATE(3662), + [sym__story] = STATE(3662), + [sym__hooks] = STATE(3657), + [sym__before] = STATE(3657), + [sym__after] = STATE(3657), + [sym__envoy_error] = STATE(3657), + [sym__success] = STATE(3657), + [sym__finished] = STATE(3657), + [sym_livewire] = STATE(386), + [sym__persist] = STATE(3664), + [sym__teleport] = STATE(3664), + [sym__volt] = STATE(3664), + [aux_sym__directive_body] = STATE(386), + [sym_text] = STATE(386), + [sym__text] = STATE(846), + [aux_sym_php_only_repeat1] = STATE(846), + [sym_comment] = ACTIONS(5809), + [aux_sym_keyword_token1] = ACTIONS(5811), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5813), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5815), + [anon_sym_ATphp] = ACTIONS(5817), + [anon_sym_ATjs] = ACTIONS(5819), + [aux_sym_attribute_token1] = ACTIONS(5821), + [aux_sym__inline_directive_token1] = ACTIONS(5823), + [aux_sym__inline_directive_token2] = ACTIONS(5825), + [anon_sym_ATuse] = ACTIONS(5827), + [anon_sym_ATfragment] = ACTIONS(5829), + [anon_sym_ATendfragment] = ACTIONS(5621), + [anon_sym_ATsection] = ACTIONS(5831), + [anon_sym_ATonce] = ACTIONS(5833), + [anon_sym_ATverbatim] = ACTIONS(5835), + [anon_sym_ATpush] = ACTIONS(5837), + [anon_sym_ATpushOnce] = ACTIONS(5839), + [anon_sym_ATpushIf] = ACTIONS(5841), + [anon_sym_ATprepend] = ACTIONS(5843), + [anon_sym_ATprependOnce] = ACTIONS(5845), + [anon_sym_ATif] = ACTIONS(5847), + [anon_sym_ATunless] = ACTIONS(5849), + [anon_sym_ATisset] = ACTIONS(5851), + [anon_sym_ATempty] = ACTIONS(5853), + [anon_sym_ATauth] = ACTIONS(5855), + [anon_sym_ATguest] = ACTIONS(5857), + [anon_sym_ATproduction] = ACTIONS(5859), + [anon_sym_ATenv] = ACTIONS(5861), + [anon_sym_AThasSection] = ACTIONS(5863), + [anon_sym_ATsectionMissing] = ACTIONS(5865), + [anon_sym_ATerror] = ACTIONS(5867), + [anon_sym_ATcan] = ACTIONS(5869), + [anon_sym_ATcannot] = ACTIONS(5871), + [anon_sym_ATcanany] = ACTIONS(5873), + [anon_sym_ATfeature] = ACTIONS(5875), + [aux_sym__custom_token1] = ACTIONS(5877), + [aux_sym__custom_token2] = ACTIONS(5879), + [anon_sym_ATswitch] = ACTIONS(5881), + [aux_sym_loop_operator_token1] = ACTIONS(5883), + [anon_sym_ATfor] = ACTIONS(5885), + [anon_sym_ATforeach] = ACTIONS(5887), + [anon_sym_ATforelse] = ACTIONS(5889), + [anon_sym_ATwhile] = ACTIONS(5891), + [anon_sym_ATsetup] = ACTIONS(5893), + [anon_sym_ATtask] = ACTIONS(5895), + [anon_sym_ATstory] = ACTIONS(5897), + [anon_sym_ATbefore] = ACTIONS(5899), + [anon_sym_ATafter] = ACTIONS(5901), + [anon_sym_ATsuccess] = ACTIONS(5903), + [anon_sym_ATfinished] = ACTIONS(5905), + [anon_sym_ATpersist] = ACTIONS(5907), + [anon_sym_ATteleport] = ACTIONS(5909), + [anon_sym_ATvolt] = ACTIONS(5911), + [aux_sym__text_token1] = ACTIONS(5913), + [aux_sym__text_token2] = ACTIONS(5913), + [aux_sym__text_token3] = ACTIONS(5915), + }, [293] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5485), - [aux_sym_keyword_token1] = ACTIONS(5488), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5491), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5494), - [anon_sym_ATphp] = ACTIONS(5497), - [anon_sym_ATjs] = ACTIONS(5500), - [aux_sym_attribute_token1] = ACTIONS(5503), - [aux_sym__inline_directive_token1] = ACTIONS(5506), - [aux_sym__inline_directive_token2] = ACTIONS(5509), - [anon_sym_ATuse] = ACTIONS(5512), - [anon_sym_ATfragment] = ACTIONS(5515), - [anon_sym_ATsection] = ACTIONS(5518), - [aux_sym_section_token1] = ACTIONS(5333), - [anon_sym_ATonce] = ACTIONS(5521), - [anon_sym_ATverbatim] = ACTIONS(5524), - [anon_sym_ATpush] = ACTIONS(5527), - [anon_sym_ATpushOnce] = ACTIONS(5530), - [anon_sym_ATpushIf] = ACTIONS(5533), - [anon_sym_ATprepend] = ACTIONS(5536), - [anon_sym_ATprependOnce] = ACTIONS(5539), - [anon_sym_ATif] = ACTIONS(5542), - [anon_sym_ATunless] = ACTIONS(5545), - [anon_sym_ATisset] = ACTIONS(5548), - [anon_sym_ATempty] = ACTIONS(5551), - [anon_sym_ATauth] = ACTIONS(5554), - [anon_sym_ATguest] = ACTIONS(5557), - [anon_sym_ATproduction] = ACTIONS(5560), - [anon_sym_ATenv] = ACTIONS(5563), - [anon_sym_AThasSection] = ACTIONS(5566), - [anon_sym_ATsectionMissing] = ACTIONS(5569), - [anon_sym_ATerror] = ACTIONS(5572), - [anon_sym_ATcan] = ACTIONS(5575), - [anon_sym_ATcannot] = ACTIONS(5578), - [anon_sym_ATcanany] = ACTIONS(5581), - [anon_sym_ATfeature] = ACTIONS(5584), - [aux_sym__custom_token1] = ACTIONS(5587), - [aux_sym__custom_token2] = ACTIONS(5590), - [anon_sym_ATswitch] = ACTIONS(5593), - [aux_sym_loop_operator_token1] = ACTIONS(5596), - [anon_sym_ATfor] = ACTIONS(5599), - [anon_sym_ATforeach] = ACTIONS(5602), - [anon_sym_ATforelse] = ACTIONS(5605), - [anon_sym_ATwhile] = ACTIONS(5608), - [anon_sym_ATsetup] = ACTIONS(5611), - [anon_sym_ATtask] = ACTIONS(5614), - [anon_sym_ATstory] = ACTIONS(5617), - [anon_sym_ATbefore] = ACTIONS(5620), - [anon_sym_ATafter] = ACTIONS(5623), - [anon_sym_ATsuccess] = ACTIONS(5626), - [anon_sym_ATfinished] = ACTIONS(5629), - [anon_sym_ATpersist] = ACTIONS(5632), - [anon_sym_ATteleport] = ACTIONS(5635), - [anon_sym_ATvolt] = ACTIONS(5638), - [aux_sym__text_token1] = ACTIONS(5641), - [aux_sym__text_token2] = ACTIONS(5641), - [aux_sym__text_token3] = ACTIONS(5644), + [sym__definition] = STATE(297), + [sym_keyword] = STATE(297), + [sym_php_statement] = STATE(297), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(297), + [sym__inline_directive] = STATE(297), + [sym__use] = STATE(297), + [sym__nested_directive] = STATE(297), + [sym_fragment] = STATE(297), + [sym_section] = STATE(297), + [sym_inlineSection] = STATE(297), + [sym_once] = STATE(297), + [sym_verbatim] = STATE(297), + [sym_stack] = STATE(297), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(297), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(297), + [sym_loop] = STATE(297), + [sym_loop_operator] = STATE(297), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(297), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(297), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(297), + [sym_text] = STATE(297), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5917), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(5919), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), }, [294] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5921), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [295] = { + [sym__definition] = STATE(355), + [sym_keyword] = STATE(355), + [sym_php_statement] = STATE(355), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(355), + [sym__inline_directive] = STATE(355), + [sym__use] = STATE(355), + [sym__nested_directive] = STATE(355), + [sym_fragment] = STATE(355), + [sym_section] = STATE(355), + [sym_inlineSection] = STATE(355), + [sym_once] = STATE(355), + [sym_verbatim] = STATE(355), + [sym_stack] = STATE(355), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(355), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(355), + [sym_loop] = STATE(355), + [sym_loop_operator] = STATE(355), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(355), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(355), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(355), + [sym_text] = STATE(355), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(5923), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5925), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [296] = { [sym__definition] = STATE(298), [sym_keyword] = STATE(298), [sym_php_statement] = STATE(298), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(298), [sym__inline_directive] = STATE(298), [sym__use] = STATE(298), @@ -63921,179 +64235,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(298), [sym_verbatim] = STATE(298), [sym_stack] = STATE(298), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(298), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(298), [sym_loop] = STATE(298), [sym_loop_operator] = STATE(298), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(298), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(298), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(298), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(298), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(5647), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5649), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(298), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5927), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5921), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [295] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [297] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -64106,32 +64420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5477), + [aux_sym_section_token1] = ACTIONS(5929), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -64151,16 +64465,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [296] = { + [298] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5931), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [299] = { [sym__definition] = STATE(283), [sym_keyword] = STATE(283), [sym_php_statement] = STATE(283), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), [sym_attribute] = STATE(283), [sym__inline_directive] = STATE(283), [sym__use] = STATE(283), @@ -64171,121 +64610,246 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(283), [sym_verbatim] = STATE(283), [sym_stack] = STATE(283), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), [sym_conditional] = STATE(283), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), [sym_switch] = STATE(283), [sym_loop] = STATE(283), [sym_loop_operator] = STATE(283), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), [sym_envoy] = STATE(283), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), [sym_livewire] = STATE(283), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), [aux_sym__directive_body] = STATE(283), [sym_text] = STATE(283), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5651), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5653), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5933), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [297] = { + [300] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5935), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [301] = { [sym__definition] = STATE(299), [sym_keyword] = STATE(299), [sym_php_statement] = STATE(299), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), [sym_attribute] = STATE(299), [sym__inline_directive] = STATE(299), [sym__use] = STATE(299), @@ -64296,371 +64860,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(299), [sym_verbatim] = STATE(299), [sym_stack] = STATE(299), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), [sym_conditional] = STATE(299), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), [sym_switch] = STATE(299), [sym_loop] = STATE(299), [sym_loop_operator] = STATE(299), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), [sym_envoy] = STATE(299), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), [sym_livewire] = STATE(299), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), [aux_sym__directive_body] = STATE(299), [sym_text] = STATE(299), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(5655), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5657), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [298] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5659), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [299] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5661), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(5937), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5939), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [300] = { + [302] = { [sym__definition] = STATE(300), [sym_keyword] = STATE(300), [sym_php_statement] = STATE(300), - [sym__escaped] = STATE(3220), - [sym__unescaped] = STATE(3220), - [sym__raw] = STATE(3220), - [sym__inline_raw] = STATE(3220), - [sym__multi_line_raw] = STATE(3220), - [sym__js] = STATE(3220), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), [sym_attribute] = STATE(300), [sym__inline_directive] = STATE(300), [sym__use] = STATE(300), @@ -64671,246 +64985,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(300), [sym_verbatim] = STATE(300), [sym_stack] = STATE(300), - [sym__push] = STATE(3221), - [sym__pushOnce] = STATE(3221), - [sym__pushIf] = STATE(3221), - [sym__prepend] = STATE(3221), - [sym__prependOnce] = STATE(3221), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), [sym_conditional] = STATE(300), - [sym__if] = STATE(3222), - [sym__unless] = STATE(3222), - [sym__isset] = STATE(3222), - [sym__empty] = STATE(3222), - [sym__auth] = STATE(3222), - [sym__guest] = STATE(3222), - [sym__production] = STATE(3222), - [sym__env] = STATE(3222), - [sym__hasSection] = STATE(3222), - [sym__sectionMissing] = STATE(3222), - [sym__error] = STATE(3222), - [sym_authorization] = STATE(3222), - [sym__can] = STATE(3223), - [sym__cannot] = STATE(3223), - [sym__canany] = STATE(3223), - [sym__feature] = STATE(3222), - [sym__custom] = STATE(3222), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), [sym_switch] = STATE(300), [sym_loop] = STATE(300), [sym_loop_operator] = STATE(300), - [sym__for] = STATE(3224), - [sym__foreach] = STATE(3224), - [sym__forelse] = STATE(3224), - [sym__while] = STATE(3224), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), [sym_envoy] = STATE(300), - [sym__setup] = STATE(3220), - [sym__task] = STATE(3225), - [sym__story] = STATE(3225), - [sym__hooks] = STATE(3220), - [sym__before] = STATE(3220), - [sym__after] = STATE(3220), - [sym__envoy_error] = STATE(3220), - [sym__success] = STATE(3220), - [sym__finished] = STATE(3220), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), [sym_livewire] = STATE(300), - [sym__persist] = STATE(3226), - [sym__teleport] = STATE(3226), - [sym__volt] = STATE(3226), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), [aux_sym__directive_body] = STATE(300), [sym_text] = STATE(300), - [sym__text] = STATE(905), - [aux_sym_php_only_repeat1] = STATE(905), - [sym_comment] = ACTIONS(5663), - [aux_sym_keyword_token1] = ACTIONS(5666), - [anon_sym_LBRACE_LBRACE] = ACTIONS(5669), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5672), - [anon_sym_ATphp] = ACTIONS(5675), - [anon_sym_ATjs] = ACTIONS(5678), - [aux_sym_attribute_token1] = ACTIONS(5681), - [aux_sym__inline_directive_token1] = ACTIONS(5684), - [aux_sym__inline_directive_token2] = ACTIONS(5687), - [anon_sym_ATuse] = ACTIONS(5690), - [anon_sym_ATfragment] = ACTIONS(5693), - [anon_sym_ATsection] = ACTIONS(5696), - [anon_sym_ATonce] = ACTIONS(5699), - [anon_sym_ATverbatim] = ACTIONS(5702), - [anon_sym_ATpush] = ACTIONS(5705), - [anon_sym_ATpushOnce] = ACTIONS(5708), - [anon_sym_ATpushIf] = ACTIONS(5711), - [anon_sym_ATprepend] = ACTIONS(5714), - [anon_sym_ATprependOnce] = ACTIONS(5717), - [anon_sym_ATif] = ACTIONS(5720), - [anon_sym_ATunless] = ACTIONS(5723), - [anon_sym_ATisset] = ACTIONS(5726), - [anon_sym_ATempty] = ACTIONS(5729), - [anon_sym_ATauth] = ACTIONS(5732), - [anon_sym_ATguest] = ACTIONS(5735), - [anon_sym_ATproduction] = ACTIONS(5738), - [anon_sym_ATenv] = ACTIONS(5741), - [anon_sym_AThasSection] = ACTIONS(5744), - [anon_sym_ATsectionMissing] = ACTIONS(5747), - [anon_sym_ATerror] = ACTIONS(5750), - [anon_sym_ATcan] = ACTIONS(5753), - [anon_sym_ATcannot] = ACTIONS(5756), - [anon_sym_ATcanany] = ACTIONS(5759), - [anon_sym_ATfeature] = ACTIONS(5762), - [aux_sym__custom_token1] = ACTIONS(5765), - [aux_sym__custom_token2] = ACTIONS(5768), - [anon_sym_ATswitch] = ACTIONS(5771), - [anon_sym_ATbreak] = ACTIONS(5333), - [aux_sym_loop_operator_token1] = ACTIONS(5774), - [anon_sym_ATfor] = ACTIONS(5777), - [anon_sym_ATforeach] = ACTIONS(5780), - [anon_sym_ATforelse] = ACTIONS(5783), - [anon_sym_ATwhile] = ACTIONS(5786), - [anon_sym_ATsetup] = ACTIONS(5789), - [anon_sym_ATtask] = ACTIONS(5792), - [anon_sym_ATstory] = ACTIONS(5795), - [anon_sym_ATbefore] = ACTIONS(5798), - [anon_sym_ATafter] = ACTIONS(5801), - [anon_sym_ATsuccess] = ACTIONS(5804), - [anon_sym_ATfinished] = ACTIONS(5807), - [anon_sym_ATpersist] = ACTIONS(5810), - [anon_sym_ATteleport] = ACTIONS(5813), - [anon_sym_ATvolt] = ACTIONS(5816), - [aux_sym__text_token1] = ACTIONS(5819), - [aux_sym__text_token2] = ACTIONS(5819), - [aux_sym__text_token3] = ACTIONS(5822), - }, - [301] = { - [sym__definition] = STATE(304), - [sym_keyword] = STATE(304), - [sym_php_statement] = STATE(304), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(304), - [sym__inline_directive] = STATE(304), - [sym__use] = STATE(304), - [sym__nested_directive] = STATE(304), - [sym_fragment] = STATE(304), - [sym_section] = STATE(304), - [sym_inlineSection] = STATE(304), - [sym_once] = STATE(304), - [sym_verbatim] = STATE(304), - [sym_stack] = STATE(304), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(304), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(304), - [sym_loop] = STATE(304), - [sym_loop_operator] = STATE(304), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(304), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(304), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(304), - [sym_text] = STATE(304), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5825), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5827), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(5941), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5943), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [302] = { + [303] = { [sym__definition] = STATE(271), [sym_keyword] = STATE(271), [sym_php_statement] = STATE(271), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(271), [sym__inline_directive] = STATE(271), [sym__use] = STATE(271), @@ -64921,180 +65110,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(271), [sym_verbatim] = STATE(271), [sym_stack] = STATE(271), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(271), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(271), [sym_loop] = STATE(271), [sym_loop_operator] = STATE(271), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(271), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(271), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(271), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5829), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5831), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5945), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [303] = { - [sym__definition] = STATE(307), - [sym_keyword] = STATE(307), - [sym_php_statement] = STATE(307), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(307), - [sym__inline_directive] = STATE(307), - [sym__use] = STATE(307), - [sym__nested_directive] = STATE(307), - [sym_fragment] = STATE(307), - [sym_section] = STATE(307), - [sym_inlineSection] = STATE(307), - [sym_once] = STATE(307), - [sym_verbatim] = STATE(307), - [sym_stack] = STATE(307), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(307), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(307), - [sym_loop] = STATE(307), - [sym_loop_operator] = STATE(307), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(307), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(307), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(307), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(307), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5833), + [304] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -65106,32 +65295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5835), + [aux_sym_section_token1] = ACTIONS(5947), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -65151,450 +65340,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [304] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5837), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, [305] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5839), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(303), + [sym_keyword] = STATE(303), + [sym_php_statement] = STATE(303), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(303), + [sym__inline_directive] = STATE(303), + [sym__use] = STATE(303), + [sym__nested_directive] = STATE(303), + [sym_fragment] = STATE(303), + [sym_section] = STATE(303), + [sym_inlineSection] = STATE(303), + [sym_once] = STATE(303), + [sym_verbatim] = STATE(303), + [sym_stack] = STATE(303), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(303), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(303), + [sym_loop] = STATE(303), + [sym_loop_operator] = STATE(303), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(303), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(303), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(303), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(303), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5949), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5951), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [306] = { - [sym__definition] = STATE(309), - [sym_keyword] = STATE(309), - [sym_php_statement] = STATE(309), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(309), - [sym__inline_directive] = STATE(309), - [sym__use] = STATE(309), - [sym__nested_directive] = STATE(309), - [sym_fragment] = STATE(309), - [sym_section] = STATE(309), - [sym_inlineSection] = STATE(309), - [sym_once] = STATE(309), - [sym_verbatim] = STATE(309), - [sym_stack] = STATE(309), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(309), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(309), - [sym_loop] = STATE(309), - [sym_loop_operator] = STATE(309), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(309), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(309), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(309), - [sym_text] = STATE(309), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5841), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5843), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5951), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [307] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(304), + [sym_keyword] = STATE(304), + [sym_php_statement] = STATE(304), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(304), + [sym__inline_directive] = STATE(304), + [sym__use] = STATE(304), + [sym__nested_directive] = STATE(304), + [sym_fragment] = STATE(304), + [sym_section] = STATE(304), + [sym_inlineSection] = STATE(304), + [sym_once] = STATE(304), + [sym_verbatim] = STATE(304), + [sym_stack] = STATE(304), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(304), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(304), + [sym_loop] = STATE(304), + [sym_loop_operator] = STATE(304), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(304), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(304), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(304), + [sym_text] = STATE(304), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5953), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -65606,32 +65670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5845), + [aux_sym_section_token1] = ACTIONS(5955), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -65652,74 +65716,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [308] = { - [sym__definition] = STATE(311), - [sym_keyword] = STATE(311), - [sym_php_statement] = STATE(311), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(311), - [sym__inline_directive] = STATE(311), - [sym__use] = STATE(311), - [sym__nested_directive] = STATE(311), - [sym_fragment] = STATE(311), - [sym_section] = STATE(311), - [sym_inlineSection] = STATE(311), - [sym_once] = STATE(311), - [sym_verbatim] = STATE(311), - [sym_stack] = STATE(311), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(311), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(311), - [sym_loop] = STATE(311), - [sym_loop_operator] = STATE(311), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(311), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(311), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(311), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(311), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5847), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -65731,32 +65795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5845), + [aux_sym_section_token1] = ACTIONS(5957), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -65777,324 +65841,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [309] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5849), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(306), + [sym_keyword] = STATE(306), + [sym_php_statement] = STATE(306), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(306), + [sym__inline_directive] = STATE(306), + [sym__use] = STATE(306), + [sym__nested_directive] = STATE(306), + [sym_fragment] = STATE(306), + [sym_section] = STATE(306), + [sym_inlineSection] = STATE(306), + [sym_once] = STATE(306), + [sym_verbatim] = STATE(306), + [sym_stack] = STATE(306), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(306), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(306), + [sym_loop] = STATE(306), + [sym_loop_operator] = STATE(306), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(306), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(306), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(306), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(306), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5959), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5961), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [310] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5851), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [311] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(308), + [sym_keyword] = STATE(308), + [sym_php_statement] = STATE(308), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(308), + [sym__inline_directive] = STATE(308), + [sym__use] = STATE(308), + [sym__nested_directive] = STATE(308), + [sym_fragment] = STATE(308), + [sym_section] = STATE(308), + [sym_inlineSection] = STATE(308), + [sym_once] = STATE(308), + [sym_verbatim] = STATE(308), + [sym_stack] = STATE(308), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(308), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(308), + [sym_loop] = STATE(308), + [sym_loop_operator] = STATE(308), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(308), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(308), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(308), + [sym_text] = STATE(308), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5963), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -66106,32 +66045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5853), + [aux_sym_section_token1] = ACTIONS(5965), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -66151,16 +66090,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [311] = { + [sym__definition] = STATE(313), + [sym_keyword] = STATE(313), + [sym_php_statement] = STATE(313), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(313), + [sym__inline_directive] = STATE(313), + [sym__use] = STATE(313), + [sym__nested_directive] = STATE(313), + [sym_fragment] = STATE(313), + [sym_section] = STATE(313), + [sym_inlineSection] = STATE(313), + [sym_once] = STATE(313), + [sym_verbatim] = STATE(313), + [sym_stack] = STATE(313), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(313), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(313), + [sym_loop] = STATE(313), + [sym_loop_operator] = STATE(313), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(313), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(313), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(313), + [sym_text] = STATE(313), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(5967), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5969), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, [312] = { [sym__definition] = STATE(314), [sym_keyword] = STATE(314), [sym_php_statement] = STATE(314), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), [sym_attribute] = STATE(314), [sym__inline_directive] = STATE(314), [sym__use] = STATE(314), @@ -66171,121 +66235,621 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(314), [sym_verbatim] = STATE(314), [sym_stack] = STATE(314), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), [sym_conditional] = STATE(314), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), [sym_switch] = STATE(314), [sym_loop] = STATE(314), [sym_loop_operator] = STATE(314), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), [sym_envoy] = STATE(314), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), [sym_livewire] = STATE(314), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), [aux_sym__directive_body] = STATE(314), [sym_text] = STATE(314), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(5855), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5857), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(5971), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5973), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [313] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5975), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [314] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5977), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [315] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5979), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [316] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5981), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [317] = { [sym__definition] = STATE(315), [sym_keyword] = STATE(315), [sym_php_statement] = STATE(315), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), [sym_attribute] = STATE(315), [sym__inline_directive] = STATE(315), [sym__use] = STATE(315), @@ -66296,430 +66860,430 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(315), [sym_verbatim] = STATE(315), [sym_stack] = STATE(315), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), [sym_conditional] = STATE(315), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), [sym_switch] = STATE(315), [sym_loop] = STATE(315), [sym_loop_operator] = STATE(315), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), [sym_envoy] = STATE(315), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), [sym_livewire] = STATE(315), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), [aux_sym__directive_body] = STATE(315), [sym_text] = STATE(315), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(5859), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5861), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(5983), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(5985), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [314] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5863), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [318] = { + [sym__definition] = STATE(316), + [sym_keyword] = STATE(316), + [sym_php_statement] = STATE(316), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(316), + [sym__inline_directive] = STATE(316), + [sym__use] = STATE(316), + [sym__nested_directive] = STATE(316), + [sym_fragment] = STATE(316), + [sym_section] = STATE(316), + [sym_inlineSection] = STATE(316), + [sym_once] = STATE(316), + [sym_verbatim] = STATE(316), + [sym_stack] = STATE(316), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(316), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(316), + [sym_loop] = STATE(316), + [sym_loop_operator] = STATE(316), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(316), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(316), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(316), + [sym_text] = STATE(316), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(5987), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(5989), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [315] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5865), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [319] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5991), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [316] = { - [sym__definition] = STATE(295), - [sym_keyword] = STATE(295), - [sym_php_statement] = STATE(295), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(295), - [sym__inline_directive] = STATE(295), - [sym__use] = STATE(295), - [sym__nested_directive] = STATE(295), - [sym_fragment] = STATE(295), - [sym_section] = STATE(295), - [sym_inlineSection] = STATE(295), - [sym_once] = STATE(295), - [sym_verbatim] = STATE(295), - [sym_stack] = STATE(295), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(295), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(295), - [sym_loop] = STATE(295), - [sym_loop_operator] = STATE(295), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(295), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(295), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(295), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(295), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5867), + [320] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -66731,32 +67295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5869), + [aux_sym_section_token1] = ACTIONS(5993), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -66776,16 +67340,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [317] = { + [321] = { [sym__definition] = STATE(319), [sym_keyword] = STATE(319), [sym_php_statement] = STATE(319), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(319), [sym__inline_directive] = STATE(319), [sym__use] = STATE(319), @@ -66796,805 +67360,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(319), [sym_verbatim] = STATE(319), [sym_stack] = STATE(319), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(319), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(319), [sym_loop] = STATE(319), [sym_loop_operator] = STATE(319), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(319), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(319), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(319), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(319), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5871), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5873), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [318] = { - [sym__definition] = STATE(323), - [sym_keyword] = STATE(323), - [sym_php_statement] = STATE(323), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(323), - [sym__inline_directive] = STATE(323), - [sym__use] = STATE(323), - [sym__nested_directive] = STATE(323), - [sym_fragment] = STATE(323), - [sym_section] = STATE(323), - [sym_inlineSection] = STATE(323), - [sym_once] = STATE(323), - [sym_verbatim] = STATE(323), - [sym_stack] = STATE(323), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(323), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(323), - [sym_loop] = STATE(323), - [sym_loop_operator] = STATE(323), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(323), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(323), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(323), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(323), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5875), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5877), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [319] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5879), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [320] = { - [sym__definition] = STATE(325), - [sym_keyword] = STATE(325), - [sym_php_statement] = STATE(325), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(325), - [sym__inline_directive] = STATE(325), - [sym__use] = STATE(325), - [sym__nested_directive] = STATE(325), - [sym_fragment] = STATE(325), - [sym_section] = STATE(325), - [sym_inlineSection] = STATE(325), - [sym_once] = STATE(325), - [sym_verbatim] = STATE(325), - [sym_stack] = STATE(325), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(325), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(325), - [sym_loop] = STATE(325), - [sym_loop_operator] = STATE(325), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(325), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(325), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(325), - [sym_text] = STATE(325), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5881), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5883), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [321] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5885), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(319), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(5995), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5997), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [322] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5887), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(5997), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [323] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(320), + [sym_keyword] = STATE(320), + [sym_php_statement] = STATE(320), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(320), + [sym__inline_directive] = STATE(320), + [sym__use] = STATE(320), + [sym__nested_directive] = STATE(320), + [sym_fragment] = STATE(320), + [sym_section] = STATE(320), + [sym_inlineSection] = STATE(320), + [sym_once] = STATE(320), + [sym_verbatim] = STATE(320), + [sym_stack] = STATE(320), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(320), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(320), + [sym_loop] = STATE(320), + [sym_loop_operator] = STATE(320), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(320), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(320), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(320), + [sym_text] = STATE(320), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(5999), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -67606,32 +67670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5889), + [aux_sym_section_token1] = ACTIONS(6001), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -67652,74 +67716,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [324] = { - [sym__definition] = STATE(326), - [sym_keyword] = STATE(326), - [sym_php_statement] = STATE(326), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(326), - [sym__inline_directive] = STATE(326), - [sym__use] = STATE(326), - [sym__nested_directive] = STATE(326), - [sym_fragment] = STATE(326), - [sym_section] = STATE(326), - [sym_inlineSection] = STATE(326), - [sym_once] = STATE(326), - [sym_verbatim] = STATE(326), - [sym_stack] = STATE(326), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(326), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(326), - [sym_loop] = STATE(326), - [sym_loop_operator] = STATE(326), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(326), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(326), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(326), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(326), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5891), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -67731,32 +67795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5889), + [aux_sym_section_token1] = ACTIONS(6003), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -67777,199 +67841,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [325] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5893), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(322), + [sym_keyword] = STATE(322), + [sym_php_statement] = STATE(322), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(322), + [sym__inline_directive] = STATE(322), + [sym__use] = STATE(322), + [sym__nested_directive] = STATE(322), + [sym_fragment] = STATE(322), + [sym_section] = STATE(322), + [sym_inlineSection] = STATE(322), + [sym_once] = STATE(322), + [sym_verbatim] = STATE(322), + [sym_stack] = STATE(322), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(322), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(322), + [sym_loop] = STATE(322), + [sym_loop_operator] = STATE(322), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(322), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(322), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(322), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(322), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6005), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6007), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [326] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(324), + [sym_keyword] = STATE(324), + [sym_php_statement] = STATE(324), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(324), + [sym__inline_directive] = STATE(324), + [sym__use] = STATE(324), + [sym__nested_directive] = STATE(324), + [sym_fragment] = STATE(324), + [sym_section] = STATE(324), + [sym_inlineSection] = STATE(324), + [sym_once] = STATE(324), + [sym_verbatim] = STATE(324), + [sym_stack] = STATE(324), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(324), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(324), + [sym_loop] = STATE(324), + [sym_loop_operator] = STATE(324), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(324), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(324), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(324), + [sym_text] = STATE(324), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6009), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -67981,32 +68045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5895), + [aux_sym_section_token1] = ACTIONS(6011), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -68027,74 +68091,324 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [327] = { - [sym__definition] = STATE(276), - [sym_keyword] = STATE(276), - [sym_php_statement] = STATE(276), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(276), - [sym__inline_directive] = STATE(276), - [sym__use] = STATE(276), - [sym__nested_directive] = STATE(276), - [sym_fragment] = STATE(276), - [sym_section] = STATE(276), - [sym_inlineSection] = STATE(276), - [sym_once] = STATE(276), - [sym_verbatim] = STATE(276), - [sym_stack] = STATE(276), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(276), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(276), - [sym_loop] = STATE(276), - [sym_loop_operator] = STATE(276), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(276), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(276), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(276), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(276), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5897), + [sym__definition] = STATE(327), + [sym_keyword] = STATE(327), + [sym_php_statement] = STATE(327), + [sym__escaped] = STATE(3255), + [sym__unescaped] = STATE(3255), + [sym__raw] = STATE(3255), + [sym__inline_raw] = STATE(3255), + [sym__multi_line_raw] = STATE(3255), + [sym__js] = STATE(3255), + [sym_attribute] = STATE(327), + [sym__inline_directive] = STATE(327), + [sym__use] = STATE(327), + [sym__nested_directive] = STATE(327), + [sym_fragment] = STATE(327), + [sym_section] = STATE(327), + [sym_inlineSection] = STATE(327), + [sym_once] = STATE(327), + [sym_verbatim] = STATE(327), + [sym_stack] = STATE(327), + [sym__push] = STATE(3256), + [sym__pushOnce] = STATE(3256), + [sym__pushIf] = STATE(3256), + [sym__prepend] = STATE(3256), + [sym__prependOnce] = STATE(3256), + [sym_conditional] = STATE(327), + [sym__if] = STATE(3257), + [sym__unless] = STATE(3257), + [sym__isset] = STATE(3257), + [sym__empty] = STATE(3257), + [sym__auth] = STATE(3257), + [sym__guest] = STATE(3257), + [sym__production] = STATE(3257), + [sym__env] = STATE(3257), + [sym__hasSection] = STATE(3257), + [sym__sectionMissing] = STATE(3257), + [sym__error] = STATE(3257), + [sym_authorization] = STATE(3257), + [sym__can] = STATE(3258), + [sym__cannot] = STATE(3258), + [sym__canany] = STATE(3258), + [sym__feature] = STATE(3257), + [sym__custom] = STATE(3257), + [sym_switch] = STATE(327), + [sym_loop] = STATE(327), + [sym_loop_operator] = STATE(327), + [sym__for] = STATE(3259), + [sym__foreach] = STATE(3259), + [sym__forelse] = STATE(3259), + [sym__while] = STATE(3259), + [sym_envoy] = STATE(327), + [sym__setup] = STATE(3255), + [sym__task] = STATE(3260), + [sym__story] = STATE(3260), + [sym__hooks] = STATE(3255), + [sym__before] = STATE(3255), + [sym__after] = STATE(3255), + [sym__envoy_error] = STATE(3255), + [sym__success] = STATE(3255), + [sym__finished] = STATE(3255), + [sym_livewire] = STATE(327), + [sym__persist] = STATE(3261), + [sym__teleport] = STATE(3261), + [sym__volt] = STATE(3261), + [aux_sym__directive_body] = STATE(327), + [sym_text] = STATE(327), + [sym__text] = STATE(927), + [aux_sym_php_only_repeat1] = STATE(927), + [sym_comment] = ACTIONS(6013), + [aux_sym_keyword_token1] = ACTIONS(6016), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6019), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6022), + [anon_sym_ATphp] = ACTIONS(6025), + [anon_sym_ATjs] = ACTIONS(6028), + [aux_sym_attribute_token1] = ACTIONS(6031), + [aux_sym__inline_directive_token1] = ACTIONS(6034), + [aux_sym__inline_directive_token2] = ACTIONS(6037), + [anon_sym_ATuse] = ACTIONS(6040), + [anon_sym_ATfragment] = ACTIONS(6043), + [anon_sym_ATsection] = ACTIONS(6046), + [anon_sym_ATonce] = ACTIONS(6049), + [anon_sym_ATverbatim] = ACTIONS(6052), + [anon_sym_ATpush] = ACTIONS(6055), + [anon_sym_ATpushOnce] = ACTIONS(6058), + [anon_sym_ATpushIf] = ACTIONS(6061), + [anon_sym_ATprepend] = ACTIONS(6064), + [anon_sym_ATprependOnce] = ACTIONS(6067), + [anon_sym_ATif] = ACTIONS(6070), + [anon_sym_ATunless] = ACTIONS(6073), + [anon_sym_ATisset] = ACTIONS(6076), + [anon_sym_ATempty] = ACTIONS(6079), + [anon_sym_ATauth] = ACTIONS(6082), + [anon_sym_ATguest] = ACTIONS(6085), + [anon_sym_ATproduction] = ACTIONS(6088), + [anon_sym_ATenv] = ACTIONS(6091), + [anon_sym_AThasSection] = ACTIONS(6094), + [anon_sym_ATsectionMissing] = ACTIONS(6097), + [anon_sym_ATerror] = ACTIONS(6100), + [anon_sym_ATcan] = ACTIONS(6103), + [anon_sym_ATcannot] = ACTIONS(6106), + [anon_sym_ATcanany] = ACTIONS(6109), + [anon_sym_ATfeature] = ACTIONS(6112), + [aux_sym__custom_token1] = ACTIONS(6115), + [aux_sym__custom_token2] = ACTIONS(6118), + [anon_sym_ATswitch] = ACTIONS(6121), + [anon_sym_ATbreak] = ACTIONS(5111), + [aux_sym_loop_operator_token1] = ACTIONS(6124), + [anon_sym_ATfor] = ACTIONS(6127), + [anon_sym_ATforeach] = ACTIONS(6130), + [anon_sym_ATforelse] = ACTIONS(6133), + [anon_sym_ATwhile] = ACTIONS(6136), + [anon_sym_ATsetup] = ACTIONS(6139), + [anon_sym_ATtask] = ACTIONS(6142), + [anon_sym_ATstory] = ACTIONS(6145), + [anon_sym_ATbefore] = ACTIONS(6148), + [anon_sym_ATafter] = ACTIONS(6151), + [anon_sym_ATsuccess] = ACTIONS(6154), + [anon_sym_ATfinished] = ACTIONS(6157), + [anon_sym_ATpersist] = ACTIONS(6160), + [anon_sym_ATteleport] = ACTIONS(6163), + [anon_sym_ATvolt] = ACTIONS(6166), + [aux_sym__text_token1] = ACTIONS(6169), + [aux_sym__text_token2] = ACTIONS(6169), + [aux_sym__text_token3] = ACTIONS(6172), + }, + [328] = { + [sym__definition] = STATE(328), + [sym_keyword] = STATE(328), + [sym_php_statement] = STATE(328), + [sym__escaped] = STATE(2007), + [sym__unescaped] = STATE(2007), + [sym__raw] = STATE(2007), + [sym__inline_raw] = STATE(2007), + [sym__multi_line_raw] = STATE(2007), + [sym__js] = STATE(2007), + [sym_attribute] = STATE(328), + [sym__inline_directive] = STATE(328), + [sym__use] = STATE(328), + [sym__nested_directive] = STATE(328), + [sym_fragment] = STATE(328), + [sym_section] = STATE(328), + [sym_inlineSection] = STATE(328), + [sym_once] = STATE(328), + [sym_verbatim] = STATE(328), + [sym_stack] = STATE(328), + [sym__push] = STATE(2008), + [sym__pushOnce] = STATE(2008), + [sym__pushIf] = STATE(2008), + [sym__prepend] = STATE(2008), + [sym__prependOnce] = STATE(2008), + [sym_conditional] = STATE(328), + [sym__if] = STATE(2010), + [sym__unless] = STATE(2010), + [sym__isset] = STATE(2010), + [sym__empty] = STATE(2010), + [sym__auth] = STATE(2010), + [sym__guest] = STATE(2010), + [sym__production] = STATE(2010), + [sym__env] = STATE(2010), + [sym__hasSection] = STATE(2010), + [sym__sectionMissing] = STATE(2010), + [sym__error] = STATE(2010), + [sym_authorization] = STATE(2010), + [sym__can] = STATE(2020), + [sym__cannot] = STATE(2020), + [sym__canany] = STATE(2020), + [sym__feature] = STATE(2010), + [sym__custom] = STATE(2010), + [sym_switch] = STATE(328), + [sym_loop] = STATE(328), + [sym_loop_operator] = STATE(328), + [sym__for] = STATE(2070), + [sym__foreach] = STATE(2070), + [sym__forelse] = STATE(2070), + [sym__while] = STATE(2070), + [sym_envoy] = STATE(328), + [sym__setup] = STATE(2007), + [sym__task] = STATE(2154), + [sym__story] = STATE(2154), + [sym__hooks] = STATE(2007), + [sym__before] = STATE(2007), + [sym__after] = STATE(2007), + [sym__envoy_error] = STATE(2007), + [sym__success] = STATE(2007), + [sym__finished] = STATE(2007), + [sym_livewire] = STATE(328), + [sym__persist] = STATE(2237), + [sym__teleport] = STATE(2237), + [sym__volt] = STATE(2237), + [sym_text] = STATE(328), + [sym__text] = STATE(1957), + [aux_sym_blade_repeat1] = STATE(328), + [aux_sym_php_only_repeat1] = STATE(1957), + [ts_builtin_sym_end] = ACTIONS(5376), + [sym_comment] = ACTIONS(6175), + [aux_sym_keyword_token1] = ACTIONS(6178), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6181), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6184), + [anon_sym_ATphp] = ACTIONS(6187), + [anon_sym_ATjs] = ACTIONS(6190), + [aux_sym_attribute_token1] = ACTIONS(6193), + [aux_sym__inline_directive_token1] = ACTIONS(6196), + [aux_sym__inline_directive_token2] = ACTIONS(6199), + [anon_sym_ATuse] = ACTIONS(6202), + [anon_sym_ATfragment] = ACTIONS(6205), + [anon_sym_ATsection] = ACTIONS(6208), + [anon_sym_ATonce] = ACTIONS(6211), + [anon_sym_ATverbatim] = ACTIONS(6214), + [anon_sym_ATpush] = ACTIONS(6217), + [anon_sym_ATpushOnce] = ACTIONS(6220), + [anon_sym_ATpushIf] = ACTIONS(6223), + [anon_sym_ATprepend] = ACTIONS(6226), + [anon_sym_ATprependOnce] = ACTIONS(6229), + [anon_sym_ATif] = ACTIONS(6232), + [anon_sym_ATunless] = ACTIONS(6235), + [anon_sym_ATisset] = ACTIONS(6238), + [anon_sym_ATempty] = ACTIONS(6241), + [anon_sym_ATauth] = ACTIONS(6244), + [anon_sym_ATguest] = ACTIONS(6247), + [anon_sym_ATproduction] = ACTIONS(6250), + [anon_sym_ATenv] = ACTIONS(6253), + [anon_sym_AThasSection] = ACTIONS(6256), + [anon_sym_ATsectionMissing] = ACTIONS(6259), + [anon_sym_ATerror] = ACTIONS(6262), + [anon_sym_ATcan] = ACTIONS(6265), + [anon_sym_ATcannot] = ACTIONS(6268), + [anon_sym_ATcanany] = ACTIONS(6271), + [anon_sym_ATfeature] = ACTIONS(6274), + [aux_sym__custom_token1] = ACTIONS(6277), + [aux_sym__custom_token2] = ACTIONS(6280), + [anon_sym_ATswitch] = ACTIONS(6283), + [aux_sym_loop_operator_token1] = ACTIONS(6286), + [anon_sym_ATfor] = ACTIONS(6289), + [anon_sym_ATforeach] = ACTIONS(6292), + [anon_sym_ATforelse] = ACTIONS(6295), + [anon_sym_ATwhile] = ACTIONS(6298), + [anon_sym_ATsetup] = ACTIONS(6301), + [anon_sym_ATtask] = ACTIONS(6304), + [anon_sym_ATstory] = ACTIONS(6307), + [anon_sym_ATbefore] = ACTIONS(6310), + [anon_sym_ATafter] = ACTIONS(6313), + [anon_sym_ATsuccess] = ACTIONS(6316), + [anon_sym_ATfinished] = ACTIONS(6319), + [anon_sym_ATpersist] = ACTIONS(6322), + [anon_sym_ATteleport] = ACTIONS(6325), + [anon_sym_ATvolt] = ACTIONS(6328), + [aux_sym__text_token1] = ACTIONS(6331), + [aux_sym__text_token2] = ACTIONS(6331), + [aux_sym__text_token3] = ACTIONS(6334), + }, + [329] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -68106,32 +68420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5899), + [aux_sym_section_token1] = ACTIONS(6337), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -68151,16 +68465,391 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [328] = { + [330] = { + [sym__definition] = STATE(345), + [sym_keyword] = STATE(345), + [sym_php_statement] = STATE(345), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(345), + [sym__inline_directive] = STATE(345), + [sym__use] = STATE(345), + [sym__nested_directive] = STATE(345), + [sym_fragment] = STATE(345), + [sym_section] = STATE(345), + [sym_inlineSection] = STATE(345), + [sym_once] = STATE(345), + [sym_verbatim] = STATE(345), + [sym_stack] = STATE(345), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(345), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(345), + [sym_loop] = STATE(345), + [sym_loop_operator] = STATE(345), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(345), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(345), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(345), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(345), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6339), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6341), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [331] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6343), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [332] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6345), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [333] = { [sym__definition] = STATE(331), [sym_keyword] = STATE(331), [sym_php_statement] = STATE(331), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), [sym_attribute] = STATE(331), [sym__inline_directive] = STATE(331), [sym__use] = STATE(331), @@ -68171,1305 +68860,430 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(331), [sym_verbatim] = STATE(331), [sym_stack] = STATE(331), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), [sym_conditional] = STATE(331), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), [sym_switch] = STATE(331), [sym_loop] = STATE(331), [sym_loop_operator] = STATE(331), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), [sym_envoy] = STATE(331), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), [sym_livewire] = STATE(331), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), [aux_sym__directive_body] = STATE(331), [sym_text] = STATE(331), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(5901), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5903), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [329] = { - [sym__definition] = STATE(333), - [sym_keyword] = STATE(333), - [sym_php_statement] = STATE(333), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(333), - [sym__inline_directive] = STATE(333), - [sym__use] = STATE(333), - [sym__nested_directive] = STATE(333), - [sym_fragment] = STATE(333), - [sym_section] = STATE(333), - [sym_inlineSection] = STATE(333), - [sym_once] = STATE(333), - [sym_verbatim] = STATE(333), - [sym_stack] = STATE(333), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(333), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(333), - [sym_loop] = STATE(333), - [sym_loop_operator] = STATE(333), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(333), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(333), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(333), - [sym_text] = STATE(333), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(5905), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5907), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [330] = { - [sym__definition] = STATE(310), - [sym_keyword] = STATE(310), - [sym_php_statement] = STATE(310), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(310), - [sym__inline_directive] = STATE(310), - [sym__use] = STATE(310), - [sym__nested_directive] = STATE(310), - [sym_fragment] = STATE(310), - [sym_section] = STATE(310), - [sym_inlineSection] = STATE(310), - [sym_once] = STATE(310), - [sym_verbatim] = STATE(310), - [sym_stack] = STATE(310), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(310), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(310), - [sym_loop] = STATE(310), - [sym_loop_operator] = STATE(310), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(310), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(310), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(310), - [sym_text] = STATE(310), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5909), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5911), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [331] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5913), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [332] = { - [sym__definition] = STATE(305), - [sym_keyword] = STATE(305), - [sym_php_statement] = STATE(305), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(305), - [sym__inline_directive] = STATE(305), - [sym__use] = STATE(305), - [sym__nested_directive] = STATE(305), - [sym_fragment] = STATE(305), - [sym_section] = STATE(305), - [sym_inlineSection] = STATE(305), - [sym_once] = STATE(305), - [sym_verbatim] = STATE(305), - [sym_stack] = STATE(305), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(305), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(305), - [sym_loop] = STATE(305), - [sym_loop_operator] = STATE(305), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(305), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(305), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(305), - [sym_text] = STATE(305), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5915), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5917), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [333] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5919), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(6347), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6349), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [334] = { - [sym__definition] = STATE(321), - [sym_keyword] = STATE(321), - [sym_php_statement] = STATE(321), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(321), - [sym__inline_directive] = STATE(321), - [sym__use] = STATE(321), - [sym__nested_directive] = STATE(321), - [sym_fragment] = STATE(321), - [sym_section] = STATE(321), - [sym_inlineSection] = STATE(321), - [sym_once] = STATE(321), - [sym_verbatim] = STATE(321), - [sym_stack] = STATE(321), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(321), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(321), - [sym_loop] = STATE(321), - [sym_loop_operator] = STATE(321), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(321), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(321), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(321), - [sym_text] = STATE(321), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(5921), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5923), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(332), + [sym_keyword] = STATE(332), + [sym_php_statement] = STATE(332), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(332), + [sym__inline_directive] = STATE(332), + [sym__use] = STATE(332), + [sym__nested_directive] = STATE(332), + [sym_fragment] = STATE(332), + [sym_section] = STATE(332), + [sym_inlineSection] = STATE(332), + [sym_once] = STATE(332), + [sym_verbatim] = STATE(332), + [sym_stack] = STATE(332), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(332), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(332), + [sym_loop] = STATE(332), + [sym_loop_operator] = STATE(332), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(332), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(332), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(332), + [sym_text] = STATE(332), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(6351), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6353), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [335] = { - [sym__definition] = STATE(322), - [sym_keyword] = STATE(322), - [sym_php_statement] = STATE(322), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(322), - [sym__inline_directive] = STATE(322), - [sym__use] = STATE(322), - [sym__nested_directive] = STATE(322), - [sym_fragment] = STATE(322), - [sym_section] = STATE(322), - [sym_inlineSection] = STATE(322), - [sym_once] = STATE(322), - [sym_verbatim] = STATE(322), - [sym_stack] = STATE(322), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(322), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(322), - [sym_loop] = STATE(322), - [sym_loop_operator] = STATE(322), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(322), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(322), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(322), - [sym_text] = STATE(322), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(5925), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5927), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6355), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [336] = { - [sym__definition] = STATE(380), - [sym_keyword] = STATE(380), - [sym_php_statement] = STATE(380), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(380), - [sym__inline_directive] = STATE(380), - [sym__use] = STATE(380), - [sym__nested_directive] = STATE(380), - [sym_fragment] = STATE(380), - [sym_section] = STATE(380), - [sym_inlineSection] = STATE(380), - [sym_once] = STATE(380), - [sym_verbatim] = STATE(380), - [sym_stack] = STATE(380), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(380), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(380), - [sym_loop] = STATE(380), - [sym_loop_operator] = STATE(380), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(380), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(380), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(380), - [sym_text] = STATE(380), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5929), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5931), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [337] = { - [sym__definition] = STATE(340), - [sym_keyword] = STATE(340), - [sym_php_statement] = STATE(340), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(340), - [sym__inline_directive] = STATE(340), - [sym__use] = STATE(340), - [sym__nested_directive] = STATE(340), - [sym_fragment] = STATE(340), - [sym_section] = STATE(340), - [sym_inlineSection] = STATE(340), - [sym_once] = STATE(340), - [sym_verbatim] = STATE(340), - [sym_stack] = STATE(340), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(340), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(340), - [sym_loop] = STATE(340), - [sym_loop_operator] = STATE(340), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(340), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(340), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(340), - [sym_text] = STATE(340), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5933), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5935), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [338] = { - [sym__definition] = STATE(432), - [sym_keyword] = STATE(432), - [sym_php_statement] = STATE(432), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(432), - [sym__inline_directive] = STATE(432), - [sym__use] = STATE(432), - [sym__nested_directive] = STATE(432), - [sym_fragment] = STATE(432), - [sym_section] = STATE(432), - [sym_inlineSection] = STATE(432), - [sym_once] = STATE(432), - [sym_verbatim] = STATE(432), - [sym_stack] = STATE(432), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(432), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(432), - [sym_loop] = STATE(432), - [sym_loop_operator] = STATE(432), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(432), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(432), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(432), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(432), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5937), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -69481,32 +69295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5939), + [aux_sym_section_token1] = ACTIONS(6357), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -69526,75 +69340,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [337] = { + [sym__definition] = STATE(335), + [sym_keyword] = STATE(335), + [sym_php_statement] = STATE(335), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(335), + [sym__inline_directive] = STATE(335), + [sym__use] = STATE(335), + [sym__nested_directive] = STATE(335), + [sym_fragment] = STATE(335), + [sym_section] = STATE(335), + [sym_inlineSection] = STATE(335), + [sym_once] = STATE(335), + [sym_verbatim] = STATE(335), + [sym_stack] = STATE(335), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(335), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(335), + [sym_loop] = STATE(335), + [sym_loop_operator] = STATE(335), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(335), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(335), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(335), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(335), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6359), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6361), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [338] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6361), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, [339] = { - [sym__definition] = STATE(342), - [sym_keyword] = STATE(342), - [sym_php_statement] = STATE(342), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(342), - [sym__inline_directive] = STATE(342), - [sym__use] = STATE(342), - [sym__nested_directive] = STATE(342), - [sym_fragment] = STATE(342), - [sym_section] = STATE(342), - [sym_inlineSection] = STATE(342), - [sym_once] = STATE(342), - [sym_verbatim] = STATE(342), - [sym_stack] = STATE(342), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(342), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(342), - [sym_loop] = STATE(342), - [sym_loop_operator] = STATE(342), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(342), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(342), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(342), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(342), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5941), + [sym__definition] = STATE(336), + [sym_keyword] = STATE(336), + [sym_php_statement] = STATE(336), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(336), + [sym__inline_directive] = STATE(336), + [sym__use] = STATE(336), + [sym__nested_directive] = STATE(336), + [sym_fragment] = STATE(336), + [sym_section] = STATE(336), + [sym_inlineSection] = STATE(336), + [sym_once] = STATE(336), + [sym_verbatim] = STATE(336), + [sym_stack] = STATE(336), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(336), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(336), + [sym_loop] = STATE(336), + [sym_loop_operator] = STATE(336), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(336), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(336), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(336), + [sym_text] = STATE(336), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6363), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -69606,32 +69670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5943), + [aux_sym_section_token1] = ACTIONS(6365), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -69652,323 +69716,73 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token3] = ACTIONS(4325), }, [340] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5945), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [341] = { - [sym__definition] = STATE(348), - [sym_keyword] = STATE(348), - [sym_php_statement] = STATE(348), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(348), - [sym__inline_directive] = STATE(348), - [sym__use] = STATE(348), - [sym__nested_directive] = STATE(348), - [sym_fragment] = STATE(348), - [sym_section] = STATE(348), - [sym_inlineSection] = STATE(348), - [sym_once] = STATE(348), - [sym_verbatim] = STATE(348), - [sym_stack] = STATE(348), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(348), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(348), - [sym_loop] = STATE(348), - [sym_loop_operator] = STATE(348), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(348), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(348), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(348), - [sym_text] = STATE(348), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5947), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5949), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [342] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -69981,32 +69795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5951), + [aux_sym_section_token1] = ACTIONS(6367), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -70026,825 +69840,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [343] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5953), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [344] = { - [sym__definition] = STATE(602), - [sym_keyword] = STATE(602), - [sym_php_statement] = STATE(602), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(602), - [sym__inline_directive] = STATE(602), - [sym__use] = STATE(602), - [sym__nested_directive] = STATE(602), - [sym_fragment] = STATE(602), - [sym_section] = STATE(602), - [sym_inlineSection] = STATE(602), - [sym_once] = STATE(602), - [sym_verbatim] = STATE(602), - [sym_stack] = STATE(602), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(602), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(602), - [sym_loop] = STATE(602), - [sym_loop_operator] = STATE(602), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(602), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(602), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(602), - [sym_text] = STATE(602), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5955), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5957), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [345] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5959), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [346] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5961), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [347] = { - [sym__definition] = STATE(352), - [sym_keyword] = STATE(352), - [sym_php_statement] = STATE(352), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(352), - [sym__inline_directive] = STATE(352), - [sym__use] = STATE(352), - [sym__nested_directive] = STATE(352), - [sym_fragment] = STATE(352), - [sym_section] = STATE(352), - [sym_inlineSection] = STATE(352), - [sym_once] = STATE(352), - [sym_verbatim] = STATE(352), - [sym_stack] = STATE(352), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(352), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(352), - [sym_loop] = STATE(352), - [sym_loop_operator] = STATE(352), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(352), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(352), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(352), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(352), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5963), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5951), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [348] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5965), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [341] = { + [sym__definition] = STATE(338), + [sym_keyword] = STATE(338), + [sym_php_statement] = STATE(338), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(338), + [sym__inline_directive] = STATE(338), + [sym__use] = STATE(338), + [sym__nested_directive] = STATE(338), + [sym_fragment] = STATE(338), + [sym_section] = STATE(338), + [sym_inlineSection] = STATE(338), + [sym_once] = STATE(338), + [sym_verbatim] = STATE(338), + [sym_stack] = STATE(338), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(338), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(338), + [sym_loop] = STATE(338), + [sym_loop_operator] = STATE(338), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(338), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(338), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(338), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(338), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6369), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6371), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [349] = { - [sym__definition] = STATE(343), - [sym_keyword] = STATE(343), - [sym_php_statement] = STATE(343), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(343), - [sym__inline_directive] = STATE(343), - [sym__use] = STATE(343), - [sym__nested_directive] = STATE(343), - [sym_fragment] = STATE(343), - [sym_section] = STATE(343), - [sym_inlineSection] = STATE(343), - [sym_once] = STATE(343), - [sym_verbatim] = STATE(343), - [sym_stack] = STATE(343), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(343), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(343), - [sym_loop] = STATE(343), - [sym_loop_operator] = STATE(343), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(343), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(343), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(343), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(343), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5967), + [342] = { + [sym__definition] = STATE(340), + [sym_keyword] = STATE(340), + [sym_php_statement] = STATE(340), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(340), + [sym__inline_directive] = STATE(340), + [sym__use] = STATE(340), + [sym__nested_directive] = STATE(340), + [sym_fragment] = STATE(340), + [sym_section] = STATE(340), + [sym_inlineSection] = STATE(340), + [sym_once] = STATE(340), + [sym_verbatim] = STATE(340), + [sym_stack] = STATE(340), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(340), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(340), + [sym_loop] = STATE(340), + [sym_loop_operator] = STATE(340), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(340), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(340), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(340), + [sym_text] = STATE(340), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6373), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -70856,32 +70045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5969), + [aux_sym_section_token1] = ACTIONS(6375), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -70901,74 +70090,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [350] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [343] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -70981,32 +70170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5969), + [aux_sym_section_token1] = ACTIONS(6377), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -71026,200 +70215,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [351] = { - [sym__definition] = STATE(346), - [sym_keyword] = STATE(346), - [sym_php_statement] = STATE(346), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(346), - [sym__inline_directive] = STATE(346), - [sym__use] = STATE(346), - [sym__nested_directive] = STATE(346), - [sym_fragment] = STATE(346), - [sym_section] = STATE(346), - [sym_inlineSection] = STATE(346), - [sym_once] = STATE(346), - [sym_verbatim] = STATE(346), - [sym_stack] = STATE(346), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(346), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(346), - [sym_loop] = STATE(346), - [sym_loop_operator] = STATE(346), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(346), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(346), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(346), - [sym_text] = STATE(346), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5971), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5973), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [352] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [344] = { + [sym__definition] = STATE(329), + [sym_keyword] = STATE(329), + [sym_php_statement] = STATE(329), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(329), + [sym__inline_directive] = STATE(329), + [sym__use] = STATE(329), + [sym__nested_directive] = STATE(329), + [sym_fragment] = STATE(329), + [sym_section] = STATE(329), + [sym_inlineSection] = STATE(329), + [sym_once] = STATE(329), + [sym_verbatim] = STATE(329), + [sym_stack] = STATE(329), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(329), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(329), + [sym_loop] = STATE(329), + [sym_loop_operator] = STATE(329), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(329), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(329), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(329), + [sym_text] = STATE(329), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6379), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -71231,32 +70295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5975), + [aux_sym_section_token1] = ACTIONS(6381), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -71276,766 +70340,891 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [353] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5977), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [345] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6383), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [354] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5979), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [346] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6385), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [355] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5981), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [347] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6387), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [356] = { - [sym__definition] = STATE(358), - [sym_keyword] = STATE(358), - [sym_php_statement] = STATE(358), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(358), - [sym__inline_directive] = STATE(358), - [sym__use] = STATE(358), - [sym__nested_directive] = STATE(358), - [sym_fragment] = STATE(358), - [sym_section] = STATE(358), - [sym_inlineSection] = STATE(358), - [sym_once] = STATE(358), - [sym_verbatim] = STATE(358), - [sym_stack] = STATE(358), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(358), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(358), - [sym_loop] = STATE(358), - [sym_loop_operator] = STATE(358), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(358), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(358), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(358), - [sym_text] = STATE(358), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(5983), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5985), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [348] = { + [sym__definition] = STATE(363), + [sym_keyword] = STATE(363), + [sym_php_statement] = STATE(363), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(363), + [sym__inline_directive] = STATE(363), + [sym__use] = STATE(363), + [sym__nested_directive] = STATE(363), + [sym_fragment] = STATE(363), + [sym_section] = STATE(363), + [sym_inlineSection] = STATE(363), + [sym_once] = STATE(363), + [sym_verbatim] = STATE(363), + [sym_stack] = STATE(363), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(363), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(363), + [sym_loop] = STATE(363), + [sym_loop_operator] = STATE(363), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(363), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(363), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(363), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(363), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6389), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6383), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [357] = { - [sym__definition] = STATE(361), - [sym_keyword] = STATE(361), - [sym_php_statement] = STATE(361), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(361), - [sym__inline_directive] = STATE(361), - [sym__use] = STATE(361), - [sym__nested_directive] = STATE(361), - [sym_fragment] = STATE(361), - [sym_section] = STATE(361), - [sym_inlineSection] = STATE(361), - [sym_once] = STATE(361), - [sym_verbatim] = STATE(361), - [sym_stack] = STATE(361), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(361), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(361), - [sym_loop] = STATE(361), - [sym_loop_operator] = STATE(361), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(361), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(361), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(361), - [sym_text] = STATE(361), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(5987), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(5989), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [349] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6391), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [358] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(5991), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [350] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6393), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [359] = { + [351] = { + [sym__definition] = STATE(349), + [sym_keyword] = STATE(349), + [sym_php_statement] = STATE(349), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(349), + [sym__inline_directive] = STATE(349), + [sym__use] = STATE(349), + [sym__nested_directive] = STATE(349), + [sym_fragment] = STATE(349), + [sym_section] = STATE(349), + [sym_inlineSection] = STATE(349), + [sym_once] = STATE(349), + [sym_verbatim] = STATE(349), + [sym_stack] = STATE(349), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(349), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(349), + [sym_loop] = STATE(349), + [sym_loop_operator] = STATE(349), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(349), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(349), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(349), + [sym_text] = STATE(349), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(6395), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6397), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [352] = { [sym__definition] = STATE(350), [sym_keyword] = STATE(350), [sym_php_statement] = STATE(350), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), [sym_attribute] = STATE(350), [sym__inline_directive] = STATE(350), [sym__use] = STATE(350), @@ -72046,55 +71235,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(350), [sym_verbatim] = STATE(350), [sym_stack] = STATE(350), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), [sym_conditional] = STATE(350), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), [sym_switch] = STATE(350), [sym_loop] = STATE(350), [sym_loop_operator] = STATE(350), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), [sym_envoy] = STATE(350), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), [sym_livewire] = STATE(350), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(350), [sym_text] = STATE(350), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(350), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(5993), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(6399), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6401), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [353] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6403), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [354] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -72106,32 +71545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(5995), + [aux_sym_section_token1] = ACTIONS(6405), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -72151,16 +71590,391 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [360] = { + [355] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6407), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [356] = { + [sym__definition] = STATE(353), + [sym_keyword] = STATE(353), + [sym_php_statement] = STATE(353), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(353), + [sym__inline_directive] = STATE(353), + [sym__use] = STATE(353), + [sym__nested_directive] = STATE(353), + [sym_fragment] = STATE(353), + [sym_section] = STATE(353), + [sym_inlineSection] = STATE(353), + [sym_once] = STATE(353), + [sym_verbatim] = STATE(353), + [sym_stack] = STATE(353), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(353), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(353), + [sym_loop] = STATE(353), + [sym_loop_operator] = STATE(353), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(353), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(353), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(353), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(353), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6409), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6411), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [357] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6411), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [358] = { [sym__definition] = STATE(354), [sym_keyword] = STATE(354), [sym_php_statement] = STATE(354), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), [sym_attribute] = STATE(354), [sym__inline_directive] = STATE(354), [sym__use] = STATE(354), @@ -72171,805 +71985,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(354), [sym_verbatim] = STATE(354), [sym_stack] = STATE(354), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), [sym_conditional] = STATE(354), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), [sym_switch] = STATE(354), [sym_loop] = STATE(354), [sym_loop_operator] = STATE(354), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), [sym_envoy] = STATE(354), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), [sym_livewire] = STATE(354), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), [aux_sym__directive_body] = STATE(354), [sym_text] = STATE(354), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(5997), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(5999), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [361] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6001), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [362] = { - [sym__definition] = STATE(381), - [sym_keyword] = STATE(381), - [sym_php_statement] = STATE(381), - [sym__escaped] = STATE(3132), - [sym__unescaped] = STATE(3132), - [sym__raw] = STATE(3132), - [sym__inline_raw] = STATE(3132), - [sym__multi_line_raw] = STATE(3132), - [sym__js] = STATE(3132), - [sym_attribute] = STATE(381), - [sym__inline_directive] = STATE(381), - [sym__use] = STATE(381), - [sym__nested_directive] = STATE(381), - [sym_fragment] = STATE(381), - [sym_section] = STATE(381), - [sym_inlineSection] = STATE(381), - [sym_once] = STATE(381), - [sym_verbatim] = STATE(381), - [sym_stack] = STATE(381), - [sym__push] = STATE(2987), - [sym__pushOnce] = STATE(2987), - [sym__pushIf] = STATE(2987), - [sym__prepend] = STATE(2987), - [sym__prependOnce] = STATE(2987), - [sym_conditional] = STATE(381), - [sym__if] = STATE(3075), - [sym__unless] = STATE(3075), - [sym__isset] = STATE(3075), - [sym__empty] = STATE(3075), - [sym__auth] = STATE(3075), - [sym__guest] = STATE(3075), - [sym__production] = STATE(3075), - [sym__env] = STATE(3075), - [sym__hasSection] = STATE(3075), - [sym__sectionMissing] = STATE(3075), - [sym__error] = STATE(3075), - [sym_authorization] = STATE(3075), - [sym__can] = STATE(3072), - [sym__cannot] = STATE(3072), - [sym__canany] = STATE(3072), - [sym__feature] = STATE(3075), - [sym__custom] = STATE(3075), - [sym_switch] = STATE(381), - [sym_loop] = STATE(381), - [sym_loop_operator] = STATE(381), - [sym__for] = STATE(3055), - [sym__foreach] = STATE(3055), - [sym__forelse] = STATE(3055), - [sym__while] = STATE(3055), - [sym_envoy] = STATE(381), - [sym__setup] = STATE(3132), - [sym__task] = STATE(3047), - [sym__story] = STATE(3047), - [sym__hooks] = STATE(3132), - [sym__before] = STATE(3132), - [sym__after] = STATE(3132), - [sym__envoy_error] = STATE(3132), - [sym__success] = STATE(3132), - [sym__finished] = STATE(3132), - [sym_livewire] = STATE(381), - [sym__persist] = STATE(3046), - [sym__teleport] = STATE(3046), - [sym__volt] = STATE(3046), - [aux_sym__directive_body] = STATE(381), - [sym_text] = STATE(381), - [sym__text] = STATE(1126), - [aux_sym_php_only_repeat1] = STATE(1126), - [sym_comment] = ACTIONS(6003), - [aux_sym_keyword_token1] = ACTIONS(6005), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6007), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6009), - [anon_sym_ATphp] = ACTIONS(6011), - [anon_sym_ATjs] = ACTIONS(6013), - [aux_sym_attribute_token1] = ACTIONS(6015), - [aux_sym__inline_directive_token1] = ACTIONS(6017), - [aux_sym__inline_directive_token2] = ACTIONS(6019), - [anon_sym_ATuse] = ACTIONS(6021), - [anon_sym_ATfragment] = ACTIONS(6023), - [anon_sym_ATsection] = ACTIONS(6025), - [anon_sym_ATonce] = ACTIONS(6027), - [anon_sym_ATverbatim] = ACTIONS(6029), - [anon_sym_ATpush] = ACTIONS(6031), - [anon_sym_ATpushOnce] = ACTIONS(6033), - [anon_sym_ATendPushOnce] = ACTIONS(4981), - [anon_sym_ATpushIf] = ACTIONS(6035), - [anon_sym_ATprepend] = ACTIONS(6037), - [anon_sym_ATprependOnce] = ACTIONS(6039), - [anon_sym_ATif] = ACTIONS(6041), - [anon_sym_ATunless] = ACTIONS(6043), - [anon_sym_ATisset] = ACTIONS(6045), - [anon_sym_ATempty] = ACTIONS(6047), - [anon_sym_ATauth] = ACTIONS(6049), - [anon_sym_ATguest] = ACTIONS(6051), - [anon_sym_ATproduction] = ACTIONS(6053), - [anon_sym_ATenv] = ACTIONS(6055), - [anon_sym_AThasSection] = ACTIONS(6057), - [anon_sym_ATsectionMissing] = ACTIONS(6059), - [anon_sym_ATerror] = ACTIONS(6061), - [anon_sym_ATcan] = ACTIONS(6063), - [anon_sym_ATcannot] = ACTIONS(6065), - [anon_sym_ATcanany] = ACTIONS(6067), - [anon_sym_ATfeature] = ACTIONS(6069), - [aux_sym__custom_token1] = ACTIONS(6071), - [aux_sym__custom_token2] = ACTIONS(6073), - [anon_sym_ATswitch] = ACTIONS(6075), - [aux_sym_loop_operator_token1] = ACTIONS(6077), - [anon_sym_ATfor] = ACTIONS(6079), - [anon_sym_ATforeach] = ACTIONS(6081), - [anon_sym_ATforelse] = ACTIONS(6083), - [anon_sym_ATwhile] = ACTIONS(6085), - [anon_sym_ATsetup] = ACTIONS(6087), - [anon_sym_ATtask] = ACTIONS(6089), - [anon_sym_ATstory] = ACTIONS(6091), - [anon_sym_ATbefore] = ACTIONS(6093), - [anon_sym_ATafter] = ACTIONS(6095), - [anon_sym_ATsuccess] = ACTIONS(6097), - [anon_sym_ATfinished] = ACTIONS(6099), - [anon_sym_ATpersist] = ACTIONS(6101), - [anon_sym_ATteleport] = ACTIONS(6103), - [anon_sym_ATvolt] = ACTIONS(6105), - [aux_sym__text_token1] = ACTIONS(6107), - [aux_sym__text_token2] = ACTIONS(6107), - [aux_sym__text_token3] = ACTIONS(6109), - }, - [363] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6111), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [364] = { - [sym__definition] = STATE(369), - [sym_keyword] = STATE(369), - [sym_php_statement] = STATE(369), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(369), - [sym__inline_directive] = STATE(369), - [sym__use] = STATE(369), - [sym__nested_directive] = STATE(369), - [sym_fragment] = STATE(369), - [sym_section] = STATE(369), - [sym_inlineSection] = STATE(369), - [sym_once] = STATE(369), - [sym_verbatim] = STATE(369), - [sym_stack] = STATE(369), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(369), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(369), - [sym_loop] = STATE(369), - [sym_loop_operator] = STATE(369), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(369), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(369), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(369), - [sym_text] = STATE(369), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6113), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6115), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [365] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6117), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6413), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(6415), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), }, - [366] = { - [sym__definition] = STATE(247), - [sym_keyword] = STATE(247), - [sym_php_statement] = STATE(247), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(247), - [sym__inline_directive] = STATE(247), - [sym__use] = STATE(247), - [sym__nested_directive] = STATE(247), - [sym_fragment] = STATE(247), - [sym_section] = STATE(247), - [sym_inlineSection] = STATE(247), - [sym_once] = STATE(247), - [sym_verbatim] = STATE(247), - [sym_stack] = STATE(247), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(247), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(247), - [sym_loop] = STATE(247), - [sym_loop_operator] = STATE(247), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(247), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(247), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(247), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(247), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6119), + [359] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -72981,32 +72170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6121), + [aux_sym_section_token1] = ACTIONS(6417), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -73026,200 +72215,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [367] = { - [sym__definition] = STATE(353), - [sym_keyword] = STATE(353), - [sym_php_statement] = STATE(353), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(353), - [sym__inline_directive] = STATE(353), - [sym__use] = STATE(353), - [sym__nested_directive] = STATE(353), - [sym_fragment] = STATE(353), - [sym_section] = STATE(353), - [sym_inlineSection] = STATE(353), - [sym_once] = STATE(353), - [sym_verbatim] = STATE(353), - [sym_stack] = STATE(353), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(353), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(353), - [sym_loop] = STATE(353), - [sym_loop_operator] = STATE(353), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(353), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(353), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(353), - [sym_text] = STATE(353), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6123), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6125), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [360] = { + [sym__definition] = STATE(357), + [sym_keyword] = STATE(357), + [sym_php_statement] = STATE(357), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(357), + [sym__inline_directive] = STATE(357), + [sym__use] = STATE(357), + [sym__nested_directive] = STATE(357), + [sym_fragment] = STATE(357), + [sym_section] = STATE(357), + [sym_inlineSection] = STATE(357), + [sym_once] = STATE(357), + [sym_verbatim] = STATE(357), + [sym_stack] = STATE(357), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(357), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(357), + [sym_loop] = STATE(357), + [sym_loop_operator] = STATE(357), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(357), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(357), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(357), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(357), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6419), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6421), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [368] = { - [sym__definition] = STATE(371), - [sym_keyword] = STATE(371), - [sym_php_statement] = STATE(371), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(371), - [sym__inline_directive] = STATE(371), - [sym__use] = STATE(371), - [sym__nested_directive] = STATE(371), - [sym_fragment] = STATE(371), - [sym_section] = STATE(371), - [sym_inlineSection] = STATE(371), - [sym_once] = STATE(371), - [sym_verbatim] = STATE(371), - [sym_stack] = STATE(371), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(371), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(371), - [sym_loop] = STATE(371), - [sym_loop_operator] = STATE(371), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(371), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(371), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(371), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(371), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6127), + [361] = { + [sym__definition] = STATE(359), + [sym_keyword] = STATE(359), + [sym_php_statement] = STATE(359), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(359), + [sym__inline_directive] = STATE(359), + [sym__use] = STATE(359), + [sym__nested_directive] = STATE(359), + [sym_fragment] = STATE(359), + [sym_section] = STATE(359), + [sym_inlineSection] = STATE(359), + [sym_once] = STATE(359), + [sym_verbatim] = STATE(359), + [sym_stack] = STATE(359), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(359), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(359), + [sym_loop] = STATE(359), + [sym_loop_operator] = STATE(359), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(359), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(359), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(359), + [sym_text] = STATE(359), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6423), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -73231,32 +72420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6129), + [aux_sym_section_token1] = ACTIONS(6425), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -73276,324 +72465,1699 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [362] = { + [sym__definition] = STATE(502), + [sym_keyword] = STATE(502), + [sym_php_statement] = STATE(502), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(502), + [sym__inline_directive] = STATE(502), + [sym__use] = STATE(502), + [sym__nested_directive] = STATE(502), + [sym_fragment] = STATE(502), + [sym_section] = STATE(502), + [sym_inlineSection] = STATE(502), + [sym_once] = STATE(502), + [sym_verbatim] = STATE(502), + [sym_stack] = STATE(502), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(502), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(502), + [sym_loop] = STATE(502), + [sym_loop_operator] = STATE(502), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(502), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(502), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(502), + [sym_text] = STATE(502), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(6427), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6429), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [363] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6431), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [364] = { + [sym__definition] = STATE(384), + [sym_keyword] = STATE(384), + [sym_php_statement] = STATE(384), + [sym__escaped] = STATE(3253), + [sym__unescaped] = STATE(3253), + [sym__raw] = STATE(3253), + [sym__inline_raw] = STATE(3253), + [sym__multi_line_raw] = STATE(3253), + [sym__js] = STATE(3253), + [sym_attribute] = STATE(384), + [sym__inline_directive] = STATE(384), + [sym__use] = STATE(384), + [sym__nested_directive] = STATE(384), + [sym_fragment] = STATE(384), + [sym_section] = STATE(384), + [sym_inlineSection] = STATE(384), + [sym_once] = STATE(384), + [sym_verbatim] = STATE(384), + [sym_stack] = STATE(384), + [sym__push] = STATE(3105), + [sym__pushOnce] = STATE(3105), + [sym__pushIf] = STATE(3105), + [sym__prepend] = STATE(3105), + [sym__prependOnce] = STATE(3105), + [sym_conditional] = STATE(384), + [sym__if] = STATE(3195), + [sym__unless] = STATE(3195), + [sym__isset] = STATE(3195), + [sym__empty] = STATE(3195), + [sym__auth] = STATE(3195), + [sym__guest] = STATE(3195), + [sym__production] = STATE(3195), + [sym__env] = STATE(3195), + [sym__hasSection] = STATE(3195), + [sym__sectionMissing] = STATE(3195), + [sym__error] = STATE(3195), + [sym_authorization] = STATE(3195), + [sym__can] = STATE(3192), + [sym__cannot] = STATE(3192), + [sym__canany] = STATE(3192), + [sym__feature] = STATE(3195), + [sym__custom] = STATE(3195), + [sym_switch] = STATE(384), + [sym_loop] = STATE(384), + [sym_loop_operator] = STATE(384), + [sym__for] = STATE(3167), + [sym__foreach] = STATE(3167), + [sym__forelse] = STATE(3167), + [sym__while] = STATE(3167), + [sym_envoy] = STATE(384), + [sym__setup] = STATE(3253), + [sym__task] = STATE(3166), + [sym__story] = STATE(3166), + [sym__hooks] = STATE(3253), + [sym__before] = STATE(3253), + [sym__after] = STATE(3253), + [sym__envoy_error] = STATE(3253), + [sym__success] = STATE(3253), + [sym__finished] = STATE(3253), + [sym_livewire] = STATE(384), + [sym__persist] = STATE(3151), + [sym__teleport] = STATE(3151), + [sym__volt] = STATE(3151), + [aux_sym__directive_body] = STATE(384), + [sym_text] = STATE(384), + [sym__text] = STATE(1040), + [aux_sym_php_only_repeat1] = STATE(1040), + [sym_comment] = ACTIONS(6433), + [aux_sym_keyword_token1] = ACTIONS(6435), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6437), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6439), + [anon_sym_ATphp] = ACTIONS(6441), + [anon_sym_ATjs] = ACTIONS(6443), + [aux_sym_attribute_token1] = ACTIONS(6445), + [aux_sym__inline_directive_token1] = ACTIONS(6447), + [aux_sym__inline_directive_token2] = ACTIONS(6449), + [anon_sym_ATuse] = ACTIONS(6451), + [anon_sym_ATfragment] = ACTIONS(6453), + [anon_sym_ATsection] = ACTIONS(6455), + [anon_sym_ATonce] = ACTIONS(6457), + [anon_sym_ATverbatim] = ACTIONS(6459), + [anon_sym_ATpush] = ACTIONS(6461), + [anon_sym_ATpushOnce] = ACTIONS(6463), + [anon_sym_ATendPushOnce] = ACTIONS(4429), + [anon_sym_ATpushIf] = ACTIONS(6465), + [anon_sym_ATprepend] = ACTIONS(6467), + [anon_sym_ATprependOnce] = ACTIONS(6469), + [anon_sym_ATif] = ACTIONS(6471), + [anon_sym_ATunless] = ACTIONS(6473), + [anon_sym_ATisset] = ACTIONS(6475), + [anon_sym_ATempty] = ACTIONS(6477), + [anon_sym_ATauth] = ACTIONS(6479), + [anon_sym_ATguest] = ACTIONS(6481), + [anon_sym_ATproduction] = ACTIONS(6483), + [anon_sym_ATenv] = ACTIONS(6485), + [anon_sym_AThasSection] = ACTIONS(6487), + [anon_sym_ATsectionMissing] = ACTIONS(6489), + [anon_sym_ATerror] = ACTIONS(6491), + [anon_sym_ATcan] = ACTIONS(6493), + [anon_sym_ATcannot] = ACTIONS(6495), + [anon_sym_ATcanany] = ACTIONS(6497), + [anon_sym_ATfeature] = ACTIONS(6499), + [aux_sym__custom_token1] = ACTIONS(6501), + [aux_sym__custom_token2] = ACTIONS(6503), + [anon_sym_ATswitch] = ACTIONS(6505), + [aux_sym_loop_operator_token1] = ACTIONS(6507), + [anon_sym_ATfor] = ACTIONS(6509), + [anon_sym_ATforeach] = ACTIONS(6511), + [anon_sym_ATforelse] = ACTIONS(6513), + [anon_sym_ATwhile] = ACTIONS(6515), + [anon_sym_ATsetup] = ACTIONS(6517), + [anon_sym_ATtask] = ACTIONS(6519), + [anon_sym_ATstory] = ACTIONS(6521), + [anon_sym_ATbefore] = ACTIONS(6523), + [anon_sym_ATafter] = ACTIONS(6525), + [anon_sym_ATsuccess] = ACTIONS(6527), + [anon_sym_ATfinished] = ACTIONS(6529), + [anon_sym_ATpersist] = ACTIONS(6531), + [anon_sym_ATteleport] = ACTIONS(6533), + [anon_sym_ATvolt] = ACTIONS(6535), + [aux_sym__text_token1] = ACTIONS(6537), + [aux_sym__text_token2] = ACTIONS(6537), + [aux_sym__text_token3] = ACTIONS(6539), + }, + [365] = { + [sym__definition] = STATE(367), + [sym_keyword] = STATE(367), + [sym_php_statement] = STATE(367), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(367), + [sym__inline_directive] = STATE(367), + [sym__use] = STATE(367), + [sym__nested_directive] = STATE(367), + [sym_fragment] = STATE(367), + [sym_section] = STATE(367), + [sym_inlineSection] = STATE(367), + [sym_once] = STATE(367), + [sym_verbatim] = STATE(367), + [sym_stack] = STATE(367), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(367), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(367), + [sym_loop] = STATE(367), + [sym_loop_operator] = STATE(367), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(367), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(367), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(367), + [sym_text] = STATE(367), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(6541), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6543), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [366] = { + [sym__definition] = STATE(382), + [sym_keyword] = STATE(382), + [sym_php_statement] = STATE(382), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(382), + [sym__inline_directive] = STATE(382), + [sym__use] = STATE(382), + [sym__nested_directive] = STATE(382), + [sym_fragment] = STATE(382), + [sym_section] = STATE(382), + [sym_inlineSection] = STATE(382), + [sym_once] = STATE(382), + [sym_verbatim] = STATE(382), + [sym_stack] = STATE(382), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(382), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(382), + [sym_loop] = STATE(382), + [sym_loop_operator] = STATE(382), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(382), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(382), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(382), + [sym_text] = STATE(382), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(6545), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6547), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [367] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6549), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [368] = { + [sym__definition] = STATE(368), + [sym_keyword] = STATE(368), + [sym_php_statement] = STATE(368), + [sym__escaped] = STATE(2994), + [sym__unescaped] = STATE(2994), + [sym__raw] = STATE(2994), + [sym__inline_raw] = STATE(2994), + [sym__multi_line_raw] = STATE(2994), + [sym__js] = STATE(2994), + [sym_attribute] = STATE(368), + [sym__inline_directive] = STATE(368), + [sym__use] = STATE(368), + [sym__nested_directive] = STATE(368), + [sym_fragment] = STATE(368), + [sym_section] = STATE(368), + [sym_inlineSection] = STATE(368), + [sym_once] = STATE(368), + [sym_verbatim] = STATE(368), + [sym_stack] = STATE(368), + [sym__push] = STATE(2995), + [sym__pushOnce] = STATE(2995), + [sym__pushIf] = STATE(2995), + [sym__prepend] = STATE(2995), + [sym__prependOnce] = STATE(2995), + [sym_conditional] = STATE(368), + [sym__if] = STATE(2996), + [sym__unless] = STATE(2996), + [sym__isset] = STATE(2996), + [sym__empty] = STATE(2996), + [sym__auth] = STATE(2996), + [sym__guest] = STATE(2996), + [sym__production] = STATE(2996), + [sym__env] = STATE(2996), + [sym__hasSection] = STATE(2996), + [sym__sectionMissing] = STATE(2996), + [sym__error] = STATE(2996), + [sym_authorization] = STATE(2996), + [sym__can] = STATE(2997), + [sym__cannot] = STATE(2997), + [sym__canany] = STATE(2997), + [sym__feature] = STATE(2996), + [sym__custom] = STATE(2996), + [sym_switch] = STATE(368), + [sym_loop] = STATE(368), + [sym_loop_operator] = STATE(368), + [sym__for] = STATE(2998), + [sym__foreach] = STATE(2998), + [sym__forelse] = STATE(2998), + [sym__while] = STATE(2998), + [sym_envoy] = STATE(368), + [sym__setup] = STATE(2994), + [sym__task] = STATE(2999), + [sym__story] = STATE(2999), + [sym__hooks] = STATE(2994), + [sym__before] = STATE(2994), + [sym__after] = STATE(2994), + [sym__envoy_error] = STATE(2994), + [sym__success] = STATE(2994), + [sym__finished] = STATE(2994), + [sym_livewire] = STATE(368), + [sym__persist] = STATE(3000), + [sym__teleport] = STATE(3000), + [sym__volt] = STATE(3000), + [aux_sym__directive_body] = STATE(368), + [sym_text] = STATE(368), + [sym__text] = STATE(945), + [aux_sym_php_only_repeat1] = STATE(945), + [sym_comment] = ACTIONS(6551), + [aux_sym_keyword_token1] = ACTIONS(6554), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6557), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6560), + [anon_sym_ATphp] = ACTIONS(6563), + [anon_sym_ATjs] = ACTIONS(6566), + [aux_sym_attribute_token1] = ACTIONS(6569), + [aux_sym__inline_directive_token1] = ACTIONS(6572), + [aux_sym__inline_directive_token2] = ACTIONS(6575), + [anon_sym_ATuse] = ACTIONS(6578), + [anon_sym_ATfragment] = ACTIONS(6581), + [anon_sym_ATsection] = ACTIONS(6584), + [anon_sym_ATonce] = ACTIONS(6587), + [anon_sym_ATverbatim] = ACTIONS(6590), + [anon_sym_ATpush] = ACTIONS(6593), + [anon_sym_ATpushOnce] = ACTIONS(6596), + [anon_sym_ATpushIf] = ACTIONS(6599), + [anon_sym_ATprepend] = ACTIONS(6602), + [anon_sym_ATprependOnce] = ACTIONS(6605), + [anon_sym_ATif] = ACTIONS(6608), + [anon_sym_ATunless] = ACTIONS(6611), + [anon_sym_ATisset] = ACTIONS(6614), + [anon_sym_ATempty] = ACTIONS(6617), + [anon_sym_ATauth] = ACTIONS(6620), + [anon_sym_ATguest] = ACTIONS(6623), + [anon_sym_ATproduction] = ACTIONS(6626), + [anon_sym_ATenv] = ACTIONS(6629), + [anon_sym_AThasSection] = ACTIONS(6632), + [anon_sym_ATsectionMissing] = ACTIONS(6635), + [anon_sym_ATerror] = ACTIONS(6638), + [anon_sym_ATcan] = ACTIONS(6641), + [anon_sym_ATcannot] = ACTIONS(6644), + [anon_sym_ATcanany] = ACTIONS(6647), + [anon_sym_ATfeature] = ACTIONS(6650), + [aux_sym__custom_token1] = ACTIONS(6653), + [aux_sym__custom_token2] = ACTIONS(6656), + [anon_sym_ATswitch] = ACTIONS(6659), + [aux_sym_loop_operator_token1] = ACTIONS(6662), + [anon_sym_ATfor] = ACTIONS(6665), + [anon_sym_ATforeach] = ACTIONS(6668), + [anon_sym_ATforelse] = ACTIONS(6671), + [anon_sym_ATwhile] = ACTIONS(6674), + [anon_sym_ATsetup] = ACTIONS(6677), + [anon_sym_ATtask] = ACTIONS(6680), + [anon_sym_ATstory] = ACTIONS(6683), + [anon_sym_ATbefore] = ACTIONS(6686), + [anon_sym_ATafter] = ACTIONS(6689), + [anon_sym_ATsuccess] = ACTIONS(6692), + [anon_sym_ATfinished] = ACTIONS(6695), + [anon_sym_ATpersist] = ACTIONS(6698), + [anon_sym_ATteleport] = ACTIONS(6701), + [anon_sym_ATvolt] = ACTIONS(6704), + [anon_sym_ATendvolt] = ACTIONS(5111), + [aux_sym__text_token1] = ACTIONS(6707), + [aux_sym__text_token2] = ACTIONS(6707), + [aux_sym__text_token3] = ACTIONS(6710), + }, [369] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6131), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(493), + [sym_keyword] = STATE(493), + [sym_php_statement] = STATE(493), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(493), + [sym__inline_directive] = STATE(493), + [sym__use] = STATE(493), + [sym__nested_directive] = STATE(493), + [sym_fragment] = STATE(493), + [sym_section] = STATE(493), + [sym_inlineSection] = STATE(493), + [sym_once] = STATE(493), + [sym_verbatim] = STATE(493), + [sym_stack] = STATE(493), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(493), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(493), + [sym_loop] = STATE(493), + [sym_loop_operator] = STATE(493), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(493), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(493), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(493), + [sym_text] = STATE(493), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(6713), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6715), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [370] = { - [sym__definition] = STATE(373), - [sym_keyword] = STATE(373), - [sym_php_statement] = STATE(373), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(373), - [sym__inline_directive] = STATE(373), - [sym__use] = STATE(373), - [sym__nested_directive] = STATE(373), - [sym_fragment] = STATE(373), - [sym_section] = STATE(373), - [sym_inlineSection] = STATE(373), - [sym_once] = STATE(373), - [sym_verbatim] = STATE(373), - [sym_stack] = STATE(373), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(373), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(373), - [sym_loop] = STATE(373), - [sym_loop_operator] = STATE(373), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(373), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(373), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(373), - [sym_text] = STATE(373), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6133), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6135), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6717), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [371] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6719), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [372] = { + [sym__definition] = STATE(370), + [sym_keyword] = STATE(370), + [sym_php_statement] = STATE(370), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(370), + [sym__inline_directive] = STATE(370), + [sym__use] = STATE(370), + [sym__nested_directive] = STATE(370), + [sym_fragment] = STATE(370), + [sym_section] = STATE(370), + [sym_inlineSection] = STATE(370), + [sym_once] = STATE(370), + [sym_verbatim] = STATE(370), + [sym_stack] = STATE(370), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(370), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(370), + [sym_loop] = STATE(370), + [sym_loop_operator] = STATE(370), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(370), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(370), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(370), + [sym_text] = STATE(370), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(6721), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6723), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [373] = { + [sym__definition] = STATE(371), + [sym_keyword] = STATE(371), + [sym_php_statement] = STATE(371), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(371), + [sym__inline_directive] = STATE(371), + [sym__use] = STATE(371), + [sym__nested_directive] = STATE(371), + [sym_fragment] = STATE(371), + [sym_section] = STATE(371), + [sym_inlineSection] = STATE(371), + [sym_once] = STATE(371), + [sym_verbatim] = STATE(371), + [sym_stack] = STATE(371), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(371), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(371), + [sym_loop] = STATE(371), + [sym_loop_operator] = STATE(371), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(371), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(371), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(371), + [sym_text] = STATE(371), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(6725), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6727), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [374] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6729), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [375] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -73606,32 +74170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6137), + [aux_sym_section_token1] = ACTIONS(6731), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -73651,75 +74215,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [372] = { - [sym__definition] = STATE(184), - [sym_keyword] = STATE(184), - [sym_php_statement] = STATE(184), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(184), - [sym__inline_directive] = STATE(184), - [sym__use] = STATE(184), - [sym__nested_directive] = STATE(184), - [sym_fragment] = STATE(184), - [sym_section] = STATE(184), - [sym_inlineSection] = STATE(184), - [sym_once] = STATE(184), - [sym_verbatim] = STATE(184), - [sym_stack] = STATE(184), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(184), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(184), - [sym_loop] = STATE(184), - [sym_loop_operator] = STATE(184), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(184), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(184), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(184), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(184), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6139), + [376] = { + [sym__definition] = STATE(374), + [sym_keyword] = STATE(374), + [sym_php_statement] = STATE(374), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(374), + [sym__inline_directive] = STATE(374), + [sym__use] = STATE(374), + [sym__nested_directive] = STATE(374), + [sym_fragment] = STATE(374), + [sym_section] = STATE(374), + [sym_inlineSection] = STATE(374), + [sym_once] = STATE(374), + [sym_verbatim] = STATE(374), + [sym_stack] = STATE(374), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(374), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(374), + [sym_loop] = STATE(374), + [sym_loop_operator] = STATE(374), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(374), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(374), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(374), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(374), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6733), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6735), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [377] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6735), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [378] = { + [sym__definition] = STATE(375), + [sym_keyword] = STATE(375), + [sym_php_statement] = STATE(375), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(375), + [sym__inline_directive] = STATE(375), + [sym__use] = STATE(375), + [sym__nested_directive] = STATE(375), + [sym_fragment] = STATE(375), + [sym_section] = STATE(375), + [sym_inlineSection] = STATE(375), + [sym_once] = STATE(375), + [sym_verbatim] = STATE(375), + [sym_stack] = STATE(375), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(375), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(375), + [sym_loop] = STATE(375), + [sym_loop_operator] = STATE(375), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(375), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(375), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(375), + [sym_text] = STATE(375), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6737), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -73731,32 +74545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6137), + [aux_sym_section_token1] = ACTIONS(6739), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -73776,199 +74590,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [373] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6141), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [374] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [379] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -73981,32 +74670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6143), + [aux_sym_section_token1] = ACTIONS(6741), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -74026,266 +74715,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [375] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6145), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [376] = { - [sym__definition] = STATE(378), - [sym_keyword] = STATE(378), - [sym_php_statement] = STATE(378), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(378), - [sym__inline_directive] = STATE(378), - [sym__use] = STATE(378), - [sym__nested_directive] = STATE(378), - [sym_fragment] = STATE(378), - [sym_section] = STATE(378), - [sym_inlineSection] = STATE(378), - [sym_once] = STATE(378), - [sym_verbatim] = STATE(378), - [sym_stack] = STATE(378), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(378), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(378), - [sym_loop] = STATE(378), - [sym_loop_operator] = STATE(378), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(378), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(378), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(378), - [sym_text] = STATE(378), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(6147), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6149), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [380] = { + [sym__definition] = STATE(377), + [sym_keyword] = STATE(377), + [sym_php_statement] = STATE(377), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(377), + [sym__inline_directive] = STATE(377), + [sym__use] = STATE(377), + [sym__nested_directive] = STATE(377), + [sym_fragment] = STATE(377), + [sym_section] = STATE(377), + [sym_inlineSection] = STATE(377), + [sym_once] = STATE(377), + [sym_verbatim] = STATE(377), + [sym_stack] = STATE(377), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(377), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(377), + [sym_loop] = STATE(377), + [sym_loop_operator] = STATE(377), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(377), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(377), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(377), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(377), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6743), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6745), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [377] = { + [381] = { [sym__definition] = STATE(379), [sym_keyword] = STATE(379), [sym_php_statement] = STATE(379), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), [sym_attribute] = STATE(379), [sym__inline_directive] = STATE(379), [sym__use] = STATE(379), @@ -74296,930 +74860,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(379), [sym_verbatim] = STATE(379), [sym_stack] = STATE(379), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), [sym_conditional] = STATE(379), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), [sym_switch] = STATE(379), [sym_loop] = STATE(379), [sym_loop_operator] = STATE(379), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), [sym_envoy] = STATE(379), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), [sym_livewire] = STATE(379), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), [aux_sym__directive_body] = STATE(379), [sym_text] = STATE(379), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(6151), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6153), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [378] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6155), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [379] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6157), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [380] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6159), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [381] = { - [sym__definition] = STATE(579), - [sym_keyword] = STATE(579), - [sym_php_statement] = STATE(579), - [sym__escaped] = STATE(3132), - [sym__unescaped] = STATE(3132), - [sym__raw] = STATE(3132), - [sym__inline_raw] = STATE(3132), - [sym__multi_line_raw] = STATE(3132), - [sym__js] = STATE(3132), - [sym_attribute] = STATE(579), - [sym__inline_directive] = STATE(579), - [sym__use] = STATE(579), - [sym__nested_directive] = STATE(579), - [sym_fragment] = STATE(579), - [sym_section] = STATE(579), - [sym_inlineSection] = STATE(579), - [sym_once] = STATE(579), - [sym_verbatim] = STATE(579), - [sym_stack] = STATE(579), - [sym__push] = STATE(2987), - [sym__pushOnce] = STATE(2987), - [sym__pushIf] = STATE(2987), - [sym__prepend] = STATE(2987), - [sym__prependOnce] = STATE(2987), - [sym_conditional] = STATE(579), - [sym__if] = STATE(3075), - [sym__unless] = STATE(3075), - [sym__isset] = STATE(3075), - [sym__empty] = STATE(3075), - [sym__auth] = STATE(3075), - [sym__guest] = STATE(3075), - [sym__production] = STATE(3075), - [sym__env] = STATE(3075), - [sym__hasSection] = STATE(3075), - [sym__sectionMissing] = STATE(3075), - [sym__error] = STATE(3075), - [sym_authorization] = STATE(3075), - [sym__can] = STATE(3072), - [sym__cannot] = STATE(3072), - [sym__canany] = STATE(3072), - [sym__feature] = STATE(3075), - [sym__custom] = STATE(3075), - [sym_switch] = STATE(579), - [sym_loop] = STATE(579), - [sym_loop_operator] = STATE(579), - [sym__for] = STATE(3055), - [sym__foreach] = STATE(3055), - [sym__forelse] = STATE(3055), - [sym__while] = STATE(3055), - [sym_envoy] = STATE(579), - [sym__setup] = STATE(3132), - [sym__task] = STATE(3047), - [sym__story] = STATE(3047), - [sym__hooks] = STATE(3132), - [sym__before] = STATE(3132), - [sym__after] = STATE(3132), - [sym__envoy_error] = STATE(3132), - [sym__success] = STATE(3132), - [sym__finished] = STATE(3132), - [sym_livewire] = STATE(579), - [sym__persist] = STATE(3046), - [sym__teleport] = STATE(3046), - [sym__volt] = STATE(3046), - [aux_sym__directive_body] = STATE(579), - [sym_text] = STATE(579), - [sym__text] = STATE(1126), - [aux_sym_php_only_repeat1] = STATE(1126), - [sym_comment] = ACTIONS(6161), - [aux_sym_keyword_token1] = ACTIONS(6005), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6007), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6009), - [anon_sym_ATphp] = ACTIONS(6011), - [anon_sym_ATjs] = ACTIONS(6013), - [aux_sym_attribute_token1] = ACTIONS(6015), - [aux_sym__inline_directive_token1] = ACTIONS(6017), - [aux_sym__inline_directive_token2] = ACTIONS(6019), - [anon_sym_ATuse] = ACTIONS(6021), - [anon_sym_ATfragment] = ACTIONS(6023), - [anon_sym_ATsection] = ACTIONS(6025), - [anon_sym_ATonce] = ACTIONS(6027), - [anon_sym_ATverbatim] = ACTIONS(6029), - [anon_sym_ATpush] = ACTIONS(6031), - [anon_sym_ATpushOnce] = ACTIONS(6033), - [anon_sym_ATendPushOnce] = ACTIONS(4429), - [anon_sym_ATpushIf] = ACTIONS(6035), - [anon_sym_ATprepend] = ACTIONS(6037), - [anon_sym_ATprependOnce] = ACTIONS(6039), - [anon_sym_ATif] = ACTIONS(6041), - [anon_sym_ATunless] = ACTIONS(6043), - [anon_sym_ATisset] = ACTIONS(6045), - [anon_sym_ATempty] = ACTIONS(6047), - [anon_sym_ATauth] = ACTIONS(6049), - [anon_sym_ATguest] = ACTIONS(6051), - [anon_sym_ATproduction] = ACTIONS(6053), - [anon_sym_ATenv] = ACTIONS(6055), - [anon_sym_AThasSection] = ACTIONS(6057), - [anon_sym_ATsectionMissing] = ACTIONS(6059), - [anon_sym_ATerror] = ACTIONS(6061), - [anon_sym_ATcan] = ACTIONS(6063), - [anon_sym_ATcannot] = ACTIONS(6065), - [anon_sym_ATcanany] = ACTIONS(6067), - [anon_sym_ATfeature] = ACTIONS(6069), - [aux_sym__custom_token1] = ACTIONS(6071), - [aux_sym__custom_token2] = ACTIONS(6073), - [anon_sym_ATswitch] = ACTIONS(6075), - [aux_sym_loop_operator_token1] = ACTIONS(6077), - [anon_sym_ATfor] = ACTIONS(6079), - [anon_sym_ATforeach] = ACTIONS(6081), - [anon_sym_ATforelse] = ACTIONS(6083), - [anon_sym_ATwhile] = ACTIONS(6085), - [anon_sym_ATsetup] = ACTIONS(6087), - [anon_sym_ATtask] = ACTIONS(6089), - [anon_sym_ATstory] = ACTIONS(6091), - [anon_sym_ATbefore] = ACTIONS(6093), - [anon_sym_ATafter] = ACTIONS(6095), - [anon_sym_ATsuccess] = ACTIONS(6097), - [anon_sym_ATfinished] = ACTIONS(6099), - [anon_sym_ATpersist] = ACTIONS(6101), - [anon_sym_ATteleport] = ACTIONS(6103), - [anon_sym_ATvolt] = ACTIONS(6105), - [aux_sym__text_token1] = ACTIONS(6107), - [aux_sym__text_token2] = ACTIONS(6107), - [aux_sym__text_token3] = ACTIONS(6109), - }, - [382] = { - [sym__definition] = STATE(385), - [sym_keyword] = STATE(385), - [sym_php_statement] = STATE(385), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(385), - [sym__inline_directive] = STATE(385), - [sym__use] = STATE(385), - [sym__nested_directive] = STATE(385), - [sym_fragment] = STATE(385), - [sym_section] = STATE(385), - [sym_inlineSection] = STATE(385), - [sym_once] = STATE(385), - [sym_verbatim] = STATE(385), - [sym_stack] = STATE(385), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(385), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(385), - [sym_loop] = STATE(385), - [sym_loop_operator] = STATE(385), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(385), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(385), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(385), - [sym_text] = STATE(385), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6163), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6165), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [383] = { - [sym__definition] = STATE(383), - [sym_keyword] = STATE(383), - [sym_php_statement] = STATE(383), - [sym__escaped] = STATE(3472), - [sym__unescaped] = STATE(3472), - [sym__raw] = STATE(3472), - [sym__inline_raw] = STATE(3472), - [sym__multi_line_raw] = STATE(3472), - [sym__js] = STATE(3472), - [sym_attribute] = STATE(383), - [sym__inline_directive] = STATE(383), - [sym__use] = STATE(383), - [sym__nested_directive] = STATE(383), - [sym_fragment] = STATE(383), - [sym_section] = STATE(383), - [sym_inlineSection] = STATE(383), - [sym_once] = STATE(383), - [sym_verbatim] = STATE(383), - [sym_stack] = STATE(383), - [sym__push] = STATE(3471), - [sym__pushOnce] = STATE(3471), - [sym__pushIf] = STATE(3471), - [sym__prepend] = STATE(3471), - [sym__prependOnce] = STATE(3471), - [sym_conditional] = STATE(383), - [sym__if] = STATE(3469), - [sym__unless] = STATE(3469), - [sym__isset] = STATE(3469), - [sym__empty] = STATE(3469), - [sym__auth] = STATE(3469), - [sym__guest] = STATE(3469), - [sym__production] = STATE(3469), - [sym__env] = STATE(3469), - [sym__hasSection] = STATE(3469), - [sym__sectionMissing] = STATE(3469), - [sym__error] = STATE(3469), - [sym_authorization] = STATE(3469), - [sym__can] = STATE(3468), - [sym__cannot] = STATE(3468), - [sym__canany] = STATE(3468), - [sym__feature] = STATE(3469), - [sym__custom] = STATE(3469), - [sym_switch] = STATE(383), - [sym_loop] = STATE(383), - [sym_loop_operator] = STATE(383), - [sym__for] = STATE(3467), - [sym__foreach] = STATE(3467), - [sym__forelse] = STATE(3467), - [sym__while] = STATE(3467), - [sym_envoy] = STATE(383), - [sym__setup] = STATE(3472), - [sym__task] = STATE(3466), - [sym__story] = STATE(3466), - [sym__hooks] = STATE(3472), - [sym__before] = STATE(3472), - [sym__after] = STATE(3472), - [sym__envoy_error] = STATE(3472), - [sym__success] = STATE(3472), - [sym__finished] = STATE(3472), - [sym_livewire] = STATE(383), - [sym__persist] = STATE(3465), - [sym__teleport] = STATE(3465), - [sym__volt] = STATE(3465), - [aux_sym__directive_body] = STATE(383), - [sym_text] = STATE(383), - [sym__text] = STATE(839), - [aux_sym_php_only_repeat1] = STATE(839), - [sym_comment] = ACTIONS(6167), - [aux_sym_keyword_token1] = ACTIONS(6170), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6173), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6176), - [anon_sym_ATphp] = ACTIONS(6179), - [anon_sym_ATjs] = ACTIONS(6182), - [aux_sym_attribute_token1] = ACTIONS(6185), - [aux_sym__inline_directive_token1] = ACTIONS(6188), - [aux_sym__inline_directive_token2] = ACTIONS(6191), - [anon_sym_ATuse] = ACTIONS(6194), - [anon_sym_ATfragment] = ACTIONS(6197), - [anon_sym_ATendfragment] = ACTIONS(5333), - [anon_sym_ATsection] = ACTIONS(6200), - [anon_sym_ATonce] = ACTIONS(6203), - [anon_sym_ATverbatim] = ACTIONS(6206), - [anon_sym_ATpush] = ACTIONS(6209), - [anon_sym_ATpushOnce] = ACTIONS(6212), - [anon_sym_ATpushIf] = ACTIONS(6215), - [anon_sym_ATprepend] = ACTIONS(6218), - [anon_sym_ATprependOnce] = ACTIONS(6221), - [anon_sym_ATif] = ACTIONS(6224), - [anon_sym_ATunless] = ACTIONS(6227), - [anon_sym_ATisset] = ACTIONS(6230), - [anon_sym_ATempty] = ACTIONS(6233), - [anon_sym_ATauth] = ACTIONS(6236), - [anon_sym_ATguest] = ACTIONS(6239), - [anon_sym_ATproduction] = ACTIONS(6242), - [anon_sym_ATenv] = ACTIONS(6245), - [anon_sym_AThasSection] = ACTIONS(6248), - [anon_sym_ATsectionMissing] = ACTIONS(6251), - [anon_sym_ATerror] = ACTIONS(6254), - [anon_sym_ATcan] = ACTIONS(6257), - [anon_sym_ATcannot] = ACTIONS(6260), - [anon_sym_ATcanany] = ACTIONS(6263), - [anon_sym_ATfeature] = ACTIONS(6266), - [aux_sym__custom_token1] = ACTIONS(6269), - [aux_sym__custom_token2] = ACTIONS(6272), - [anon_sym_ATswitch] = ACTIONS(6275), - [aux_sym_loop_operator_token1] = ACTIONS(6278), - [anon_sym_ATfor] = ACTIONS(6281), - [anon_sym_ATforeach] = ACTIONS(6284), - [anon_sym_ATforelse] = ACTIONS(6287), - [anon_sym_ATwhile] = ACTIONS(6290), - [anon_sym_ATsetup] = ACTIONS(6293), - [anon_sym_ATtask] = ACTIONS(6296), - [anon_sym_ATstory] = ACTIONS(6299), - [anon_sym_ATbefore] = ACTIONS(6302), - [anon_sym_ATafter] = ACTIONS(6305), - [anon_sym_ATsuccess] = ACTIONS(6308), - [anon_sym_ATfinished] = ACTIONS(6311), - [anon_sym_ATpersist] = ACTIONS(6314), - [anon_sym_ATteleport] = ACTIONS(6317), - [anon_sym_ATvolt] = ACTIONS(6320), - [aux_sym__text_token1] = ACTIONS(6323), - [aux_sym__text_token2] = ACTIONS(6323), - [aux_sym__text_token3] = ACTIONS(6326), - }, - [384] = { - [sym__definition] = STATE(387), - [sym_keyword] = STATE(387), - [sym_php_statement] = STATE(387), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(387), - [sym__inline_directive] = STATE(387), - [sym__use] = STATE(387), - [sym__nested_directive] = STATE(387), - [sym_fragment] = STATE(387), - [sym_section] = STATE(387), - [sym_inlineSection] = STATE(387), - [sym_once] = STATE(387), - [sym_verbatim] = STATE(387), - [sym_stack] = STATE(387), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(387), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(387), - [sym_loop] = STATE(387), - [sym_loop_operator] = STATE(387), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(387), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(387), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(387), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(387), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6329), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6747), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -75231,32 +74920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6331), + [aux_sym_section_token1] = ACTIONS(6749), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -75276,325 +74965,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [385] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6333), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [386] = { - [sym__definition] = STATE(389), - [sym_keyword] = STATE(389), - [sym_php_statement] = STATE(389), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(389), - [sym__inline_directive] = STATE(389), - [sym__use] = STATE(389), - [sym__nested_directive] = STATE(389), - [sym_fragment] = STATE(389), - [sym_section] = STATE(389), - [sym_inlineSection] = STATE(389), - [sym_once] = STATE(389), - [sym_verbatim] = STATE(389), - [sym_stack] = STATE(389), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(389), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(389), - [sym_loop] = STATE(389), - [sym_loop_operator] = STATE(389), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(389), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(389), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(389), - [sym_text] = STATE(389), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6335), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6337), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [382] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6751), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [387] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [383] = { + [sym__definition] = STATE(387), + [sym_keyword] = STATE(387), + [sym_php_statement] = STATE(387), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(387), + [sym__inline_directive] = STATE(387), + [sym__use] = STATE(387), + [sym__nested_directive] = STATE(387), + [sym_fragment] = STATE(387), + [sym_section] = STATE(387), + [sym_inlineSection] = STATE(387), + [sym_once] = STATE(387), + [sym_verbatim] = STATE(387), + [sym_stack] = STATE(387), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(387), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(387), + [sym_loop] = STATE(387), + [sym_loop_operator] = STATE(387), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(387), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(387), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(387), + [sym_text] = STATE(387), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6753), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -75606,32 +75170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6339), + [aux_sym_section_token1] = ACTIONS(6755), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -75651,75 +75215,450 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [388] = { - [sym__definition] = STATE(390), - [sym_keyword] = STATE(390), - [sym_php_statement] = STATE(390), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(390), - [sym__inline_directive] = STATE(390), - [sym__use] = STATE(390), - [sym__nested_directive] = STATE(390), - [sym_fragment] = STATE(390), - [sym_section] = STATE(390), - [sym_inlineSection] = STATE(390), - [sym_once] = STATE(390), - [sym_verbatim] = STATE(390), - [sym_stack] = STATE(390), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(390), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(390), - [sym_loop] = STATE(390), - [sym_loop_operator] = STATE(390), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(390), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(390), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(390), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(390), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6341), + [384] = { + [sym__definition] = STATE(584), + [sym_keyword] = STATE(584), + [sym_php_statement] = STATE(584), + [sym__escaped] = STATE(3253), + [sym__unescaped] = STATE(3253), + [sym__raw] = STATE(3253), + [sym__inline_raw] = STATE(3253), + [sym__multi_line_raw] = STATE(3253), + [sym__js] = STATE(3253), + [sym_attribute] = STATE(584), + [sym__inline_directive] = STATE(584), + [sym__use] = STATE(584), + [sym__nested_directive] = STATE(584), + [sym_fragment] = STATE(584), + [sym_section] = STATE(584), + [sym_inlineSection] = STATE(584), + [sym_once] = STATE(584), + [sym_verbatim] = STATE(584), + [sym_stack] = STATE(584), + [sym__push] = STATE(3105), + [sym__pushOnce] = STATE(3105), + [sym__pushIf] = STATE(3105), + [sym__prepend] = STATE(3105), + [sym__prependOnce] = STATE(3105), + [sym_conditional] = STATE(584), + [sym__if] = STATE(3195), + [sym__unless] = STATE(3195), + [sym__isset] = STATE(3195), + [sym__empty] = STATE(3195), + [sym__auth] = STATE(3195), + [sym__guest] = STATE(3195), + [sym__production] = STATE(3195), + [sym__env] = STATE(3195), + [sym__hasSection] = STATE(3195), + [sym__sectionMissing] = STATE(3195), + [sym__error] = STATE(3195), + [sym_authorization] = STATE(3195), + [sym__can] = STATE(3192), + [sym__cannot] = STATE(3192), + [sym__canany] = STATE(3192), + [sym__feature] = STATE(3195), + [sym__custom] = STATE(3195), + [sym_switch] = STATE(584), + [sym_loop] = STATE(584), + [sym_loop_operator] = STATE(584), + [sym__for] = STATE(3167), + [sym__foreach] = STATE(3167), + [sym__forelse] = STATE(3167), + [sym__while] = STATE(3167), + [sym_envoy] = STATE(584), + [sym__setup] = STATE(3253), + [sym__task] = STATE(3166), + [sym__story] = STATE(3166), + [sym__hooks] = STATE(3253), + [sym__before] = STATE(3253), + [sym__after] = STATE(3253), + [sym__envoy_error] = STATE(3253), + [sym__success] = STATE(3253), + [sym__finished] = STATE(3253), + [sym_livewire] = STATE(584), + [sym__persist] = STATE(3151), + [sym__teleport] = STATE(3151), + [sym__volt] = STATE(3151), + [aux_sym__directive_body] = STATE(584), + [sym_text] = STATE(584), + [sym__text] = STATE(1040), + [aux_sym_php_only_repeat1] = STATE(1040), + [sym_comment] = ACTIONS(6757), + [aux_sym_keyword_token1] = ACTIONS(6435), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6437), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6439), + [anon_sym_ATphp] = ACTIONS(6441), + [anon_sym_ATjs] = ACTIONS(6443), + [aux_sym_attribute_token1] = ACTIONS(6445), + [aux_sym__inline_directive_token1] = ACTIONS(6447), + [aux_sym__inline_directive_token2] = ACTIONS(6449), + [anon_sym_ATuse] = ACTIONS(6451), + [anon_sym_ATfragment] = ACTIONS(6453), + [anon_sym_ATsection] = ACTIONS(6455), + [anon_sym_ATonce] = ACTIONS(6457), + [anon_sym_ATverbatim] = ACTIONS(6459), + [anon_sym_ATpush] = ACTIONS(6461), + [anon_sym_ATpushOnce] = ACTIONS(6463), + [anon_sym_ATendPushOnce] = ACTIONS(5621), + [anon_sym_ATpushIf] = ACTIONS(6465), + [anon_sym_ATprepend] = ACTIONS(6467), + [anon_sym_ATprependOnce] = ACTIONS(6469), + [anon_sym_ATif] = ACTIONS(6471), + [anon_sym_ATunless] = ACTIONS(6473), + [anon_sym_ATisset] = ACTIONS(6475), + [anon_sym_ATempty] = ACTIONS(6477), + [anon_sym_ATauth] = ACTIONS(6479), + [anon_sym_ATguest] = ACTIONS(6481), + [anon_sym_ATproduction] = ACTIONS(6483), + [anon_sym_ATenv] = ACTIONS(6485), + [anon_sym_AThasSection] = ACTIONS(6487), + [anon_sym_ATsectionMissing] = ACTIONS(6489), + [anon_sym_ATerror] = ACTIONS(6491), + [anon_sym_ATcan] = ACTIONS(6493), + [anon_sym_ATcannot] = ACTIONS(6495), + [anon_sym_ATcanany] = ACTIONS(6497), + [anon_sym_ATfeature] = ACTIONS(6499), + [aux_sym__custom_token1] = ACTIONS(6501), + [aux_sym__custom_token2] = ACTIONS(6503), + [anon_sym_ATswitch] = ACTIONS(6505), + [aux_sym_loop_operator_token1] = ACTIONS(6507), + [anon_sym_ATfor] = ACTIONS(6509), + [anon_sym_ATforeach] = ACTIONS(6511), + [anon_sym_ATforelse] = ACTIONS(6513), + [anon_sym_ATwhile] = ACTIONS(6515), + [anon_sym_ATsetup] = ACTIONS(6517), + [anon_sym_ATtask] = ACTIONS(6519), + [anon_sym_ATstory] = ACTIONS(6521), + [anon_sym_ATbefore] = ACTIONS(6523), + [anon_sym_ATafter] = ACTIONS(6525), + [anon_sym_ATsuccess] = ACTIONS(6527), + [anon_sym_ATfinished] = ACTIONS(6529), + [anon_sym_ATpersist] = ACTIONS(6531), + [anon_sym_ATteleport] = ACTIONS(6533), + [anon_sym_ATvolt] = ACTIONS(6535), + [aux_sym__text_token1] = ACTIONS(6537), + [aux_sym__text_token2] = ACTIONS(6537), + [aux_sym__text_token3] = ACTIONS(6539), + }, + [385] = { + [sym__definition] = STATE(395), + [sym_keyword] = STATE(395), + [sym_php_statement] = STATE(395), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(395), + [sym__inline_directive] = STATE(395), + [sym__use] = STATE(395), + [sym__nested_directive] = STATE(395), + [sym_fragment] = STATE(395), + [sym_section] = STATE(395), + [sym_inlineSection] = STATE(395), + [sym_once] = STATE(395), + [sym_verbatim] = STATE(395), + [sym_stack] = STATE(395), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(395), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(395), + [sym_loop] = STATE(395), + [sym_loop_operator] = STATE(395), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(395), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(395), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(395), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(395), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6759), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6761), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [386] = { + [sym__definition] = STATE(386), + [sym_keyword] = STATE(386), + [sym_php_statement] = STATE(386), + [sym__escaped] = STATE(3657), + [sym__unescaped] = STATE(3657), + [sym__raw] = STATE(3657), + [sym__inline_raw] = STATE(3657), + [sym__multi_line_raw] = STATE(3657), + [sym__js] = STATE(3657), + [sym_attribute] = STATE(386), + [sym__inline_directive] = STATE(386), + [sym__use] = STATE(386), + [sym__nested_directive] = STATE(386), + [sym_fragment] = STATE(386), + [sym_section] = STATE(386), + [sym_inlineSection] = STATE(386), + [sym_once] = STATE(386), + [sym_verbatim] = STATE(386), + [sym_stack] = STATE(386), + [sym__push] = STATE(3658), + [sym__pushOnce] = STATE(3658), + [sym__pushIf] = STATE(3658), + [sym__prepend] = STATE(3658), + [sym__prependOnce] = STATE(3658), + [sym_conditional] = STATE(386), + [sym__if] = STATE(3659), + [sym__unless] = STATE(3659), + [sym__isset] = STATE(3659), + [sym__empty] = STATE(3659), + [sym__auth] = STATE(3659), + [sym__guest] = STATE(3659), + [sym__production] = STATE(3659), + [sym__env] = STATE(3659), + [sym__hasSection] = STATE(3659), + [sym__sectionMissing] = STATE(3659), + [sym__error] = STATE(3659), + [sym_authorization] = STATE(3659), + [sym__can] = STATE(3660), + [sym__cannot] = STATE(3660), + [sym__canany] = STATE(3660), + [sym__feature] = STATE(3659), + [sym__custom] = STATE(3659), + [sym_switch] = STATE(386), + [sym_loop] = STATE(386), + [sym_loop_operator] = STATE(386), + [sym__for] = STATE(3661), + [sym__foreach] = STATE(3661), + [sym__forelse] = STATE(3661), + [sym__while] = STATE(3661), + [sym_envoy] = STATE(386), + [sym__setup] = STATE(3657), + [sym__task] = STATE(3662), + [sym__story] = STATE(3662), + [sym__hooks] = STATE(3657), + [sym__before] = STATE(3657), + [sym__after] = STATE(3657), + [sym__envoy_error] = STATE(3657), + [sym__success] = STATE(3657), + [sym__finished] = STATE(3657), + [sym_livewire] = STATE(386), + [sym__persist] = STATE(3664), + [sym__teleport] = STATE(3664), + [sym__volt] = STATE(3664), + [aux_sym__directive_body] = STATE(386), + [sym_text] = STATE(386), + [sym__text] = STATE(846), + [aux_sym_php_only_repeat1] = STATE(846), + [sym_comment] = ACTIONS(6763), + [aux_sym_keyword_token1] = ACTIONS(6766), + [anon_sym_LBRACE_LBRACE] = ACTIONS(6769), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6772), + [anon_sym_ATphp] = ACTIONS(6775), + [anon_sym_ATjs] = ACTIONS(6778), + [aux_sym_attribute_token1] = ACTIONS(6781), + [aux_sym__inline_directive_token1] = ACTIONS(6784), + [aux_sym__inline_directive_token2] = ACTIONS(6787), + [anon_sym_ATuse] = ACTIONS(6790), + [anon_sym_ATfragment] = ACTIONS(6793), + [anon_sym_ATendfragment] = ACTIONS(5111), + [anon_sym_ATsection] = ACTIONS(6796), + [anon_sym_ATonce] = ACTIONS(6799), + [anon_sym_ATverbatim] = ACTIONS(6802), + [anon_sym_ATpush] = ACTIONS(6805), + [anon_sym_ATpushOnce] = ACTIONS(6808), + [anon_sym_ATpushIf] = ACTIONS(6811), + [anon_sym_ATprepend] = ACTIONS(6814), + [anon_sym_ATprependOnce] = ACTIONS(6817), + [anon_sym_ATif] = ACTIONS(6820), + [anon_sym_ATunless] = ACTIONS(6823), + [anon_sym_ATisset] = ACTIONS(6826), + [anon_sym_ATempty] = ACTIONS(6829), + [anon_sym_ATauth] = ACTIONS(6832), + [anon_sym_ATguest] = ACTIONS(6835), + [anon_sym_ATproduction] = ACTIONS(6838), + [anon_sym_ATenv] = ACTIONS(6841), + [anon_sym_AThasSection] = ACTIONS(6844), + [anon_sym_ATsectionMissing] = ACTIONS(6847), + [anon_sym_ATerror] = ACTIONS(6850), + [anon_sym_ATcan] = ACTIONS(6853), + [anon_sym_ATcannot] = ACTIONS(6856), + [anon_sym_ATcanany] = ACTIONS(6859), + [anon_sym_ATfeature] = ACTIONS(6862), + [aux_sym__custom_token1] = ACTIONS(6865), + [aux_sym__custom_token2] = ACTIONS(6868), + [anon_sym_ATswitch] = ACTIONS(6871), + [aux_sym_loop_operator_token1] = ACTIONS(6874), + [anon_sym_ATfor] = ACTIONS(6877), + [anon_sym_ATforeach] = ACTIONS(6880), + [anon_sym_ATforelse] = ACTIONS(6883), + [anon_sym_ATwhile] = ACTIONS(6886), + [anon_sym_ATsetup] = ACTIONS(6889), + [anon_sym_ATtask] = ACTIONS(6892), + [anon_sym_ATstory] = ACTIONS(6895), + [anon_sym_ATbefore] = ACTIONS(6898), + [anon_sym_ATafter] = ACTIONS(6901), + [anon_sym_ATsuccess] = ACTIONS(6904), + [anon_sym_ATfinished] = ACTIONS(6907), + [anon_sym_ATpersist] = ACTIONS(6910), + [anon_sym_ATteleport] = ACTIONS(6913), + [anon_sym_ATvolt] = ACTIONS(6916), + [aux_sym__text_token1] = ACTIONS(6919), + [aux_sym__text_token2] = ACTIONS(6919), + [aux_sym__text_token3] = ACTIONS(6922), + }, + [387] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -75731,32 +75670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6339), + [aux_sym_section_token1] = ACTIONS(6925), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -75776,237 +75715,737 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [389] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6343), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [390] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), + [388] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6927), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [389] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6929), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [390] = { + [sym__definition] = STATE(388), + [sym_keyword] = STATE(388), + [sym_php_statement] = STATE(388), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(388), + [sym__inline_directive] = STATE(388), + [sym__use] = STATE(388), + [sym__nested_directive] = STATE(388), + [sym_fragment] = STATE(388), + [sym_section] = STATE(388), + [sym_inlineSection] = STATE(388), + [sym_once] = STATE(388), + [sym_verbatim] = STATE(388), + [sym_stack] = STATE(388), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(388), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(388), + [sym_loop] = STATE(388), + [sym_loop_operator] = STATE(388), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(388), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(388), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(388), + [sym_text] = STATE(388), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(6931), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6933), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [391] = { + [sym__definition] = STATE(389), + [sym_keyword] = STATE(389), + [sym_php_statement] = STATE(389), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(389), + [sym__inline_directive] = STATE(389), + [sym__use] = STATE(389), + [sym__nested_directive] = STATE(389), + [sym_fragment] = STATE(389), + [sym_section] = STATE(389), + [sym_inlineSection] = STATE(389), + [sym_once] = STATE(389), + [sym_verbatim] = STATE(389), + [sym_stack] = STATE(389), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(389), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(389), + [sym_loop] = STATE(389), + [sym_loop_operator] = STATE(389), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(389), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(389), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(389), + [sym_text] = STATE(389), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(6935), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6937), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [392] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6939), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [393] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6345), + [aux_sym_section_token1] = ACTIONS(6941), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -76026,1141 +76465,1391 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [391] = { - [sym__definition] = STATE(258), - [sym_keyword] = STATE(258), - [sym_php_statement] = STATE(258), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(258), - [sym__inline_directive] = STATE(258), - [sym__use] = STATE(258), - [sym__nested_directive] = STATE(258), - [sym_fragment] = STATE(258), - [sym_section] = STATE(258), - [sym_inlineSection] = STATE(258), - [sym_once] = STATE(258), - [sym_verbatim] = STATE(258), - [sym_stack] = STATE(258), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(258), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(258), - [sym_loop] = STATE(258), - [sym_loop_operator] = STATE(258), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(258), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(258), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(258), - [sym_text] = STATE(258), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(6347), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6349), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [392] = { - [sym__definition] = STATE(394), - [sym_keyword] = STATE(394), - [sym_php_statement] = STATE(394), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(394), - [sym__inline_directive] = STATE(394), - [sym__use] = STATE(394), - [sym__nested_directive] = STATE(394), - [sym_fragment] = STATE(394), - [sym_section] = STATE(394), - [sym_inlineSection] = STATE(394), - [sym_once] = STATE(394), - [sym_verbatim] = STATE(394), - [sym_stack] = STATE(394), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(394), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(394), - [sym_loop] = STATE(394), - [sym_loop_operator] = STATE(394), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(394), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(394), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(394), - [sym_text] = STATE(394), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(6351), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6353), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [393] = { - [sym__definition] = STATE(396), - [sym_keyword] = STATE(396), - [sym_php_statement] = STATE(396), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(396), - [sym__inline_directive] = STATE(396), - [sym__use] = STATE(396), - [sym__nested_directive] = STATE(396), - [sym_fragment] = STATE(396), - [sym_section] = STATE(396), - [sym_inlineSection] = STATE(396), - [sym_once] = STATE(396), - [sym_verbatim] = STATE(396), - [sym_stack] = STATE(396), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(396), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(396), - [sym_loop] = STATE(396), - [sym_loop_operator] = STATE(396), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(396), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(396), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(396), - [sym_text] = STATE(396), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(6355), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6357), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, [394] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6359), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(400), + [sym_keyword] = STATE(400), + [sym_php_statement] = STATE(400), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(400), + [sym__inline_directive] = STATE(400), + [sym__use] = STATE(400), + [sym__nested_directive] = STATE(400), + [sym_fragment] = STATE(400), + [sym_section] = STATE(400), + [sym_inlineSection] = STATE(400), + [sym_once] = STATE(400), + [sym_verbatim] = STATE(400), + [sym_stack] = STATE(400), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(400), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(400), + [sym_loop] = STATE(400), + [sym_loop_operator] = STATE(400), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(400), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(400), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(400), + [sym_text] = STATE(400), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6943), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(6945), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), }, [395] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6361), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6947), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [396] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6363), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(403), + [sym_keyword] = STATE(403), + [sym_php_statement] = STATE(403), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(403), + [sym__inline_directive] = STATE(403), + [sym__use] = STATE(403), + [sym__nested_directive] = STATE(403), + [sym_fragment] = STATE(403), + [sym_section] = STATE(403), + [sym_inlineSection] = STATE(403), + [sym_once] = STATE(403), + [sym_verbatim] = STATE(403), + [sym_stack] = STATE(403), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(403), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(403), + [sym_loop] = STATE(403), + [sym_loop_operator] = STATE(403), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(403), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(403), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(403), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(403), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6949), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6947), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [397] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(6365), - [aux_sym_keyword_token1] = ACTIONS(6368), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6371), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6374), - [anon_sym_ATphp] = ACTIONS(6377), - [anon_sym_ATjs] = ACTIONS(6380), - [aux_sym_attribute_token1] = ACTIONS(6383), - [aux_sym__inline_directive_token1] = ACTIONS(6386), - [aux_sym__inline_directive_token2] = ACTIONS(6389), - [anon_sym_ATuse] = ACTIONS(6392), - [anon_sym_ATfragment] = ACTIONS(6395), - [anon_sym_ATsection] = ACTIONS(6398), - [anon_sym_ATonce] = ACTIONS(6401), - [anon_sym_ATendonce] = ACTIONS(5333), - [anon_sym_ATverbatim] = ACTIONS(6404), - [anon_sym_ATpush] = ACTIONS(6407), - [anon_sym_ATpushOnce] = ACTIONS(6410), - [anon_sym_ATpushIf] = ACTIONS(6413), - [anon_sym_ATprepend] = ACTIONS(6416), - [anon_sym_ATprependOnce] = ACTIONS(6419), - [anon_sym_ATif] = ACTIONS(6422), - [anon_sym_ATunless] = ACTIONS(6425), - [anon_sym_ATisset] = ACTIONS(6428), - [anon_sym_ATempty] = ACTIONS(6431), - [anon_sym_ATauth] = ACTIONS(6434), - [anon_sym_ATguest] = ACTIONS(6437), - [anon_sym_ATproduction] = ACTIONS(6440), - [anon_sym_ATenv] = ACTIONS(6443), - [anon_sym_AThasSection] = ACTIONS(6446), - [anon_sym_ATsectionMissing] = ACTIONS(6449), - [anon_sym_ATerror] = ACTIONS(6452), - [anon_sym_ATcan] = ACTIONS(6455), - [anon_sym_ATcannot] = ACTIONS(6458), - [anon_sym_ATcanany] = ACTIONS(6461), - [anon_sym_ATfeature] = ACTIONS(6464), - [aux_sym__custom_token1] = ACTIONS(6467), - [aux_sym__custom_token2] = ACTIONS(6470), - [anon_sym_ATswitch] = ACTIONS(6473), - [aux_sym_loop_operator_token1] = ACTIONS(6476), - [anon_sym_ATfor] = ACTIONS(6479), - [anon_sym_ATforeach] = ACTIONS(6482), - [anon_sym_ATforelse] = ACTIONS(6485), - [anon_sym_ATwhile] = ACTIONS(6488), - [anon_sym_ATsetup] = ACTIONS(6491), - [anon_sym_ATtask] = ACTIONS(6494), - [anon_sym_ATstory] = ACTIONS(6497), - [anon_sym_ATbefore] = ACTIONS(6500), - [anon_sym_ATafter] = ACTIONS(6503), - [anon_sym_ATsuccess] = ACTIONS(6506), - [anon_sym_ATfinished] = ACTIONS(6509), - [anon_sym_ATpersist] = ACTIONS(6512), - [anon_sym_ATteleport] = ACTIONS(6515), - [anon_sym_ATvolt] = ACTIONS(6518), - [aux_sym__text_token1] = ACTIONS(6521), - [aux_sym__text_token2] = ACTIONS(6521), - [aux_sym__text_token3] = ACTIONS(6524), + [sym__definition] = STATE(392), + [sym_keyword] = STATE(392), + [sym_php_statement] = STATE(392), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(392), + [sym__inline_directive] = STATE(392), + [sym__use] = STATE(392), + [sym__nested_directive] = STATE(392), + [sym_fragment] = STATE(392), + [sym_section] = STATE(392), + [sym_inlineSection] = STATE(392), + [sym_once] = STATE(392), + [sym_verbatim] = STATE(392), + [sym_stack] = STATE(392), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(392), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(392), + [sym_loop] = STATE(392), + [sym_loop_operator] = STATE(392), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(392), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(392), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(392), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(392), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6951), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6953), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [398] = { - [sym__definition] = STATE(363), - [sym_keyword] = STATE(363), - [sym_php_statement] = STATE(363), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(363), - [sym__inline_directive] = STATE(363), - [sym__use] = STATE(363), - [sym__nested_directive] = STATE(363), - [sym_fragment] = STATE(363), - [sym_section] = STATE(363), - [sym_inlineSection] = STATE(363), - [sym_once] = STATE(363), - [sym_verbatim] = STATE(363), - [sym_stack] = STATE(363), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(363), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(363), - [sym_loop] = STATE(363), - [sym_loop_operator] = STATE(363), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(363), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(363), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(363), - [sym_text] = STATE(363), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6527), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6529), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(460), + [sym_keyword] = STATE(460), + [sym_php_statement] = STATE(460), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(460), + [sym__inline_directive] = STATE(460), + [sym__use] = STATE(460), + [sym__nested_directive] = STATE(460), + [sym_fragment] = STATE(460), + [sym_section] = STATE(460), + [sym_inlineSection] = STATE(460), + [sym_once] = STATE(460), + [sym_verbatim] = STATE(460), + [sym_stack] = STATE(460), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(460), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(460), + [sym_loop] = STATE(460), + [sym_loop_operator] = STATE(460), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(460), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(460), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(460), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(460), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6955), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6957), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [399] = { - [sym__definition] = STATE(213), - [sym_keyword] = STATE(213), - [sym_php_statement] = STATE(213), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(213), - [sym__inline_directive] = STATE(213), - [sym__use] = STATE(213), - [sym__nested_directive] = STATE(213), - [sym_fragment] = STATE(213), - [sym_section] = STATE(213), - [sym_inlineSection] = STATE(213), - [sym_once] = STATE(213), - [sym_verbatim] = STATE(213), - [sym_stack] = STATE(213), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(213), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(213), - [sym_loop] = STATE(213), - [sym_loop_operator] = STATE(213), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(213), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(213), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(213), - [sym_text] = STATE(213), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6531), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6533), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6953), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [400] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(6959), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [401] = { + [sym__definition] = STATE(393), + [sym_keyword] = STATE(393), + [sym_php_statement] = STATE(393), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(393), + [sym__inline_directive] = STATE(393), + [sym__use] = STATE(393), + [sym__nested_directive] = STATE(393), + [sym_fragment] = STATE(393), + [sym_section] = STATE(393), + [sym_inlineSection] = STATE(393), + [sym_once] = STATE(393), + [sym_verbatim] = STATE(393), + [sym_stack] = STATE(393), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(393), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(393), + [sym_loop] = STATE(393), + [sym_loop_operator] = STATE(393), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(393), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(393), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(393), + [sym_text] = STATE(393), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6961), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(6963), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [402] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(6965), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [403] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6967), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [404] = { + [sym__definition] = STATE(399), + [sym_keyword] = STATE(399), + [sym_php_statement] = STATE(399), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(399), + [sym__inline_directive] = STATE(399), + [sym__use] = STATE(399), + [sym__nested_directive] = STATE(399), + [sym_fragment] = STATE(399), + [sym_section] = STATE(399), + [sym_inlineSection] = STATE(399), + [sym_once] = STATE(399), + [sym_verbatim] = STATE(399), + [sym_stack] = STATE(399), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(399), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(399), + [sym_loop] = STATE(399), + [sym_loop_operator] = STATE(399), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(399), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(399), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(399), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(399), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(6969), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(6971), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [405] = { [sym__definition] = STATE(402), [sym_keyword] = STATE(402), [sym_php_statement] = STATE(402), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), [sym_attribute] = STATE(402), [sym__inline_directive] = STATE(402), [sym__use] = STATE(402), @@ -77171,180 +77860,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(402), [sym_verbatim] = STATE(402), [sym_stack] = STATE(402), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), [sym_conditional] = STATE(402), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), [sym_switch] = STATE(402), [sym_loop] = STATE(402), [sym_loop_operator] = STATE(402), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), [sym_envoy] = STATE(402), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), [sym_livewire] = STATE(402), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), [aux_sym__directive_body] = STATE(402), [sym_text] = STATE(402), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6535), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6537), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [401] = { - [sym__definition] = STATE(404), - [sym_keyword] = STATE(404), - [sym_php_statement] = STATE(404), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(404), - [sym__inline_directive] = STATE(404), - [sym__use] = STATE(404), - [sym__nested_directive] = STATE(404), - [sym_fragment] = STATE(404), - [sym_section] = STATE(404), - [sym_inlineSection] = STATE(404), - [sym_once] = STATE(404), - [sym_verbatim] = STATE(404), - [sym_stack] = STATE(404), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(404), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(404), - [sym_loop] = STATE(404), - [sym_loop_operator] = STATE(404), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(404), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(404), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(404), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(404), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6539), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(6973), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -77356,32 +77920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6541), + [aux_sym_section_token1] = ACTIONS(6975), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -77401,141 +77965,766 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [402] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6543), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [406] = { + [sym__definition] = STATE(410), + [sym_keyword] = STATE(410), + [sym_php_statement] = STATE(410), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(410), + [sym__inline_directive] = STATE(410), + [sym__use] = STATE(410), + [sym__nested_directive] = STATE(410), + [sym_fragment] = STATE(410), + [sym_section] = STATE(410), + [sym_inlineSection] = STATE(410), + [sym_once] = STATE(410), + [sym_verbatim] = STATE(410), + [sym_stack] = STATE(410), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(410), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(410), + [sym_loop] = STATE(410), + [sym_loop_operator] = STATE(410), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(410), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(410), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(410), + [sym_text] = STATE(410), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(6977), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6979), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [403] = { + [407] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6981), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [408] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6983), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [409] = { + [sym__definition] = STATE(411), + [sym_keyword] = STATE(411), + [sym_php_statement] = STATE(411), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(411), + [sym__inline_directive] = STATE(411), + [sym__use] = STATE(411), + [sym__nested_directive] = STATE(411), + [sym_fragment] = STATE(411), + [sym_section] = STATE(411), + [sym_inlineSection] = STATE(411), + [sym_once] = STATE(411), + [sym_verbatim] = STATE(411), + [sym_stack] = STATE(411), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(411), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(411), + [sym_loop] = STATE(411), + [sym_loop_operator] = STATE(411), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(411), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(411), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(411), + [sym_text] = STATE(411), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(6985), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6987), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [410] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6989), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [411] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6991), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [412] = { [sym__definition] = STATE(407), [sym_keyword] = STATE(407), [sym_php_statement] = STATE(407), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), [sym_attribute] = STATE(407), [sym__inline_directive] = STATE(407), [sym__use] = STATE(407), @@ -77546,179 +78735,429 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(407), [sym_verbatim] = STATE(407), [sym_stack] = STATE(407), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), [sym_conditional] = STATE(407), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), [sym_switch] = STATE(407), [sym_loop] = STATE(407), [sym_loop_operator] = STATE(407), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), [sym_envoy] = STATE(407), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), [sym_livewire] = STATE(407), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), [aux_sym__directive_body] = STATE(407), [sym_text] = STATE(407), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6545), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6547), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(6993), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(6995), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [404] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [413] = { + [sym__definition] = STATE(408), + [sym_keyword] = STATE(408), + [sym_php_statement] = STATE(408), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(408), + [sym__inline_directive] = STATE(408), + [sym__use] = STATE(408), + [sym__nested_directive] = STATE(408), + [sym_fragment] = STATE(408), + [sym_section] = STATE(408), + [sym_inlineSection] = STATE(408), + [sym_once] = STATE(408), + [sym_verbatim] = STATE(408), + [sym_stack] = STATE(408), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(408), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(408), + [sym_loop] = STATE(408), + [sym_loop_operator] = STATE(408), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(408), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(408), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(408), + [sym_text] = STATE(408), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(6997), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(6999), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [414] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7001), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [415] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -77731,32 +79170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6549), + [aux_sym_section_token1] = ACTIONS(7003), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -77776,75 +79215,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [405] = { - [sym__definition] = STATE(408), - [sym_keyword] = STATE(408), - [sym_php_statement] = STATE(408), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(408), - [sym__inline_directive] = STATE(408), - [sym__use] = STATE(408), - [sym__nested_directive] = STATE(408), - [sym_fragment] = STATE(408), - [sym_section] = STATE(408), - [sym_inlineSection] = STATE(408), - [sym_once] = STATE(408), - [sym_verbatim] = STATE(408), - [sym_stack] = STATE(408), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(408), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(408), - [sym_loop] = STATE(408), - [sym_loop_operator] = STATE(408), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(408), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(408), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(408), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(408), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6551), + [416] = { + [sym__definition] = STATE(414), + [sym_keyword] = STATE(414), + [sym_php_statement] = STATE(414), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(414), + [sym__inline_directive] = STATE(414), + [sym__use] = STATE(414), + [sym__nested_directive] = STATE(414), + [sym_fragment] = STATE(414), + [sym_section] = STATE(414), + [sym_inlineSection] = STATE(414), + [sym_once] = STATE(414), + [sym_verbatim] = STATE(414), + [sym_stack] = STATE(414), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(414), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(414), + [sym_loop] = STATE(414), + [sym_loop_operator] = STATE(414), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(414), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(414), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(414), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(414), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7005), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7007), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [417] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7007), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [418] = { + [sym__definition] = STATE(415), + [sym_keyword] = STATE(415), + [sym_php_statement] = STATE(415), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(415), + [sym__inline_directive] = STATE(415), + [sym__use] = STATE(415), + [sym__nested_directive] = STATE(415), + [sym_fragment] = STATE(415), + [sym_section] = STATE(415), + [sym_inlineSection] = STATE(415), + [sym_once] = STATE(415), + [sym_verbatim] = STATE(415), + [sym_stack] = STATE(415), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(415), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(415), + [sym_loop] = STATE(415), + [sym_loop_operator] = STATE(415), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(415), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(415), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(415), + [sym_text] = STATE(415), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(7009), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -77856,32 +79545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6549), + [aux_sym_section_token1] = ACTIONS(7011), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -77901,324 +79590,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [406] = { - [sym__definition] = STATE(355), - [sym_keyword] = STATE(355), - [sym_php_statement] = STATE(355), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(355), - [sym__inline_directive] = STATE(355), - [sym__use] = STATE(355), - [sym__nested_directive] = STATE(355), - [sym_fragment] = STATE(355), - [sym_section] = STATE(355), - [sym_inlineSection] = STATE(355), - [sym_once] = STATE(355), - [sym_verbatim] = STATE(355), - [sym_stack] = STATE(355), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(355), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(355), - [sym_loop] = STATE(355), - [sym_loop_operator] = STATE(355), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(355), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(355), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(355), - [sym_text] = STATE(355), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(6553), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6555), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [407] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6557), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [408] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [419] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -78231,32 +79670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6559), + [aux_sym_section_token1] = ACTIONS(7013), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -78276,1075 +79715,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [409] = { - [sym__definition] = STATE(413), - [sym_keyword] = STATE(413), - [sym_php_statement] = STATE(413), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(413), - [sym__inline_directive] = STATE(413), - [sym__use] = STATE(413), - [sym__nested_directive] = STATE(413), - [sym_fragment] = STATE(413), - [sym_section] = STATE(413), - [sym_inlineSection] = STATE(413), - [sym_once] = STATE(413), - [sym_verbatim] = STATE(413), - [sym_stack] = STATE(413), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(413), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(413), - [sym_loop] = STATE(413), - [sym_loop_operator] = STATE(413), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(413), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(413), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(413), - [sym_text] = STATE(413), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(6561), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6563), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [410] = { - [sym__definition] = STATE(414), - [sym_keyword] = STATE(414), - [sym_php_statement] = STATE(414), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(414), - [sym__inline_directive] = STATE(414), - [sym__use] = STATE(414), - [sym__nested_directive] = STATE(414), - [sym_fragment] = STATE(414), - [sym_section] = STATE(414), - [sym_inlineSection] = STATE(414), - [sym_once] = STATE(414), - [sym_verbatim] = STATE(414), - [sym_stack] = STATE(414), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(414), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(414), - [sym_loop] = STATE(414), - [sym_loop_operator] = STATE(414), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(414), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(414), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(414), - [sym_text] = STATE(414), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(6565), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6567), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [411] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6569), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [412] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6571), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [413] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6573), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [414] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6575), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [415] = { - [sym__definition] = STATE(383), - [sym_keyword] = STATE(383), - [sym_php_statement] = STATE(383), - [sym__escaped] = STATE(3472), - [sym__unescaped] = STATE(3472), - [sym__raw] = STATE(3472), - [sym__inline_raw] = STATE(3472), - [sym__multi_line_raw] = STATE(3472), - [sym__js] = STATE(3472), - [sym_attribute] = STATE(383), - [sym__inline_directive] = STATE(383), - [sym__use] = STATE(383), - [sym__nested_directive] = STATE(383), - [sym_fragment] = STATE(383), - [sym_section] = STATE(383), - [sym_inlineSection] = STATE(383), - [sym_once] = STATE(383), - [sym_verbatim] = STATE(383), - [sym_stack] = STATE(383), - [sym__push] = STATE(3471), - [sym__pushOnce] = STATE(3471), - [sym__pushIf] = STATE(3471), - [sym__prepend] = STATE(3471), - [sym__prependOnce] = STATE(3471), - [sym_conditional] = STATE(383), - [sym__if] = STATE(3469), - [sym__unless] = STATE(3469), - [sym__isset] = STATE(3469), - [sym__empty] = STATE(3469), - [sym__auth] = STATE(3469), - [sym__guest] = STATE(3469), - [sym__production] = STATE(3469), - [sym__env] = STATE(3469), - [sym__hasSection] = STATE(3469), - [sym__sectionMissing] = STATE(3469), - [sym__error] = STATE(3469), - [sym_authorization] = STATE(3469), - [sym__can] = STATE(3468), - [sym__cannot] = STATE(3468), - [sym__canany] = STATE(3468), - [sym__feature] = STATE(3469), - [sym__custom] = STATE(3469), - [sym_switch] = STATE(383), - [sym_loop] = STATE(383), - [sym_loop_operator] = STATE(383), - [sym__for] = STATE(3467), - [sym__foreach] = STATE(3467), - [sym__forelse] = STATE(3467), - [sym__while] = STATE(3467), - [sym_envoy] = STATE(383), - [sym__setup] = STATE(3472), - [sym__task] = STATE(3466), - [sym__story] = STATE(3466), - [sym__hooks] = STATE(3472), - [sym__before] = STATE(3472), - [sym__after] = STATE(3472), - [sym__envoy_error] = STATE(3472), - [sym__success] = STATE(3472), - [sym__finished] = STATE(3472), - [sym_livewire] = STATE(383), - [sym__persist] = STATE(3465), - [sym__teleport] = STATE(3465), - [sym__volt] = STATE(3465), - [aux_sym__directive_body] = STATE(383), - [sym_text] = STATE(383), - [sym__text] = STATE(839), - [aux_sym_php_only_repeat1] = STATE(839), - [sym_comment] = ACTIONS(6577), - [aux_sym_keyword_token1] = ACTIONS(6579), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6581), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6583), - [anon_sym_ATphp] = ACTIONS(6585), - [anon_sym_ATjs] = ACTIONS(6587), - [aux_sym_attribute_token1] = ACTIONS(6589), - [aux_sym__inline_directive_token1] = ACTIONS(6591), - [aux_sym__inline_directive_token2] = ACTIONS(6593), - [anon_sym_ATuse] = ACTIONS(6595), - [anon_sym_ATfragment] = ACTIONS(6597), - [anon_sym_ATendfragment] = ACTIONS(4429), - [anon_sym_ATsection] = ACTIONS(6599), - [anon_sym_ATonce] = ACTIONS(6601), - [anon_sym_ATverbatim] = ACTIONS(6603), - [anon_sym_ATpush] = ACTIONS(6605), - [anon_sym_ATpushOnce] = ACTIONS(6607), - [anon_sym_ATpushIf] = ACTIONS(6609), - [anon_sym_ATprepend] = ACTIONS(6611), - [anon_sym_ATprependOnce] = ACTIONS(6613), - [anon_sym_ATif] = ACTIONS(6615), - [anon_sym_ATunless] = ACTIONS(6617), - [anon_sym_ATisset] = ACTIONS(6619), - [anon_sym_ATempty] = ACTIONS(6621), - [anon_sym_ATauth] = ACTIONS(6623), - [anon_sym_ATguest] = ACTIONS(6625), - [anon_sym_ATproduction] = ACTIONS(6627), - [anon_sym_ATenv] = ACTIONS(6629), - [anon_sym_AThasSection] = ACTIONS(6631), - [anon_sym_ATsectionMissing] = ACTIONS(6633), - [anon_sym_ATerror] = ACTIONS(6635), - [anon_sym_ATcan] = ACTIONS(6637), - [anon_sym_ATcannot] = ACTIONS(6639), - [anon_sym_ATcanany] = ACTIONS(6641), - [anon_sym_ATfeature] = ACTIONS(6643), - [aux_sym__custom_token1] = ACTIONS(6645), - [aux_sym__custom_token2] = ACTIONS(6647), - [anon_sym_ATswitch] = ACTIONS(6649), - [aux_sym_loop_operator_token1] = ACTIONS(6651), - [anon_sym_ATfor] = ACTIONS(6653), - [anon_sym_ATforeach] = ACTIONS(6655), - [anon_sym_ATforelse] = ACTIONS(6657), - [anon_sym_ATwhile] = ACTIONS(6659), - [anon_sym_ATsetup] = ACTIONS(6661), - [anon_sym_ATtask] = ACTIONS(6663), - [anon_sym_ATstory] = ACTIONS(6665), - [anon_sym_ATbefore] = ACTIONS(6667), - [anon_sym_ATafter] = ACTIONS(6669), - [anon_sym_ATsuccess] = ACTIONS(6671), - [anon_sym_ATfinished] = ACTIONS(6673), - [anon_sym_ATpersist] = ACTIONS(6675), - [anon_sym_ATteleport] = ACTIONS(6677), - [anon_sym_ATvolt] = ACTIONS(6679), - [aux_sym__text_token1] = ACTIONS(6681), - [aux_sym__text_token2] = ACTIONS(6681), - [aux_sym__text_token3] = ACTIONS(6683), - }, - [416] = { - [sym__definition] = STATE(418), - [sym_keyword] = STATE(418), - [sym_php_statement] = STATE(418), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(418), - [sym__inline_directive] = STATE(418), - [sym__use] = STATE(418), - [sym__nested_directive] = STATE(418), - [sym_fragment] = STATE(418), - [sym_section] = STATE(418), - [sym_inlineSection] = STATE(418), - [sym_once] = STATE(418), - [sym_verbatim] = STATE(418), - [sym_stack] = STATE(418), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(418), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(418), - [sym_loop] = STATE(418), - [sym_loop_operator] = STATE(418), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(418), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(418), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(418), - [sym_text] = STATE(418), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6685), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6687), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [420] = { + [sym__definition] = STATE(417), + [sym_keyword] = STATE(417), + [sym_php_statement] = STATE(417), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(417), + [sym__inline_directive] = STATE(417), + [sym__use] = STATE(417), + [sym__nested_directive] = STATE(417), + [sym_fragment] = STATE(417), + [sym_section] = STATE(417), + [sym_inlineSection] = STATE(417), + [sym_once] = STATE(417), + [sym_verbatim] = STATE(417), + [sym_stack] = STATE(417), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(417), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(417), + [sym_loop] = STATE(417), + [sym_loop_operator] = STATE(417), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(417), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(417), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(417), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(417), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7015), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7017), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [417] = { - [sym__definition] = STATE(420), - [sym_keyword] = STATE(420), - [sym_php_statement] = STATE(420), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(420), - [sym__inline_directive] = STATE(420), - [sym__use] = STATE(420), - [sym__nested_directive] = STATE(420), - [sym_fragment] = STATE(420), - [sym_section] = STATE(420), - [sym_inlineSection] = STATE(420), - [sym_once] = STATE(420), - [sym_verbatim] = STATE(420), - [sym_stack] = STATE(420), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(420), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(420), - [sym_loop] = STATE(420), - [sym_loop_operator] = STATE(420), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(420), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(420), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(420), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(420), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6689), + [421] = { + [sym__definition] = STATE(419), + [sym_keyword] = STATE(419), + [sym_php_statement] = STATE(419), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(419), + [sym__inline_directive] = STATE(419), + [sym__use] = STATE(419), + [sym__nested_directive] = STATE(419), + [sym_fragment] = STATE(419), + [sym_section] = STATE(419), + [sym_inlineSection] = STATE(419), + [sym_once] = STATE(419), + [sym_verbatim] = STATE(419), + [sym_stack] = STATE(419), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(419), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(419), + [sym_loop] = STATE(419), + [sym_loop_operator] = STATE(419), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(419), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(419), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(419), + [sym_text] = STATE(419), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(7019), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -79356,32 +79920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6691), + [aux_sym_section_token1] = ACTIONS(7021), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -79401,325 +79965,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [418] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6693), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [419] = { - [sym__definition] = STATE(424), - [sym_keyword] = STATE(424), - [sym_php_statement] = STATE(424), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(424), - [sym__inline_directive] = STATE(424), - [sym__use] = STATE(424), - [sym__nested_directive] = STATE(424), - [sym_fragment] = STATE(424), - [sym_section] = STATE(424), - [sym_inlineSection] = STATE(424), - [sym_once] = STATE(424), - [sym_verbatim] = STATE(424), - [sym_stack] = STATE(424), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(424), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(424), - [sym_loop] = STATE(424), - [sym_loop_operator] = STATE(424), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(424), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(424), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(424), - [sym_text] = STATE(424), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6695), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6697), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [420] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [422] = { + [sym__definition] = STATE(481), + [sym_keyword] = STATE(481), + [sym_php_statement] = STATE(481), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(481), + [sym__inline_directive] = STATE(481), + [sym__use] = STATE(481), + [sym__nested_directive] = STATE(481), + [sym_fragment] = STATE(481), + [sym_section] = STATE(481), + [sym_inlineSection] = STATE(481), + [sym_once] = STATE(481), + [sym_verbatim] = STATE(481), + [sym_stack] = STATE(481), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(481), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(481), + [sym_loop] = STATE(481), + [sym_loop_operator] = STATE(481), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(481), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(481), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(481), + [sym_text] = STATE(481), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(7023), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -79731,32 +80045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6699), + [aux_sym_section_token1] = ACTIONS(7025), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -79776,75 +80090,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [421] = { - [sym__definition] = STATE(425), - [sym_keyword] = STATE(425), - [sym_php_statement] = STATE(425), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(425), - [sym__inline_directive] = STATE(425), - [sym__use] = STATE(425), - [sym__nested_directive] = STATE(425), - [sym_fragment] = STATE(425), - [sym_section] = STATE(425), - [sym_inlineSection] = STATE(425), - [sym_once] = STATE(425), - [sym_verbatim] = STATE(425), - [sym_stack] = STATE(425), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(425), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(425), - [sym_loop] = STATE(425), - [sym_loop_operator] = STATE(425), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(425), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(425), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(425), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(425), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6701), + [423] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7027), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [424] = { + [sym__definition] = STATE(438), + [sym_keyword] = STATE(438), + [sym_php_statement] = STATE(438), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(438), + [sym__inline_directive] = STATE(438), + [sym__use] = STATE(438), + [sym__nested_directive] = STATE(438), + [sym_fragment] = STATE(438), + [sym_section] = STATE(438), + [sym_inlineSection] = STATE(438), + [sym_once] = STATE(438), + [sym_verbatim] = STATE(438), + [sym_stack] = STATE(438), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(438), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(438), + [sym_loop] = STATE(438), + [sym_loop_operator] = STATE(438), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(438), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(438), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(438), + [sym_text] = STATE(438), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(7029), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -79856,32 +80295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6699), + [aux_sym_section_token1] = ACTIONS(7031), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -79901,449 +80340,824 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [422] = { - [sym__definition] = STATE(411), - [sym_keyword] = STATE(411), - [sym_php_statement] = STATE(411), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(411), - [sym__inline_directive] = STATE(411), - [sym__use] = STATE(411), - [sym__nested_directive] = STATE(411), - [sym_fragment] = STATE(411), - [sym_section] = STATE(411), - [sym_inlineSection] = STATE(411), - [sym_once] = STATE(411), - [sym_verbatim] = STATE(411), - [sym_stack] = STATE(411), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(411), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(411), - [sym_loop] = STATE(411), - [sym_loop_operator] = STATE(411), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(411), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(411), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(411), - [sym_text] = STATE(411), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(6703), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6705), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [425] = { + [sym__definition] = STATE(440), + [sym_keyword] = STATE(440), + [sym_php_statement] = STATE(440), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(440), + [sym__inline_directive] = STATE(440), + [sym__use] = STATE(440), + [sym__nested_directive] = STATE(440), + [sym_fragment] = STATE(440), + [sym_section] = STATE(440), + [sym_inlineSection] = STATE(440), + [sym_once] = STATE(440), + [sym_verbatim] = STATE(440), + [sym_stack] = STATE(440), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(440), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(440), + [sym_loop] = STATE(440), + [sym_loop_operator] = STATE(440), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(440), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(440), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(440), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(440), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7033), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7035), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [423] = { - [sym__definition] = STATE(412), - [sym_keyword] = STATE(412), - [sym_php_statement] = STATE(412), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(412), - [sym__inline_directive] = STATE(412), - [sym__use] = STATE(412), - [sym__nested_directive] = STATE(412), - [sym_fragment] = STATE(412), - [sym_section] = STATE(412), - [sym_inlineSection] = STATE(412), - [sym_once] = STATE(412), - [sym_verbatim] = STATE(412), - [sym_stack] = STATE(412), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(412), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(412), - [sym_loop] = STATE(412), - [sym_loop_operator] = STATE(412), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(412), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(412), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(412), - [sym_text] = STATE(412), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(6707), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6709), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [426] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(7037), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [424] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6711), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [427] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(7039), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [425] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [428] = { + [sym__definition] = STATE(426), + [sym_keyword] = STATE(426), + [sym_php_statement] = STATE(426), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(426), + [sym__inline_directive] = STATE(426), + [sym__use] = STATE(426), + [sym__nested_directive] = STATE(426), + [sym_fragment] = STATE(426), + [sym_section] = STATE(426), + [sym_inlineSection] = STATE(426), + [sym_once] = STATE(426), + [sym_verbatim] = STATE(426), + [sym_stack] = STATE(426), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(426), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(426), + [sym_loop] = STATE(426), + [sym_loop_operator] = STATE(426), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(426), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(426), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(426), + [sym_text] = STATE(426), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(7041), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(7043), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [429] = { + [sym__definition] = STATE(427), + [sym_keyword] = STATE(427), + [sym_php_statement] = STATE(427), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(427), + [sym__inline_directive] = STATE(427), + [sym__use] = STATE(427), + [sym__nested_directive] = STATE(427), + [sym_fragment] = STATE(427), + [sym_section] = STATE(427), + [sym_inlineSection] = STATE(427), + [sym_once] = STATE(427), + [sym_verbatim] = STATE(427), + [sym_stack] = STATE(427), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(427), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(427), + [sym_loop] = STATE(427), + [sym_loop_operator] = STATE(427), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(427), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(427), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(427), + [sym_text] = STATE(427), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(7045), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(7047), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [430] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7049), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [431] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -80356,32 +81170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6713), + [aux_sym_section_token1] = ACTIONS(7051), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -80401,141 +81215,266 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [426] = { - [sym__definition] = STATE(428), - [sym_keyword] = STATE(428), - [sym_php_statement] = STATE(428), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(428), - [sym__inline_directive] = STATE(428), - [sym__use] = STATE(428), - [sym__nested_directive] = STATE(428), - [sym_fragment] = STATE(428), - [sym_section] = STATE(428), - [sym_inlineSection] = STATE(428), - [sym_once] = STATE(428), - [sym_verbatim] = STATE(428), - [sym_stack] = STATE(428), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(428), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(428), - [sym_loop] = STATE(428), - [sym_loop_operator] = STATE(428), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(428), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(428), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(428), - [sym_text] = STATE(428), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(6715), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6717), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [432] = { + [sym__definition] = STATE(430), + [sym_keyword] = STATE(430), + [sym_php_statement] = STATE(430), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(430), + [sym__inline_directive] = STATE(430), + [sym__use] = STATE(430), + [sym__nested_directive] = STATE(430), + [sym_fragment] = STATE(430), + [sym_section] = STATE(430), + [sym_inlineSection] = STATE(430), + [sym_once] = STATE(430), + [sym_verbatim] = STATE(430), + [sym_stack] = STATE(430), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(430), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(430), + [sym_loop] = STATE(430), + [sym_loop_operator] = STATE(430), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(430), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(430), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(430), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(430), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7053), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7055), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [427] = { + [433] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7055), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [434] = { [sym__definition] = STATE(431), [sym_keyword] = STATE(431), [sym_php_statement] = STATE(431), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), [sym_attribute] = STATE(431), [sym__inline_directive] = STATE(431), [sym__use] = STATE(431), @@ -80546,305 +81485,55 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(431), [sym_verbatim] = STATE(431), [sym_stack] = STATE(431), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), [sym_conditional] = STATE(431), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), [sym_switch] = STATE(431), [sym_loop] = STATE(431), [sym_loop_operator] = STATE(431), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), [sym_envoy] = STATE(431), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), [sym_livewire] = STATE(431), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), [aux_sym__directive_body] = STATE(431), [sym_text] = STATE(431), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(6719), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6721), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [428] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6723), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [429] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(7057), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -80856,32 +81545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6725), + [aux_sym_section_token1] = ACTIONS(7059), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -80901,324 +81590,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [430] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6727), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [431] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6729), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [432] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [435] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -81231,32 +81670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6731), + [aux_sym_section_token1] = ACTIONS(7061), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -81276,75 +81715,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [433] = { - [sym__definition] = STATE(429), - [sym_keyword] = STATE(429), - [sym_php_statement] = STATE(429), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(429), - [sym__inline_directive] = STATE(429), - [sym__use] = STATE(429), - [sym__nested_directive] = STATE(429), - [sym_fragment] = STATE(429), - [sym_section] = STATE(429), - [sym_inlineSection] = STATE(429), - [sym_once] = STATE(429), - [sym_verbatim] = STATE(429), - [sym_stack] = STATE(429), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(429), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(429), - [sym_loop] = STATE(429), - [sym_loop_operator] = STATE(429), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(429), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(429), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(429), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(429), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6733), + [436] = { + [sym__definition] = STATE(433), + [sym_keyword] = STATE(433), + [sym_php_statement] = STATE(433), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(433), + [sym__inline_directive] = STATE(433), + [sym__use] = STATE(433), + [sym__nested_directive] = STATE(433), + [sym_fragment] = STATE(433), + [sym_section] = STATE(433), + [sym_inlineSection] = STATE(433), + [sym_once] = STATE(433), + [sym_verbatim] = STATE(433), + [sym_stack] = STATE(433), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(433), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(433), + [sym_loop] = STATE(433), + [sym_loop_operator] = STATE(433), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(433), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(433), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(433), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(433), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7063), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7065), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [437] = { + [sym__definition] = STATE(435), + [sym_keyword] = STATE(435), + [sym_php_statement] = STATE(435), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(435), + [sym__inline_directive] = STATE(435), + [sym__use] = STATE(435), + [sym__nested_directive] = STATE(435), + [sym_fragment] = STATE(435), + [sym_section] = STATE(435), + [sym_inlineSection] = STATE(435), + [sym_once] = STATE(435), + [sym_verbatim] = STATE(435), + [sym_stack] = STATE(435), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(435), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(435), + [sym_loop] = STATE(435), + [sym_loop_operator] = STATE(435), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(435), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(435), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(435), + [sym_text] = STATE(435), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(7067), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -81356,32 +81920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6735), + [aux_sym_section_token1] = ACTIONS(7069), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -81401,74 +81965,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [434] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [438] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -81481,32 +82045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6735), + [aux_sym_section_token1] = ACTIONS(7071), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -81526,450 +82090,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [435] = { - [sym__definition] = STATE(430), - [sym_keyword] = STATE(430), - [sym_php_statement] = STATE(430), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(430), - [sym__inline_directive] = STATE(430), - [sym__use] = STATE(430), - [sym__nested_directive] = STATE(430), - [sym_fragment] = STATE(430), - [sym_section] = STATE(430), - [sym_inlineSection] = STATE(430), - [sym_once] = STATE(430), - [sym_verbatim] = STATE(430), - [sym_stack] = STATE(430), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(430), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(430), - [sym_loop] = STATE(430), - [sym_loop_operator] = STATE(430), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(430), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(430), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(430), - [sym_text] = STATE(430), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6737), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6739), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [436] = { - [sym__definition] = STATE(439), - [sym_keyword] = STATE(439), - [sym_php_statement] = STATE(439), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(439), - [sym__inline_directive] = STATE(439), - [sym__use] = STATE(439), - [sym__nested_directive] = STATE(439), - [sym_fragment] = STATE(439), - [sym_section] = STATE(439), - [sym_inlineSection] = STATE(439), - [sym_once] = STATE(439), - [sym_verbatim] = STATE(439), - [sym_stack] = STATE(439), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(439), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(439), - [sym_loop] = STATE(439), - [sym_loop_operator] = STATE(439), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(439), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(439), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(439), - [sym_text] = STATE(439), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6741), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6743), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [437] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6745), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [438] = { - [sym__definition] = STATE(476), - [sym_keyword] = STATE(476), - [sym_php_statement] = STATE(476), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(476), - [sym__inline_directive] = STATE(476), - [sym__use] = STATE(476), - [sym__nested_directive] = STATE(476), - [sym_fragment] = STATE(476), - [sym_section] = STATE(476), - [sym_inlineSection] = STATE(476), - [sym_once] = STATE(476), - [sym_verbatim] = STATE(476), - [sym_stack] = STATE(476), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(476), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(476), - [sym_loop] = STATE(476), - [sym_loop_operator] = STATE(476), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(476), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(476), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(476), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(476), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(6747), + [439] = { + [sym__definition] = STATE(466), + [sym_keyword] = STATE(466), + [sym_php_statement] = STATE(466), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(466), + [sym__inline_directive] = STATE(466), + [sym__use] = STATE(466), + [sym__nested_directive] = STATE(466), + [sym_fragment] = STATE(466), + [sym_section] = STATE(466), + [sym_inlineSection] = STATE(466), + [sym_once] = STATE(466), + [sym_verbatim] = STATE(466), + [sym_stack] = STATE(466), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(466), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(466), + [sym_loop] = STATE(466), + [sym_loop_operator] = STATE(466), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(466), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(466), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(466), + [sym_text] = STATE(466), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(7073), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -81981,32 +82170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6749), + [aux_sym_section_token1] = ACTIONS(7075), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -82026,891 +82215,891 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [439] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6751), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, [440] = { - [sym__definition] = STATE(561), - [sym_keyword] = STATE(561), - [sym_php_statement] = STATE(561), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(561), - [sym__inline_directive] = STATE(561), - [sym__use] = STATE(561), - [sym__nested_directive] = STATE(561), - [sym_fragment] = STATE(561), - [sym_section] = STATE(561), - [sym_inlineSection] = STATE(561), - [sym_once] = STATE(561), - [sym_verbatim] = STATE(561), - [sym_stack] = STATE(561), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(561), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(561), - [sym_loop] = STATE(561), - [sym_loop_operator] = STATE(561), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(561), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(561), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(561), - [sym_text] = STATE(561), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(6753), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(6755), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7077), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [441] = { - [sym__definition] = STATE(441), - [sym_keyword] = STATE(441), - [sym_php_statement] = STATE(441), - [sym__escaped] = STATE(2963), - [sym__unescaped] = STATE(2963), - [sym__raw] = STATE(2963), - [sym__inline_raw] = STATE(2963), - [sym__multi_line_raw] = STATE(2963), - [sym__js] = STATE(2963), - [sym_attribute] = STATE(441), - [sym__inline_directive] = STATE(441), - [sym__use] = STATE(441), - [sym__nested_directive] = STATE(441), - [sym_fragment] = STATE(441), - [sym_section] = STATE(441), - [sym_inlineSection] = STATE(441), - [sym_once] = STATE(441), - [sym_verbatim] = STATE(441), - [sym_stack] = STATE(441), - [sym__push] = STATE(2964), - [sym__pushOnce] = STATE(2964), - [sym__pushIf] = STATE(2964), - [sym__prepend] = STATE(2964), - [sym__prependOnce] = STATE(2964), - [sym_conditional] = STATE(441), - [sym__if] = STATE(2965), - [sym__unless] = STATE(2965), - [sym__isset] = STATE(2965), - [sym__empty] = STATE(2965), - [sym__auth] = STATE(2965), - [sym__guest] = STATE(2965), - [sym__production] = STATE(2965), - [sym__env] = STATE(2965), - [sym__hasSection] = STATE(2965), - [sym__sectionMissing] = STATE(2965), - [sym__error] = STATE(2965), - [sym_authorization] = STATE(2965), - [sym__can] = STATE(2966), - [sym__cannot] = STATE(2966), - [sym__canany] = STATE(2966), - [sym__feature] = STATE(2965), - [sym__custom] = STATE(2965), - [sym_switch] = STATE(441), - [sym_loop] = STATE(441), - [sym_loop_operator] = STATE(441), - [sym__for] = STATE(2967), - [sym__foreach] = STATE(2967), - [sym__forelse] = STATE(2967), - [sym__while] = STATE(2967), - [sym_envoy] = STATE(441), - [sym__setup] = STATE(2963), - [sym__task] = STATE(2968), - [sym__story] = STATE(2968), - [sym__hooks] = STATE(2963), - [sym__before] = STATE(2963), - [sym__after] = STATE(2963), - [sym__envoy_error] = STATE(2963), - [sym__success] = STATE(2963), - [sym__finished] = STATE(2963), - [sym_livewire] = STATE(441), - [sym__persist] = STATE(2969), - [sym__teleport] = STATE(2969), - [sym__volt] = STATE(2969), - [aux_sym__directive_body] = STATE(441), - [sym_text] = STATE(441), - [sym__text] = STATE(923), - [aux_sym_php_only_repeat1] = STATE(923), - [sym_comment] = ACTIONS(6757), - [aux_sym_keyword_token1] = ACTIONS(6760), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6763), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6766), - [anon_sym_ATphp] = ACTIONS(6769), - [anon_sym_ATjs] = ACTIONS(6772), - [aux_sym_attribute_token1] = ACTIONS(6775), - [aux_sym__inline_directive_token1] = ACTIONS(6778), - [aux_sym__inline_directive_token2] = ACTIONS(6781), - [anon_sym_ATuse] = ACTIONS(6784), - [anon_sym_ATfragment] = ACTIONS(6787), - [anon_sym_ATsection] = ACTIONS(6790), - [anon_sym_ATonce] = ACTIONS(6793), - [anon_sym_ATverbatim] = ACTIONS(6796), - [anon_sym_ATpush] = ACTIONS(6799), - [anon_sym_ATpushOnce] = ACTIONS(6802), - [anon_sym_ATpushIf] = ACTIONS(6805), - [anon_sym_ATprepend] = ACTIONS(6808), - [anon_sym_ATprependOnce] = ACTIONS(6811), - [anon_sym_ATif] = ACTIONS(6814), - [anon_sym_ATunless] = ACTIONS(6817), - [anon_sym_ATisset] = ACTIONS(6820), - [anon_sym_ATempty] = ACTIONS(6823), - [anon_sym_ATauth] = ACTIONS(6826), - [anon_sym_ATguest] = ACTIONS(6829), - [anon_sym_ATproduction] = ACTIONS(6832), - [anon_sym_ATenv] = ACTIONS(6835), - [anon_sym_AThasSection] = ACTIONS(6838), - [anon_sym_ATsectionMissing] = ACTIONS(6841), - [anon_sym_ATerror] = ACTIONS(6844), - [anon_sym_ATcan] = ACTIONS(6847), - [anon_sym_ATcannot] = ACTIONS(6850), - [anon_sym_ATcanany] = ACTIONS(6853), - [anon_sym_ATfeature] = ACTIONS(6856), - [aux_sym__custom_token1] = ACTIONS(6859), - [aux_sym__custom_token2] = ACTIONS(6862), - [anon_sym_ATswitch] = ACTIONS(6865), - [aux_sym_loop_operator_token1] = ACTIONS(6868), - [anon_sym_ATfor] = ACTIONS(6871), - [anon_sym_ATforeach] = ACTIONS(6874), - [anon_sym_ATforelse] = ACTIONS(6877), - [anon_sym_ATwhile] = ACTIONS(6880), - [anon_sym_ATsetup] = ACTIONS(6883), - [anon_sym_ATtask] = ACTIONS(6886), - [anon_sym_ATstory] = ACTIONS(6889), - [anon_sym_ATbefore] = ACTIONS(6892), - [anon_sym_ATafter] = ACTIONS(6895), - [anon_sym_ATsuccess] = ACTIONS(6898), - [anon_sym_ATfinished] = ACTIONS(6901), - [anon_sym_ATpersist] = ACTIONS(6904), - [anon_sym_ATteleport] = ACTIONS(6907), - [anon_sym_ATvolt] = ACTIONS(6910), - [anon_sym_ATendvolt] = ACTIONS(5333), - [aux_sym__text_token1] = ACTIONS(6913), - [aux_sym__text_token2] = ACTIONS(6913), - [aux_sym__text_token3] = ACTIONS(6916), + [sym__definition] = STATE(472), + [sym_keyword] = STATE(472), + [sym_php_statement] = STATE(472), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(472), + [sym__inline_directive] = STATE(472), + [sym__use] = STATE(472), + [sym__nested_directive] = STATE(472), + [sym_fragment] = STATE(472), + [sym_section] = STATE(472), + [sym_inlineSection] = STATE(472), + [sym_once] = STATE(472), + [sym_verbatim] = STATE(472), + [sym_stack] = STATE(472), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(472), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(472), + [sym_loop] = STATE(472), + [sym_loop_operator] = STATE(472), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(472), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(472), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(472), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(472), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7079), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7077), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [442] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6919), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(7081), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [443] = { - [sym__definition] = STATE(395), - [sym_keyword] = STATE(395), - [sym_php_statement] = STATE(395), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(395), - [sym__inline_directive] = STATE(395), - [sym__use] = STATE(395), - [sym__nested_directive] = STATE(395), - [sym_fragment] = STATE(395), - [sym_section] = STATE(395), - [sym_inlineSection] = STATE(395), - [sym_once] = STATE(395), - [sym_verbatim] = STATE(395), - [sym_stack] = STATE(395), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(395), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(395), - [sym_loop] = STATE(395), - [sym_loop_operator] = STATE(395), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(395), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(395), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(395), - [sym_text] = STATE(395), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(6921), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6923), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(7083), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [444] = { - [sym__definition] = STATE(452), - [sym_keyword] = STATE(452), - [sym_php_statement] = STATE(452), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(452), - [sym__inline_directive] = STATE(452), - [sym__use] = STATE(452), - [sym__nested_directive] = STATE(452), - [sym_fragment] = STATE(452), - [sym_section] = STATE(452), - [sym_inlineSection] = STATE(452), - [sym_once] = STATE(452), - [sym_verbatim] = STATE(452), - [sym_stack] = STATE(452), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(452), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(452), - [sym_loop] = STATE(452), - [sym_loop_operator] = STATE(452), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(452), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(452), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(452), - [sym_text] = STATE(452), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(6925), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6927), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(7085), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), }, [445] = { - [sym__definition] = STATE(442), - [sym_keyword] = STATE(442), - [sym_php_statement] = STATE(442), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(442), - [sym__inline_directive] = STATE(442), - [sym__use] = STATE(442), - [sym__nested_directive] = STATE(442), - [sym_fragment] = STATE(442), - [sym_section] = STATE(442), - [sym_inlineSection] = STATE(442), - [sym_once] = STATE(442), - [sym_verbatim] = STATE(442), - [sym_stack] = STATE(442), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(442), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(442), - [sym_loop] = STATE(442), - [sym_loop_operator] = STATE(442), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(442), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(442), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(442), - [sym_text] = STATE(442), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(6929), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(6931), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(451), + [sym_keyword] = STATE(451), + [sym_php_statement] = STATE(451), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(451), + [sym__inline_directive] = STATE(451), + [sym__use] = STATE(451), + [sym__nested_directive] = STATE(451), + [sym_fragment] = STATE(451), + [sym_section] = STATE(451), + [sym_inlineSection] = STATE(451), + [sym_once] = STATE(451), + [sym_verbatim] = STATE(451), + [sym_stack] = STATE(451), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(451), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(451), + [sym_loop] = STATE(451), + [sym_loop_operator] = STATE(451), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(451), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(451), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(451), + [sym_text] = STATE(451), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(7087), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(7089), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), }, [446] = { + [sym__definition] = STATE(347), + [sym_keyword] = STATE(347), + [sym_php_statement] = STATE(347), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(347), + [sym__inline_directive] = STATE(347), + [sym__use] = STATE(347), + [sym__nested_directive] = STATE(347), + [sym_fragment] = STATE(347), + [sym_section] = STATE(347), + [sym_inlineSection] = STATE(347), + [sym_once] = STATE(347), + [sym_verbatim] = STATE(347), + [sym_stack] = STATE(347), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(347), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(347), + [sym_loop] = STATE(347), + [sym_loop_operator] = STATE(347), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(347), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(347), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(347), + [sym_text] = STATE(347), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(7091), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(7093), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [447] = { [sym__definition] = STATE(454), [sym_keyword] = STATE(454), [sym_php_statement] = STATE(454), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(454), [sym__inline_directive] = STATE(454), [sym__use] = STATE(454), @@ -82921,496 +83110,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(454), [sym_verbatim] = STATE(454), [sym_stack] = STATE(454), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(454), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(454), [sym_loop] = STATE(454), [sym_loop_operator] = STATE(454), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(454), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(454), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(454), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(454), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(6933), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(6935), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [447] = { - [sym__definition] = STATE(447), - [sym_keyword] = STATE(447), - [sym_php_statement] = STATE(447), - [sym__escaped] = STATE(2877), - [sym__unescaped] = STATE(2877), - [sym__raw] = STATE(2877), - [sym__inline_raw] = STATE(2877), - [sym__multi_line_raw] = STATE(2877), - [sym__js] = STATE(2877), - [sym_attribute] = STATE(447), - [sym__inline_directive] = STATE(447), - [sym__use] = STATE(447), - [sym__nested_directive] = STATE(447), - [sym_fragment] = STATE(447), - [sym_section] = STATE(447), - [sym_inlineSection] = STATE(447), - [sym_once] = STATE(447), - [sym_verbatim] = STATE(447), - [sym_stack] = STATE(447), - [sym__push] = STATE(2878), - [sym__pushOnce] = STATE(2878), - [sym__pushIf] = STATE(2878), - [sym__prepend] = STATE(2878), - [sym__prependOnce] = STATE(2878), - [sym_conditional] = STATE(447), - [sym__if] = STATE(2879), - [sym__unless] = STATE(2879), - [sym__isset] = STATE(2879), - [sym__empty] = STATE(2879), - [sym__auth] = STATE(2879), - [sym__guest] = STATE(2879), - [sym__production] = STATE(2879), - [sym__env] = STATE(2879), - [sym__hasSection] = STATE(2879), - [sym__sectionMissing] = STATE(2879), - [sym__error] = STATE(2879), - [sym_authorization] = STATE(2879), - [sym__can] = STATE(2880), - [sym__cannot] = STATE(2880), - [sym__canany] = STATE(2880), - [sym__feature] = STATE(2879), - [sym__custom] = STATE(2879), - [sym_switch] = STATE(447), - [sym_loop] = STATE(447), - [sym_loop_operator] = STATE(447), - [sym__for] = STATE(2881), - [sym__foreach] = STATE(2881), - [sym__forelse] = STATE(2881), - [sym__while] = STATE(2881), - [sym_envoy] = STATE(447), - [sym__setup] = STATE(2877), - [sym__task] = STATE(2882), - [sym__story] = STATE(2882), - [sym__hooks] = STATE(2877), - [sym__before] = STATE(2877), - [sym__after] = STATE(2877), - [sym__envoy_error] = STATE(2877), - [sym__success] = STATE(2877), - [sym__finished] = STATE(2877), - [sym_livewire] = STATE(447), - [sym__persist] = STATE(2883), - [sym__teleport] = STATE(2883), - [sym__volt] = STATE(2883), - [aux_sym__directive_body] = STATE(447), - [sym_text] = STATE(447), - [sym__text] = STATE(931), - [aux_sym_php_only_repeat1] = STATE(931), - [sym_comment] = ACTIONS(6937), - [aux_sym_keyword_token1] = ACTIONS(6940), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6943), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6946), - [anon_sym_ATphp] = ACTIONS(6949), - [anon_sym_ATjs] = ACTIONS(6952), - [aux_sym_attribute_token1] = ACTIONS(6955), - [aux_sym__inline_directive_token1] = ACTIONS(6958), - [aux_sym__inline_directive_token2] = ACTIONS(6961), - [anon_sym_ATuse] = ACTIONS(6964), - [anon_sym_ATfragment] = ACTIONS(6967), - [anon_sym_ATsection] = ACTIONS(6970), - [anon_sym_ATonce] = ACTIONS(6973), - [anon_sym_ATverbatim] = ACTIONS(6976), - [anon_sym_ATpush] = ACTIONS(6979), - [anon_sym_ATpushOnce] = ACTIONS(6982), - [anon_sym_ATpushIf] = ACTIONS(6985), - [anon_sym_ATprepend] = ACTIONS(6988), - [anon_sym_ATprependOnce] = ACTIONS(6991), - [anon_sym_ATif] = ACTIONS(6994), - [anon_sym_ATunless] = ACTIONS(6997), - [anon_sym_ATisset] = ACTIONS(7000), - [anon_sym_ATempty] = ACTIONS(7003), - [anon_sym_ATauth] = ACTIONS(7006), - [anon_sym_ATguest] = ACTIONS(7009), - [anon_sym_ATproduction] = ACTIONS(7012), - [anon_sym_ATenv] = ACTIONS(7015), - [anon_sym_AThasSection] = ACTIONS(7018), - [anon_sym_ATsectionMissing] = ACTIONS(7021), - [anon_sym_ATerror] = ACTIONS(7024), - [anon_sym_ATcan] = ACTIONS(7027), - [anon_sym_ATcannot] = ACTIONS(7030), - [anon_sym_ATcanany] = ACTIONS(7033), - [anon_sym_ATfeature] = ACTIONS(7036), - [aux_sym__custom_token1] = ACTIONS(7039), - [aux_sym__custom_token2] = ACTIONS(7042), - [anon_sym_ATswitch] = ACTIONS(7045), - [aux_sym_loop_operator_token1] = ACTIONS(7048), - [anon_sym_ATfor] = ACTIONS(7051), - [anon_sym_ATforeach] = ACTIONS(7054), - [anon_sym_ATforelse] = ACTIONS(7057), - [anon_sym_ATwhile] = ACTIONS(7060), - [anon_sym_ATsetup] = ACTIONS(7063), - [anon_sym_ATtask] = ACTIONS(7066), - [anon_sym_ATstory] = ACTIONS(7069), - [anon_sym_ATbefore] = ACTIONS(7072), - [anon_sym_ATafter] = ACTIONS(7075), - [anon_sym_ATsuccess] = ACTIONS(7078), - [anon_sym_ATfinished] = ACTIONS(7081), - [anon_sym_ATpersist] = ACTIONS(7084), - [anon_sym_ATteleport] = ACTIONS(7087), - [anon_sym_ATendteleport] = ACTIONS(5333), - [anon_sym_ATvolt] = ACTIONS(7090), - [aux_sym__text_token1] = ACTIONS(7093), - [aux_sym__text_token2] = ACTIONS(7093), - [aux_sym__text_token3] = ACTIONS(7096), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(454), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7095), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7097), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [448] = { - [sym__definition] = STATE(300), - [sym_keyword] = STATE(300), - [sym_php_statement] = STATE(300), - [sym__escaped] = STATE(3220), - [sym__unescaped] = STATE(3220), - [sym__raw] = STATE(3220), - [sym__inline_raw] = STATE(3220), - [sym__multi_line_raw] = STATE(3220), - [sym__js] = STATE(3220), - [sym_attribute] = STATE(300), - [sym__inline_directive] = STATE(300), - [sym__use] = STATE(300), - [sym__nested_directive] = STATE(300), - [sym_fragment] = STATE(300), - [sym_section] = STATE(300), - [sym_inlineSection] = STATE(300), - [sym_once] = STATE(300), - [sym_verbatim] = STATE(300), - [sym_stack] = STATE(300), - [sym__push] = STATE(3221), - [sym__pushOnce] = STATE(3221), - [sym__pushIf] = STATE(3221), - [sym__prepend] = STATE(3221), - [sym__prependOnce] = STATE(3221), - [sym_conditional] = STATE(300), - [sym__if] = STATE(3222), - [sym__unless] = STATE(3222), - [sym__isset] = STATE(3222), - [sym__empty] = STATE(3222), - [sym__auth] = STATE(3222), - [sym__guest] = STATE(3222), - [sym__production] = STATE(3222), - [sym__env] = STATE(3222), - [sym__hasSection] = STATE(3222), - [sym__sectionMissing] = STATE(3222), - [sym__error] = STATE(3222), - [sym_authorization] = STATE(3222), - [sym__can] = STATE(3223), - [sym__cannot] = STATE(3223), - [sym__canany] = STATE(3223), - [sym__feature] = STATE(3222), - [sym__custom] = STATE(3222), - [sym_switch] = STATE(300), - [sym_loop] = STATE(300), - [sym_loop_operator] = STATE(300), - [sym__for] = STATE(3224), - [sym__foreach] = STATE(3224), - [sym__forelse] = STATE(3224), - [sym__while] = STATE(3224), - [sym_envoy] = STATE(300), - [sym__setup] = STATE(3220), - [sym__task] = STATE(3225), - [sym__story] = STATE(3225), - [sym__hooks] = STATE(3220), - [sym__before] = STATE(3220), - [sym__after] = STATE(3220), - [sym__envoy_error] = STATE(3220), - [sym__success] = STATE(3220), - [sym__finished] = STATE(3220), - [sym_livewire] = STATE(300), - [sym__persist] = STATE(3226), - [sym__teleport] = STATE(3226), - [sym__volt] = STATE(3226), - [aux_sym__directive_body] = STATE(300), - [sym_text] = STATE(300), - [sym__text] = STATE(905), - [aux_sym_php_only_repeat1] = STATE(905), - [sym_comment] = ACTIONS(7099), - [aux_sym_keyword_token1] = ACTIONS(7101), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7103), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7105), - [anon_sym_ATphp] = ACTIONS(7107), - [anon_sym_ATjs] = ACTIONS(7109), - [aux_sym_attribute_token1] = ACTIONS(7111), - [aux_sym__inline_directive_token1] = ACTIONS(7113), - [aux_sym__inline_directive_token2] = ACTIONS(7115), - [anon_sym_ATuse] = ACTIONS(7117), - [anon_sym_ATfragment] = ACTIONS(7119), - [anon_sym_ATsection] = ACTIONS(7121), - [anon_sym_ATonce] = ACTIONS(7123), - [anon_sym_ATverbatim] = ACTIONS(7125), - [anon_sym_ATpush] = ACTIONS(7127), - [anon_sym_ATpushOnce] = ACTIONS(7129), - [anon_sym_ATpushIf] = ACTIONS(7131), - [anon_sym_ATprepend] = ACTIONS(7133), - [anon_sym_ATprependOnce] = ACTIONS(7135), - [anon_sym_ATif] = ACTIONS(7137), - [anon_sym_ATunless] = ACTIONS(7139), - [anon_sym_ATisset] = ACTIONS(7141), - [anon_sym_ATempty] = ACTIONS(7143), - [anon_sym_ATauth] = ACTIONS(7145), - [anon_sym_ATguest] = ACTIONS(7147), - [anon_sym_ATproduction] = ACTIONS(7149), - [anon_sym_ATenv] = ACTIONS(7151), - [anon_sym_AThasSection] = ACTIONS(7153), - [anon_sym_ATsectionMissing] = ACTIONS(7155), - [anon_sym_ATerror] = ACTIONS(7157), - [anon_sym_ATcan] = ACTIONS(7159), - [anon_sym_ATcannot] = ACTIONS(7161), - [anon_sym_ATcanany] = ACTIONS(7163), - [anon_sym_ATfeature] = ACTIONS(7165), - [aux_sym__custom_token1] = ACTIONS(7167), - [aux_sym__custom_token2] = ACTIONS(7169), - [anon_sym_ATswitch] = ACTIONS(7171), - [anon_sym_ATbreak] = ACTIONS(4429), - [aux_sym_loop_operator_token1] = ACTIONS(7173), - [anon_sym_ATfor] = ACTIONS(7175), - [anon_sym_ATforeach] = ACTIONS(7177), - [anon_sym_ATforelse] = ACTIONS(7179), - [anon_sym_ATwhile] = ACTIONS(7181), - [anon_sym_ATsetup] = ACTIONS(7183), - [anon_sym_ATtask] = ACTIONS(7185), - [anon_sym_ATstory] = ACTIONS(7187), - [anon_sym_ATbefore] = ACTIONS(7189), - [anon_sym_ATafter] = ACTIONS(7191), - [anon_sym_ATsuccess] = ACTIONS(7193), - [anon_sym_ATfinished] = ACTIONS(7195), - [anon_sym_ATpersist] = ACTIONS(7197), - [anon_sym_ATteleport] = ACTIONS(7199), - [anon_sym_ATvolt] = ACTIONS(7201), - [aux_sym__text_token1] = ACTIONS(7203), - [aux_sym__text_token2] = ACTIONS(7203), - [aux_sym__text_token3] = ACTIONS(7205), - }, - [449] = { - [sym__definition] = STATE(478), - [sym_keyword] = STATE(478), - [sym_php_statement] = STATE(478), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(478), - [sym__inline_directive] = STATE(478), - [sym__use] = STATE(478), - [sym__nested_directive] = STATE(478), - [sym_fragment] = STATE(478), - [sym_section] = STATE(478), - [sym_inlineSection] = STATE(478), - [sym_once] = STATE(478), - [sym_verbatim] = STATE(478), - [sym_stack] = STATE(478), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(478), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(478), - [sym_loop] = STATE(478), - [sym_loop_operator] = STATE(478), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(478), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(478), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(478), - [sym_text] = STATE(478), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(7207), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(7209), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [450] = { [sym__definition] = STATE(448), [sym_keyword] = STATE(448), [sym_php_statement] = STATE(448), - [sym__escaped] = STATE(3220), - [sym__unescaped] = STATE(3220), - [sym__raw] = STATE(3220), - [sym__inline_raw] = STATE(3220), - [sym__multi_line_raw] = STATE(3220), - [sym__js] = STATE(3220), + [sym__escaped] = STATE(2907), + [sym__unescaped] = STATE(2907), + [sym__raw] = STATE(2907), + [sym__inline_raw] = STATE(2907), + [sym__multi_line_raw] = STATE(2907), + [sym__js] = STATE(2907), [sym_attribute] = STATE(448), [sym__inline_directive] = STATE(448), [sym__use] = STATE(448), @@ -83421,1054 +83235,429 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(448), [sym_verbatim] = STATE(448), [sym_stack] = STATE(448), - [sym__push] = STATE(3221), - [sym__pushOnce] = STATE(3221), - [sym__pushIf] = STATE(3221), - [sym__prepend] = STATE(3221), - [sym__prependOnce] = STATE(3221), + [sym__push] = STATE(2908), + [sym__pushOnce] = STATE(2908), + [sym__pushIf] = STATE(2908), + [sym__prepend] = STATE(2908), + [sym__prependOnce] = STATE(2908), [sym_conditional] = STATE(448), - [sym__if] = STATE(3222), - [sym__unless] = STATE(3222), - [sym__isset] = STATE(3222), - [sym__empty] = STATE(3222), - [sym__auth] = STATE(3222), - [sym__guest] = STATE(3222), - [sym__production] = STATE(3222), - [sym__env] = STATE(3222), - [sym__hasSection] = STATE(3222), - [sym__sectionMissing] = STATE(3222), - [sym__error] = STATE(3222), - [sym_authorization] = STATE(3222), - [sym__can] = STATE(3223), - [sym__cannot] = STATE(3223), - [sym__canany] = STATE(3223), - [sym__feature] = STATE(3222), - [sym__custom] = STATE(3222), + [sym__if] = STATE(2909), + [sym__unless] = STATE(2909), + [sym__isset] = STATE(2909), + [sym__empty] = STATE(2909), + [sym__auth] = STATE(2909), + [sym__guest] = STATE(2909), + [sym__production] = STATE(2909), + [sym__env] = STATE(2909), + [sym__hasSection] = STATE(2909), + [sym__sectionMissing] = STATE(2909), + [sym__error] = STATE(2909), + [sym_authorization] = STATE(2909), + [sym__can] = STATE(2910), + [sym__cannot] = STATE(2910), + [sym__canany] = STATE(2910), + [sym__feature] = STATE(2909), + [sym__custom] = STATE(2909), [sym_switch] = STATE(448), [sym_loop] = STATE(448), [sym_loop_operator] = STATE(448), - [sym__for] = STATE(3224), - [sym__foreach] = STATE(3224), - [sym__forelse] = STATE(3224), - [sym__while] = STATE(3224), + [sym__for] = STATE(2911), + [sym__foreach] = STATE(2911), + [sym__forelse] = STATE(2911), + [sym__while] = STATE(2911), [sym_envoy] = STATE(448), - [sym__setup] = STATE(3220), - [sym__task] = STATE(3225), - [sym__story] = STATE(3225), - [sym__hooks] = STATE(3220), - [sym__before] = STATE(3220), - [sym__after] = STATE(3220), - [sym__envoy_error] = STATE(3220), - [sym__success] = STATE(3220), - [sym__finished] = STATE(3220), + [sym__setup] = STATE(2907), + [sym__task] = STATE(2912), + [sym__story] = STATE(2912), + [sym__hooks] = STATE(2907), + [sym__before] = STATE(2907), + [sym__after] = STATE(2907), + [sym__envoy_error] = STATE(2907), + [sym__success] = STATE(2907), + [sym__finished] = STATE(2907), [sym_livewire] = STATE(448), - [sym__persist] = STATE(3226), - [sym__teleport] = STATE(3226), - [sym__volt] = STATE(3226), + [sym__persist] = STATE(2913), + [sym__teleport] = STATE(2913), + [sym__volt] = STATE(2913), [aux_sym__directive_body] = STATE(448), [sym_text] = STATE(448), - [sym__text] = STATE(905), - [aux_sym_php_only_repeat1] = STATE(905), - [sym_comment] = ACTIONS(7211), - [aux_sym_keyword_token1] = ACTIONS(7101), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7103), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7105), - [anon_sym_ATphp] = ACTIONS(7107), - [anon_sym_ATjs] = ACTIONS(7109), - [aux_sym_attribute_token1] = ACTIONS(7111), - [aux_sym__inline_directive_token1] = ACTIONS(7113), - [aux_sym__inline_directive_token2] = ACTIONS(7115), - [anon_sym_ATuse] = ACTIONS(7117), - [anon_sym_ATfragment] = ACTIONS(7119), - [anon_sym_ATsection] = ACTIONS(7121), - [anon_sym_ATonce] = ACTIONS(7123), - [anon_sym_ATverbatim] = ACTIONS(7125), - [anon_sym_ATpush] = ACTIONS(7127), - [anon_sym_ATpushOnce] = ACTIONS(7129), - [anon_sym_ATpushIf] = ACTIONS(7131), - [anon_sym_ATprepend] = ACTIONS(7133), - [anon_sym_ATprependOnce] = ACTIONS(7135), - [anon_sym_ATif] = ACTIONS(7137), - [anon_sym_ATunless] = ACTIONS(7139), - [anon_sym_ATisset] = ACTIONS(7141), - [anon_sym_ATempty] = ACTIONS(7143), - [anon_sym_ATauth] = ACTIONS(7145), - [anon_sym_ATguest] = ACTIONS(7147), - [anon_sym_ATproduction] = ACTIONS(7149), - [anon_sym_ATenv] = ACTIONS(7151), - [anon_sym_AThasSection] = ACTIONS(7153), - [anon_sym_ATsectionMissing] = ACTIONS(7155), - [anon_sym_ATerror] = ACTIONS(7157), - [anon_sym_ATcan] = ACTIONS(7159), - [anon_sym_ATcannot] = ACTIONS(7161), - [anon_sym_ATcanany] = ACTIONS(7163), - [anon_sym_ATfeature] = ACTIONS(7165), - [aux_sym__custom_token1] = ACTIONS(7167), - [aux_sym__custom_token2] = ACTIONS(7169), - [anon_sym_ATswitch] = ACTIONS(7171), - [anon_sym_ATbreak] = ACTIONS(4981), - [aux_sym_loop_operator_token1] = ACTIONS(7173), - [anon_sym_ATfor] = ACTIONS(7175), - [anon_sym_ATforeach] = ACTIONS(7177), - [anon_sym_ATforelse] = ACTIONS(7179), - [anon_sym_ATwhile] = ACTIONS(7181), - [anon_sym_ATsetup] = ACTIONS(7183), - [anon_sym_ATtask] = ACTIONS(7185), - [anon_sym_ATstory] = ACTIONS(7187), - [anon_sym_ATbefore] = ACTIONS(7189), - [anon_sym_ATafter] = ACTIONS(7191), - [anon_sym_ATsuccess] = ACTIONS(7193), - [anon_sym_ATfinished] = ACTIONS(7195), - [anon_sym_ATpersist] = ACTIONS(7197), - [anon_sym_ATteleport] = ACTIONS(7199), - [anon_sym_ATvolt] = ACTIONS(7201), - [aux_sym__text_token1] = ACTIONS(7203), - [aux_sym__text_token2] = ACTIONS(7203), - [aux_sym__text_token3] = ACTIONS(7205), - }, - [451] = { - [sym__definition] = STATE(494), - [sym_keyword] = STATE(494), - [sym_php_statement] = STATE(494), - [sym__escaped] = STATE(2275), - [sym__unescaped] = STATE(2275), - [sym__raw] = STATE(2275), - [sym__inline_raw] = STATE(2275), - [sym__multi_line_raw] = STATE(2275), - [sym__js] = STATE(2275), - [sym_attribute] = STATE(494), - [sym__inline_directive] = STATE(494), - [sym__use] = STATE(494), - [sym__nested_directive] = STATE(494), - [sym_fragment] = STATE(494), - [sym_section] = STATE(494), - [sym_inlineSection] = STATE(494), - [sym_once] = STATE(494), - [sym_verbatim] = STATE(494), - [sym_stack] = STATE(494), - [sym__push] = STATE(2276), - [sym__pushOnce] = STATE(2276), - [sym__pushIf] = STATE(2276), - [sym__prepend] = STATE(2276), - [sym__prependOnce] = STATE(2276), - [sym_conditional] = STATE(494), - [sym__if] = STATE(2277), - [sym__unless] = STATE(2277), - [sym__isset] = STATE(2277), - [sym__empty] = STATE(2277), - [sym__auth] = STATE(2277), - [sym__guest] = STATE(2277), - [sym__production] = STATE(2277), - [sym__env] = STATE(2277), - [sym__hasSection] = STATE(2277), - [sym__sectionMissing] = STATE(2277), - [sym__error] = STATE(2277), - [sym_authorization] = STATE(2277), - [sym__can] = STATE(2278), - [sym__cannot] = STATE(2278), - [sym__canany] = STATE(2278), - [sym__feature] = STATE(2277), - [sym__custom] = STATE(2277), - [sym_switch] = STATE(494), - [sym_loop] = STATE(494), - [sym_loop_operator] = STATE(494), - [sym__for] = STATE(2279), - [sym__foreach] = STATE(2279), - [sym__forelse] = STATE(2279), - [sym__while] = STATE(2279), - [sym_envoy] = STATE(494), - [sym__setup] = STATE(2275), - [sym__task] = STATE(2280), - [sym__story] = STATE(2280), - [sym__hooks] = STATE(2275), - [sym__before] = STATE(2275), - [sym__after] = STATE(2275), - [sym__envoy_error] = STATE(2275), - [sym__success] = STATE(2275), - [sym__finished] = STATE(2275), - [sym_livewire] = STATE(494), - [sym__persist] = STATE(2281), - [sym__teleport] = STATE(2281), - [sym__volt] = STATE(2281), - [aux_sym__directive_body] = STATE(494), - [sym_text] = STATE(494), - [sym__text] = STATE(971), - [aux_sym_php_only_repeat1] = STATE(971), - [sym_comment] = ACTIONS(7213), - [aux_sym_keyword_token1] = ACTIONS(7215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7219), - [anon_sym_ATphp] = ACTIONS(7221), - [anon_sym_ATjs] = ACTIONS(7223), - [aux_sym_attribute_token1] = ACTIONS(7225), - [aux_sym__inline_directive_token1] = ACTIONS(7227), - [aux_sym__inline_directive_token2] = ACTIONS(7229), - [anon_sym_ATuse] = ACTIONS(7231), - [anon_sym_ATfragment] = ACTIONS(7233), - [anon_sym_ATsection] = ACTIONS(7235), - [anon_sym_ATonce] = ACTIONS(7237), - [anon_sym_ATverbatim] = ACTIONS(7239), - [anon_sym_ATpush] = ACTIONS(7241), - [anon_sym_ATpushOnce] = ACTIONS(7243), - [anon_sym_ATpushIf] = ACTIONS(7245), - [anon_sym_ATprepend] = ACTIONS(7247), - [anon_sym_ATprependOnce] = ACTIONS(7249), - [anon_sym_ATif] = ACTIONS(7251), - [anon_sym_ATunless] = ACTIONS(7253), - [anon_sym_ATisset] = ACTIONS(7255), - [anon_sym_ATempty] = ACTIONS(7257), - [anon_sym_ATauth] = ACTIONS(7259), - [anon_sym_ATguest] = ACTIONS(7261), - [anon_sym_ATproduction] = ACTIONS(7263), - [anon_sym_ATenv] = ACTIONS(7265), - [anon_sym_AThasSection] = ACTIONS(7267), - [anon_sym_ATsectionMissing] = ACTIONS(7269), - [anon_sym_ATerror] = ACTIONS(7271), - [anon_sym_ATcan] = ACTIONS(7273), - [anon_sym_ATcannot] = ACTIONS(7275), - [anon_sym_ATcanany] = ACTIONS(7277), - [anon_sym_ATfeature] = ACTIONS(7279), - [aux_sym__custom_token1] = ACTIONS(7281), - [aux_sym__custom_token2] = ACTIONS(7283), - [anon_sym_ATswitch] = ACTIONS(7285), - [aux_sym_loop_operator_token1] = ACTIONS(7287), - [anon_sym_ATfor] = ACTIONS(7289), - [anon_sym_ATendfor] = ACTIONS(4981), - [anon_sym_ATforeach] = ACTIONS(7291), - [anon_sym_ATforelse] = ACTIONS(7293), - [anon_sym_ATwhile] = ACTIONS(7295), - [anon_sym_ATsetup] = ACTIONS(7297), - [anon_sym_ATtask] = ACTIONS(7299), - [anon_sym_ATstory] = ACTIONS(7301), - [anon_sym_ATbefore] = ACTIONS(7303), - [anon_sym_ATafter] = ACTIONS(7305), - [anon_sym_ATsuccess] = ACTIONS(7307), - [anon_sym_ATfinished] = ACTIONS(7309), - [anon_sym_ATpersist] = ACTIONS(7311), - [anon_sym_ATteleport] = ACTIONS(7313), - [anon_sym_ATvolt] = ACTIONS(7315), - [aux_sym__text_token1] = ACTIONS(7317), - [aux_sym__text_token2] = ACTIONS(7317), - [aux_sym__text_token3] = ACTIONS(7319), - }, - [452] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(7321), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [453] = { - [sym__definition] = STATE(375), - [sym_keyword] = STATE(375), - [sym_php_statement] = STATE(375), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(375), - [sym__inline_directive] = STATE(375), - [sym__use] = STATE(375), - [sym__nested_directive] = STATE(375), - [sym_fragment] = STATE(375), - [sym_section] = STATE(375), - [sym_inlineSection] = STATE(375), - [sym_once] = STATE(375), - [sym_verbatim] = STATE(375), - [sym_stack] = STATE(375), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(375), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(375), - [sym_loop] = STATE(375), - [sym_loop_operator] = STATE(375), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(375), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(375), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(375), - [sym_text] = STATE(375), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(7323), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(7325), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [454] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(7327), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [455] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(7329), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__text] = STATE(951), + [aux_sym_php_only_repeat1] = STATE(951), + [sym_comment] = ACTIONS(7099), + [aux_sym_keyword_token1] = ACTIONS(7102), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7105), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7108), + [anon_sym_ATphp] = ACTIONS(7111), + [anon_sym_ATjs] = ACTIONS(7114), + [aux_sym_attribute_token1] = ACTIONS(7117), + [aux_sym__inline_directive_token1] = ACTIONS(7120), + [aux_sym__inline_directive_token2] = ACTIONS(7123), + [anon_sym_ATuse] = ACTIONS(7126), + [anon_sym_ATfragment] = ACTIONS(7129), + [anon_sym_ATsection] = ACTIONS(7132), + [anon_sym_ATonce] = ACTIONS(7135), + [anon_sym_ATverbatim] = ACTIONS(7138), + [anon_sym_ATpush] = ACTIONS(7141), + [anon_sym_ATpushOnce] = ACTIONS(7144), + [anon_sym_ATpushIf] = ACTIONS(7147), + [anon_sym_ATprepend] = ACTIONS(7150), + [anon_sym_ATprependOnce] = ACTIONS(7153), + [anon_sym_ATif] = ACTIONS(7156), + [anon_sym_ATunless] = ACTIONS(7159), + [anon_sym_ATisset] = ACTIONS(7162), + [anon_sym_ATempty] = ACTIONS(7165), + [anon_sym_ATauth] = ACTIONS(7168), + [anon_sym_ATguest] = ACTIONS(7171), + [anon_sym_ATproduction] = ACTIONS(7174), + [anon_sym_ATenv] = ACTIONS(7177), + [anon_sym_AThasSection] = ACTIONS(7180), + [anon_sym_ATsectionMissing] = ACTIONS(7183), + [anon_sym_ATerror] = ACTIONS(7186), + [anon_sym_ATcan] = ACTIONS(7189), + [anon_sym_ATcannot] = ACTIONS(7192), + [anon_sym_ATcanany] = ACTIONS(7195), + [anon_sym_ATfeature] = ACTIONS(7198), + [aux_sym__custom_token1] = ACTIONS(7201), + [aux_sym__custom_token2] = ACTIONS(7204), + [anon_sym_ATswitch] = ACTIONS(7207), + [aux_sym_loop_operator_token1] = ACTIONS(7210), + [anon_sym_ATfor] = ACTIONS(7213), + [anon_sym_ATforeach] = ACTIONS(7216), + [anon_sym_ATforelse] = ACTIONS(7219), + [anon_sym_ATwhile] = ACTIONS(7222), + [anon_sym_ATsetup] = ACTIONS(7225), + [anon_sym_ATtask] = ACTIONS(7228), + [anon_sym_ATstory] = ACTIONS(7231), + [anon_sym_ATbefore] = ACTIONS(7234), + [anon_sym_ATafter] = ACTIONS(7237), + [anon_sym_ATsuccess] = ACTIONS(7240), + [anon_sym_ATfinished] = ACTIONS(7243), + [anon_sym_ATpersist] = ACTIONS(7246), + [anon_sym_ATteleport] = ACTIONS(7249), + [anon_sym_ATendteleport] = ACTIONS(5111), + [anon_sym_ATvolt] = ACTIONS(7252), + [aux_sym__text_token1] = ACTIONS(7255), + [aux_sym__text_token2] = ACTIONS(7255), + [aux_sym__text_token3] = ACTIONS(7258), }, - [456] = { - [sym__definition] = STATE(456), - [sym_keyword] = STATE(456), - [sym_php_statement] = STATE(456), - [sym__escaped] = STATE(2791), - [sym__unescaped] = STATE(2791), - [sym__raw] = STATE(2791), - [sym__inline_raw] = STATE(2791), - [sym__multi_line_raw] = STATE(2791), - [sym__js] = STATE(2791), - [sym_attribute] = STATE(456), - [sym__inline_directive] = STATE(456), - [sym__use] = STATE(456), - [sym__nested_directive] = STATE(456), - [sym_fragment] = STATE(456), - [sym_section] = STATE(456), - [sym_inlineSection] = STATE(456), - [sym_once] = STATE(456), - [sym_verbatim] = STATE(456), - [sym_stack] = STATE(456), - [sym__push] = STATE(2792), - [sym__pushOnce] = STATE(2792), - [sym__pushIf] = STATE(2792), - [sym__prepend] = STATE(2792), - [sym__prependOnce] = STATE(2792), - [sym_conditional] = STATE(456), - [sym__if] = STATE(2793), - [sym__unless] = STATE(2793), - [sym__isset] = STATE(2793), - [sym__empty] = STATE(2793), - [sym__auth] = STATE(2793), - [sym__guest] = STATE(2793), - [sym__production] = STATE(2793), - [sym__env] = STATE(2793), - [sym__hasSection] = STATE(2793), - [sym__sectionMissing] = STATE(2793), - [sym__error] = STATE(2793), - [sym_authorization] = STATE(2793), - [sym__can] = STATE(2794), - [sym__cannot] = STATE(2794), - [sym__canany] = STATE(2794), - [sym__feature] = STATE(2793), - [sym__custom] = STATE(2793), - [sym_switch] = STATE(456), - [sym_loop] = STATE(456), - [sym_loop_operator] = STATE(456), - [sym__for] = STATE(2795), - [sym__foreach] = STATE(2795), - [sym__forelse] = STATE(2795), - [sym__while] = STATE(2795), - [sym_envoy] = STATE(456), - [sym__setup] = STATE(2791), - [sym__task] = STATE(2796), - [sym__story] = STATE(2796), - [sym__hooks] = STATE(2791), - [sym__before] = STATE(2791), - [sym__after] = STATE(2791), - [sym__envoy_error] = STATE(2791), - [sym__success] = STATE(2791), - [sym__finished] = STATE(2791), - [sym_livewire] = STATE(456), - [sym__persist] = STATE(2797), - [sym__teleport] = STATE(2797), - [sym__volt] = STATE(2797), - [aux_sym__directive_body] = STATE(456), - [sym_text] = STATE(456), - [sym__text] = STATE(939), - [aux_sym_php_only_repeat1] = STATE(939), - [sym_comment] = ACTIONS(7331), - [aux_sym_keyword_token1] = ACTIONS(7334), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7337), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7340), - [anon_sym_ATphp] = ACTIONS(7343), - [anon_sym_ATjs] = ACTIONS(7346), - [aux_sym_attribute_token1] = ACTIONS(7349), - [aux_sym__inline_directive_token1] = ACTIONS(7352), - [aux_sym__inline_directive_token2] = ACTIONS(7355), - [anon_sym_ATuse] = ACTIONS(7358), - [anon_sym_ATfragment] = ACTIONS(7361), - [anon_sym_ATsection] = ACTIONS(7364), - [anon_sym_ATonce] = ACTIONS(7367), - [anon_sym_ATverbatim] = ACTIONS(7370), - [anon_sym_ATpush] = ACTIONS(7373), - [anon_sym_ATpushOnce] = ACTIONS(7376), - [anon_sym_ATpushIf] = ACTIONS(7379), - [anon_sym_ATprepend] = ACTIONS(7382), - [anon_sym_ATprependOnce] = ACTIONS(7385), - [anon_sym_ATif] = ACTIONS(7388), - [anon_sym_ATunless] = ACTIONS(7391), - [anon_sym_ATisset] = ACTIONS(7394), - [anon_sym_ATempty] = ACTIONS(7397), - [anon_sym_ATauth] = ACTIONS(7400), - [anon_sym_ATguest] = ACTIONS(7403), - [anon_sym_ATproduction] = ACTIONS(7406), - [anon_sym_ATenv] = ACTIONS(7409), - [anon_sym_AThasSection] = ACTIONS(7412), - [anon_sym_ATsectionMissing] = ACTIONS(7415), - [anon_sym_ATerror] = ACTIONS(7418), - [anon_sym_ATcan] = ACTIONS(7421), - [anon_sym_ATcannot] = ACTIONS(7424), - [anon_sym_ATcanany] = ACTIONS(7427), - [anon_sym_ATfeature] = ACTIONS(7430), - [aux_sym__custom_token1] = ACTIONS(7433), - [aux_sym__custom_token2] = ACTIONS(7436), - [anon_sym_ATswitch] = ACTIONS(7439), - [aux_sym_loop_operator_token1] = ACTIONS(7442), - [anon_sym_ATfor] = ACTIONS(7445), - [anon_sym_ATforeach] = ACTIONS(7448), - [anon_sym_ATforelse] = ACTIONS(7451), - [anon_sym_ATwhile] = ACTIONS(7454), - [anon_sym_ATsetup] = ACTIONS(7457), - [anon_sym_ATtask] = ACTIONS(7460), - [anon_sym_ATstory] = ACTIONS(7463), - [anon_sym_ATbefore] = ACTIONS(7466), - [anon_sym_ATafter] = ACTIONS(7469), - [anon_sym_ATsuccess] = ACTIONS(7472), - [anon_sym_ATfinished] = ACTIONS(7475), - [anon_sym_ATpersist] = ACTIONS(7478), - [anon_sym_ATendpersist] = ACTIONS(5333), - [anon_sym_ATteleport] = ACTIONS(7481), - [anon_sym_ATvolt] = ACTIONS(7484), - [aux_sym__text_token1] = ACTIONS(7487), - [aux_sym__text_token2] = ACTIONS(7487), - [aux_sym__text_token3] = ACTIONS(7490), + [449] = { + [sym__definition] = STATE(327), + [sym_keyword] = STATE(327), + [sym_php_statement] = STATE(327), + [sym__escaped] = STATE(3255), + [sym__unescaped] = STATE(3255), + [sym__raw] = STATE(3255), + [sym__inline_raw] = STATE(3255), + [sym__multi_line_raw] = STATE(3255), + [sym__js] = STATE(3255), + [sym_attribute] = STATE(327), + [sym__inline_directive] = STATE(327), + [sym__use] = STATE(327), + [sym__nested_directive] = STATE(327), + [sym_fragment] = STATE(327), + [sym_section] = STATE(327), + [sym_inlineSection] = STATE(327), + [sym_once] = STATE(327), + [sym_verbatim] = STATE(327), + [sym_stack] = STATE(327), + [sym__push] = STATE(3256), + [sym__pushOnce] = STATE(3256), + [sym__pushIf] = STATE(3256), + [sym__prepend] = STATE(3256), + [sym__prependOnce] = STATE(3256), + [sym_conditional] = STATE(327), + [sym__if] = STATE(3257), + [sym__unless] = STATE(3257), + [sym__isset] = STATE(3257), + [sym__empty] = STATE(3257), + [sym__auth] = STATE(3257), + [sym__guest] = STATE(3257), + [sym__production] = STATE(3257), + [sym__env] = STATE(3257), + [sym__hasSection] = STATE(3257), + [sym__sectionMissing] = STATE(3257), + [sym__error] = STATE(3257), + [sym_authorization] = STATE(3257), + [sym__can] = STATE(3258), + [sym__cannot] = STATE(3258), + [sym__canany] = STATE(3258), + [sym__feature] = STATE(3257), + [sym__custom] = STATE(3257), + [sym_switch] = STATE(327), + [sym_loop] = STATE(327), + [sym_loop_operator] = STATE(327), + [sym__for] = STATE(3259), + [sym__foreach] = STATE(3259), + [sym__forelse] = STATE(3259), + [sym__while] = STATE(3259), + [sym_envoy] = STATE(327), + [sym__setup] = STATE(3255), + [sym__task] = STATE(3260), + [sym__story] = STATE(3260), + [sym__hooks] = STATE(3255), + [sym__before] = STATE(3255), + [sym__after] = STATE(3255), + [sym__envoy_error] = STATE(3255), + [sym__success] = STATE(3255), + [sym__finished] = STATE(3255), + [sym_livewire] = STATE(327), + [sym__persist] = STATE(3261), + [sym__teleport] = STATE(3261), + [sym__volt] = STATE(3261), + [aux_sym__directive_body] = STATE(327), + [sym_text] = STATE(327), + [sym__text] = STATE(927), + [aux_sym_php_only_repeat1] = STATE(927), + [sym_comment] = ACTIONS(7261), + [aux_sym_keyword_token1] = ACTIONS(7263), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7265), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7267), + [anon_sym_ATphp] = ACTIONS(7269), + [anon_sym_ATjs] = ACTIONS(7271), + [aux_sym_attribute_token1] = ACTIONS(7273), + [aux_sym__inline_directive_token1] = ACTIONS(7275), + [aux_sym__inline_directive_token2] = ACTIONS(7277), + [anon_sym_ATuse] = ACTIONS(7279), + [anon_sym_ATfragment] = ACTIONS(7281), + [anon_sym_ATsection] = ACTIONS(7283), + [anon_sym_ATonce] = ACTIONS(7285), + [anon_sym_ATverbatim] = ACTIONS(7287), + [anon_sym_ATpush] = ACTIONS(7289), + [anon_sym_ATpushOnce] = ACTIONS(7291), + [anon_sym_ATpushIf] = ACTIONS(7293), + [anon_sym_ATprepend] = ACTIONS(7295), + [anon_sym_ATprependOnce] = ACTIONS(7297), + [anon_sym_ATif] = ACTIONS(7299), + [anon_sym_ATunless] = ACTIONS(7301), + [anon_sym_ATisset] = ACTIONS(7303), + [anon_sym_ATempty] = ACTIONS(7305), + [anon_sym_ATauth] = ACTIONS(7307), + [anon_sym_ATguest] = ACTIONS(7309), + [anon_sym_ATproduction] = ACTIONS(7311), + [anon_sym_ATenv] = ACTIONS(7313), + [anon_sym_AThasSection] = ACTIONS(7315), + [anon_sym_ATsectionMissing] = ACTIONS(7317), + [anon_sym_ATerror] = ACTIONS(7319), + [anon_sym_ATcan] = ACTIONS(7321), + [anon_sym_ATcannot] = ACTIONS(7323), + [anon_sym_ATcanany] = ACTIONS(7325), + [anon_sym_ATfeature] = ACTIONS(7327), + [aux_sym__custom_token1] = ACTIONS(7329), + [aux_sym__custom_token2] = ACTIONS(7331), + [anon_sym_ATswitch] = ACTIONS(7333), + [anon_sym_ATbreak] = ACTIONS(5621), + [aux_sym_loop_operator_token1] = ACTIONS(7335), + [anon_sym_ATfor] = ACTIONS(7337), + [anon_sym_ATforeach] = ACTIONS(7339), + [anon_sym_ATforelse] = ACTIONS(7341), + [anon_sym_ATwhile] = ACTIONS(7343), + [anon_sym_ATsetup] = ACTIONS(7345), + [anon_sym_ATtask] = ACTIONS(7347), + [anon_sym_ATstory] = ACTIONS(7349), + [anon_sym_ATbefore] = ACTIONS(7351), + [anon_sym_ATafter] = ACTIONS(7353), + [anon_sym_ATsuccess] = ACTIONS(7355), + [anon_sym_ATfinished] = ACTIONS(7357), + [anon_sym_ATpersist] = ACTIONS(7359), + [anon_sym_ATteleport] = ACTIONS(7361), + [anon_sym_ATvolt] = ACTIONS(7363), + [aux_sym__text_token1] = ACTIONS(7365), + [aux_sym__text_token2] = ACTIONS(7365), + [aux_sym__text_token3] = ACTIONS(7367), }, - [457] = { - [sym__definition] = STATE(441), - [sym_keyword] = STATE(441), - [sym_php_statement] = STATE(441), - [sym__escaped] = STATE(2963), - [sym__unescaped] = STATE(2963), - [sym__raw] = STATE(2963), - [sym__inline_raw] = STATE(2963), - [sym__multi_line_raw] = STATE(2963), - [sym__js] = STATE(2963), - [sym_attribute] = STATE(441), - [sym__inline_directive] = STATE(441), - [sym__use] = STATE(441), - [sym__nested_directive] = STATE(441), - [sym_fragment] = STATE(441), - [sym_section] = STATE(441), - [sym_inlineSection] = STATE(441), - [sym_once] = STATE(441), - [sym_verbatim] = STATE(441), - [sym_stack] = STATE(441), - [sym__push] = STATE(2964), - [sym__pushOnce] = STATE(2964), - [sym__pushIf] = STATE(2964), - [sym__prepend] = STATE(2964), - [sym__prependOnce] = STATE(2964), - [sym_conditional] = STATE(441), - [sym__if] = STATE(2965), - [sym__unless] = STATE(2965), - [sym__isset] = STATE(2965), - [sym__empty] = STATE(2965), - [sym__auth] = STATE(2965), - [sym__guest] = STATE(2965), - [sym__production] = STATE(2965), - [sym__env] = STATE(2965), - [sym__hasSection] = STATE(2965), - [sym__sectionMissing] = STATE(2965), - [sym__error] = STATE(2965), - [sym_authorization] = STATE(2965), - [sym__can] = STATE(2966), - [sym__cannot] = STATE(2966), - [sym__canany] = STATE(2966), - [sym__feature] = STATE(2965), - [sym__custom] = STATE(2965), - [sym_switch] = STATE(441), - [sym_loop] = STATE(441), - [sym_loop_operator] = STATE(441), - [sym__for] = STATE(2967), - [sym__foreach] = STATE(2967), - [sym__forelse] = STATE(2967), - [sym__while] = STATE(2967), - [sym_envoy] = STATE(441), - [sym__setup] = STATE(2963), - [sym__task] = STATE(2968), - [sym__story] = STATE(2968), - [sym__hooks] = STATE(2963), - [sym__before] = STATE(2963), - [sym__after] = STATE(2963), - [sym__envoy_error] = STATE(2963), - [sym__success] = STATE(2963), - [sym__finished] = STATE(2963), - [sym_livewire] = STATE(441), - [sym__persist] = STATE(2969), - [sym__teleport] = STATE(2969), - [sym__volt] = STATE(2969), - [aux_sym__directive_body] = STATE(441), - [sym_text] = STATE(441), - [sym__text] = STATE(923), - [aux_sym_php_only_repeat1] = STATE(923), - [sym_comment] = ACTIONS(7493), - [aux_sym_keyword_token1] = ACTIONS(7495), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7497), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7499), - [anon_sym_ATphp] = ACTIONS(7501), - [anon_sym_ATjs] = ACTIONS(7503), - [aux_sym_attribute_token1] = ACTIONS(7505), - [aux_sym__inline_directive_token1] = ACTIONS(7507), - [aux_sym__inline_directive_token2] = ACTIONS(7509), - [anon_sym_ATuse] = ACTIONS(7511), - [anon_sym_ATfragment] = ACTIONS(7513), - [anon_sym_ATsection] = ACTIONS(7515), - [anon_sym_ATonce] = ACTIONS(7517), - [anon_sym_ATverbatim] = ACTIONS(7519), - [anon_sym_ATpush] = ACTIONS(7521), - [anon_sym_ATpushOnce] = ACTIONS(7523), - [anon_sym_ATpushIf] = ACTIONS(7525), - [anon_sym_ATprepend] = ACTIONS(7527), - [anon_sym_ATprependOnce] = ACTIONS(7529), - [anon_sym_ATif] = ACTIONS(7531), - [anon_sym_ATunless] = ACTIONS(7533), - [anon_sym_ATisset] = ACTIONS(7535), - [anon_sym_ATempty] = ACTIONS(7537), - [anon_sym_ATauth] = ACTIONS(7539), - [anon_sym_ATguest] = ACTIONS(7541), - [anon_sym_ATproduction] = ACTIONS(7543), - [anon_sym_ATenv] = ACTIONS(7545), - [anon_sym_AThasSection] = ACTIONS(7547), - [anon_sym_ATsectionMissing] = ACTIONS(7549), - [anon_sym_ATerror] = ACTIONS(7551), - [anon_sym_ATcan] = ACTIONS(7553), - [anon_sym_ATcannot] = ACTIONS(7555), - [anon_sym_ATcanany] = ACTIONS(7557), - [anon_sym_ATfeature] = ACTIONS(7559), - [aux_sym__custom_token1] = ACTIONS(7561), - [aux_sym__custom_token2] = ACTIONS(7563), - [anon_sym_ATswitch] = ACTIONS(7565), - [aux_sym_loop_operator_token1] = ACTIONS(7567), - [anon_sym_ATfor] = ACTIONS(7569), - [anon_sym_ATforeach] = ACTIONS(7571), - [anon_sym_ATforelse] = ACTIONS(7573), - [anon_sym_ATwhile] = ACTIONS(7575), - [anon_sym_ATsetup] = ACTIONS(7577), - [anon_sym_ATtask] = ACTIONS(7579), - [anon_sym_ATstory] = ACTIONS(7581), - [anon_sym_ATbefore] = ACTIONS(7583), - [anon_sym_ATafter] = ACTIONS(7585), - [anon_sym_ATsuccess] = ACTIONS(7587), - [anon_sym_ATfinished] = ACTIONS(7589), - [anon_sym_ATpersist] = ACTIONS(7591), - [anon_sym_ATteleport] = ACTIONS(7593), - [anon_sym_ATvolt] = ACTIONS(7595), - [anon_sym_ATendvolt] = ACTIONS(4429), - [aux_sym__text_token1] = ACTIONS(7597), - [aux_sym__text_token2] = ACTIONS(7597), - [aux_sym__text_token3] = ACTIONS(7599), + [450] = { + [sym__definition] = STATE(449), + [sym_keyword] = STATE(449), + [sym_php_statement] = STATE(449), + [sym__escaped] = STATE(3255), + [sym__unescaped] = STATE(3255), + [sym__raw] = STATE(3255), + [sym__inline_raw] = STATE(3255), + [sym__multi_line_raw] = STATE(3255), + [sym__js] = STATE(3255), + [sym_attribute] = STATE(449), + [sym__inline_directive] = STATE(449), + [sym__use] = STATE(449), + [sym__nested_directive] = STATE(449), + [sym_fragment] = STATE(449), + [sym_section] = STATE(449), + [sym_inlineSection] = STATE(449), + [sym_once] = STATE(449), + [sym_verbatim] = STATE(449), + [sym_stack] = STATE(449), + [sym__push] = STATE(3256), + [sym__pushOnce] = STATE(3256), + [sym__pushIf] = STATE(3256), + [sym__prepend] = STATE(3256), + [sym__prependOnce] = STATE(3256), + [sym_conditional] = STATE(449), + [sym__if] = STATE(3257), + [sym__unless] = STATE(3257), + [sym__isset] = STATE(3257), + [sym__empty] = STATE(3257), + [sym__auth] = STATE(3257), + [sym__guest] = STATE(3257), + [sym__production] = STATE(3257), + [sym__env] = STATE(3257), + [sym__hasSection] = STATE(3257), + [sym__sectionMissing] = STATE(3257), + [sym__error] = STATE(3257), + [sym_authorization] = STATE(3257), + [sym__can] = STATE(3258), + [sym__cannot] = STATE(3258), + [sym__canany] = STATE(3258), + [sym__feature] = STATE(3257), + [sym__custom] = STATE(3257), + [sym_switch] = STATE(449), + [sym_loop] = STATE(449), + [sym_loop_operator] = STATE(449), + [sym__for] = STATE(3259), + [sym__foreach] = STATE(3259), + [sym__forelse] = STATE(3259), + [sym__while] = STATE(3259), + [sym_envoy] = STATE(449), + [sym__setup] = STATE(3255), + [sym__task] = STATE(3260), + [sym__story] = STATE(3260), + [sym__hooks] = STATE(3255), + [sym__before] = STATE(3255), + [sym__after] = STATE(3255), + [sym__envoy_error] = STATE(3255), + [sym__success] = STATE(3255), + [sym__finished] = STATE(3255), + [sym_livewire] = STATE(449), + [sym__persist] = STATE(3261), + [sym__teleport] = STATE(3261), + [sym__volt] = STATE(3261), + [aux_sym__directive_body] = STATE(449), + [sym_text] = STATE(449), + [sym__text] = STATE(927), + [aux_sym_php_only_repeat1] = STATE(927), + [sym_comment] = ACTIONS(7369), + [aux_sym_keyword_token1] = ACTIONS(7263), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7265), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7267), + [anon_sym_ATphp] = ACTIONS(7269), + [anon_sym_ATjs] = ACTIONS(7271), + [aux_sym_attribute_token1] = ACTIONS(7273), + [aux_sym__inline_directive_token1] = ACTIONS(7275), + [aux_sym__inline_directive_token2] = ACTIONS(7277), + [anon_sym_ATuse] = ACTIONS(7279), + [anon_sym_ATfragment] = ACTIONS(7281), + [anon_sym_ATsection] = ACTIONS(7283), + [anon_sym_ATonce] = ACTIONS(7285), + [anon_sym_ATverbatim] = ACTIONS(7287), + [anon_sym_ATpush] = ACTIONS(7289), + [anon_sym_ATpushOnce] = ACTIONS(7291), + [anon_sym_ATpushIf] = ACTIONS(7293), + [anon_sym_ATprepend] = ACTIONS(7295), + [anon_sym_ATprependOnce] = ACTIONS(7297), + [anon_sym_ATif] = ACTIONS(7299), + [anon_sym_ATunless] = ACTIONS(7301), + [anon_sym_ATisset] = ACTIONS(7303), + [anon_sym_ATempty] = ACTIONS(7305), + [anon_sym_ATauth] = ACTIONS(7307), + [anon_sym_ATguest] = ACTIONS(7309), + [anon_sym_ATproduction] = ACTIONS(7311), + [anon_sym_ATenv] = ACTIONS(7313), + [anon_sym_AThasSection] = ACTIONS(7315), + [anon_sym_ATsectionMissing] = ACTIONS(7317), + [anon_sym_ATerror] = ACTIONS(7319), + [anon_sym_ATcan] = ACTIONS(7321), + [anon_sym_ATcannot] = ACTIONS(7323), + [anon_sym_ATcanany] = ACTIONS(7325), + [anon_sym_ATfeature] = ACTIONS(7327), + [aux_sym__custom_token1] = ACTIONS(7329), + [aux_sym__custom_token2] = ACTIONS(7331), + [anon_sym_ATswitch] = ACTIONS(7333), + [anon_sym_ATbreak] = ACTIONS(4429), + [aux_sym_loop_operator_token1] = ACTIONS(7335), + [anon_sym_ATfor] = ACTIONS(7337), + [anon_sym_ATforeach] = ACTIONS(7339), + [anon_sym_ATforelse] = ACTIONS(7341), + [anon_sym_ATwhile] = ACTIONS(7343), + [anon_sym_ATsetup] = ACTIONS(7345), + [anon_sym_ATtask] = ACTIONS(7347), + [anon_sym_ATstory] = ACTIONS(7349), + [anon_sym_ATbefore] = ACTIONS(7351), + [anon_sym_ATafter] = ACTIONS(7353), + [anon_sym_ATsuccess] = ACTIONS(7355), + [anon_sym_ATfinished] = ACTIONS(7357), + [anon_sym_ATpersist] = ACTIONS(7359), + [anon_sym_ATteleport] = ACTIONS(7361), + [anon_sym_ATvolt] = ACTIONS(7363), + [aux_sym__text_token1] = ACTIONS(7365), + [aux_sym__text_token2] = ACTIONS(7365), + [aux_sym__text_token3] = ACTIONS(7367), }, - [458] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [451] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -84481,32 +83670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(7601), + [aux_sym_section_token1] = ACTIONS(7371), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -84526,325 +83715,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [459] = { - [sym__definition] = STATE(457), - [sym_keyword] = STATE(457), - [sym_php_statement] = STATE(457), - [sym__escaped] = STATE(2963), - [sym__unescaped] = STATE(2963), - [sym__raw] = STATE(2963), - [sym__inline_raw] = STATE(2963), - [sym__multi_line_raw] = STATE(2963), - [sym__js] = STATE(2963), - [sym_attribute] = STATE(457), - [sym__inline_directive] = STATE(457), - [sym__use] = STATE(457), - [sym__nested_directive] = STATE(457), - [sym_fragment] = STATE(457), - [sym_section] = STATE(457), - [sym_inlineSection] = STATE(457), - [sym_once] = STATE(457), - [sym_verbatim] = STATE(457), - [sym_stack] = STATE(457), - [sym__push] = STATE(2964), - [sym__pushOnce] = STATE(2964), - [sym__pushIf] = STATE(2964), - [sym__prepend] = STATE(2964), - [sym__prependOnce] = STATE(2964), - [sym_conditional] = STATE(457), - [sym__if] = STATE(2965), - [sym__unless] = STATE(2965), - [sym__isset] = STATE(2965), - [sym__empty] = STATE(2965), - [sym__auth] = STATE(2965), - [sym__guest] = STATE(2965), - [sym__production] = STATE(2965), - [sym__env] = STATE(2965), - [sym__hasSection] = STATE(2965), - [sym__sectionMissing] = STATE(2965), - [sym__error] = STATE(2965), - [sym_authorization] = STATE(2965), - [sym__can] = STATE(2966), - [sym__cannot] = STATE(2966), - [sym__canany] = STATE(2966), - [sym__feature] = STATE(2965), - [sym__custom] = STATE(2965), - [sym_switch] = STATE(457), - [sym_loop] = STATE(457), - [sym_loop_operator] = STATE(457), - [sym__for] = STATE(2967), - [sym__foreach] = STATE(2967), - [sym__forelse] = STATE(2967), - [sym__while] = STATE(2967), - [sym_envoy] = STATE(457), - [sym__setup] = STATE(2963), - [sym__task] = STATE(2968), - [sym__story] = STATE(2968), - [sym__hooks] = STATE(2963), - [sym__before] = STATE(2963), - [sym__after] = STATE(2963), - [sym__envoy_error] = STATE(2963), - [sym__success] = STATE(2963), - [sym__finished] = STATE(2963), - [sym_livewire] = STATE(457), - [sym__persist] = STATE(2969), - [sym__teleport] = STATE(2969), - [sym__volt] = STATE(2969), - [aux_sym__directive_body] = STATE(457), - [sym_text] = STATE(457), - [sym__text] = STATE(923), - [aux_sym_php_only_repeat1] = STATE(923), - [sym_comment] = ACTIONS(7603), - [aux_sym_keyword_token1] = ACTIONS(7495), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7497), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7499), - [anon_sym_ATphp] = ACTIONS(7501), - [anon_sym_ATjs] = ACTIONS(7503), - [aux_sym_attribute_token1] = ACTIONS(7505), - [aux_sym__inline_directive_token1] = ACTIONS(7507), - [aux_sym__inline_directive_token2] = ACTIONS(7509), - [anon_sym_ATuse] = ACTIONS(7511), - [anon_sym_ATfragment] = ACTIONS(7513), - [anon_sym_ATsection] = ACTIONS(7515), - [anon_sym_ATonce] = ACTIONS(7517), - [anon_sym_ATverbatim] = ACTIONS(7519), - [anon_sym_ATpush] = ACTIONS(7521), - [anon_sym_ATpushOnce] = ACTIONS(7523), - [anon_sym_ATpushIf] = ACTIONS(7525), - [anon_sym_ATprepend] = ACTIONS(7527), - [anon_sym_ATprependOnce] = ACTIONS(7529), - [anon_sym_ATif] = ACTIONS(7531), - [anon_sym_ATunless] = ACTIONS(7533), - [anon_sym_ATisset] = ACTIONS(7535), - [anon_sym_ATempty] = ACTIONS(7537), - [anon_sym_ATauth] = ACTIONS(7539), - [anon_sym_ATguest] = ACTIONS(7541), - [anon_sym_ATproduction] = ACTIONS(7543), - [anon_sym_ATenv] = ACTIONS(7545), - [anon_sym_AThasSection] = ACTIONS(7547), - [anon_sym_ATsectionMissing] = ACTIONS(7549), - [anon_sym_ATerror] = ACTIONS(7551), - [anon_sym_ATcan] = ACTIONS(7553), - [anon_sym_ATcannot] = ACTIONS(7555), - [anon_sym_ATcanany] = ACTIONS(7557), - [anon_sym_ATfeature] = ACTIONS(7559), - [aux_sym__custom_token1] = ACTIONS(7561), - [aux_sym__custom_token2] = ACTIONS(7563), - [anon_sym_ATswitch] = ACTIONS(7565), - [aux_sym_loop_operator_token1] = ACTIONS(7567), - [anon_sym_ATfor] = ACTIONS(7569), - [anon_sym_ATforeach] = ACTIONS(7571), - [anon_sym_ATforelse] = ACTIONS(7573), - [anon_sym_ATwhile] = ACTIONS(7575), - [anon_sym_ATsetup] = ACTIONS(7577), - [anon_sym_ATtask] = ACTIONS(7579), - [anon_sym_ATstory] = ACTIONS(7581), - [anon_sym_ATbefore] = ACTIONS(7583), - [anon_sym_ATafter] = ACTIONS(7585), - [anon_sym_ATsuccess] = ACTIONS(7587), - [anon_sym_ATfinished] = ACTIONS(7589), - [anon_sym_ATpersist] = ACTIONS(7591), - [anon_sym_ATteleport] = ACTIONS(7593), - [anon_sym_ATvolt] = ACTIONS(7595), - [anon_sym_ATendvolt] = ACTIONS(4981), - [aux_sym__text_token1] = ACTIONS(7597), - [aux_sym__text_token2] = ACTIONS(7597), - [aux_sym__text_token3] = ACTIONS(7599), - }, - [460] = { - [sym__definition] = STATE(479), - [sym_keyword] = STATE(479), - [sym_php_statement] = STATE(479), - [sym__escaped] = STATE(2235), - [sym__unescaped] = STATE(2235), - [sym__raw] = STATE(2235), - [sym__inline_raw] = STATE(2235), - [sym__multi_line_raw] = STATE(2235), - [sym__js] = STATE(2235), - [sym_attribute] = STATE(479), - [sym__inline_directive] = STATE(479), - [sym__use] = STATE(479), - [sym__nested_directive] = STATE(479), - [sym_fragment] = STATE(479), - [sym_section] = STATE(479), - [sym_inlineSection] = STATE(479), - [sym_once] = STATE(479), - [sym_verbatim] = STATE(479), - [sym_stack] = STATE(479), - [sym__push] = STATE(2234), - [sym__pushOnce] = STATE(2234), - [sym__pushIf] = STATE(2234), - [sym__prepend] = STATE(2234), - [sym__prependOnce] = STATE(2234), - [sym_conditional] = STATE(479), - [sym__if] = STATE(2233), - [sym__unless] = STATE(2233), - [sym__isset] = STATE(2233), - [sym__empty] = STATE(2233), - [sym__auth] = STATE(2233), - [sym__guest] = STATE(2233), - [sym__production] = STATE(2233), - [sym__env] = STATE(2233), - [sym__hasSection] = STATE(2233), - [sym__sectionMissing] = STATE(2233), - [sym__error] = STATE(2233), - [sym_authorization] = STATE(2233), - [sym__can] = STATE(2232), - [sym__cannot] = STATE(2232), - [sym__canany] = STATE(2232), - [sym__feature] = STATE(2233), - [sym__custom] = STATE(2233), - [sym_switch] = STATE(479), - [sym_loop] = STATE(479), - [sym_loop_operator] = STATE(479), - [sym__for] = STATE(2211), - [sym__foreach] = STATE(2211), - [sym__forelse] = STATE(2211), - [sym__while] = STATE(2211), - [sym_envoy] = STATE(479), - [sym__setup] = STATE(2235), - [sym__task] = STATE(2230), - [sym__story] = STATE(2230), - [sym__hooks] = STATE(2235), - [sym__before] = STATE(2235), - [sym__after] = STATE(2235), - [sym__envoy_error] = STATE(2235), - [sym__success] = STATE(2235), - [sym__finished] = STATE(2235), - [sym_livewire] = STATE(479), - [sym__persist] = STATE(2229), - [sym__teleport] = STATE(2229), - [sym__volt] = STATE(2229), - [aux_sym__directive_body] = STATE(479), - [sym_text] = STATE(479), - [sym__text] = STATE(1221), - [aux_sym_php_only_repeat1] = STATE(1221), - [sym_comment] = ACTIONS(7605), - [aux_sym_keyword_token1] = ACTIONS(7607), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7609), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7611), - [anon_sym_ATphp] = ACTIONS(7613), - [anon_sym_ATjs] = ACTIONS(7615), - [aux_sym_attribute_token1] = ACTIONS(7617), - [aux_sym__inline_directive_token1] = ACTIONS(7619), - [aux_sym__inline_directive_token2] = ACTIONS(7621), - [anon_sym_ATuse] = ACTIONS(7623), - [anon_sym_ATfragment] = ACTIONS(7625), - [anon_sym_ATsection] = ACTIONS(7627), - [anon_sym_ATonce] = ACTIONS(7629), - [anon_sym_ATverbatim] = ACTIONS(7631), - [anon_sym_ATpush] = ACTIONS(7633), - [anon_sym_ATpushOnce] = ACTIONS(7635), - [anon_sym_ATpushIf] = ACTIONS(7637), - [anon_sym_ATendPushIf] = ACTIONS(4981), - [anon_sym_ATprepend] = ACTIONS(7639), - [anon_sym_ATprependOnce] = ACTIONS(7641), - [anon_sym_ATif] = ACTIONS(7643), - [anon_sym_ATunless] = ACTIONS(7645), - [anon_sym_ATisset] = ACTIONS(7647), - [anon_sym_ATempty] = ACTIONS(7649), - [anon_sym_ATauth] = ACTIONS(7651), - [anon_sym_ATguest] = ACTIONS(7653), - [anon_sym_ATproduction] = ACTIONS(7655), - [anon_sym_ATenv] = ACTIONS(7657), - [anon_sym_AThasSection] = ACTIONS(7659), - [anon_sym_ATsectionMissing] = ACTIONS(7661), - [anon_sym_ATerror] = ACTIONS(7663), - [anon_sym_ATcan] = ACTIONS(7665), - [anon_sym_ATcannot] = ACTIONS(7667), - [anon_sym_ATcanany] = ACTIONS(7669), - [anon_sym_ATfeature] = ACTIONS(7671), - [aux_sym__custom_token1] = ACTIONS(7673), - [aux_sym__custom_token2] = ACTIONS(7675), - [anon_sym_ATswitch] = ACTIONS(7677), - [aux_sym_loop_operator_token1] = ACTIONS(7679), - [anon_sym_ATfor] = ACTIONS(7681), - [anon_sym_ATforeach] = ACTIONS(7683), - [anon_sym_ATforelse] = ACTIONS(7685), - [anon_sym_ATwhile] = ACTIONS(7687), - [anon_sym_ATsetup] = ACTIONS(7689), - [anon_sym_ATtask] = ACTIONS(7691), - [anon_sym_ATstory] = ACTIONS(7693), - [anon_sym_ATbefore] = ACTIONS(7695), - [anon_sym_ATafter] = ACTIONS(7697), - [anon_sym_ATsuccess] = ACTIONS(7699), - [anon_sym_ATfinished] = ACTIONS(7701), - [anon_sym_ATpersist] = ACTIONS(7703), - [anon_sym_ATteleport] = ACTIONS(7705), - [anon_sym_ATvolt] = ACTIONS(7707), - [aux_sym__text_token1] = ACTIONS(7709), - [aux_sym__text_token2] = ACTIONS(7709), - [aux_sym__text_token3] = ACTIONS(7711), - }, - [461] = { - [sym__definition] = STATE(458), - [sym_keyword] = STATE(458), - [sym_php_statement] = STATE(458), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(458), - [sym__inline_directive] = STATE(458), - [sym__use] = STATE(458), - [sym__nested_directive] = STATE(458), - [sym_fragment] = STATE(458), - [sym_section] = STATE(458), - [sym_inlineSection] = STATE(458), - [sym_once] = STATE(458), - [sym_verbatim] = STATE(458), - [sym_stack] = STATE(458), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(458), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(458), - [sym_loop] = STATE(458), - [sym_loop_operator] = STATE(458), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(458), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(458), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(458), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(458), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(7713), + [452] = { + [sym__definition] = STATE(461), + [sym_keyword] = STATE(461), + [sym_php_statement] = STATE(461), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(461), + [sym__inline_directive] = STATE(461), + [sym__use] = STATE(461), + [sym__nested_directive] = STATE(461), + [sym_fragment] = STATE(461), + [sym_section] = STATE(461), + [sym_inlineSection] = STATE(461), + [sym_once] = STATE(461), + [sym_verbatim] = STATE(461), + [sym_stack] = STATE(461), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(461), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(461), + [sym_loop] = STATE(461), + [sym_loop_operator] = STATE(461), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(461), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(461), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(461), + [sym_text] = STATE(461), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(7373), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -84856,32 +83795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(7715), + [aux_sym_section_token1] = ACTIONS(7375), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -84901,16 +83840,766 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [462] = { + [453] = { + [sym__definition] = STATE(423), + [sym_keyword] = STATE(423), + [sym_php_statement] = STATE(423), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(423), + [sym__inline_directive] = STATE(423), + [sym__use] = STATE(423), + [sym__nested_directive] = STATE(423), + [sym_fragment] = STATE(423), + [sym_section] = STATE(423), + [sym_inlineSection] = STATE(423), + [sym_once] = STATE(423), + [sym_verbatim] = STATE(423), + [sym_stack] = STATE(423), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(423), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(423), + [sym_loop] = STATE(423), + [sym_loop_operator] = STATE(423), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(423), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(423), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(423), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(423), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7377), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7379), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [454] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7381), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [455] = { + [sym__definition] = STATE(455), + [sym_keyword] = STATE(455), + [sym_php_statement] = STATE(455), + [sym__escaped] = STATE(2820), + [sym__unescaped] = STATE(2820), + [sym__raw] = STATE(2820), + [sym__inline_raw] = STATE(2820), + [sym__multi_line_raw] = STATE(2820), + [sym__js] = STATE(2820), + [sym_attribute] = STATE(455), + [sym__inline_directive] = STATE(455), + [sym__use] = STATE(455), + [sym__nested_directive] = STATE(455), + [sym_fragment] = STATE(455), + [sym_section] = STATE(455), + [sym_inlineSection] = STATE(455), + [sym_once] = STATE(455), + [sym_verbatim] = STATE(455), + [sym_stack] = STATE(455), + [sym__push] = STATE(2821), + [sym__pushOnce] = STATE(2821), + [sym__pushIf] = STATE(2821), + [sym__prepend] = STATE(2821), + [sym__prependOnce] = STATE(2821), + [sym_conditional] = STATE(455), + [sym__if] = STATE(2822), + [sym__unless] = STATE(2822), + [sym__isset] = STATE(2822), + [sym__empty] = STATE(2822), + [sym__auth] = STATE(2822), + [sym__guest] = STATE(2822), + [sym__production] = STATE(2822), + [sym__env] = STATE(2822), + [sym__hasSection] = STATE(2822), + [sym__sectionMissing] = STATE(2822), + [sym__error] = STATE(2822), + [sym_authorization] = STATE(2822), + [sym__can] = STATE(2823), + [sym__cannot] = STATE(2823), + [sym__canany] = STATE(2823), + [sym__feature] = STATE(2822), + [sym__custom] = STATE(2822), + [sym_switch] = STATE(455), + [sym_loop] = STATE(455), + [sym_loop_operator] = STATE(455), + [sym__for] = STATE(2824), + [sym__foreach] = STATE(2824), + [sym__forelse] = STATE(2824), + [sym__while] = STATE(2824), + [sym_envoy] = STATE(455), + [sym__setup] = STATE(2820), + [sym__task] = STATE(2825), + [sym__story] = STATE(2825), + [sym__hooks] = STATE(2820), + [sym__before] = STATE(2820), + [sym__after] = STATE(2820), + [sym__envoy_error] = STATE(2820), + [sym__success] = STATE(2820), + [sym__finished] = STATE(2820), + [sym_livewire] = STATE(455), + [sym__persist] = STATE(2826), + [sym__teleport] = STATE(2826), + [sym__volt] = STATE(2826), + [aux_sym__directive_body] = STATE(455), + [sym_text] = STATE(455), + [sym__text] = STATE(959), + [aux_sym_php_only_repeat1] = STATE(959), + [sym_comment] = ACTIONS(7383), + [aux_sym_keyword_token1] = ACTIONS(7386), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7389), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7392), + [anon_sym_ATphp] = ACTIONS(7395), + [anon_sym_ATjs] = ACTIONS(7398), + [aux_sym_attribute_token1] = ACTIONS(7401), + [aux_sym__inline_directive_token1] = ACTIONS(7404), + [aux_sym__inline_directive_token2] = ACTIONS(7407), + [anon_sym_ATuse] = ACTIONS(7410), + [anon_sym_ATfragment] = ACTIONS(7413), + [anon_sym_ATsection] = ACTIONS(7416), + [anon_sym_ATonce] = ACTIONS(7419), + [anon_sym_ATverbatim] = ACTIONS(7422), + [anon_sym_ATpush] = ACTIONS(7425), + [anon_sym_ATpushOnce] = ACTIONS(7428), + [anon_sym_ATpushIf] = ACTIONS(7431), + [anon_sym_ATprepend] = ACTIONS(7434), + [anon_sym_ATprependOnce] = ACTIONS(7437), + [anon_sym_ATif] = ACTIONS(7440), + [anon_sym_ATunless] = ACTIONS(7443), + [anon_sym_ATisset] = ACTIONS(7446), + [anon_sym_ATempty] = ACTIONS(7449), + [anon_sym_ATauth] = ACTIONS(7452), + [anon_sym_ATguest] = ACTIONS(7455), + [anon_sym_ATproduction] = ACTIONS(7458), + [anon_sym_ATenv] = ACTIONS(7461), + [anon_sym_AThasSection] = ACTIONS(7464), + [anon_sym_ATsectionMissing] = ACTIONS(7467), + [anon_sym_ATerror] = ACTIONS(7470), + [anon_sym_ATcan] = ACTIONS(7473), + [anon_sym_ATcannot] = ACTIONS(7476), + [anon_sym_ATcanany] = ACTIONS(7479), + [anon_sym_ATfeature] = ACTIONS(7482), + [aux_sym__custom_token1] = ACTIONS(7485), + [aux_sym__custom_token2] = ACTIONS(7488), + [anon_sym_ATswitch] = ACTIONS(7491), + [aux_sym_loop_operator_token1] = ACTIONS(7494), + [anon_sym_ATfor] = ACTIONS(7497), + [anon_sym_ATforeach] = ACTIONS(7500), + [anon_sym_ATforelse] = ACTIONS(7503), + [anon_sym_ATwhile] = ACTIONS(7506), + [anon_sym_ATsetup] = ACTIONS(7509), + [anon_sym_ATtask] = ACTIONS(7512), + [anon_sym_ATstory] = ACTIONS(7515), + [anon_sym_ATbefore] = ACTIONS(7518), + [anon_sym_ATafter] = ACTIONS(7521), + [anon_sym_ATsuccess] = ACTIONS(7524), + [anon_sym_ATfinished] = ACTIONS(7527), + [anon_sym_ATpersist] = ACTIONS(7530), + [anon_sym_ATendpersist] = ACTIONS(5111), + [anon_sym_ATteleport] = ACTIONS(7533), + [anon_sym_ATvolt] = ACTIONS(7536), + [aux_sym__text_token1] = ACTIONS(7539), + [aux_sym__text_token2] = ACTIONS(7539), + [aux_sym__text_token3] = ACTIONS(7542), + }, + [456] = { + [sym__definition] = STATE(442), + [sym_keyword] = STATE(442), + [sym_php_statement] = STATE(442), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(442), + [sym__inline_directive] = STATE(442), + [sym__use] = STATE(442), + [sym__nested_directive] = STATE(442), + [sym_fragment] = STATE(442), + [sym_section] = STATE(442), + [sym_inlineSection] = STATE(442), + [sym_once] = STATE(442), + [sym_verbatim] = STATE(442), + [sym_stack] = STATE(442), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(442), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(442), + [sym_loop] = STATE(442), + [sym_loop_operator] = STATE(442), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(442), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(442), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(442), + [sym_text] = STATE(442), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(7545), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(7547), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [457] = { + [sym__definition] = STATE(368), + [sym_keyword] = STATE(368), + [sym_php_statement] = STATE(368), + [sym__escaped] = STATE(2994), + [sym__unescaped] = STATE(2994), + [sym__raw] = STATE(2994), + [sym__inline_raw] = STATE(2994), + [sym__multi_line_raw] = STATE(2994), + [sym__js] = STATE(2994), + [sym_attribute] = STATE(368), + [sym__inline_directive] = STATE(368), + [sym__use] = STATE(368), + [sym__nested_directive] = STATE(368), + [sym_fragment] = STATE(368), + [sym_section] = STATE(368), + [sym_inlineSection] = STATE(368), + [sym_once] = STATE(368), + [sym_verbatim] = STATE(368), + [sym_stack] = STATE(368), + [sym__push] = STATE(2995), + [sym__pushOnce] = STATE(2995), + [sym__pushIf] = STATE(2995), + [sym__prepend] = STATE(2995), + [sym__prependOnce] = STATE(2995), + [sym_conditional] = STATE(368), + [sym__if] = STATE(2996), + [sym__unless] = STATE(2996), + [sym__isset] = STATE(2996), + [sym__empty] = STATE(2996), + [sym__auth] = STATE(2996), + [sym__guest] = STATE(2996), + [sym__production] = STATE(2996), + [sym__env] = STATE(2996), + [sym__hasSection] = STATE(2996), + [sym__sectionMissing] = STATE(2996), + [sym__error] = STATE(2996), + [sym_authorization] = STATE(2996), + [sym__can] = STATE(2997), + [sym__cannot] = STATE(2997), + [sym__canany] = STATE(2997), + [sym__feature] = STATE(2996), + [sym__custom] = STATE(2996), + [sym_switch] = STATE(368), + [sym_loop] = STATE(368), + [sym_loop_operator] = STATE(368), + [sym__for] = STATE(2998), + [sym__foreach] = STATE(2998), + [sym__forelse] = STATE(2998), + [sym__while] = STATE(2998), + [sym_envoy] = STATE(368), + [sym__setup] = STATE(2994), + [sym__task] = STATE(2999), + [sym__story] = STATE(2999), + [sym__hooks] = STATE(2994), + [sym__before] = STATE(2994), + [sym__after] = STATE(2994), + [sym__envoy_error] = STATE(2994), + [sym__success] = STATE(2994), + [sym__finished] = STATE(2994), + [sym_livewire] = STATE(368), + [sym__persist] = STATE(3000), + [sym__teleport] = STATE(3000), + [sym__volt] = STATE(3000), + [aux_sym__directive_body] = STATE(368), + [sym_text] = STATE(368), + [sym__text] = STATE(945), + [aux_sym_php_only_repeat1] = STATE(945), + [sym_comment] = ACTIONS(7549), + [aux_sym_keyword_token1] = ACTIONS(7551), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7553), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7555), + [anon_sym_ATphp] = ACTIONS(7557), + [anon_sym_ATjs] = ACTIONS(7559), + [aux_sym_attribute_token1] = ACTIONS(7561), + [aux_sym__inline_directive_token1] = ACTIONS(7563), + [aux_sym__inline_directive_token2] = ACTIONS(7565), + [anon_sym_ATuse] = ACTIONS(7567), + [anon_sym_ATfragment] = ACTIONS(7569), + [anon_sym_ATsection] = ACTIONS(7571), + [anon_sym_ATonce] = ACTIONS(7573), + [anon_sym_ATverbatim] = ACTIONS(7575), + [anon_sym_ATpush] = ACTIONS(7577), + [anon_sym_ATpushOnce] = ACTIONS(7579), + [anon_sym_ATpushIf] = ACTIONS(7581), + [anon_sym_ATprepend] = ACTIONS(7583), + [anon_sym_ATprependOnce] = ACTIONS(7585), + [anon_sym_ATif] = ACTIONS(7587), + [anon_sym_ATunless] = ACTIONS(7589), + [anon_sym_ATisset] = ACTIONS(7591), + [anon_sym_ATempty] = ACTIONS(7593), + [anon_sym_ATauth] = ACTIONS(7595), + [anon_sym_ATguest] = ACTIONS(7597), + [anon_sym_ATproduction] = ACTIONS(7599), + [anon_sym_ATenv] = ACTIONS(7601), + [anon_sym_AThasSection] = ACTIONS(7603), + [anon_sym_ATsectionMissing] = ACTIONS(7605), + [anon_sym_ATerror] = ACTIONS(7607), + [anon_sym_ATcan] = ACTIONS(7609), + [anon_sym_ATcannot] = ACTIONS(7611), + [anon_sym_ATcanany] = ACTIONS(7613), + [anon_sym_ATfeature] = ACTIONS(7615), + [aux_sym__custom_token1] = ACTIONS(7617), + [aux_sym__custom_token2] = ACTIONS(7619), + [anon_sym_ATswitch] = ACTIONS(7621), + [aux_sym_loop_operator_token1] = ACTIONS(7623), + [anon_sym_ATfor] = ACTIONS(7625), + [anon_sym_ATforeach] = ACTIONS(7627), + [anon_sym_ATforelse] = ACTIONS(7629), + [anon_sym_ATwhile] = ACTIONS(7631), + [anon_sym_ATsetup] = ACTIONS(7633), + [anon_sym_ATtask] = ACTIONS(7635), + [anon_sym_ATstory] = ACTIONS(7637), + [anon_sym_ATbefore] = ACTIONS(7639), + [anon_sym_ATafter] = ACTIONS(7641), + [anon_sym_ATsuccess] = ACTIONS(7643), + [anon_sym_ATfinished] = ACTIONS(7645), + [anon_sym_ATpersist] = ACTIONS(7647), + [anon_sym_ATteleport] = ACTIONS(7649), + [anon_sym_ATvolt] = ACTIONS(7651), + [anon_sym_ATendvolt] = ACTIONS(5621), + [aux_sym__text_token1] = ACTIONS(7653), + [aux_sym__text_token2] = ACTIONS(7653), + [aux_sym__text_token3] = ACTIONS(7655), + }, + [458] = { + [sym__definition] = STATE(457), + [sym_keyword] = STATE(457), + [sym_php_statement] = STATE(457), + [sym__escaped] = STATE(2994), + [sym__unescaped] = STATE(2994), + [sym__raw] = STATE(2994), + [sym__inline_raw] = STATE(2994), + [sym__multi_line_raw] = STATE(2994), + [sym__js] = STATE(2994), + [sym_attribute] = STATE(457), + [sym__inline_directive] = STATE(457), + [sym__use] = STATE(457), + [sym__nested_directive] = STATE(457), + [sym_fragment] = STATE(457), + [sym_section] = STATE(457), + [sym_inlineSection] = STATE(457), + [sym_once] = STATE(457), + [sym_verbatim] = STATE(457), + [sym_stack] = STATE(457), + [sym__push] = STATE(2995), + [sym__pushOnce] = STATE(2995), + [sym__pushIf] = STATE(2995), + [sym__prepend] = STATE(2995), + [sym__prependOnce] = STATE(2995), + [sym_conditional] = STATE(457), + [sym__if] = STATE(2996), + [sym__unless] = STATE(2996), + [sym__isset] = STATE(2996), + [sym__empty] = STATE(2996), + [sym__auth] = STATE(2996), + [sym__guest] = STATE(2996), + [sym__production] = STATE(2996), + [sym__env] = STATE(2996), + [sym__hasSection] = STATE(2996), + [sym__sectionMissing] = STATE(2996), + [sym__error] = STATE(2996), + [sym_authorization] = STATE(2996), + [sym__can] = STATE(2997), + [sym__cannot] = STATE(2997), + [sym__canany] = STATE(2997), + [sym__feature] = STATE(2996), + [sym__custom] = STATE(2996), + [sym_switch] = STATE(457), + [sym_loop] = STATE(457), + [sym_loop_operator] = STATE(457), + [sym__for] = STATE(2998), + [sym__foreach] = STATE(2998), + [sym__forelse] = STATE(2998), + [sym__while] = STATE(2998), + [sym_envoy] = STATE(457), + [sym__setup] = STATE(2994), + [sym__task] = STATE(2999), + [sym__story] = STATE(2999), + [sym__hooks] = STATE(2994), + [sym__before] = STATE(2994), + [sym__after] = STATE(2994), + [sym__envoy_error] = STATE(2994), + [sym__success] = STATE(2994), + [sym__finished] = STATE(2994), + [sym_livewire] = STATE(457), + [sym__persist] = STATE(3000), + [sym__teleport] = STATE(3000), + [sym__volt] = STATE(3000), + [aux_sym__directive_body] = STATE(457), + [sym_text] = STATE(457), + [sym__text] = STATE(945), + [aux_sym_php_only_repeat1] = STATE(945), + [sym_comment] = ACTIONS(7657), + [aux_sym_keyword_token1] = ACTIONS(7551), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7553), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7555), + [anon_sym_ATphp] = ACTIONS(7557), + [anon_sym_ATjs] = ACTIONS(7559), + [aux_sym_attribute_token1] = ACTIONS(7561), + [aux_sym__inline_directive_token1] = ACTIONS(7563), + [aux_sym__inline_directive_token2] = ACTIONS(7565), + [anon_sym_ATuse] = ACTIONS(7567), + [anon_sym_ATfragment] = ACTIONS(7569), + [anon_sym_ATsection] = ACTIONS(7571), + [anon_sym_ATonce] = ACTIONS(7573), + [anon_sym_ATverbatim] = ACTIONS(7575), + [anon_sym_ATpush] = ACTIONS(7577), + [anon_sym_ATpushOnce] = ACTIONS(7579), + [anon_sym_ATpushIf] = ACTIONS(7581), + [anon_sym_ATprepend] = ACTIONS(7583), + [anon_sym_ATprependOnce] = ACTIONS(7585), + [anon_sym_ATif] = ACTIONS(7587), + [anon_sym_ATunless] = ACTIONS(7589), + [anon_sym_ATisset] = ACTIONS(7591), + [anon_sym_ATempty] = ACTIONS(7593), + [anon_sym_ATauth] = ACTIONS(7595), + [anon_sym_ATguest] = ACTIONS(7597), + [anon_sym_ATproduction] = ACTIONS(7599), + [anon_sym_ATenv] = ACTIONS(7601), + [anon_sym_AThasSection] = ACTIONS(7603), + [anon_sym_ATsectionMissing] = ACTIONS(7605), + [anon_sym_ATerror] = ACTIONS(7607), + [anon_sym_ATcan] = ACTIONS(7609), + [anon_sym_ATcannot] = ACTIONS(7611), + [anon_sym_ATcanany] = ACTIONS(7613), + [anon_sym_ATfeature] = ACTIONS(7615), + [aux_sym__custom_token1] = ACTIONS(7617), + [aux_sym__custom_token2] = ACTIONS(7619), + [anon_sym_ATswitch] = ACTIONS(7621), + [aux_sym_loop_operator_token1] = ACTIONS(7623), + [anon_sym_ATfor] = ACTIONS(7625), + [anon_sym_ATforeach] = ACTIONS(7627), + [anon_sym_ATforelse] = ACTIONS(7629), + [anon_sym_ATwhile] = ACTIONS(7631), + [anon_sym_ATsetup] = ACTIONS(7633), + [anon_sym_ATtask] = ACTIONS(7635), + [anon_sym_ATstory] = ACTIONS(7637), + [anon_sym_ATbefore] = ACTIONS(7639), + [anon_sym_ATafter] = ACTIONS(7641), + [anon_sym_ATsuccess] = ACTIONS(7643), + [anon_sym_ATfinished] = ACTIONS(7645), + [anon_sym_ATpersist] = ACTIONS(7647), + [anon_sym_ATteleport] = ACTIONS(7649), + [anon_sym_ATvolt] = ACTIONS(7651), + [anon_sym_ATendvolt] = ACTIONS(4429), + [aux_sym__text_token1] = ACTIONS(7653), + [aux_sym__text_token2] = ACTIONS(7653), + [aux_sym__text_token3] = ACTIONS(7655), + }, + [459] = { [sym__definition] = STATE(465), [sym_keyword] = STATE(465), [sym_php_statement] = STATE(465), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(465), [sym__inline_directive] = STATE(465), [sym__use] = STATE(465), @@ -84921,305 +84610,305 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(465), [sym_verbatim] = STATE(465), [sym_stack] = STATE(465), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(465), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(465), [sym_loop] = STATE(465), [sym_loop_operator] = STATE(465), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(465), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(465), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(465), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(465), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(7717), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(7719), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(465), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7659), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7381), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [463] = { - [sym__definition] = STATE(503), - [sym_keyword] = STATE(503), - [sym_php_statement] = STATE(503), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(503), - [sym__inline_directive] = STATE(503), - [sym__use] = STATE(503), - [sym__nested_directive] = STATE(503), - [sym_fragment] = STATE(503), - [sym_section] = STATE(503), - [sym_inlineSection] = STATE(503), - [sym_once] = STATE(503), - [sym_verbatim] = STATE(503), - [sym_stack] = STATE(503), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(503), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(503), - [sym_loop] = STATE(503), - [sym_loop_operator] = STATE(503), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(503), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(503), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(503), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(503), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(7721), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(6731), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), + [460] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7379), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [464] = { - [sym__definition] = STATE(471), - [sym_keyword] = STATE(471), - [sym_php_statement] = STATE(471), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(471), - [sym__inline_directive] = STATE(471), - [sym__use] = STATE(471), - [sym__nested_directive] = STATE(471), - [sym_fragment] = STATE(471), - [sym_section] = STATE(471), - [sym_inlineSection] = STATE(471), - [sym_once] = STATE(471), - [sym_verbatim] = STATE(471), - [sym_stack] = STATE(471), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(471), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(471), - [sym_loop] = STATE(471), - [sym_loop_operator] = STATE(471), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(471), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(471), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(471), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(471), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(7723), + [461] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -85231,32 +84920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(7725), + [aux_sym_section_token1] = ACTIONS(7661), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -85276,516 +84965,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [465] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(7727), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [466] = { - [sym__definition] = STATE(466), - [sym_keyword] = STATE(466), - [sym_php_statement] = STATE(466), - [sym__escaped] = STATE(2705), - [sym__unescaped] = STATE(2705), - [sym__raw] = STATE(2705), - [sym__inline_raw] = STATE(2705), - [sym__multi_line_raw] = STATE(2705), - [sym__js] = STATE(2705), - [sym_attribute] = STATE(466), - [sym__inline_directive] = STATE(466), - [sym__use] = STATE(466), - [sym__nested_directive] = STATE(466), - [sym_fragment] = STATE(466), - [sym_section] = STATE(466), - [sym_inlineSection] = STATE(466), - [sym_once] = STATE(466), - [sym_verbatim] = STATE(466), - [sym_stack] = STATE(466), - [sym__push] = STATE(2706), - [sym__pushOnce] = STATE(2706), - [sym__pushIf] = STATE(2706), - [sym__prepend] = STATE(2706), - [sym__prependOnce] = STATE(2706), - [sym_conditional] = STATE(466), - [sym__if] = STATE(2707), - [sym__unless] = STATE(2707), - [sym__isset] = STATE(2707), - [sym__empty] = STATE(2707), - [sym__auth] = STATE(2707), - [sym__guest] = STATE(2707), - [sym__production] = STATE(2707), - [sym__env] = STATE(2707), - [sym__hasSection] = STATE(2707), - [sym__sectionMissing] = STATE(2707), - [sym__error] = STATE(2707), - [sym_authorization] = STATE(2707), - [sym__can] = STATE(2708), - [sym__cannot] = STATE(2708), - [sym__canany] = STATE(2708), - [sym__feature] = STATE(2707), - [sym__custom] = STATE(2707), - [sym_switch] = STATE(466), - [sym_loop] = STATE(466), - [sym_loop_operator] = STATE(466), - [sym__for] = STATE(2709), - [sym__foreach] = STATE(2709), - [sym__forelse] = STATE(2709), - [sym__while] = STATE(2709), - [sym_envoy] = STATE(466), - [sym__setup] = STATE(2705), - [sym__task] = STATE(2710), - [sym__story] = STATE(2710), - [sym__hooks] = STATE(2705), - [sym__before] = STATE(2705), - [sym__after] = STATE(2705), - [sym__envoy_error] = STATE(2705), - [sym__success] = STATE(2705), - [sym__finished] = STATE(2705), - [sym_livewire] = STATE(466), - [sym__persist] = STATE(2711), - [sym__teleport] = STATE(2711), - [sym__volt] = STATE(2711), - [aux_sym__directive_body] = STATE(466), - [sym_text] = STATE(466), - [sym__text] = STATE(943), - [aux_sym_php_only_repeat1] = STATE(943), - [sym_comment] = ACTIONS(7729), - [aux_sym_keyword_token1] = ACTIONS(7732), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7735), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7738), - [anon_sym_ATphp] = ACTIONS(7741), - [anon_sym_ATjs] = ACTIONS(7744), - [aux_sym_attribute_token1] = ACTIONS(7747), - [aux_sym__inline_directive_token1] = ACTIONS(7750), - [aux_sym__inline_directive_token2] = ACTIONS(7753), - [anon_sym_ATuse] = ACTIONS(7756), - [anon_sym_ATfragment] = ACTIONS(7759), - [anon_sym_ATsection] = ACTIONS(7762), - [anon_sym_ATonce] = ACTIONS(7765), - [anon_sym_ATverbatim] = ACTIONS(7768), - [anon_sym_ATpush] = ACTIONS(7771), - [anon_sym_ATpushOnce] = ACTIONS(7774), - [anon_sym_ATpushIf] = ACTIONS(7777), - [anon_sym_ATprepend] = ACTIONS(7780), - [anon_sym_ATprependOnce] = ACTIONS(7783), - [anon_sym_ATif] = ACTIONS(7786), - [anon_sym_ATunless] = ACTIONS(7789), - [anon_sym_ATisset] = ACTIONS(7792), - [anon_sym_ATempty] = ACTIONS(7795), - [anon_sym_ATauth] = ACTIONS(7798), - [anon_sym_ATguest] = ACTIONS(7801), - [anon_sym_ATproduction] = ACTIONS(7804), - [anon_sym_ATenv] = ACTIONS(7807), - [anon_sym_AThasSection] = ACTIONS(7810), - [anon_sym_ATsectionMissing] = ACTIONS(7813), - [anon_sym_ATerror] = ACTIONS(7816), - [anon_sym_ATcan] = ACTIONS(7819), - [anon_sym_ATcannot] = ACTIONS(7822), - [anon_sym_ATcanany] = ACTIONS(7825), - [anon_sym_ATfeature] = ACTIONS(7828), - [aux_sym__custom_token1] = ACTIONS(7831), - [aux_sym__custom_token2] = ACTIONS(7834), - [anon_sym_ATswitch] = ACTIONS(7837), - [aux_sym_loop_operator_token1] = ACTIONS(7840), - [anon_sym_ATfor] = ACTIONS(7843), - [anon_sym_ATforeach] = ACTIONS(7846), - [anon_sym_ATforelse] = ACTIONS(7849), - [anon_sym_ATwhile] = ACTIONS(7852), - [anon_sym_ATsetup] = ACTIONS(7855), - [anon_sym_ATtask] = ACTIONS(7858), - [anon_sym_ATstory] = ACTIONS(7861), - [anon_sym_ATendstory] = ACTIONS(5333), - [anon_sym_ATbefore] = ACTIONS(7864), - [anon_sym_ATafter] = ACTIONS(7867), - [anon_sym_ATsuccess] = ACTIONS(7870), - [anon_sym_ATfinished] = ACTIONS(7873), - [anon_sym_ATpersist] = ACTIONS(7876), - [anon_sym_ATteleport] = ACTIONS(7879), - [anon_sym_ATvolt] = ACTIONS(7882), - [aux_sym__text_token1] = ACTIONS(7885), - [aux_sym__text_token2] = ACTIONS(7885), - [aux_sym__text_token3] = ACTIONS(7888), - }, - [467] = { - [sym__definition] = STATE(187), - [sym_keyword] = STATE(187), - [sym_php_statement] = STATE(187), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(187), - [sym__inline_directive] = STATE(187), - [sym__use] = STATE(187), - [sym__nested_directive] = STATE(187), - [sym_fragment] = STATE(187), - [sym_section] = STATE(187), - [sym_inlineSection] = STATE(187), - [sym_once] = STATE(187), - [sym_verbatim] = STATE(187), - [sym_stack] = STATE(187), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(187), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(187), - [sym_loop] = STATE(187), - [sym_loop_operator] = STATE(187), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(187), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(187), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(187), - [sym_text] = STATE(187), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(7891), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(7893), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [468] = { - [sym__definition] = STATE(493), - [sym_keyword] = STATE(493), - [sym_php_statement] = STATE(493), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(493), - [sym__inline_directive] = STATE(493), - [sym__use] = STATE(493), - [sym__nested_directive] = STATE(493), - [sym_fragment] = STATE(493), - [sym_section] = STATE(493), - [sym_inlineSection] = STATE(493), - [sym_once] = STATE(493), - [sym_verbatim] = STATE(493), - [sym_stack] = STATE(493), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(493), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(493), - [sym_loop] = STATE(493), - [sym_loop_operator] = STATE(493), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(493), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(493), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(493), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(493), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(7895), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(7601), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), + [462] = { + [sym__definition] = STATE(462), + [sym_keyword] = STATE(462), + [sym_php_statement] = STATE(462), + [sym__escaped] = STATE(2733), + [sym__unescaped] = STATE(2733), + [sym__raw] = STATE(2733), + [sym__inline_raw] = STATE(2733), + [sym__multi_line_raw] = STATE(2733), + [sym__js] = STATE(2733), + [sym_attribute] = STATE(462), + [sym__inline_directive] = STATE(462), + [sym__use] = STATE(462), + [sym__nested_directive] = STATE(462), + [sym_fragment] = STATE(462), + [sym_section] = STATE(462), + [sym_inlineSection] = STATE(462), + [sym_once] = STATE(462), + [sym_verbatim] = STATE(462), + [sym_stack] = STATE(462), + [sym__push] = STATE(2734), + [sym__pushOnce] = STATE(2734), + [sym__pushIf] = STATE(2734), + [sym__prepend] = STATE(2734), + [sym__prependOnce] = STATE(2734), + [sym_conditional] = STATE(462), + [sym__if] = STATE(2735), + [sym__unless] = STATE(2735), + [sym__isset] = STATE(2735), + [sym__empty] = STATE(2735), + [sym__auth] = STATE(2735), + [sym__guest] = STATE(2735), + [sym__production] = STATE(2735), + [sym__env] = STATE(2735), + [sym__hasSection] = STATE(2735), + [sym__sectionMissing] = STATE(2735), + [sym__error] = STATE(2735), + [sym_authorization] = STATE(2735), + [sym__can] = STATE(2736), + [sym__cannot] = STATE(2736), + [sym__canany] = STATE(2736), + [sym__feature] = STATE(2735), + [sym__custom] = STATE(2735), + [sym_switch] = STATE(462), + [sym_loop] = STATE(462), + [sym_loop_operator] = STATE(462), + [sym__for] = STATE(2737), + [sym__foreach] = STATE(2737), + [sym__forelse] = STATE(2737), + [sym__while] = STATE(2737), + [sym_envoy] = STATE(462), + [sym__setup] = STATE(2733), + [sym__task] = STATE(2738), + [sym__story] = STATE(2738), + [sym__hooks] = STATE(2733), + [sym__before] = STATE(2733), + [sym__after] = STATE(2733), + [sym__envoy_error] = STATE(2733), + [sym__success] = STATE(2733), + [sym__finished] = STATE(2733), + [sym_livewire] = STATE(462), + [sym__persist] = STATE(2739), + [sym__teleport] = STATE(2739), + [sym__volt] = STATE(2739), + [aux_sym__directive_body] = STATE(462), + [sym_text] = STATE(462), + [sym__text] = STATE(963), + [aux_sym_php_only_repeat1] = STATE(963), + [sym_comment] = ACTIONS(7663), + [aux_sym_keyword_token1] = ACTIONS(7666), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7669), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7672), + [anon_sym_ATphp] = ACTIONS(7675), + [anon_sym_ATjs] = ACTIONS(7678), + [aux_sym_attribute_token1] = ACTIONS(7681), + [aux_sym__inline_directive_token1] = ACTIONS(7684), + [aux_sym__inline_directive_token2] = ACTIONS(7687), + [anon_sym_ATuse] = ACTIONS(7690), + [anon_sym_ATfragment] = ACTIONS(7693), + [anon_sym_ATsection] = ACTIONS(7696), + [anon_sym_ATonce] = ACTIONS(7699), + [anon_sym_ATverbatim] = ACTIONS(7702), + [anon_sym_ATpush] = ACTIONS(7705), + [anon_sym_ATpushOnce] = ACTIONS(7708), + [anon_sym_ATpushIf] = ACTIONS(7711), + [anon_sym_ATprepend] = ACTIONS(7714), + [anon_sym_ATprependOnce] = ACTIONS(7717), + [anon_sym_ATif] = ACTIONS(7720), + [anon_sym_ATunless] = ACTIONS(7723), + [anon_sym_ATisset] = ACTIONS(7726), + [anon_sym_ATempty] = ACTIONS(7729), + [anon_sym_ATauth] = ACTIONS(7732), + [anon_sym_ATguest] = ACTIONS(7735), + [anon_sym_ATproduction] = ACTIONS(7738), + [anon_sym_ATenv] = ACTIONS(7741), + [anon_sym_AThasSection] = ACTIONS(7744), + [anon_sym_ATsectionMissing] = ACTIONS(7747), + [anon_sym_ATerror] = ACTIONS(7750), + [anon_sym_ATcan] = ACTIONS(7753), + [anon_sym_ATcannot] = ACTIONS(7756), + [anon_sym_ATcanany] = ACTIONS(7759), + [anon_sym_ATfeature] = ACTIONS(7762), + [aux_sym__custom_token1] = ACTIONS(7765), + [aux_sym__custom_token2] = ACTIONS(7768), + [anon_sym_ATswitch] = ACTIONS(7771), + [aux_sym_loop_operator_token1] = ACTIONS(7774), + [anon_sym_ATfor] = ACTIONS(7777), + [anon_sym_ATforeach] = ACTIONS(7780), + [anon_sym_ATforelse] = ACTIONS(7783), + [anon_sym_ATwhile] = ACTIONS(7786), + [anon_sym_ATsetup] = ACTIONS(7789), + [anon_sym_ATtask] = ACTIONS(7792), + [anon_sym_ATstory] = ACTIONS(7795), + [anon_sym_ATendstory] = ACTIONS(5111), + [anon_sym_ATbefore] = ACTIONS(7798), + [anon_sym_ATafter] = ACTIONS(7801), + [anon_sym_ATsuccess] = ACTIONS(7804), + [anon_sym_ATfinished] = ACTIONS(7807), + [anon_sym_ATpersist] = ACTIONS(7810), + [anon_sym_ATteleport] = ACTIONS(7813), + [anon_sym_ATvolt] = ACTIONS(7816), + [aux_sym__text_token1] = ACTIONS(7819), + [aux_sym__text_token2] = ACTIONS(7819), + [aux_sym__text_token3] = ACTIONS(7822), }, - [469] = { + [463] = { [sym__definition] = STATE(483), [sym_keyword] = STATE(483), [sym_php_statement] = STATE(483), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), + [sym__escaped] = STATE(2261), + [sym__unescaped] = STATE(2261), + [sym__raw] = STATE(2261), + [sym__inline_raw] = STATE(2261), + [sym__multi_line_raw] = STATE(2261), + [sym__js] = STATE(2261), [sym_attribute] = STATE(483), [sym__inline_directive] = STATE(483), [sym__use] = STATE(483), @@ -85796,180 +85110,180 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(483), [sym_verbatim] = STATE(483), [sym_stack] = STATE(483), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), + [sym__push] = STATE(2260), + [sym__pushOnce] = STATE(2260), + [sym__pushIf] = STATE(2260), + [sym__prepend] = STATE(2260), + [sym__prependOnce] = STATE(2260), [sym_conditional] = STATE(483), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), + [sym__if] = STATE(2259), + [sym__unless] = STATE(2259), + [sym__isset] = STATE(2259), + [sym__empty] = STATE(2259), + [sym__auth] = STATE(2259), + [sym__guest] = STATE(2259), + [sym__production] = STATE(2259), + [sym__env] = STATE(2259), + [sym__hasSection] = STATE(2259), + [sym__sectionMissing] = STATE(2259), + [sym__error] = STATE(2259), + [sym_authorization] = STATE(2259), + [sym__can] = STATE(2258), + [sym__cannot] = STATE(2258), + [sym__canany] = STATE(2258), + [sym__feature] = STATE(2259), + [sym__custom] = STATE(2259), [sym_switch] = STATE(483), [sym_loop] = STATE(483), [sym_loop_operator] = STATE(483), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), + [sym__for] = STATE(2257), + [sym__foreach] = STATE(2257), + [sym__forelse] = STATE(2257), + [sym__while] = STATE(2257), [sym_envoy] = STATE(483), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), + [sym__setup] = STATE(2261), + [sym__task] = STATE(2256), + [sym__story] = STATE(2256), + [sym__hooks] = STATE(2261), + [sym__before] = STATE(2261), + [sym__after] = STATE(2261), + [sym__envoy_error] = STATE(2261), + [sym__success] = STATE(2261), + [sym__finished] = STATE(2261), [sym_livewire] = STATE(483), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), + [sym__persist] = STATE(2255), + [sym__teleport] = STATE(2255), + [sym__volt] = STATE(2255), [aux_sym__directive_body] = STATE(483), [sym_text] = STATE(483), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(7897), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(7899), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__text] = STATE(1136), + [aux_sym_php_only_repeat1] = STATE(1136), + [sym_comment] = ACTIONS(7825), + [aux_sym_keyword_token1] = ACTIONS(7827), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7829), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7831), + [anon_sym_ATphp] = ACTIONS(7833), + [anon_sym_ATjs] = ACTIONS(7835), + [aux_sym_attribute_token1] = ACTIONS(7837), + [aux_sym__inline_directive_token1] = ACTIONS(7839), + [aux_sym__inline_directive_token2] = ACTIONS(7841), + [anon_sym_ATuse] = ACTIONS(7843), + [anon_sym_ATfragment] = ACTIONS(7845), + [anon_sym_ATsection] = ACTIONS(7847), + [anon_sym_ATonce] = ACTIONS(7849), + [anon_sym_ATverbatim] = ACTIONS(7851), + [anon_sym_ATpush] = ACTIONS(7853), + [anon_sym_ATpushOnce] = ACTIONS(7855), + [anon_sym_ATpushIf] = ACTIONS(7857), + [anon_sym_ATendPushIf] = ACTIONS(4429), + [anon_sym_ATprepend] = ACTIONS(7859), + [anon_sym_ATprependOnce] = ACTIONS(7861), + [anon_sym_ATif] = ACTIONS(7863), + [anon_sym_ATunless] = ACTIONS(7865), + [anon_sym_ATisset] = ACTIONS(7867), + [anon_sym_ATempty] = ACTIONS(7869), + [anon_sym_ATauth] = ACTIONS(7871), + [anon_sym_ATguest] = ACTIONS(7873), + [anon_sym_ATproduction] = ACTIONS(7875), + [anon_sym_ATenv] = ACTIONS(7877), + [anon_sym_AThasSection] = ACTIONS(7879), + [anon_sym_ATsectionMissing] = ACTIONS(7881), + [anon_sym_ATerror] = ACTIONS(7883), + [anon_sym_ATcan] = ACTIONS(7885), + [anon_sym_ATcannot] = ACTIONS(7887), + [anon_sym_ATcanany] = ACTIONS(7889), + [anon_sym_ATfeature] = ACTIONS(7891), + [aux_sym__custom_token1] = ACTIONS(7893), + [aux_sym__custom_token2] = ACTIONS(7895), + [anon_sym_ATswitch] = ACTIONS(7897), + [aux_sym_loop_operator_token1] = ACTIONS(7899), + [anon_sym_ATfor] = ACTIONS(7901), + [anon_sym_ATforeach] = ACTIONS(7903), + [anon_sym_ATforelse] = ACTIONS(7905), + [anon_sym_ATwhile] = ACTIONS(7907), + [anon_sym_ATsetup] = ACTIONS(7909), + [anon_sym_ATtask] = ACTIONS(7911), + [anon_sym_ATstory] = ACTIONS(7913), + [anon_sym_ATbefore] = ACTIONS(7915), + [anon_sym_ATafter] = ACTIONS(7917), + [anon_sym_ATsuccess] = ACTIONS(7919), + [anon_sym_ATfinished] = ACTIONS(7921), + [anon_sym_ATpersist] = ACTIONS(7923), + [anon_sym_ATteleport] = ACTIONS(7925), + [anon_sym_ATvolt] = ACTIONS(7927), + [aux_sym__text_token1] = ACTIONS(7929), + [aux_sym__text_token2] = ACTIONS(7929), + [aux_sym__text_token3] = ACTIONS(7931), }, - [470] = { - [sym__definition] = STATE(185), - [sym_keyword] = STATE(185), - [sym_php_statement] = STATE(185), - [sym__escaped] = STATE(2877), - [sym__unescaped] = STATE(2877), - [sym__raw] = STATE(2877), - [sym__inline_raw] = STATE(2877), - [sym__multi_line_raw] = STATE(2877), - [sym__js] = STATE(2877), - [sym_attribute] = STATE(185), - [sym__inline_directive] = STATE(185), - [sym__use] = STATE(185), - [sym__nested_directive] = STATE(185), - [sym_fragment] = STATE(185), - [sym_section] = STATE(185), - [sym_inlineSection] = STATE(185), - [sym_once] = STATE(185), - [sym_verbatim] = STATE(185), - [sym_stack] = STATE(185), - [sym__push] = STATE(2878), - [sym__pushOnce] = STATE(2878), - [sym__pushIf] = STATE(2878), - [sym__prepend] = STATE(2878), - [sym__prependOnce] = STATE(2878), - [sym_conditional] = STATE(185), - [sym__if] = STATE(2879), - [sym__unless] = STATE(2879), - [sym__isset] = STATE(2879), - [sym__empty] = STATE(2879), - [sym__auth] = STATE(2879), - [sym__guest] = STATE(2879), - [sym__production] = STATE(2879), - [sym__env] = STATE(2879), - [sym__hasSection] = STATE(2879), - [sym__sectionMissing] = STATE(2879), - [sym__error] = STATE(2879), - [sym_authorization] = STATE(2879), - [sym__can] = STATE(2880), - [sym__cannot] = STATE(2880), - [sym__canany] = STATE(2880), - [sym__feature] = STATE(2879), - [sym__custom] = STATE(2879), - [sym_switch] = STATE(185), - [sym_loop] = STATE(185), - [sym_loop_operator] = STATE(185), - [sym__for] = STATE(2881), - [sym__foreach] = STATE(2881), - [sym__forelse] = STATE(2881), - [sym__while] = STATE(2881), - [sym_envoy] = STATE(185), - [sym__setup] = STATE(2877), - [sym__task] = STATE(2882), - [sym__story] = STATE(2882), - [sym__hooks] = STATE(2877), - [sym__before] = STATE(2877), - [sym__after] = STATE(2877), - [sym__envoy_error] = STATE(2877), - [sym__success] = STATE(2877), - [sym__finished] = STATE(2877), - [sym_livewire] = STATE(185), - [sym__persist] = STATE(2883), - [sym__teleport] = STATE(2883), - [sym__volt] = STATE(2883), - [aux_sym__directive_body] = STATE(185), - [sym_text] = STATE(185), - [sym__text] = STATE(931), - [aux_sym_php_only_repeat1] = STATE(931), - [sym_comment] = ACTIONS(7901), + [464] = { + [sym__definition] = STATE(448), + [sym_keyword] = STATE(448), + [sym_php_statement] = STATE(448), + [sym__escaped] = STATE(2907), + [sym__unescaped] = STATE(2907), + [sym__raw] = STATE(2907), + [sym__inline_raw] = STATE(2907), + [sym__multi_line_raw] = STATE(2907), + [sym__js] = STATE(2907), + [sym_attribute] = STATE(448), + [sym__inline_directive] = STATE(448), + [sym__use] = STATE(448), + [sym__nested_directive] = STATE(448), + [sym_fragment] = STATE(448), + [sym_section] = STATE(448), + [sym_inlineSection] = STATE(448), + [sym_once] = STATE(448), + [sym_verbatim] = STATE(448), + [sym_stack] = STATE(448), + [sym__push] = STATE(2908), + [sym__pushOnce] = STATE(2908), + [sym__pushIf] = STATE(2908), + [sym__prepend] = STATE(2908), + [sym__prependOnce] = STATE(2908), + [sym_conditional] = STATE(448), + [sym__if] = STATE(2909), + [sym__unless] = STATE(2909), + [sym__isset] = STATE(2909), + [sym__empty] = STATE(2909), + [sym__auth] = STATE(2909), + [sym__guest] = STATE(2909), + [sym__production] = STATE(2909), + [sym__env] = STATE(2909), + [sym__hasSection] = STATE(2909), + [sym__sectionMissing] = STATE(2909), + [sym__error] = STATE(2909), + [sym_authorization] = STATE(2909), + [sym__can] = STATE(2910), + [sym__cannot] = STATE(2910), + [sym__canany] = STATE(2910), + [sym__feature] = STATE(2909), + [sym__custom] = STATE(2909), + [sym_switch] = STATE(448), + [sym_loop] = STATE(448), + [sym_loop_operator] = STATE(448), + [sym__for] = STATE(2911), + [sym__foreach] = STATE(2911), + [sym__forelse] = STATE(2911), + [sym__while] = STATE(2911), + [sym_envoy] = STATE(448), + [sym__setup] = STATE(2907), + [sym__task] = STATE(2912), + [sym__story] = STATE(2912), + [sym__hooks] = STATE(2907), + [sym__before] = STATE(2907), + [sym__after] = STATE(2907), + [sym__envoy_error] = STATE(2907), + [sym__success] = STATE(2907), + [sym__finished] = STATE(2907), + [sym_livewire] = STATE(448), + [sym__persist] = STATE(2913), + [sym__teleport] = STATE(2913), + [sym__volt] = STATE(2913), + [aux_sym__directive_body] = STATE(448), + [sym_text] = STATE(448), + [sym__text] = STATE(951), + [aux_sym_php_only_repeat1] = STATE(951), + [sym_comment] = ACTIONS(7933), [aux_sym_keyword_token1] = ACTIONS(4329), [anon_sym_LBRACE_LBRACE] = ACTIONS(4331), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4333), @@ -86020,80 +85334,205 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATfinished] = ACTIONS(4423), [anon_sym_ATpersist] = ACTIONS(4425), [anon_sym_ATteleport] = ACTIONS(4427), - [anon_sym_ATendteleport] = ACTIONS(4981), + [anon_sym_ATendteleport] = ACTIONS(5621), [anon_sym_ATvolt] = ACTIONS(4431), [aux_sym__text_token1] = ACTIONS(4433), [aux_sym__text_token2] = ACTIONS(4433), [aux_sym__text_token3] = ACTIONS(4435), }, - [471] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [465] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7935), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [466] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -86106,32 +85545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(7903), + [aux_sym_section_token1] = ACTIONS(7937), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -86151,75 +85590,1700 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, + [467] = { + [sym__definition] = STATE(235), + [sym_keyword] = STATE(235), + [sym_php_statement] = STATE(235), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(235), + [sym__inline_directive] = STATE(235), + [sym__use] = STATE(235), + [sym__nested_directive] = STATE(235), + [sym_fragment] = STATE(235), + [sym_section] = STATE(235), + [sym_inlineSection] = STATE(235), + [sym_once] = STATE(235), + [sym_verbatim] = STATE(235), + [sym_stack] = STATE(235), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(235), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(235), + [sym_loop] = STATE(235), + [sym_loop_operator] = STATE(235), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(235), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(235), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(235), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(235), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(7939), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(7941), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [468] = { + [sym__definition] = STATE(470), + [sym_keyword] = STATE(470), + [sym_php_statement] = STATE(470), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(470), + [sym__inline_directive] = STATE(470), + [sym__use] = STATE(470), + [sym__nested_directive] = STATE(470), + [sym_fragment] = STATE(470), + [sym_section] = STATE(470), + [sym_inlineSection] = STATE(470), + [sym_once] = STATE(470), + [sym_verbatim] = STATE(470), + [sym_stack] = STATE(470), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(470), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(470), + [sym_loop] = STATE(470), + [sym_loop_operator] = STATE(470), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(470), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(470), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(470), + [sym_text] = STATE(470), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(7943), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(7945), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [469] = { + [sym__definition] = STATE(475), + [sym_keyword] = STATE(475), + [sym_php_statement] = STATE(475), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(475), + [sym__inline_directive] = STATE(475), + [sym__use] = STATE(475), + [sym__nested_directive] = STATE(475), + [sym_fragment] = STATE(475), + [sym_section] = STATE(475), + [sym_inlineSection] = STATE(475), + [sym_once] = STATE(475), + [sym_verbatim] = STATE(475), + [sym_stack] = STATE(475), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(475), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(475), + [sym_loop] = STATE(475), + [sym_loop_operator] = STATE(475), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(475), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(475), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(475), + [sym_text] = STATE(475), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(7947), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(7949), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [470] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(7951), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [471] = { + [sym__definition] = STATE(471), + [sym_keyword] = STATE(471), + [sym_php_statement] = STATE(471), + [sym__escaped] = STATE(2177), + [sym__unescaped] = STATE(2177), + [sym__raw] = STATE(2177), + [sym__inline_raw] = STATE(2177), + [sym__multi_line_raw] = STATE(2177), + [sym__js] = STATE(2177), + [sym_attribute] = STATE(471), + [sym__inline_directive] = STATE(471), + [sym__use] = STATE(471), + [sym__nested_directive] = STATE(471), + [sym_fragment] = STATE(471), + [sym_section] = STATE(471), + [sym_inlineSection] = STATE(471), + [sym_once] = STATE(471), + [sym_verbatim] = STATE(471), + [sym_stack] = STATE(471), + [sym__push] = STATE(2176), + [sym__pushOnce] = STATE(2176), + [sym__pushIf] = STATE(2176), + [sym__prepend] = STATE(2176), + [sym__prependOnce] = STATE(2176), + [sym_conditional] = STATE(471), + [sym__if] = STATE(2175), + [sym__unless] = STATE(2175), + [sym__isset] = STATE(2175), + [sym__empty] = STATE(2175), + [sym__auth] = STATE(2175), + [sym__guest] = STATE(2175), + [sym__production] = STATE(2175), + [sym__env] = STATE(2175), + [sym__hasSection] = STATE(2175), + [sym__sectionMissing] = STATE(2175), + [sym__error] = STATE(2175), + [sym_authorization] = STATE(2175), + [sym__can] = STATE(2174), + [sym__cannot] = STATE(2174), + [sym__canany] = STATE(2174), + [sym__feature] = STATE(2175), + [sym__custom] = STATE(2175), + [sym_switch] = STATE(471), + [sym_loop] = STATE(471), + [sym_loop_operator] = STATE(471), + [sym__for] = STATE(2173), + [sym__foreach] = STATE(2173), + [sym__forelse] = STATE(2173), + [sym__while] = STATE(2173), + [sym_envoy] = STATE(471), + [sym__setup] = STATE(2177), + [sym__task] = STATE(2172), + [sym__story] = STATE(2172), + [sym__hooks] = STATE(2177), + [sym__before] = STATE(2177), + [sym__after] = STATE(2177), + [sym__envoy_error] = STATE(2177), + [sym__success] = STATE(2177), + [sym__finished] = STATE(2177), + [sym_livewire] = STATE(471), + [sym__persist] = STATE(2171), + [sym__teleport] = STATE(2171), + [sym__volt] = STATE(2171), + [aux_sym__directive_body] = STATE(471), + [sym_text] = STATE(471), + [sym__text] = STATE(1232), + [aux_sym_php_only_repeat1] = STATE(1232), + [sym_comment] = ACTIONS(7953), + [aux_sym_keyword_token1] = ACTIONS(7956), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7959), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7962), + [anon_sym_ATphp] = ACTIONS(7965), + [anon_sym_ATjs] = ACTIONS(7968), + [aux_sym_attribute_token1] = ACTIONS(7971), + [aux_sym__inline_directive_token1] = ACTIONS(7974), + [aux_sym__inline_directive_token2] = ACTIONS(7977), + [anon_sym_ATuse] = ACTIONS(7980), + [anon_sym_ATfragment] = ACTIONS(7983), + [anon_sym_ATsection] = ACTIONS(7986), + [anon_sym_ATonce] = ACTIONS(7989), + [anon_sym_ATverbatim] = ACTIONS(7992), + [anon_sym_ATpush] = ACTIONS(7995), + [anon_sym_ATpushOnce] = ACTIONS(7998), + [anon_sym_ATpushIf] = ACTIONS(8001), + [anon_sym_ATprepend] = ACTIONS(8004), + [anon_sym_ATendprepend] = ACTIONS(5111), + [anon_sym_ATprependOnce] = ACTIONS(8007), + [anon_sym_ATif] = ACTIONS(8010), + [anon_sym_ATunless] = ACTIONS(8013), + [anon_sym_ATisset] = ACTIONS(8016), + [anon_sym_ATempty] = ACTIONS(8019), + [anon_sym_ATauth] = ACTIONS(8022), + [anon_sym_ATguest] = ACTIONS(8025), + [anon_sym_ATproduction] = ACTIONS(8028), + [anon_sym_ATenv] = ACTIONS(8031), + [anon_sym_AThasSection] = ACTIONS(8034), + [anon_sym_ATsectionMissing] = ACTIONS(8037), + [anon_sym_ATerror] = ACTIONS(8040), + [anon_sym_ATcan] = ACTIONS(8043), + [anon_sym_ATcannot] = ACTIONS(8046), + [anon_sym_ATcanany] = ACTIONS(8049), + [anon_sym_ATfeature] = ACTIONS(8052), + [aux_sym__custom_token1] = ACTIONS(8055), + [aux_sym__custom_token2] = ACTIONS(8058), + [anon_sym_ATswitch] = ACTIONS(8061), + [aux_sym_loop_operator_token1] = ACTIONS(8064), + [anon_sym_ATfor] = ACTIONS(8067), + [anon_sym_ATforeach] = ACTIONS(8070), + [anon_sym_ATforelse] = ACTIONS(8073), + [anon_sym_ATwhile] = ACTIONS(8076), + [anon_sym_ATsetup] = ACTIONS(8079), + [anon_sym_ATtask] = ACTIONS(8082), + [anon_sym_ATstory] = ACTIONS(8085), + [anon_sym_ATbefore] = ACTIONS(8088), + [anon_sym_ATafter] = ACTIONS(8091), + [anon_sym_ATsuccess] = ACTIONS(8094), + [anon_sym_ATfinished] = ACTIONS(8097), + [anon_sym_ATpersist] = ACTIONS(8100), + [anon_sym_ATteleport] = ACTIONS(8103), + [anon_sym_ATvolt] = ACTIONS(8106), + [aux_sym__text_token1] = ACTIONS(8109), + [aux_sym__text_token2] = ACTIONS(8109), + [aux_sym__text_token3] = ACTIONS(8112), + }, [472] = { - [sym__definition] = STATE(486), - [sym_keyword] = STATE(486), - [sym_php_statement] = STATE(486), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(486), - [sym__inline_directive] = STATE(486), - [sym__use] = STATE(486), - [sym__nested_directive] = STATE(486), - [sym_fragment] = STATE(486), - [sym_section] = STATE(486), - [sym_inlineSection] = STATE(486), - [sym_once] = STATE(486), - [sym_verbatim] = STATE(486), - [sym_stack] = STATE(486), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(486), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(486), - [sym_loop] = STATE(486), - [sym_loop_operator] = STATE(486), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(486), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(486), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(486), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(486), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(7905), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(8115), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [473] = { + [sym__definition] = STATE(473), + [sym_keyword] = STATE(473), + [sym_php_statement] = STATE(473), + [sym__escaped] = STATE(2646), + [sym__unescaped] = STATE(2646), + [sym__raw] = STATE(2646), + [sym__inline_raw] = STATE(2646), + [sym__multi_line_raw] = STATE(2646), + [sym__js] = STATE(2646), + [sym_attribute] = STATE(473), + [sym__inline_directive] = STATE(473), + [sym__use] = STATE(473), + [sym__nested_directive] = STATE(473), + [sym_fragment] = STATE(473), + [sym_section] = STATE(473), + [sym_inlineSection] = STATE(473), + [sym_once] = STATE(473), + [sym_verbatim] = STATE(473), + [sym_stack] = STATE(473), + [sym__push] = STATE(2647), + [sym__pushOnce] = STATE(2647), + [sym__pushIf] = STATE(2647), + [sym__prepend] = STATE(2647), + [sym__prependOnce] = STATE(2647), + [sym_conditional] = STATE(473), + [sym__if] = STATE(2648), + [sym__unless] = STATE(2648), + [sym__isset] = STATE(2648), + [sym__empty] = STATE(2648), + [sym__auth] = STATE(2648), + [sym__guest] = STATE(2648), + [sym__production] = STATE(2648), + [sym__env] = STATE(2648), + [sym__hasSection] = STATE(2648), + [sym__sectionMissing] = STATE(2648), + [sym__error] = STATE(2648), + [sym_authorization] = STATE(2648), + [sym__can] = STATE(2649), + [sym__cannot] = STATE(2649), + [sym__canany] = STATE(2649), + [sym__feature] = STATE(2648), + [sym__custom] = STATE(2648), + [sym_switch] = STATE(473), + [sym_loop] = STATE(473), + [sym_loop_operator] = STATE(473), + [sym__for] = STATE(2650), + [sym__foreach] = STATE(2650), + [sym__forelse] = STATE(2650), + [sym__while] = STATE(2650), + [sym_envoy] = STATE(473), + [sym__setup] = STATE(2646), + [sym__task] = STATE(2651), + [sym__story] = STATE(2651), + [sym__hooks] = STATE(2646), + [sym__before] = STATE(2646), + [sym__after] = STATE(2646), + [sym__envoy_error] = STATE(2646), + [sym__success] = STATE(2646), + [sym__finished] = STATE(2646), + [sym_livewire] = STATE(473), + [sym__persist] = STATE(2652), + [sym__teleport] = STATE(2652), + [sym__volt] = STATE(2652), + [aux_sym__directive_body] = STATE(473), + [sym_text] = STATE(473), + [sym__text] = STATE(969), + [aux_sym_php_only_repeat1] = STATE(969), + [sym_comment] = ACTIONS(8117), + [aux_sym_keyword_token1] = ACTIONS(8120), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8123), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8126), + [anon_sym_ATphp] = ACTIONS(8129), + [anon_sym_ATjs] = ACTIONS(8132), + [aux_sym_attribute_token1] = ACTIONS(8135), + [aux_sym__inline_directive_token1] = ACTIONS(8138), + [aux_sym__inline_directive_token2] = ACTIONS(8141), + [anon_sym_ATuse] = ACTIONS(8144), + [anon_sym_ATfragment] = ACTIONS(8147), + [anon_sym_ATsection] = ACTIONS(8150), + [anon_sym_ATonce] = ACTIONS(8153), + [anon_sym_ATverbatim] = ACTIONS(8156), + [anon_sym_ATpush] = ACTIONS(8159), + [anon_sym_ATpushOnce] = ACTIONS(8162), + [anon_sym_ATpushIf] = ACTIONS(8165), + [anon_sym_ATprepend] = ACTIONS(8168), + [anon_sym_ATprependOnce] = ACTIONS(8171), + [anon_sym_ATif] = ACTIONS(8174), + [anon_sym_ATunless] = ACTIONS(8177), + [anon_sym_ATisset] = ACTIONS(8180), + [anon_sym_ATempty] = ACTIONS(8183), + [anon_sym_ATauth] = ACTIONS(8186), + [anon_sym_ATguest] = ACTIONS(8189), + [anon_sym_ATproduction] = ACTIONS(8192), + [anon_sym_ATenv] = ACTIONS(8195), + [anon_sym_AThasSection] = ACTIONS(8198), + [anon_sym_ATsectionMissing] = ACTIONS(8201), + [anon_sym_ATerror] = ACTIONS(8204), + [anon_sym_ATcan] = ACTIONS(8207), + [anon_sym_ATcannot] = ACTIONS(8210), + [anon_sym_ATcanany] = ACTIONS(8213), + [anon_sym_ATfeature] = ACTIONS(8216), + [aux_sym__custom_token1] = ACTIONS(8219), + [aux_sym__custom_token2] = ACTIONS(8222), + [anon_sym_ATswitch] = ACTIONS(8225), + [aux_sym_loop_operator_token1] = ACTIONS(8228), + [anon_sym_ATfor] = ACTIONS(8231), + [anon_sym_ATforeach] = ACTIONS(8234), + [anon_sym_ATforelse] = ACTIONS(8237), + [anon_sym_ATwhile] = ACTIONS(8240), + [anon_sym_ATsetup] = ACTIONS(8243), + [anon_sym_ATtask] = ACTIONS(8246), + [anon_sym_ATendtask] = ACTIONS(5111), + [anon_sym_ATstory] = ACTIONS(8249), + [anon_sym_ATbefore] = ACTIONS(8252), + [anon_sym_ATafter] = ACTIONS(8255), + [anon_sym_ATsuccess] = ACTIONS(8258), + [anon_sym_ATfinished] = ACTIONS(8261), + [anon_sym_ATpersist] = ACTIONS(8264), + [anon_sym_ATteleport] = ACTIONS(8267), + [anon_sym_ATvolt] = ACTIONS(8270), + [aux_sym__text_token1] = ACTIONS(8273), + [aux_sym__text_token2] = ACTIONS(8273), + [aux_sym__text_token3] = ACTIONS(8276), + }, + [474] = { + [sym__definition] = STATE(455), + [sym_keyword] = STATE(455), + [sym_php_statement] = STATE(455), + [sym__escaped] = STATE(2820), + [sym__unescaped] = STATE(2820), + [sym__raw] = STATE(2820), + [sym__inline_raw] = STATE(2820), + [sym__multi_line_raw] = STATE(2820), + [sym__js] = STATE(2820), + [sym_attribute] = STATE(455), + [sym__inline_directive] = STATE(455), + [sym__use] = STATE(455), + [sym__nested_directive] = STATE(455), + [sym_fragment] = STATE(455), + [sym_section] = STATE(455), + [sym_inlineSection] = STATE(455), + [sym_once] = STATE(455), + [sym_verbatim] = STATE(455), + [sym_stack] = STATE(455), + [sym__push] = STATE(2821), + [sym__pushOnce] = STATE(2821), + [sym__pushIf] = STATE(2821), + [sym__prepend] = STATE(2821), + [sym__prependOnce] = STATE(2821), + [sym_conditional] = STATE(455), + [sym__if] = STATE(2822), + [sym__unless] = STATE(2822), + [sym__isset] = STATE(2822), + [sym__empty] = STATE(2822), + [sym__auth] = STATE(2822), + [sym__guest] = STATE(2822), + [sym__production] = STATE(2822), + [sym__env] = STATE(2822), + [sym__hasSection] = STATE(2822), + [sym__sectionMissing] = STATE(2822), + [sym__error] = STATE(2822), + [sym_authorization] = STATE(2822), + [sym__can] = STATE(2823), + [sym__cannot] = STATE(2823), + [sym__canany] = STATE(2823), + [sym__feature] = STATE(2822), + [sym__custom] = STATE(2822), + [sym_switch] = STATE(455), + [sym_loop] = STATE(455), + [sym_loop_operator] = STATE(455), + [sym__for] = STATE(2824), + [sym__foreach] = STATE(2824), + [sym__forelse] = STATE(2824), + [sym__while] = STATE(2824), + [sym_envoy] = STATE(455), + [sym__setup] = STATE(2820), + [sym__task] = STATE(2825), + [sym__story] = STATE(2825), + [sym__hooks] = STATE(2820), + [sym__before] = STATE(2820), + [sym__after] = STATE(2820), + [sym__envoy_error] = STATE(2820), + [sym__success] = STATE(2820), + [sym__finished] = STATE(2820), + [sym_livewire] = STATE(455), + [sym__persist] = STATE(2826), + [sym__teleport] = STATE(2826), + [sym__volt] = STATE(2826), + [aux_sym__directive_body] = STATE(455), + [sym_text] = STATE(455), + [sym__text] = STATE(959), + [aux_sym_php_only_repeat1] = STATE(959), + [sym_comment] = ACTIONS(8279), + [aux_sym_keyword_token1] = ACTIONS(8281), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8283), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8285), + [anon_sym_ATphp] = ACTIONS(8287), + [anon_sym_ATjs] = ACTIONS(8289), + [aux_sym_attribute_token1] = ACTIONS(8291), + [aux_sym__inline_directive_token1] = ACTIONS(8293), + [aux_sym__inline_directive_token2] = ACTIONS(8295), + [anon_sym_ATuse] = ACTIONS(8297), + [anon_sym_ATfragment] = ACTIONS(8299), + [anon_sym_ATsection] = ACTIONS(8301), + [anon_sym_ATonce] = ACTIONS(8303), + [anon_sym_ATverbatim] = ACTIONS(8305), + [anon_sym_ATpush] = ACTIONS(8307), + [anon_sym_ATpushOnce] = ACTIONS(8309), + [anon_sym_ATpushIf] = ACTIONS(8311), + [anon_sym_ATprepend] = ACTIONS(8313), + [anon_sym_ATprependOnce] = ACTIONS(8315), + [anon_sym_ATif] = ACTIONS(8317), + [anon_sym_ATunless] = ACTIONS(8319), + [anon_sym_ATisset] = ACTIONS(8321), + [anon_sym_ATempty] = ACTIONS(8323), + [anon_sym_ATauth] = ACTIONS(8325), + [anon_sym_ATguest] = ACTIONS(8327), + [anon_sym_ATproduction] = ACTIONS(8329), + [anon_sym_ATenv] = ACTIONS(8331), + [anon_sym_AThasSection] = ACTIONS(8333), + [anon_sym_ATsectionMissing] = ACTIONS(8335), + [anon_sym_ATerror] = ACTIONS(8337), + [anon_sym_ATcan] = ACTIONS(8339), + [anon_sym_ATcannot] = ACTIONS(8341), + [anon_sym_ATcanany] = ACTIONS(8343), + [anon_sym_ATfeature] = ACTIONS(8345), + [aux_sym__custom_token1] = ACTIONS(8347), + [aux_sym__custom_token2] = ACTIONS(8349), + [anon_sym_ATswitch] = ACTIONS(8351), + [aux_sym_loop_operator_token1] = ACTIONS(8353), + [anon_sym_ATfor] = ACTIONS(8355), + [anon_sym_ATforeach] = ACTIONS(8357), + [anon_sym_ATforelse] = ACTIONS(8359), + [anon_sym_ATwhile] = ACTIONS(8361), + [anon_sym_ATsetup] = ACTIONS(8363), + [anon_sym_ATtask] = ACTIONS(8365), + [anon_sym_ATstory] = ACTIONS(8367), + [anon_sym_ATbefore] = ACTIONS(8369), + [anon_sym_ATafter] = ACTIONS(8371), + [anon_sym_ATsuccess] = ACTIONS(8373), + [anon_sym_ATfinished] = ACTIONS(8375), + [anon_sym_ATpersist] = ACTIONS(8377), + [anon_sym_ATendpersist] = ACTIONS(5621), + [anon_sym_ATteleport] = ACTIONS(8379), + [anon_sym_ATvolt] = ACTIONS(8381), + [aux_sym__text_token1] = ACTIONS(8383), + [aux_sym__text_token2] = ACTIONS(8383), + [aux_sym__text_token3] = ACTIONS(8385), + }, + [475] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(8387), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [476] = { + [sym__definition] = STATE(443), + [sym_keyword] = STATE(443), + [sym_php_statement] = STATE(443), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(443), + [sym__inline_directive] = STATE(443), + [sym__use] = STATE(443), + [sym__nested_directive] = STATE(443), + [sym_fragment] = STATE(443), + [sym_section] = STATE(443), + [sym_inlineSection] = STATE(443), + [sym_once] = STATE(443), + [sym_verbatim] = STATE(443), + [sym_stack] = STATE(443), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(443), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(443), + [sym_loop] = STATE(443), + [sym_loop_operator] = STATE(443), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(443), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(443), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(443), + [sym_text] = STATE(443), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(8389), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(8391), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [477] = { + [sym__definition] = STATE(474), + [sym_keyword] = STATE(474), + [sym_php_statement] = STATE(474), + [sym__escaped] = STATE(2820), + [sym__unescaped] = STATE(2820), + [sym__raw] = STATE(2820), + [sym__inline_raw] = STATE(2820), + [sym__multi_line_raw] = STATE(2820), + [sym__js] = STATE(2820), + [sym_attribute] = STATE(474), + [sym__inline_directive] = STATE(474), + [sym__use] = STATE(474), + [sym__nested_directive] = STATE(474), + [sym_fragment] = STATE(474), + [sym_section] = STATE(474), + [sym_inlineSection] = STATE(474), + [sym_once] = STATE(474), + [sym_verbatim] = STATE(474), + [sym_stack] = STATE(474), + [sym__push] = STATE(2821), + [sym__pushOnce] = STATE(2821), + [sym__pushIf] = STATE(2821), + [sym__prepend] = STATE(2821), + [sym__prependOnce] = STATE(2821), + [sym_conditional] = STATE(474), + [sym__if] = STATE(2822), + [sym__unless] = STATE(2822), + [sym__isset] = STATE(2822), + [sym__empty] = STATE(2822), + [sym__auth] = STATE(2822), + [sym__guest] = STATE(2822), + [sym__production] = STATE(2822), + [sym__env] = STATE(2822), + [sym__hasSection] = STATE(2822), + [sym__sectionMissing] = STATE(2822), + [sym__error] = STATE(2822), + [sym_authorization] = STATE(2822), + [sym__can] = STATE(2823), + [sym__cannot] = STATE(2823), + [sym__canany] = STATE(2823), + [sym__feature] = STATE(2822), + [sym__custom] = STATE(2822), + [sym_switch] = STATE(474), + [sym_loop] = STATE(474), + [sym_loop_operator] = STATE(474), + [sym__for] = STATE(2824), + [sym__foreach] = STATE(2824), + [sym__forelse] = STATE(2824), + [sym__while] = STATE(2824), + [sym_envoy] = STATE(474), + [sym__setup] = STATE(2820), + [sym__task] = STATE(2825), + [sym__story] = STATE(2825), + [sym__hooks] = STATE(2820), + [sym__before] = STATE(2820), + [sym__after] = STATE(2820), + [sym__envoy_error] = STATE(2820), + [sym__success] = STATE(2820), + [sym__finished] = STATE(2820), + [sym_livewire] = STATE(474), + [sym__persist] = STATE(2826), + [sym__teleport] = STATE(2826), + [sym__volt] = STATE(2826), + [aux_sym__directive_body] = STATE(474), + [sym_text] = STATE(474), + [sym__text] = STATE(959), + [aux_sym_php_only_repeat1] = STATE(959), + [sym_comment] = ACTIONS(8393), + [aux_sym_keyword_token1] = ACTIONS(8281), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8283), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8285), + [anon_sym_ATphp] = ACTIONS(8287), + [anon_sym_ATjs] = ACTIONS(8289), + [aux_sym_attribute_token1] = ACTIONS(8291), + [aux_sym__inline_directive_token1] = ACTIONS(8293), + [aux_sym__inline_directive_token2] = ACTIONS(8295), + [anon_sym_ATuse] = ACTIONS(8297), + [anon_sym_ATfragment] = ACTIONS(8299), + [anon_sym_ATsection] = ACTIONS(8301), + [anon_sym_ATonce] = ACTIONS(8303), + [anon_sym_ATverbatim] = ACTIONS(8305), + [anon_sym_ATpush] = ACTIONS(8307), + [anon_sym_ATpushOnce] = ACTIONS(8309), + [anon_sym_ATpushIf] = ACTIONS(8311), + [anon_sym_ATprepend] = ACTIONS(8313), + [anon_sym_ATprependOnce] = ACTIONS(8315), + [anon_sym_ATif] = ACTIONS(8317), + [anon_sym_ATunless] = ACTIONS(8319), + [anon_sym_ATisset] = ACTIONS(8321), + [anon_sym_ATempty] = ACTIONS(8323), + [anon_sym_ATauth] = ACTIONS(8325), + [anon_sym_ATguest] = ACTIONS(8327), + [anon_sym_ATproduction] = ACTIONS(8329), + [anon_sym_ATenv] = ACTIONS(8331), + [anon_sym_AThasSection] = ACTIONS(8333), + [anon_sym_ATsectionMissing] = ACTIONS(8335), + [anon_sym_ATerror] = ACTIONS(8337), + [anon_sym_ATcan] = ACTIONS(8339), + [anon_sym_ATcannot] = ACTIONS(8341), + [anon_sym_ATcanany] = ACTIONS(8343), + [anon_sym_ATfeature] = ACTIONS(8345), + [aux_sym__custom_token1] = ACTIONS(8347), + [aux_sym__custom_token2] = ACTIONS(8349), + [anon_sym_ATswitch] = ACTIONS(8351), + [aux_sym_loop_operator_token1] = ACTIONS(8353), + [anon_sym_ATfor] = ACTIONS(8355), + [anon_sym_ATforeach] = ACTIONS(8357), + [anon_sym_ATforelse] = ACTIONS(8359), + [anon_sym_ATwhile] = ACTIONS(8361), + [anon_sym_ATsetup] = ACTIONS(8363), + [anon_sym_ATtask] = ACTIONS(8365), + [anon_sym_ATstory] = ACTIONS(8367), + [anon_sym_ATbefore] = ACTIONS(8369), + [anon_sym_ATafter] = ACTIONS(8371), + [anon_sym_ATsuccess] = ACTIONS(8373), + [anon_sym_ATfinished] = ACTIONS(8375), + [anon_sym_ATpersist] = ACTIONS(8377), + [anon_sym_ATendpersist] = ACTIONS(4429), + [anon_sym_ATteleport] = ACTIONS(8379), + [anon_sym_ATvolt] = ACTIONS(8381), + [aux_sym__text_token1] = ACTIONS(8383), + [aux_sym__text_token2] = ACTIONS(8383), + [aux_sym__text_token3] = ACTIONS(8385), + }, + [478] = { + [sym__definition] = STATE(532), + [sym_keyword] = STATE(532), + [sym_php_statement] = STATE(532), + [sym__escaped] = STATE(2298), + [sym__unescaped] = STATE(2298), + [sym__raw] = STATE(2298), + [sym__inline_raw] = STATE(2298), + [sym__multi_line_raw] = STATE(2298), + [sym__js] = STATE(2298), + [sym_attribute] = STATE(532), + [sym__inline_directive] = STATE(532), + [sym__use] = STATE(532), + [sym__nested_directive] = STATE(532), + [sym_fragment] = STATE(532), + [sym_section] = STATE(532), + [sym_inlineSection] = STATE(532), + [sym_once] = STATE(532), + [sym_verbatim] = STATE(532), + [sym_stack] = STATE(532), + [sym__push] = STATE(2299), + [sym__pushOnce] = STATE(2299), + [sym__pushIf] = STATE(2299), + [sym__prepend] = STATE(2299), + [sym__prependOnce] = STATE(2299), + [sym_conditional] = STATE(532), + [sym__if] = STATE(2300), + [sym__unless] = STATE(2300), + [sym__isset] = STATE(2300), + [sym__empty] = STATE(2300), + [sym__auth] = STATE(2300), + [sym__guest] = STATE(2300), + [sym__production] = STATE(2300), + [sym__env] = STATE(2300), + [sym__hasSection] = STATE(2300), + [sym__sectionMissing] = STATE(2300), + [sym__error] = STATE(2300), + [sym_authorization] = STATE(2300), + [sym__can] = STATE(2301), + [sym__cannot] = STATE(2301), + [sym__canany] = STATE(2301), + [sym__feature] = STATE(2300), + [sym__custom] = STATE(2300), + [sym_switch] = STATE(532), + [sym_loop] = STATE(532), + [sym_loop_operator] = STATE(532), + [sym__for] = STATE(2302), + [sym__foreach] = STATE(2302), + [sym__forelse] = STATE(2302), + [sym__while] = STATE(2302), + [sym_envoy] = STATE(532), + [sym__setup] = STATE(2298), + [sym__task] = STATE(2303), + [sym__story] = STATE(2303), + [sym__hooks] = STATE(2298), + [sym__before] = STATE(2298), + [sym__after] = STATE(2298), + [sym__envoy_error] = STATE(2298), + [sym__success] = STATE(2298), + [sym__finished] = STATE(2298), + [sym_livewire] = STATE(532), + [sym__persist] = STATE(2304), + [sym__teleport] = STATE(2304), + [sym__volt] = STATE(2304), + [aux_sym__directive_body] = STATE(532), + [sym_text] = STATE(532), + [sym__text] = STATE(990), + [aux_sym_php_only_repeat1] = STATE(990), + [sym_comment] = ACTIONS(8395), + [aux_sym_keyword_token1] = ACTIONS(8397), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8399), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8401), + [anon_sym_ATphp] = ACTIONS(8403), + [anon_sym_ATjs] = ACTIONS(8405), + [aux_sym_attribute_token1] = ACTIONS(8407), + [aux_sym__inline_directive_token1] = ACTIONS(8409), + [aux_sym__inline_directive_token2] = ACTIONS(8411), + [anon_sym_ATuse] = ACTIONS(8413), + [anon_sym_ATfragment] = ACTIONS(8415), + [anon_sym_ATsection] = ACTIONS(8417), + [anon_sym_ATonce] = ACTIONS(8419), + [anon_sym_ATverbatim] = ACTIONS(8421), + [anon_sym_ATpush] = ACTIONS(8423), + [anon_sym_ATpushOnce] = ACTIONS(8425), + [anon_sym_ATpushIf] = ACTIONS(8427), + [anon_sym_ATprepend] = ACTIONS(8429), + [anon_sym_ATprependOnce] = ACTIONS(8431), + [anon_sym_ATif] = ACTIONS(8433), + [anon_sym_ATunless] = ACTIONS(8435), + [anon_sym_ATisset] = ACTIONS(8437), + [anon_sym_ATempty] = ACTIONS(8439), + [anon_sym_ATauth] = ACTIONS(8441), + [anon_sym_ATguest] = ACTIONS(8443), + [anon_sym_ATproduction] = ACTIONS(8445), + [anon_sym_ATenv] = ACTIONS(8447), + [anon_sym_AThasSection] = ACTIONS(8449), + [anon_sym_ATsectionMissing] = ACTIONS(8451), + [anon_sym_ATerror] = ACTIONS(8453), + [anon_sym_ATcan] = ACTIONS(8455), + [anon_sym_ATcannot] = ACTIONS(8457), + [anon_sym_ATcanany] = ACTIONS(8459), + [anon_sym_ATfeature] = ACTIONS(8461), + [aux_sym__custom_token1] = ACTIONS(8463), + [aux_sym__custom_token2] = ACTIONS(8465), + [anon_sym_ATswitch] = ACTIONS(8467), + [aux_sym_loop_operator_token1] = ACTIONS(8469), + [anon_sym_ATfor] = ACTIONS(8471), + [anon_sym_ATendfor] = ACTIONS(5621), + [anon_sym_ATforeach] = ACTIONS(8473), + [anon_sym_ATforelse] = ACTIONS(8475), + [anon_sym_ATwhile] = ACTIONS(8477), + [anon_sym_ATsetup] = ACTIONS(8479), + [anon_sym_ATtask] = ACTIONS(8481), + [anon_sym_ATstory] = ACTIONS(8483), + [anon_sym_ATbefore] = ACTIONS(8485), + [anon_sym_ATafter] = ACTIONS(8487), + [anon_sym_ATsuccess] = ACTIONS(8489), + [anon_sym_ATfinished] = ACTIONS(8491), + [anon_sym_ATpersist] = ACTIONS(8493), + [anon_sym_ATteleport] = ACTIONS(8495), + [anon_sym_ATvolt] = ACTIONS(8497), + [aux_sym__text_token1] = ACTIONS(8499), + [aux_sym__text_token2] = ACTIONS(8499), + [aux_sym__text_token3] = ACTIONS(8501), + }, + [479] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(8503), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [480] = { + [sym__definition] = STATE(444), + [sym_keyword] = STATE(444), + [sym_php_statement] = STATE(444), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(444), + [sym__inline_directive] = STATE(444), + [sym__use] = STATE(444), + [sym__nested_directive] = STATE(444), + [sym_fragment] = STATE(444), + [sym_section] = STATE(444), + [sym_inlineSection] = STATE(444), + [sym_once] = STATE(444), + [sym_verbatim] = STATE(444), + [sym_stack] = STATE(444), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(444), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(444), + [sym_loop] = STATE(444), + [sym_loop_operator] = STATE(444), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(444), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(444), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(444), + [sym_text] = STATE(444), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(8505), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -86231,32 +87295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(7903), + [aux_sym_section_token1] = ACTIONS(8507), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -86276,74 +87340,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [473] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [481] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -86356,32 +87420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(7907), + [aux_sym_section_token1] = ACTIONS(8509), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -86401,1575 +87465,950 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [474] = { - [sym__definition] = STATE(365), - [sym_keyword] = STATE(365), - [sym_php_statement] = STATE(365), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(365), - [sym__inline_directive] = STATE(365), - [sym__use] = STATE(365), - [sym__nested_directive] = STATE(365), - [sym_fragment] = STATE(365), - [sym_section] = STATE(365), - [sym_inlineSection] = STATE(365), - [sym_once] = STATE(365), - [sym_verbatim] = STATE(365), - [sym_stack] = STATE(365), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(365), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(365), - [sym_loop] = STATE(365), - [sym_loop_operator] = STATE(365), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(365), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(365), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(365), - [sym_text] = STATE(365), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(7909), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(7911), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [475] = { - [sym__definition] = STATE(475), - [sym_keyword] = STATE(475), - [sym_php_statement] = STATE(475), - [sym__escaped] = STATE(2619), - [sym__unescaped] = STATE(2619), - [sym__raw] = STATE(2619), - [sym__inline_raw] = STATE(2619), - [sym__multi_line_raw] = STATE(2619), - [sym__js] = STATE(2619), - [sym_attribute] = STATE(475), - [sym__inline_directive] = STATE(475), - [sym__use] = STATE(475), - [sym__nested_directive] = STATE(475), - [sym_fragment] = STATE(475), - [sym_section] = STATE(475), - [sym_inlineSection] = STATE(475), - [sym_once] = STATE(475), - [sym_verbatim] = STATE(475), - [sym_stack] = STATE(475), - [sym__push] = STATE(2620), - [sym__pushOnce] = STATE(2620), - [sym__pushIf] = STATE(2620), - [sym__prepend] = STATE(2620), - [sym__prependOnce] = STATE(2620), - [sym_conditional] = STATE(475), - [sym__if] = STATE(2621), - [sym__unless] = STATE(2621), - [sym__isset] = STATE(2621), - [sym__empty] = STATE(2621), - [sym__auth] = STATE(2621), - [sym__guest] = STATE(2621), - [sym__production] = STATE(2621), - [sym__env] = STATE(2621), - [sym__hasSection] = STATE(2621), - [sym__sectionMissing] = STATE(2621), - [sym__error] = STATE(2621), - [sym_authorization] = STATE(2621), - [sym__can] = STATE(2622), - [sym__cannot] = STATE(2622), - [sym__canany] = STATE(2622), - [sym__feature] = STATE(2621), - [sym__custom] = STATE(2621), - [sym_switch] = STATE(475), - [sym_loop] = STATE(475), - [sym_loop_operator] = STATE(475), - [sym__for] = STATE(2623), - [sym__foreach] = STATE(2623), - [sym__forelse] = STATE(2623), - [sym__while] = STATE(2623), - [sym_envoy] = STATE(475), - [sym__setup] = STATE(2619), - [sym__task] = STATE(2624), - [sym__story] = STATE(2624), - [sym__hooks] = STATE(2619), - [sym__before] = STATE(2619), - [sym__after] = STATE(2619), - [sym__envoy_error] = STATE(2619), - [sym__success] = STATE(2619), - [sym__finished] = STATE(2619), - [sym_livewire] = STATE(475), - [sym__persist] = STATE(2625), - [sym__teleport] = STATE(2625), - [sym__volt] = STATE(2625), - [aux_sym__directive_body] = STATE(475), - [sym_text] = STATE(475), - [sym__text] = STATE(951), - [aux_sym_php_only_repeat1] = STATE(951), - [sym_comment] = ACTIONS(7913), - [aux_sym_keyword_token1] = ACTIONS(7916), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7919), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7922), - [anon_sym_ATphp] = ACTIONS(7925), - [anon_sym_ATjs] = ACTIONS(7928), - [aux_sym_attribute_token1] = ACTIONS(7931), - [aux_sym__inline_directive_token1] = ACTIONS(7934), - [aux_sym__inline_directive_token2] = ACTIONS(7937), - [anon_sym_ATuse] = ACTIONS(7940), - [anon_sym_ATfragment] = ACTIONS(7943), - [anon_sym_ATsection] = ACTIONS(7946), - [anon_sym_ATonce] = ACTIONS(7949), - [anon_sym_ATverbatim] = ACTIONS(7952), - [anon_sym_ATpush] = ACTIONS(7955), - [anon_sym_ATpushOnce] = ACTIONS(7958), - [anon_sym_ATpushIf] = ACTIONS(7961), - [anon_sym_ATprepend] = ACTIONS(7964), - [anon_sym_ATprependOnce] = ACTIONS(7967), - [anon_sym_ATif] = ACTIONS(7970), - [anon_sym_ATunless] = ACTIONS(7973), - [anon_sym_ATisset] = ACTIONS(7976), - [anon_sym_ATempty] = ACTIONS(7979), - [anon_sym_ATauth] = ACTIONS(7982), - [anon_sym_ATguest] = ACTIONS(7985), - [anon_sym_ATproduction] = ACTIONS(7988), - [anon_sym_ATenv] = ACTIONS(7991), - [anon_sym_AThasSection] = ACTIONS(7994), - [anon_sym_ATsectionMissing] = ACTIONS(7997), - [anon_sym_ATerror] = ACTIONS(8000), - [anon_sym_ATcan] = ACTIONS(8003), - [anon_sym_ATcannot] = ACTIONS(8006), - [anon_sym_ATcanany] = ACTIONS(8009), - [anon_sym_ATfeature] = ACTIONS(8012), - [aux_sym__custom_token1] = ACTIONS(8015), - [aux_sym__custom_token2] = ACTIONS(8018), - [anon_sym_ATswitch] = ACTIONS(8021), - [aux_sym_loop_operator_token1] = ACTIONS(8024), - [anon_sym_ATfor] = ACTIONS(8027), - [anon_sym_ATforeach] = ACTIONS(8030), - [anon_sym_ATforelse] = ACTIONS(8033), - [anon_sym_ATwhile] = ACTIONS(8036), - [anon_sym_ATsetup] = ACTIONS(8039), - [anon_sym_ATtask] = ACTIONS(8042), - [anon_sym_ATendtask] = ACTIONS(5333), - [anon_sym_ATstory] = ACTIONS(8045), - [anon_sym_ATbefore] = ACTIONS(8048), - [anon_sym_ATafter] = ACTIONS(8051), - [anon_sym_ATsuccess] = ACTIONS(8054), - [anon_sym_ATfinished] = ACTIONS(8057), - [anon_sym_ATpersist] = ACTIONS(8060), - [anon_sym_ATteleport] = ACTIONS(8063), - [anon_sym_ATvolt] = ACTIONS(8066), - [aux_sym__text_token1] = ACTIONS(8069), - [aux_sym__text_token2] = ACTIONS(8069), - [aux_sym__text_token3] = ACTIONS(8072), - }, - [476] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8075), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [477] = { - [sym__definition] = STATE(456), - [sym_keyword] = STATE(456), - [sym_php_statement] = STATE(456), - [sym__escaped] = STATE(2791), - [sym__unescaped] = STATE(2791), - [sym__raw] = STATE(2791), - [sym__inline_raw] = STATE(2791), - [sym__multi_line_raw] = STATE(2791), - [sym__js] = STATE(2791), - [sym_attribute] = STATE(456), - [sym__inline_directive] = STATE(456), - [sym__use] = STATE(456), - [sym__nested_directive] = STATE(456), - [sym_fragment] = STATE(456), - [sym_section] = STATE(456), - [sym_inlineSection] = STATE(456), - [sym_once] = STATE(456), - [sym_verbatim] = STATE(456), - [sym_stack] = STATE(456), - [sym__push] = STATE(2792), - [sym__pushOnce] = STATE(2792), - [sym__pushIf] = STATE(2792), - [sym__prepend] = STATE(2792), - [sym__prependOnce] = STATE(2792), - [sym_conditional] = STATE(456), - [sym__if] = STATE(2793), - [sym__unless] = STATE(2793), - [sym__isset] = STATE(2793), - [sym__empty] = STATE(2793), - [sym__auth] = STATE(2793), - [sym__guest] = STATE(2793), - [sym__production] = STATE(2793), - [sym__env] = STATE(2793), - [sym__hasSection] = STATE(2793), - [sym__sectionMissing] = STATE(2793), - [sym__error] = STATE(2793), - [sym_authorization] = STATE(2793), - [sym__can] = STATE(2794), - [sym__cannot] = STATE(2794), - [sym__canany] = STATE(2794), - [sym__feature] = STATE(2793), - [sym__custom] = STATE(2793), - [sym_switch] = STATE(456), - [sym_loop] = STATE(456), - [sym_loop_operator] = STATE(456), - [sym__for] = STATE(2795), - [sym__foreach] = STATE(2795), - [sym__forelse] = STATE(2795), - [sym__while] = STATE(2795), - [sym_envoy] = STATE(456), - [sym__setup] = STATE(2791), - [sym__task] = STATE(2796), - [sym__story] = STATE(2796), - [sym__hooks] = STATE(2791), - [sym__before] = STATE(2791), - [sym__after] = STATE(2791), - [sym__envoy_error] = STATE(2791), - [sym__success] = STATE(2791), - [sym__finished] = STATE(2791), - [sym_livewire] = STATE(456), - [sym__persist] = STATE(2797), - [sym__teleport] = STATE(2797), - [sym__volt] = STATE(2797), - [aux_sym__directive_body] = STATE(456), - [sym_text] = STATE(456), - [sym__text] = STATE(939), - [aux_sym_php_only_repeat1] = STATE(939), - [sym_comment] = ACTIONS(8077), - [aux_sym_keyword_token1] = ACTIONS(8079), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8081), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8083), - [anon_sym_ATphp] = ACTIONS(8085), - [anon_sym_ATjs] = ACTIONS(8087), - [aux_sym_attribute_token1] = ACTIONS(8089), - [aux_sym__inline_directive_token1] = ACTIONS(8091), - [aux_sym__inline_directive_token2] = ACTIONS(8093), - [anon_sym_ATuse] = ACTIONS(8095), - [anon_sym_ATfragment] = ACTIONS(8097), - [anon_sym_ATsection] = ACTIONS(8099), - [anon_sym_ATonce] = ACTIONS(8101), - [anon_sym_ATverbatim] = ACTIONS(8103), - [anon_sym_ATpush] = ACTIONS(8105), - [anon_sym_ATpushOnce] = ACTIONS(8107), - [anon_sym_ATpushIf] = ACTIONS(8109), - [anon_sym_ATprepend] = ACTIONS(8111), - [anon_sym_ATprependOnce] = ACTIONS(8113), - [anon_sym_ATif] = ACTIONS(8115), - [anon_sym_ATunless] = ACTIONS(8117), - [anon_sym_ATisset] = ACTIONS(8119), - [anon_sym_ATempty] = ACTIONS(8121), - [anon_sym_ATauth] = ACTIONS(8123), - [anon_sym_ATguest] = ACTIONS(8125), - [anon_sym_ATproduction] = ACTIONS(8127), - [anon_sym_ATenv] = ACTIONS(8129), - [anon_sym_AThasSection] = ACTIONS(8131), - [anon_sym_ATsectionMissing] = ACTIONS(8133), - [anon_sym_ATerror] = ACTIONS(8135), - [anon_sym_ATcan] = ACTIONS(8137), - [anon_sym_ATcannot] = ACTIONS(8139), - [anon_sym_ATcanany] = ACTIONS(8141), - [anon_sym_ATfeature] = ACTIONS(8143), - [aux_sym__custom_token1] = ACTIONS(8145), - [aux_sym__custom_token2] = ACTIONS(8147), - [anon_sym_ATswitch] = ACTIONS(8149), - [aux_sym_loop_operator_token1] = ACTIONS(8151), - [anon_sym_ATfor] = ACTIONS(8153), - [anon_sym_ATforeach] = ACTIONS(8155), - [anon_sym_ATforelse] = ACTIONS(8157), - [anon_sym_ATwhile] = ACTIONS(8159), - [anon_sym_ATsetup] = ACTIONS(8161), - [anon_sym_ATtask] = ACTIONS(8163), - [anon_sym_ATstory] = ACTIONS(8165), - [anon_sym_ATbefore] = ACTIONS(8167), - [anon_sym_ATafter] = ACTIONS(8169), - [anon_sym_ATsuccess] = ACTIONS(8171), - [anon_sym_ATfinished] = ACTIONS(8173), - [anon_sym_ATpersist] = ACTIONS(8175), - [anon_sym_ATendpersist] = ACTIONS(4429), - [anon_sym_ATteleport] = ACTIONS(8177), - [anon_sym_ATvolt] = ACTIONS(8179), - [aux_sym__text_token1] = ACTIONS(8181), - [aux_sym__text_token2] = ACTIONS(8181), - [aux_sym__text_token3] = ACTIONS(8183), - }, - [478] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(8185), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [479] = { - [sym__definition] = STATE(552), - [sym_keyword] = STATE(552), - [sym_php_statement] = STATE(552), - [sym__escaped] = STATE(2235), - [sym__unescaped] = STATE(2235), - [sym__raw] = STATE(2235), - [sym__inline_raw] = STATE(2235), - [sym__multi_line_raw] = STATE(2235), - [sym__js] = STATE(2235), - [sym_attribute] = STATE(552), - [sym__inline_directive] = STATE(552), - [sym__use] = STATE(552), - [sym__nested_directive] = STATE(552), - [sym_fragment] = STATE(552), - [sym_section] = STATE(552), - [sym_inlineSection] = STATE(552), - [sym_once] = STATE(552), - [sym_verbatim] = STATE(552), - [sym_stack] = STATE(552), - [sym__push] = STATE(2234), - [sym__pushOnce] = STATE(2234), - [sym__pushIf] = STATE(2234), - [sym__prepend] = STATE(2234), - [sym__prependOnce] = STATE(2234), - [sym_conditional] = STATE(552), - [sym__if] = STATE(2233), - [sym__unless] = STATE(2233), - [sym__isset] = STATE(2233), - [sym__empty] = STATE(2233), - [sym__auth] = STATE(2233), - [sym__guest] = STATE(2233), - [sym__production] = STATE(2233), - [sym__env] = STATE(2233), - [sym__hasSection] = STATE(2233), - [sym__sectionMissing] = STATE(2233), - [sym__error] = STATE(2233), - [sym_authorization] = STATE(2233), - [sym__can] = STATE(2232), - [sym__cannot] = STATE(2232), - [sym__canany] = STATE(2232), - [sym__feature] = STATE(2233), - [sym__custom] = STATE(2233), - [sym_switch] = STATE(552), - [sym_loop] = STATE(552), - [sym_loop_operator] = STATE(552), - [sym__for] = STATE(2211), - [sym__foreach] = STATE(2211), - [sym__forelse] = STATE(2211), - [sym__while] = STATE(2211), - [sym_envoy] = STATE(552), - [sym__setup] = STATE(2235), - [sym__task] = STATE(2230), - [sym__story] = STATE(2230), - [sym__hooks] = STATE(2235), - [sym__before] = STATE(2235), - [sym__after] = STATE(2235), - [sym__envoy_error] = STATE(2235), - [sym__success] = STATE(2235), - [sym__finished] = STATE(2235), - [sym_livewire] = STATE(552), - [sym__persist] = STATE(2229), - [sym__teleport] = STATE(2229), - [sym__volt] = STATE(2229), - [aux_sym__directive_body] = STATE(552), - [sym_text] = STATE(552), - [sym__text] = STATE(1221), - [aux_sym_php_only_repeat1] = STATE(1221), - [sym_comment] = ACTIONS(8187), - [aux_sym_keyword_token1] = ACTIONS(7607), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7609), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7611), - [anon_sym_ATphp] = ACTIONS(7613), - [anon_sym_ATjs] = ACTIONS(7615), - [aux_sym_attribute_token1] = ACTIONS(7617), - [aux_sym__inline_directive_token1] = ACTIONS(7619), - [aux_sym__inline_directive_token2] = ACTIONS(7621), - [anon_sym_ATuse] = ACTIONS(7623), - [anon_sym_ATfragment] = ACTIONS(7625), - [anon_sym_ATsection] = ACTIONS(7627), - [anon_sym_ATonce] = ACTIONS(7629), - [anon_sym_ATverbatim] = ACTIONS(7631), - [anon_sym_ATpush] = ACTIONS(7633), - [anon_sym_ATpushOnce] = ACTIONS(7635), - [anon_sym_ATpushIf] = ACTIONS(7637), - [anon_sym_ATendPushIf] = ACTIONS(4429), - [anon_sym_ATprepend] = ACTIONS(7639), - [anon_sym_ATprependOnce] = ACTIONS(7641), - [anon_sym_ATif] = ACTIONS(7643), - [anon_sym_ATunless] = ACTIONS(7645), - [anon_sym_ATisset] = ACTIONS(7647), - [anon_sym_ATempty] = ACTIONS(7649), - [anon_sym_ATauth] = ACTIONS(7651), - [anon_sym_ATguest] = ACTIONS(7653), - [anon_sym_ATproduction] = ACTIONS(7655), - [anon_sym_ATenv] = ACTIONS(7657), - [anon_sym_AThasSection] = ACTIONS(7659), - [anon_sym_ATsectionMissing] = ACTIONS(7661), - [anon_sym_ATerror] = ACTIONS(7663), - [anon_sym_ATcan] = ACTIONS(7665), - [anon_sym_ATcannot] = ACTIONS(7667), - [anon_sym_ATcanany] = ACTIONS(7669), - [anon_sym_ATfeature] = ACTIONS(7671), - [aux_sym__custom_token1] = ACTIONS(7673), - [aux_sym__custom_token2] = ACTIONS(7675), - [anon_sym_ATswitch] = ACTIONS(7677), - [aux_sym_loop_operator_token1] = ACTIONS(7679), - [anon_sym_ATfor] = ACTIONS(7681), - [anon_sym_ATforeach] = ACTIONS(7683), - [anon_sym_ATforelse] = ACTIONS(7685), - [anon_sym_ATwhile] = ACTIONS(7687), - [anon_sym_ATsetup] = ACTIONS(7689), - [anon_sym_ATtask] = ACTIONS(7691), - [anon_sym_ATstory] = ACTIONS(7693), - [anon_sym_ATbefore] = ACTIONS(7695), - [anon_sym_ATafter] = ACTIONS(7697), - [anon_sym_ATsuccess] = ACTIONS(7699), - [anon_sym_ATfinished] = ACTIONS(7701), - [anon_sym_ATpersist] = ACTIONS(7703), - [anon_sym_ATteleport] = ACTIONS(7705), - [anon_sym_ATvolt] = ACTIONS(7707), - [aux_sym__text_token1] = ACTIONS(7709), - [aux_sym__text_token2] = ACTIONS(7709), - [aux_sym__text_token3] = ACTIONS(7711), - }, - [480] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8189), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [481] = { - [sym__definition] = STATE(481), - [sym_keyword] = STATE(481), - [sym_php_statement] = STATE(481), - [sym__escaped] = STATE(3383), - [sym__unescaped] = STATE(3383), - [sym__raw] = STATE(3383), - [sym__inline_raw] = STATE(3383), - [sym__multi_line_raw] = STATE(3383), - [sym__js] = STATE(3383), - [sym_attribute] = STATE(481), - [sym__inline_directive] = STATE(481), - [sym__use] = STATE(481), - [sym__nested_directive] = STATE(481), - [sym_fragment] = STATE(481), - [sym_section] = STATE(481), - [sym_inlineSection] = STATE(481), - [sym_once] = STATE(481), - [sym_verbatim] = STATE(481), - [sym_stack] = STATE(481), - [sym__push] = STATE(3382), - [sym__pushOnce] = STATE(3382), - [sym__pushIf] = STATE(3382), - [sym__prepend] = STATE(3382), - [sym__prependOnce] = STATE(3382), - [sym_conditional] = STATE(481), - [sym__if] = STATE(3381), - [sym__unless] = STATE(3381), - [sym__isset] = STATE(3381), - [sym__empty] = STATE(3381), - [sym__auth] = STATE(3381), - [sym__guest] = STATE(3381), - [sym__production] = STATE(3381), - [sym__env] = STATE(3381), - [sym__hasSection] = STATE(3381), - [sym__sectionMissing] = STATE(3381), - [sym__error] = STATE(3381), - [sym_authorization] = STATE(3381), - [sym__can] = STATE(3380), - [sym__cannot] = STATE(3380), - [sym__canany] = STATE(3380), - [sym__feature] = STATE(3381), - [sym__custom] = STATE(3381), - [sym_switch] = STATE(481), - [sym_loop] = STATE(481), - [sym_loop_operator] = STATE(481), - [sym__for] = STATE(3379), - [sym__foreach] = STATE(3379), - [sym__forelse] = STATE(3379), - [sym__while] = STATE(3379), - [sym_envoy] = STATE(481), - [sym__setup] = STATE(3383), - [sym__task] = STATE(3378), - [sym__story] = STATE(3378), - [sym__hooks] = STATE(3383), - [sym__before] = STATE(3383), - [sym__after] = STATE(3383), - [sym__envoy_error] = STATE(3383), - [sym__success] = STATE(3383), - [sym__finished] = STATE(3383), - [sym_livewire] = STATE(481), - [sym__persist] = STATE(3377), - [sym__teleport] = STATE(3377), - [sym__volt] = STATE(3377), - [aux_sym__directive_body] = STATE(481), - [sym_text] = STATE(481), - [sym__text] = STATE(1031), - [aux_sym_php_only_repeat1] = STATE(1031), - [sym_comment] = ACTIONS(8191), - [aux_sym_keyword_token1] = ACTIONS(8194), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8197), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8200), - [anon_sym_ATphp] = ACTIONS(8203), - [anon_sym_ATjs] = ACTIONS(8206), - [aux_sym_attribute_token1] = ACTIONS(8209), - [aux_sym__inline_directive_token1] = ACTIONS(8212), - [aux_sym__inline_directive_token2] = ACTIONS(8215), - [anon_sym_ATuse] = ACTIONS(8218), - [anon_sym_ATfragment] = ACTIONS(8221), - [anon_sym_ATsection] = ACTIONS(8224), - [anon_sym_ATonce] = ACTIONS(8227), - [anon_sym_ATverbatim] = ACTIONS(8230), - [anon_sym_ATpush] = ACTIONS(8233), - [anon_sym_ATendpush] = ACTIONS(5333), - [anon_sym_ATpushOnce] = ACTIONS(8236), - [anon_sym_ATpushIf] = ACTIONS(8239), - [anon_sym_ATprepend] = ACTIONS(8242), - [anon_sym_ATprependOnce] = ACTIONS(8245), - [anon_sym_ATif] = ACTIONS(8248), - [anon_sym_ATunless] = ACTIONS(8251), - [anon_sym_ATisset] = ACTIONS(8254), - [anon_sym_ATempty] = ACTIONS(8257), - [anon_sym_ATauth] = ACTIONS(8260), - [anon_sym_ATguest] = ACTIONS(8263), - [anon_sym_ATproduction] = ACTIONS(8266), - [anon_sym_ATenv] = ACTIONS(8269), - [anon_sym_AThasSection] = ACTIONS(8272), - [anon_sym_ATsectionMissing] = ACTIONS(8275), - [anon_sym_ATerror] = ACTIONS(8278), - [anon_sym_ATcan] = ACTIONS(8281), - [anon_sym_ATcannot] = ACTIONS(8284), - [anon_sym_ATcanany] = ACTIONS(8287), - [anon_sym_ATfeature] = ACTIONS(8290), - [aux_sym__custom_token1] = ACTIONS(8293), - [aux_sym__custom_token2] = ACTIONS(8296), - [anon_sym_ATswitch] = ACTIONS(8299), - [aux_sym_loop_operator_token1] = ACTIONS(8302), - [anon_sym_ATfor] = ACTIONS(8305), - [anon_sym_ATforeach] = ACTIONS(8308), - [anon_sym_ATforelse] = ACTIONS(8311), - [anon_sym_ATwhile] = ACTIONS(8314), - [anon_sym_ATsetup] = ACTIONS(8317), - [anon_sym_ATtask] = ACTIONS(8320), - [anon_sym_ATstory] = ACTIONS(8323), - [anon_sym_ATbefore] = ACTIONS(8326), - [anon_sym_ATafter] = ACTIONS(8329), - [anon_sym_ATsuccess] = ACTIONS(8332), - [anon_sym_ATfinished] = ACTIONS(8335), - [anon_sym_ATpersist] = ACTIONS(8338), - [anon_sym_ATteleport] = ACTIONS(8341), - [anon_sym_ATvolt] = ACTIONS(8344), - [aux_sym__text_token1] = ACTIONS(8347), - [aux_sym__text_token2] = ACTIONS(8347), - [aux_sym__text_token3] = ACTIONS(8350), - }, - [482] = { - [sym__definition] = STATE(477), - [sym_keyword] = STATE(477), - [sym_php_statement] = STATE(477), - [sym__escaped] = STATE(2791), - [sym__unescaped] = STATE(2791), - [sym__raw] = STATE(2791), - [sym__inline_raw] = STATE(2791), - [sym__multi_line_raw] = STATE(2791), - [sym__js] = STATE(2791), - [sym_attribute] = STATE(477), - [sym__inline_directive] = STATE(477), - [sym__use] = STATE(477), - [sym__nested_directive] = STATE(477), - [sym_fragment] = STATE(477), - [sym_section] = STATE(477), - [sym_inlineSection] = STATE(477), - [sym_once] = STATE(477), - [sym_verbatim] = STATE(477), - [sym_stack] = STATE(477), - [sym__push] = STATE(2792), - [sym__pushOnce] = STATE(2792), - [sym__pushIf] = STATE(2792), - [sym__prepend] = STATE(2792), - [sym__prependOnce] = STATE(2792), - [sym_conditional] = STATE(477), - [sym__if] = STATE(2793), - [sym__unless] = STATE(2793), - [sym__isset] = STATE(2793), - [sym__empty] = STATE(2793), - [sym__auth] = STATE(2793), - [sym__guest] = STATE(2793), - [sym__production] = STATE(2793), - [sym__env] = STATE(2793), - [sym__hasSection] = STATE(2793), - [sym__sectionMissing] = STATE(2793), - [sym__error] = STATE(2793), - [sym_authorization] = STATE(2793), - [sym__can] = STATE(2794), - [sym__cannot] = STATE(2794), - [sym__canany] = STATE(2794), - [sym__feature] = STATE(2793), - [sym__custom] = STATE(2793), - [sym_switch] = STATE(477), - [sym_loop] = STATE(477), - [sym_loop_operator] = STATE(477), - [sym__for] = STATE(2795), - [sym__foreach] = STATE(2795), - [sym__forelse] = STATE(2795), - [sym__while] = STATE(2795), - [sym_envoy] = STATE(477), - [sym__setup] = STATE(2791), - [sym__task] = STATE(2796), - [sym__story] = STATE(2796), - [sym__hooks] = STATE(2791), - [sym__before] = STATE(2791), - [sym__after] = STATE(2791), - [sym__envoy_error] = STATE(2791), - [sym__success] = STATE(2791), - [sym__finished] = STATE(2791), - [sym_livewire] = STATE(477), - [sym__persist] = STATE(2797), - [sym__teleport] = STATE(2797), - [sym__volt] = STATE(2797), - [aux_sym__directive_body] = STATE(477), - [sym_text] = STATE(477), - [sym__text] = STATE(939), - [aux_sym_php_only_repeat1] = STATE(939), - [sym_comment] = ACTIONS(8353), - [aux_sym_keyword_token1] = ACTIONS(8079), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8081), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8083), - [anon_sym_ATphp] = ACTIONS(8085), - [anon_sym_ATjs] = ACTIONS(8087), - [aux_sym_attribute_token1] = ACTIONS(8089), - [aux_sym__inline_directive_token1] = ACTIONS(8091), - [aux_sym__inline_directive_token2] = ACTIONS(8093), - [anon_sym_ATuse] = ACTIONS(8095), - [anon_sym_ATfragment] = ACTIONS(8097), - [anon_sym_ATsection] = ACTIONS(8099), - [anon_sym_ATonce] = ACTIONS(8101), - [anon_sym_ATverbatim] = ACTIONS(8103), - [anon_sym_ATpush] = ACTIONS(8105), - [anon_sym_ATpushOnce] = ACTIONS(8107), - [anon_sym_ATpushIf] = ACTIONS(8109), - [anon_sym_ATprepend] = ACTIONS(8111), - [anon_sym_ATprependOnce] = ACTIONS(8113), - [anon_sym_ATif] = ACTIONS(8115), - [anon_sym_ATunless] = ACTIONS(8117), - [anon_sym_ATisset] = ACTIONS(8119), - [anon_sym_ATempty] = ACTIONS(8121), - [anon_sym_ATauth] = ACTIONS(8123), - [anon_sym_ATguest] = ACTIONS(8125), - [anon_sym_ATproduction] = ACTIONS(8127), - [anon_sym_ATenv] = ACTIONS(8129), - [anon_sym_AThasSection] = ACTIONS(8131), - [anon_sym_ATsectionMissing] = ACTIONS(8133), - [anon_sym_ATerror] = ACTIONS(8135), - [anon_sym_ATcan] = ACTIONS(8137), - [anon_sym_ATcannot] = ACTIONS(8139), - [anon_sym_ATcanany] = ACTIONS(8141), - [anon_sym_ATfeature] = ACTIONS(8143), - [aux_sym__custom_token1] = ACTIONS(8145), - [aux_sym__custom_token2] = ACTIONS(8147), - [anon_sym_ATswitch] = ACTIONS(8149), - [aux_sym_loop_operator_token1] = ACTIONS(8151), - [anon_sym_ATfor] = ACTIONS(8153), - [anon_sym_ATforeach] = ACTIONS(8155), - [anon_sym_ATforelse] = ACTIONS(8157), - [anon_sym_ATwhile] = ACTIONS(8159), - [anon_sym_ATsetup] = ACTIONS(8161), - [anon_sym_ATtask] = ACTIONS(8163), - [anon_sym_ATstory] = ACTIONS(8165), - [anon_sym_ATbefore] = ACTIONS(8167), - [anon_sym_ATafter] = ACTIONS(8169), - [anon_sym_ATsuccess] = ACTIONS(8171), - [anon_sym_ATfinished] = ACTIONS(8173), - [anon_sym_ATpersist] = ACTIONS(8175), - [anon_sym_ATendpersist] = ACTIONS(4981), - [anon_sym_ATteleport] = ACTIONS(8177), - [anon_sym_ATvolt] = ACTIONS(8179), - [aux_sym__text_token1] = ACTIONS(8181), - [aux_sym__text_token2] = ACTIONS(8181), - [aux_sym__text_token3] = ACTIONS(8183), + [482] = { + [sym__definition] = STATE(514), + [sym_keyword] = STATE(514), + [sym_php_statement] = STATE(514), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(514), + [sym__inline_directive] = STATE(514), + [sym__use] = STATE(514), + [sym__nested_directive] = STATE(514), + [sym_fragment] = STATE(514), + [sym_section] = STATE(514), + [sym_inlineSection] = STATE(514), + [sym_once] = STATE(514), + [sym_verbatim] = STATE(514), + [sym_stack] = STATE(514), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(514), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(514), + [sym_loop] = STATE(514), + [sym_loop_operator] = STATE(514), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(514), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(514), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(514), + [sym_text] = STATE(514), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(8511), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(8513), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [483] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(8355), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(537), + [sym_keyword] = STATE(537), + [sym_php_statement] = STATE(537), + [sym__escaped] = STATE(2261), + [sym__unescaped] = STATE(2261), + [sym__raw] = STATE(2261), + [sym__inline_raw] = STATE(2261), + [sym__multi_line_raw] = STATE(2261), + [sym__js] = STATE(2261), + [sym_attribute] = STATE(537), + [sym__inline_directive] = STATE(537), + [sym__use] = STATE(537), + [sym__nested_directive] = STATE(537), + [sym_fragment] = STATE(537), + [sym_section] = STATE(537), + [sym_inlineSection] = STATE(537), + [sym_once] = STATE(537), + [sym_verbatim] = STATE(537), + [sym_stack] = STATE(537), + [sym__push] = STATE(2260), + [sym__pushOnce] = STATE(2260), + [sym__pushIf] = STATE(2260), + [sym__prepend] = STATE(2260), + [sym__prependOnce] = STATE(2260), + [sym_conditional] = STATE(537), + [sym__if] = STATE(2259), + [sym__unless] = STATE(2259), + [sym__isset] = STATE(2259), + [sym__empty] = STATE(2259), + [sym__auth] = STATE(2259), + [sym__guest] = STATE(2259), + [sym__production] = STATE(2259), + [sym__env] = STATE(2259), + [sym__hasSection] = STATE(2259), + [sym__sectionMissing] = STATE(2259), + [sym__error] = STATE(2259), + [sym_authorization] = STATE(2259), + [sym__can] = STATE(2258), + [sym__cannot] = STATE(2258), + [sym__canany] = STATE(2258), + [sym__feature] = STATE(2259), + [sym__custom] = STATE(2259), + [sym_switch] = STATE(537), + [sym_loop] = STATE(537), + [sym_loop_operator] = STATE(537), + [sym__for] = STATE(2257), + [sym__foreach] = STATE(2257), + [sym__forelse] = STATE(2257), + [sym__while] = STATE(2257), + [sym_envoy] = STATE(537), + [sym__setup] = STATE(2261), + [sym__task] = STATE(2256), + [sym__story] = STATE(2256), + [sym__hooks] = STATE(2261), + [sym__before] = STATE(2261), + [sym__after] = STATE(2261), + [sym__envoy_error] = STATE(2261), + [sym__success] = STATE(2261), + [sym__finished] = STATE(2261), + [sym_livewire] = STATE(537), + [sym__persist] = STATE(2255), + [sym__teleport] = STATE(2255), + [sym__volt] = STATE(2255), + [aux_sym__directive_body] = STATE(537), + [sym_text] = STATE(537), + [sym__text] = STATE(1136), + [aux_sym_php_only_repeat1] = STATE(1136), + [sym_comment] = ACTIONS(8515), + [aux_sym_keyword_token1] = ACTIONS(7827), + [anon_sym_LBRACE_LBRACE] = ACTIONS(7829), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7831), + [anon_sym_ATphp] = ACTIONS(7833), + [anon_sym_ATjs] = ACTIONS(7835), + [aux_sym_attribute_token1] = ACTIONS(7837), + [aux_sym__inline_directive_token1] = ACTIONS(7839), + [aux_sym__inline_directive_token2] = ACTIONS(7841), + [anon_sym_ATuse] = ACTIONS(7843), + [anon_sym_ATfragment] = ACTIONS(7845), + [anon_sym_ATsection] = ACTIONS(7847), + [anon_sym_ATonce] = ACTIONS(7849), + [anon_sym_ATverbatim] = ACTIONS(7851), + [anon_sym_ATpush] = ACTIONS(7853), + [anon_sym_ATpushOnce] = ACTIONS(7855), + [anon_sym_ATpushIf] = ACTIONS(7857), + [anon_sym_ATendPushIf] = ACTIONS(5621), + [anon_sym_ATprepend] = ACTIONS(7859), + [anon_sym_ATprependOnce] = ACTIONS(7861), + [anon_sym_ATif] = ACTIONS(7863), + [anon_sym_ATunless] = ACTIONS(7865), + [anon_sym_ATisset] = ACTIONS(7867), + [anon_sym_ATempty] = ACTIONS(7869), + [anon_sym_ATauth] = ACTIONS(7871), + [anon_sym_ATguest] = ACTIONS(7873), + [anon_sym_ATproduction] = ACTIONS(7875), + [anon_sym_ATenv] = ACTIONS(7877), + [anon_sym_AThasSection] = ACTIONS(7879), + [anon_sym_ATsectionMissing] = ACTIONS(7881), + [anon_sym_ATerror] = ACTIONS(7883), + [anon_sym_ATcan] = ACTIONS(7885), + [anon_sym_ATcannot] = ACTIONS(7887), + [anon_sym_ATcanany] = ACTIONS(7889), + [anon_sym_ATfeature] = ACTIONS(7891), + [aux_sym__custom_token1] = ACTIONS(7893), + [aux_sym__custom_token2] = ACTIONS(7895), + [anon_sym_ATswitch] = ACTIONS(7897), + [aux_sym_loop_operator_token1] = ACTIONS(7899), + [anon_sym_ATfor] = ACTIONS(7901), + [anon_sym_ATforeach] = ACTIONS(7903), + [anon_sym_ATforelse] = ACTIONS(7905), + [anon_sym_ATwhile] = ACTIONS(7907), + [anon_sym_ATsetup] = ACTIONS(7909), + [anon_sym_ATtask] = ACTIONS(7911), + [anon_sym_ATstory] = ACTIONS(7913), + [anon_sym_ATbefore] = ACTIONS(7915), + [anon_sym_ATafter] = ACTIONS(7917), + [anon_sym_ATsuccess] = ACTIONS(7919), + [anon_sym_ATfinished] = ACTIONS(7921), + [anon_sym_ATpersist] = ACTIONS(7923), + [anon_sym_ATteleport] = ACTIONS(7925), + [anon_sym_ATvolt] = ACTIONS(7927), + [aux_sym__text_token1] = ACTIONS(7929), + [aux_sym__text_token2] = ACTIONS(7929), + [aux_sym__text_token3] = ACTIONS(7931), }, [484] = { - [sym__definition] = STATE(628), - [sym_keyword] = STATE(628), - [sym_php_statement] = STATE(628), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(628), - [sym__inline_directive] = STATE(628), - [sym__use] = STATE(628), - [sym__nested_directive] = STATE(628), - [sym_fragment] = STATE(628), - [sym_section] = STATE(628), - [sym_inlineSection] = STATE(628), - [sym_once] = STATE(628), - [sym_verbatim] = STATE(628), - [sym_stack] = STATE(628), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(628), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(628), - [sym_loop] = STATE(628), - [sym_loop_operator] = STATE(628), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(628), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(628), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(628), - [sym_text] = STATE(628), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(8357), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(8359), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(519), + [sym_keyword] = STATE(519), + [sym_php_statement] = STATE(519), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(519), + [sym__inline_directive] = STATE(519), + [sym__use] = STATE(519), + [sym__nested_directive] = STATE(519), + [sym_fragment] = STATE(519), + [sym_section] = STATE(519), + [sym_inlineSection] = STATE(519), + [sym_once] = STATE(519), + [sym_verbatim] = STATE(519), + [sym_stack] = STATE(519), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(519), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(519), + [sym_loop] = STATE(519), + [sym_loop_operator] = STATE(519), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(519), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(519), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(519), + [sym_text] = STATE(519), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(8517), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(8519), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [485] = { - [sym__definition] = STATE(345), - [sym_keyword] = STATE(345), - [sym_php_statement] = STATE(345), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(345), - [sym__inline_directive] = STATE(345), - [sym__use] = STATE(345), - [sym__nested_directive] = STATE(345), - [sym_fragment] = STATE(345), - [sym_section] = STATE(345), - [sym_inlineSection] = STATE(345), - [sym_once] = STATE(345), - [sym_verbatim] = STATE(345), - [sym_stack] = STATE(345), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(345), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(345), - [sym_loop] = STATE(345), - [sym_loop_operator] = STATE(345), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(345), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(345), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(345), - [sym_text] = STATE(345), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(8361), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(8363), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__definition] = STATE(485), + [sym_keyword] = STATE(485), + [sym_php_statement] = STATE(485), + [sym__escaped] = STATE(3683), + [sym__unescaped] = STATE(3683), + [sym__raw] = STATE(3683), + [sym__inline_raw] = STATE(3683), + [sym__multi_line_raw] = STATE(3683), + [sym__js] = STATE(3683), + [sym_attribute] = STATE(485), + [sym__inline_directive] = STATE(485), + [sym__use] = STATE(485), + [sym__nested_directive] = STATE(485), + [sym_fragment] = STATE(485), + [sym_section] = STATE(485), + [sym_inlineSection] = STATE(485), + [sym_once] = STATE(485), + [sym_verbatim] = STATE(485), + [sym_stack] = STATE(485), + [sym__push] = STATE(3676), + [sym__pushOnce] = STATE(3676), + [sym__pushIf] = STATE(3676), + [sym__prepend] = STATE(3676), + [sym__prependOnce] = STATE(3676), + [sym_conditional] = STATE(485), + [sym__if] = STATE(3675), + [sym__unless] = STATE(3675), + [sym__isset] = STATE(3675), + [sym__empty] = STATE(3675), + [sym__auth] = STATE(3675), + [sym__guest] = STATE(3675), + [sym__production] = STATE(3675), + [sym__env] = STATE(3675), + [sym__hasSection] = STATE(3675), + [sym__sectionMissing] = STATE(3675), + [sym__error] = STATE(3675), + [sym_authorization] = STATE(3675), + [sym__can] = STATE(3674), + [sym__cannot] = STATE(3674), + [sym__canany] = STATE(3674), + [sym__feature] = STATE(3675), + [sym__custom] = STATE(3675), + [sym_switch] = STATE(485), + [sym_loop] = STATE(485), + [sym_loop_operator] = STATE(485), + [sym__for] = STATE(3672), + [sym__foreach] = STATE(3672), + [sym__forelse] = STATE(3672), + [sym__while] = STATE(3672), + [sym_envoy] = STATE(485), + [sym__setup] = STATE(3683), + [sym__task] = STATE(3671), + [sym__story] = STATE(3671), + [sym__hooks] = STATE(3683), + [sym__before] = STATE(3683), + [sym__after] = STATE(3683), + [sym__envoy_error] = STATE(3683), + [sym__success] = STATE(3683), + [sym__finished] = STATE(3683), + [sym_livewire] = STATE(485), + [sym__persist] = STATE(3670), + [sym__teleport] = STATE(3670), + [sym__volt] = STATE(3670), + [aux_sym__directive_body] = STATE(485), + [sym_text] = STATE(485), + [sym__text] = STATE(943), + [aux_sym_php_only_repeat1] = STATE(943), + [sym_comment] = ACTIONS(8521), + [aux_sym_keyword_token1] = ACTIONS(8524), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8527), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8530), + [anon_sym_ATphp] = ACTIONS(8533), + [anon_sym_ATjs] = ACTIONS(8536), + [aux_sym_attribute_token1] = ACTIONS(8539), + [aux_sym__inline_directive_token1] = ACTIONS(8542), + [aux_sym__inline_directive_token2] = ACTIONS(8545), + [anon_sym_ATuse] = ACTIONS(8548), + [anon_sym_ATfragment] = ACTIONS(8551), + [anon_sym_ATsection] = ACTIONS(8554), + [anon_sym_ATonce] = ACTIONS(8557), + [anon_sym_ATverbatim] = ACTIONS(8560), + [anon_sym_ATpush] = ACTIONS(8563), + [anon_sym_ATendpush] = ACTIONS(5111), + [anon_sym_ATpushOnce] = ACTIONS(8566), + [anon_sym_ATpushIf] = ACTIONS(8569), + [anon_sym_ATprepend] = ACTIONS(8572), + [anon_sym_ATprependOnce] = ACTIONS(8575), + [anon_sym_ATif] = ACTIONS(8578), + [anon_sym_ATunless] = ACTIONS(8581), + [anon_sym_ATisset] = ACTIONS(8584), + [anon_sym_ATempty] = ACTIONS(8587), + [anon_sym_ATauth] = ACTIONS(8590), + [anon_sym_ATguest] = ACTIONS(8593), + [anon_sym_ATproduction] = ACTIONS(8596), + [anon_sym_ATenv] = ACTIONS(8599), + [anon_sym_AThasSection] = ACTIONS(8602), + [anon_sym_ATsectionMissing] = ACTIONS(8605), + [anon_sym_ATerror] = ACTIONS(8608), + [anon_sym_ATcan] = ACTIONS(8611), + [anon_sym_ATcannot] = ACTIONS(8614), + [anon_sym_ATcanany] = ACTIONS(8617), + [anon_sym_ATfeature] = ACTIONS(8620), + [aux_sym__custom_token1] = ACTIONS(8623), + [aux_sym__custom_token2] = ACTIONS(8626), + [anon_sym_ATswitch] = ACTIONS(8629), + [aux_sym_loop_operator_token1] = ACTIONS(8632), + [anon_sym_ATfor] = ACTIONS(8635), + [anon_sym_ATforeach] = ACTIONS(8638), + [anon_sym_ATforelse] = ACTIONS(8641), + [anon_sym_ATwhile] = ACTIONS(8644), + [anon_sym_ATsetup] = ACTIONS(8647), + [anon_sym_ATtask] = ACTIONS(8650), + [anon_sym_ATstory] = ACTIONS(8653), + [anon_sym_ATbefore] = ACTIONS(8656), + [anon_sym_ATafter] = ACTIONS(8659), + [anon_sym_ATsuccess] = ACTIONS(8662), + [anon_sym_ATfinished] = ACTIONS(8665), + [anon_sym_ATpersist] = ACTIONS(8668), + [anon_sym_ATteleport] = ACTIONS(8671), + [anon_sym_ATvolt] = ACTIONS(8674), + [aux_sym__text_token1] = ACTIONS(8677), + [aux_sym__text_token2] = ACTIONS(8677), + [aux_sym__text_token3] = ACTIONS(8680), }, [486] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(8683), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [487] = { + [sym__definition] = STATE(487), + [sym_keyword] = STATE(487), + [sym_php_statement] = STATE(487), + [sym__escaped] = STATE(2559), + [sym__unescaped] = STATE(2559), + [sym__raw] = STATE(2559), + [sym__inline_raw] = STATE(2559), + [sym__multi_line_raw] = STATE(2559), + [sym__js] = STATE(2559), + [sym_attribute] = STATE(487), + [sym__inline_directive] = STATE(487), + [sym__use] = STATE(487), + [sym__nested_directive] = STATE(487), + [sym_fragment] = STATE(487), + [sym_section] = STATE(487), + [sym_inlineSection] = STATE(487), + [sym_once] = STATE(487), + [sym_verbatim] = STATE(487), + [sym_stack] = STATE(487), + [sym__push] = STATE(2560), + [sym__pushOnce] = STATE(2560), + [sym__pushIf] = STATE(2560), + [sym__prepend] = STATE(2560), + [sym__prependOnce] = STATE(2560), + [sym_conditional] = STATE(487), + [sym__if] = STATE(2561), + [sym__unless] = STATE(2561), + [sym__isset] = STATE(2561), + [sym__empty] = STATE(2561), + [sym__auth] = STATE(2561), + [sym__guest] = STATE(2561), + [sym__production] = STATE(2561), + [sym__env] = STATE(2561), + [sym__hasSection] = STATE(2561), + [sym__sectionMissing] = STATE(2561), + [sym__error] = STATE(2561), + [sym_authorization] = STATE(2561), + [sym__can] = STATE(2562), + [sym__cannot] = STATE(2562), + [sym__canany] = STATE(2562), + [sym__feature] = STATE(2561), + [sym__custom] = STATE(2561), + [sym_switch] = STATE(487), + [sym_loop] = STATE(487), + [sym_loop_operator] = STATE(487), + [sym__for] = STATE(2563), + [sym__foreach] = STATE(2563), + [sym__forelse] = STATE(2563), + [sym__while] = STATE(2563), + [sym_envoy] = STATE(487), + [sym__setup] = STATE(2559), + [sym__task] = STATE(2564), + [sym__story] = STATE(2564), + [sym__hooks] = STATE(2559), + [sym__before] = STATE(2559), + [sym__after] = STATE(2559), + [sym__envoy_error] = STATE(2559), + [sym__success] = STATE(2559), + [sym__finished] = STATE(2559), + [sym_livewire] = STATE(487), + [sym__persist] = STATE(2565), + [sym__teleport] = STATE(2565), + [sym__volt] = STATE(2565), + [aux_sym__directive_body] = STATE(487), + [sym_text] = STATE(487), + [sym__text] = STATE(975), + [aux_sym_php_only_repeat1] = STATE(975), + [sym_comment] = ACTIONS(8685), + [aux_sym_keyword_token1] = ACTIONS(8688), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8691), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8694), + [anon_sym_ATphp] = ACTIONS(8697), + [anon_sym_ATjs] = ACTIONS(8700), + [aux_sym_attribute_token1] = ACTIONS(8703), + [aux_sym__inline_directive_token1] = ACTIONS(8706), + [aux_sym__inline_directive_token2] = ACTIONS(8709), + [anon_sym_ATuse] = ACTIONS(8712), + [anon_sym_ATfragment] = ACTIONS(8715), + [anon_sym_ATsection] = ACTIONS(8718), + [anon_sym_ATonce] = ACTIONS(8721), + [anon_sym_ATverbatim] = ACTIONS(8724), + [anon_sym_ATpush] = ACTIONS(8727), + [anon_sym_ATpushOnce] = ACTIONS(8730), + [anon_sym_ATpushIf] = ACTIONS(8733), + [anon_sym_ATprepend] = ACTIONS(8736), + [anon_sym_ATprependOnce] = ACTIONS(8739), + [anon_sym_ATif] = ACTIONS(8742), + [anon_sym_ATunless] = ACTIONS(8745), + [anon_sym_ATisset] = ACTIONS(8748), + [anon_sym_ATempty] = ACTIONS(8751), + [anon_sym_ATauth] = ACTIONS(8754), + [anon_sym_ATguest] = ACTIONS(8757), + [anon_sym_ATproduction] = ACTIONS(8760), + [anon_sym_ATenv] = ACTIONS(8763), + [anon_sym_AThasSection] = ACTIONS(8766), + [anon_sym_ATsectionMissing] = ACTIONS(8769), + [anon_sym_ATerror] = ACTIONS(8772), + [anon_sym_ATcan] = ACTIONS(8775), + [anon_sym_ATcannot] = ACTIONS(8778), + [anon_sym_ATcanany] = ACTIONS(8781), + [anon_sym_ATfeature] = ACTIONS(8784), + [aux_sym__custom_token1] = ACTIONS(8787), + [aux_sym__custom_token2] = ACTIONS(8790), + [anon_sym_ATswitch] = ACTIONS(8793), + [aux_sym_loop_operator_token1] = ACTIONS(8796), + [anon_sym_ATfor] = ACTIONS(8799), + [anon_sym_ATforeach] = ACTIONS(8802), + [anon_sym_ATforelse] = ACTIONS(8805), + [anon_sym_ATwhile] = ACTIONS(8808), + [anon_sym_ATendwhile] = ACTIONS(5111), + [anon_sym_ATsetup] = ACTIONS(8811), + [anon_sym_ATtask] = ACTIONS(8814), + [anon_sym_ATstory] = ACTIONS(8817), + [anon_sym_ATbefore] = ACTIONS(8820), + [anon_sym_ATafter] = ACTIONS(8823), + [anon_sym_ATsuccess] = ACTIONS(8826), + [anon_sym_ATfinished] = ACTIONS(8829), + [anon_sym_ATpersist] = ACTIONS(8832), + [anon_sym_ATteleport] = ACTIONS(8835), + [anon_sym_ATvolt] = ACTIONS(8838), + [aux_sym__text_token1] = ACTIONS(8841), + [aux_sym__text_token2] = ACTIONS(8841), + [aux_sym__text_token3] = ACTIONS(8844), + }, + [488] = { + [sym__definition] = STATE(462), + [sym_keyword] = STATE(462), + [sym_php_statement] = STATE(462), + [sym__escaped] = STATE(2733), + [sym__unescaped] = STATE(2733), + [sym__raw] = STATE(2733), + [sym__inline_raw] = STATE(2733), + [sym__multi_line_raw] = STATE(2733), + [sym__js] = STATE(2733), + [sym_attribute] = STATE(462), + [sym__inline_directive] = STATE(462), + [sym__use] = STATE(462), + [sym__nested_directive] = STATE(462), + [sym_fragment] = STATE(462), + [sym_section] = STATE(462), + [sym_inlineSection] = STATE(462), + [sym_once] = STATE(462), + [sym_verbatim] = STATE(462), + [sym_stack] = STATE(462), + [sym__push] = STATE(2734), + [sym__pushOnce] = STATE(2734), + [sym__pushIf] = STATE(2734), + [sym__prepend] = STATE(2734), + [sym__prependOnce] = STATE(2734), + [sym_conditional] = STATE(462), + [sym__if] = STATE(2735), + [sym__unless] = STATE(2735), + [sym__isset] = STATE(2735), + [sym__empty] = STATE(2735), + [sym__auth] = STATE(2735), + [sym__guest] = STATE(2735), + [sym__production] = STATE(2735), + [sym__env] = STATE(2735), + [sym__hasSection] = STATE(2735), + [sym__sectionMissing] = STATE(2735), + [sym__error] = STATE(2735), + [sym_authorization] = STATE(2735), + [sym__can] = STATE(2736), + [sym__cannot] = STATE(2736), + [sym__canany] = STATE(2736), + [sym__feature] = STATE(2735), + [sym__custom] = STATE(2735), + [sym_switch] = STATE(462), + [sym_loop] = STATE(462), + [sym_loop_operator] = STATE(462), + [sym__for] = STATE(2737), + [sym__foreach] = STATE(2737), + [sym__forelse] = STATE(2737), + [sym__while] = STATE(2737), + [sym_envoy] = STATE(462), + [sym__setup] = STATE(2733), + [sym__task] = STATE(2738), + [sym__story] = STATE(2738), + [sym__hooks] = STATE(2733), + [sym__before] = STATE(2733), + [sym__after] = STATE(2733), + [sym__envoy_error] = STATE(2733), + [sym__success] = STATE(2733), + [sym__finished] = STATE(2733), + [sym_livewire] = STATE(462), + [sym__persist] = STATE(2739), + [sym__teleport] = STATE(2739), + [sym__volt] = STATE(2739), + [aux_sym__directive_body] = STATE(462), + [sym_text] = STATE(462), + [sym__text] = STATE(963), + [aux_sym_php_only_repeat1] = STATE(963), + [sym_comment] = ACTIONS(8847), + [aux_sym_keyword_token1] = ACTIONS(8849), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8851), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8853), + [anon_sym_ATphp] = ACTIONS(8855), + [anon_sym_ATjs] = ACTIONS(8857), + [aux_sym_attribute_token1] = ACTIONS(8859), + [aux_sym__inline_directive_token1] = ACTIONS(8861), + [aux_sym__inline_directive_token2] = ACTIONS(8863), + [anon_sym_ATuse] = ACTIONS(8865), + [anon_sym_ATfragment] = ACTIONS(8867), + [anon_sym_ATsection] = ACTIONS(8869), + [anon_sym_ATonce] = ACTIONS(8871), + [anon_sym_ATverbatim] = ACTIONS(8873), + [anon_sym_ATpush] = ACTIONS(8875), + [anon_sym_ATpushOnce] = ACTIONS(8877), + [anon_sym_ATpushIf] = ACTIONS(8879), + [anon_sym_ATprepend] = ACTIONS(8881), + [anon_sym_ATprependOnce] = ACTIONS(8883), + [anon_sym_ATif] = ACTIONS(8885), + [anon_sym_ATunless] = ACTIONS(8887), + [anon_sym_ATisset] = ACTIONS(8889), + [anon_sym_ATempty] = ACTIONS(8891), + [anon_sym_ATauth] = ACTIONS(8893), + [anon_sym_ATguest] = ACTIONS(8895), + [anon_sym_ATproduction] = ACTIONS(8897), + [anon_sym_ATenv] = ACTIONS(8899), + [anon_sym_AThasSection] = ACTIONS(8901), + [anon_sym_ATsectionMissing] = ACTIONS(8903), + [anon_sym_ATerror] = ACTIONS(8905), + [anon_sym_ATcan] = ACTIONS(8907), + [anon_sym_ATcannot] = ACTIONS(8909), + [anon_sym_ATcanany] = ACTIONS(8911), + [anon_sym_ATfeature] = ACTIONS(8913), + [aux_sym__custom_token1] = ACTIONS(8915), + [aux_sym__custom_token2] = ACTIONS(8917), + [anon_sym_ATswitch] = ACTIONS(8919), + [aux_sym_loop_operator_token1] = ACTIONS(8921), + [anon_sym_ATfor] = ACTIONS(8923), + [anon_sym_ATforeach] = ACTIONS(8925), + [anon_sym_ATforelse] = ACTIONS(8927), + [anon_sym_ATwhile] = ACTIONS(8929), + [anon_sym_ATsetup] = ACTIONS(8931), + [anon_sym_ATtask] = ACTIONS(8933), + [anon_sym_ATstory] = ACTIONS(8935), + [anon_sym_ATendstory] = ACTIONS(5621), + [anon_sym_ATbefore] = ACTIONS(8937), + [anon_sym_ATafter] = ACTIONS(8939), + [anon_sym_ATsuccess] = ACTIONS(8941), + [anon_sym_ATfinished] = ACTIONS(8943), + [anon_sym_ATpersist] = ACTIONS(8945), + [anon_sym_ATteleport] = ACTIONS(8947), + [anon_sym_ATvolt] = ACTIONS(8949), + [aux_sym__text_token1] = ACTIONS(8951), + [aux_sym__text_token2] = ACTIONS(8951), + [aux_sym__text_token3] = ACTIONS(8953), + }, + [489] = { + [sym__definition] = STATE(492), + [sym_keyword] = STATE(492), + [sym_php_statement] = STATE(492), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(492), + [sym__inline_directive] = STATE(492), + [sym__use] = STATE(492), + [sym__nested_directive] = STATE(492), + [sym_fragment] = STATE(492), + [sym_section] = STATE(492), + [sym_inlineSection] = STATE(492), + [sym_once] = STATE(492), + [sym_verbatim] = STATE(492), + [sym_stack] = STATE(492), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(492), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(492), + [sym_loop] = STATE(492), + [sym_loop_operator] = STATE(492), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(492), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(492), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(492), + [sym_text] = STATE(492), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(8955), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -87981,32 +88420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8365), + [aux_sym_section_token1] = ACTIONS(8957), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -88026,16 +88465,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [487] = { + [490] = { + [sym__definition] = STATE(488), + [sym_keyword] = STATE(488), + [sym_php_statement] = STATE(488), + [sym__escaped] = STATE(2733), + [sym__unescaped] = STATE(2733), + [sym__raw] = STATE(2733), + [sym__inline_raw] = STATE(2733), + [sym__multi_line_raw] = STATE(2733), + [sym__js] = STATE(2733), + [sym_attribute] = STATE(488), + [sym__inline_directive] = STATE(488), + [sym__use] = STATE(488), + [sym__nested_directive] = STATE(488), + [sym_fragment] = STATE(488), + [sym_section] = STATE(488), + [sym_inlineSection] = STATE(488), + [sym_once] = STATE(488), + [sym_verbatim] = STATE(488), + [sym_stack] = STATE(488), + [sym__push] = STATE(2734), + [sym__pushOnce] = STATE(2734), + [sym__pushIf] = STATE(2734), + [sym__prepend] = STATE(2734), + [sym__prependOnce] = STATE(2734), + [sym_conditional] = STATE(488), + [sym__if] = STATE(2735), + [sym__unless] = STATE(2735), + [sym__isset] = STATE(2735), + [sym__empty] = STATE(2735), + [sym__auth] = STATE(2735), + [sym__guest] = STATE(2735), + [sym__production] = STATE(2735), + [sym__env] = STATE(2735), + [sym__hasSection] = STATE(2735), + [sym__sectionMissing] = STATE(2735), + [sym__error] = STATE(2735), + [sym_authorization] = STATE(2735), + [sym__can] = STATE(2736), + [sym__cannot] = STATE(2736), + [sym__canany] = STATE(2736), + [sym__feature] = STATE(2735), + [sym__custom] = STATE(2735), + [sym_switch] = STATE(488), + [sym_loop] = STATE(488), + [sym_loop_operator] = STATE(488), + [sym__for] = STATE(2737), + [sym__foreach] = STATE(2737), + [sym__forelse] = STATE(2737), + [sym__while] = STATE(2737), + [sym_envoy] = STATE(488), + [sym__setup] = STATE(2733), + [sym__task] = STATE(2738), + [sym__story] = STATE(2738), + [sym__hooks] = STATE(2733), + [sym__before] = STATE(2733), + [sym__after] = STATE(2733), + [sym__envoy_error] = STATE(2733), + [sym__success] = STATE(2733), + [sym__finished] = STATE(2733), + [sym_livewire] = STATE(488), + [sym__persist] = STATE(2739), + [sym__teleport] = STATE(2739), + [sym__volt] = STATE(2739), + [aux_sym__directive_body] = STATE(488), + [sym_text] = STATE(488), + [sym__text] = STATE(963), + [aux_sym_php_only_repeat1] = STATE(963), + [sym_comment] = ACTIONS(8959), + [aux_sym_keyword_token1] = ACTIONS(8849), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8851), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8853), + [anon_sym_ATphp] = ACTIONS(8855), + [anon_sym_ATjs] = ACTIONS(8857), + [aux_sym_attribute_token1] = ACTIONS(8859), + [aux_sym__inline_directive_token1] = ACTIONS(8861), + [aux_sym__inline_directive_token2] = ACTIONS(8863), + [anon_sym_ATuse] = ACTIONS(8865), + [anon_sym_ATfragment] = ACTIONS(8867), + [anon_sym_ATsection] = ACTIONS(8869), + [anon_sym_ATonce] = ACTIONS(8871), + [anon_sym_ATverbatim] = ACTIONS(8873), + [anon_sym_ATpush] = ACTIONS(8875), + [anon_sym_ATpushOnce] = ACTIONS(8877), + [anon_sym_ATpushIf] = ACTIONS(8879), + [anon_sym_ATprepend] = ACTIONS(8881), + [anon_sym_ATprependOnce] = ACTIONS(8883), + [anon_sym_ATif] = ACTIONS(8885), + [anon_sym_ATunless] = ACTIONS(8887), + [anon_sym_ATisset] = ACTIONS(8889), + [anon_sym_ATempty] = ACTIONS(8891), + [anon_sym_ATauth] = ACTIONS(8893), + [anon_sym_ATguest] = ACTIONS(8895), + [anon_sym_ATproduction] = ACTIONS(8897), + [anon_sym_ATenv] = ACTIONS(8899), + [anon_sym_AThasSection] = ACTIONS(8901), + [anon_sym_ATsectionMissing] = ACTIONS(8903), + [anon_sym_ATerror] = ACTIONS(8905), + [anon_sym_ATcan] = ACTIONS(8907), + [anon_sym_ATcannot] = ACTIONS(8909), + [anon_sym_ATcanany] = ACTIONS(8911), + [anon_sym_ATfeature] = ACTIONS(8913), + [aux_sym__custom_token1] = ACTIONS(8915), + [aux_sym__custom_token2] = ACTIONS(8917), + [anon_sym_ATswitch] = ACTIONS(8919), + [aux_sym_loop_operator_token1] = ACTIONS(8921), + [anon_sym_ATfor] = ACTIONS(8923), + [anon_sym_ATforeach] = ACTIONS(8925), + [anon_sym_ATforelse] = ACTIONS(8927), + [anon_sym_ATwhile] = ACTIONS(8929), + [anon_sym_ATsetup] = ACTIONS(8931), + [anon_sym_ATtask] = ACTIONS(8933), + [anon_sym_ATstory] = ACTIONS(8935), + [anon_sym_ATendstory] = ACTIONS(4429), + [anon_sym_ATbefore] = ACTIONS(8937), + [anon_sym_ATafter] = ACTIONS(8939), + [anon_sym_ATsuccess] = ACTIONS(8941), + [anon_sym_ATfinished] = ACTIONS(8943), + [anon_sym_ATpersist] = ACTIONS(8945), + [anon_sym_ATteleport] = ACTIONS(8947), + [anon_sym_ATvolt] = ACTIONS(8949), + [aux_sym__text_token1] = ACTIONS(8951), + [aux_sym__text_token2] = ACTIONS(8951), + [aux_sym__text_token3] = ACTIONS(8953), + }, + [491] = { [sym__definition] = STATE(495), [sym_keyword] = STATE(495), [sym_php_statement] = STATE(495), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(495), [sym__inline_directive] = STATE(495), [sym__use] = STATE(495), @@ -88046,304 +88610,179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(495), [sym_verbatim] = STATE(495), [sym_stack] = STATE(495), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(495), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(495), [sym_loop] = STATE(495), [sym_loop_operator] = STATE(495), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(495), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(495), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(495), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(495), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(8367), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(8369), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [488] = { - [sym__definition] = STATE(498), - [sym_keyword] = STATE(498), - [sym_php_statement] = STATE(498), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(498), - [sym__inline_directive] = STATE(498), - [sym__use] = STATE(498), - [sym__nested_directive] = STATE(498), - [sym_fragment] = STATE(498), - [sym_section] = STATE(498), - [sym_inlineSection] = STATE(498), - [sym_once] = STATE(498), - [sym_verbatim] = STATE(498), - [sym_stack] = STATE(498), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(498), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(498), - [sym_loop] = STATE(498), - [sym_loop_operator] = STATE(498), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(498), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(498), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(498), - [sym_text] = STATE(498), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(8371), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(8373), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(495), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(8961), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(8963), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [489] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [492] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -88356,32 +88795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8375), + [aux_sym_section_token1] = ACTIONS(8965), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -88401,450 +88840,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [490] = { - [sym__definition] = STATE(490), - [sym_keyword] = STATE(490), - [sym_php_statement] = STATE(490), - [sym__escaped] = STATE(3338), - [sym__unescaped] = STATE(3338), - [sym__raw] = STATE(3338), - [sym__inline_raw] = STATE(3338), - [sym__multi_line_raw] = STATE(3338), - [sym__js] = STATE(3338), - [sym_attribute] = STATE(490), - [sym__inline_directive] = STATE(490), - [sym__use] = STATE(490), - [sym__nested_directive] = STATE(490), - [sym_fragment] = STATE(490), - [sym_section] = STATE(490), - [sym_inlineSection] = STATE(490), - [sym_once] = STATE(490), - [sym_verbatim] = STATE(490), - [sym_stack] = STATE(490), - [sym__push] = STATE(3339), - [sym__pushOnce] = STATE(3339), - [sym__pushIf] = STATE(3339), - [sym__prepend] = STATE(3339), - [sym__prependOnce] = STATE(3339), - [sym_conditional] = STATE(490), - [sym__if] = STATE(3340), - [sym__unless] = STATE(3340), - [sym__isset] = STATE(3340), - [sym__empty] = STATE(3340), - [sym__auth] = STATE(3340), - [sym__guest] = STATE(3340), - [sym__production] = STATE(3340), - [sym__env] = STATE(3340), - [sym__hasSection] = STATE(3340), - [sym__sectionMissing] = STATE(3340), - [sym__error] = STATE(3340), - [sym_authorization] = STATE(3340), - [sym__can] = STATE(3341), - [sym__cannot] = STATE(3341), - [sym__canany] = STATE(3341), - [sym__feature] = STATE(3340), - [sym__custom] = STATE(3340), - [sym_switch] = STATE(490), - [sym_loop] = STATE(490), - [sym_loop_operator] = STATE(490), - [sym__for] = STATE(3357), - [sym__foreach] = STATE(3357), - [sym__forelse] = STATE(3357), - [sym__while] = STATE(3357), - [sym_envoy] = STATE(490), - [sym__setup] = STATE(3338), - [sym__task] = STATE(3372), - [sym__story] = STATE(3372), - [sym__hooks] = STATE(3338), - [sym__before] = STATE(3338), - [sym__after] = STATE(3338), - [sym__envoy_error] = STATE(3338), - [sym__success] = STATE(3338), - [sym__finished] = STATE(3338), - [sym_livewire] = STATE(490), - [sym__persist] = STATE(3386), - [sym__teleport] = STATE(3386), - [sym__volt] = STATE(3386), - [sym_text] = STATE(490), - [sym__text] = STATE(1958), - [aux_sym_blade_repeat1] = STATE(490), - [aux_sym_php_only_repeat1] = STATE(1958), - [ts_builtin_sym_end] = ACTIONS(5212), - [sym_comment] = ACTIONS(8377), - [aux_sym_keyword_token1] = ACTIONS(8380), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8383), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8386), - [anon_sym_ATphp] = ACTIONS(8389), - [anon_sym_ATjs] = ACTIONS(8392), - [aux_sym_attribute_token1] = ACTIONS(8395), - [aux_sym__inline_directive_token1] = ACTIONS(8398), - [aux_sym__inline_directive_token2] = ACTIONS(8401), - [anon_sym_ATuse] = ACTIONS(8404), - [anon_sym_ATfragment] = ACTIONS(8407), - [anon_sym_ATsection] = ACTIONS(8410), - [anon_sym_ATonce] = ACTIONS(8413), - [anon_sym_ATverbatim] = ACTIONS(8416), - [anon_sym_ATpush] = ACTIONS(8419), - [anon_sym_ATpushOnce] = ACTIONS(8422), - [anon_sym_ATpushIf] = ACTIONS(8425), - [anon_sym_ATprepend] = ACTIONS(8428), - [anon_sym_ATprependOnce] = ACTIONS(8431), - [anon_sym_ATif] = ACTIONS(8434), - [anon_sym_ATunless] = ACTIONS(8437), - [anon_sym_ATisset] = ACTIONS(8440), - [anon_sym_ATempty] = ACTIONS(8443), - [anon_sym_ATauth] = ACTIONS(8446), - [anon_sym_ATguest] = ACTIONS(8449), - [anon_sym_ATproduction] = ACTIONS(8452), - [anon_sym_ATenv] = ACTIONS(8455), - [anon_sym_AThasSection] = ACTIONS(8458), - [anon_sym_ATsectionMissing] = ACTIONS(8461), - [anon_sym_ATerror] = ACTIONS(8464), - [anon_sym_ATcan] = ACTIONS(8467), - [anon_sym_ATcannot] = ACTIONS(8470), - [anon_sym_ATcanany] = ACTIONS(8473), - [anon_sym_ATfeature] = ACTIONS(8476), - [aux_sym__custom_token1] = ACTIONS(8479), - [aux_sym__custom_token2] = ACTIONS(8482), - [anon_sym_ATswitch] = ACTIONS(8485), - [aux_sym_loop_operator_token1] = ACTIONS(8488), - [anon_sym_ATfor] = ACTIONS(8491), - [anon_sym_ATforeach] = ACTIONS(8494), - [anon_sym_ATforelse] = ACTIONS(8497), - [anon_sym_ATwhile] = ACTIONS(8500), - [anon_sym_ATsetup] = ACTIONS(8503), - [anon_sym_ATtask] = ACTIONS(8506), - [anon_sym_ATstory] = ACTIONS(8509), - [anon_sym_ATbefore] = ACTIONS(8512), - [anon_sym_ATafter] = ACTIONS(8515), - [anon_sym_ATsuccess] = ACTIONS(8518), - [anon_sym_ATfinished] = ACTIONS(8521), - [anon_sym_ATpersist] = ACTIONS(8524), - [anon_sym_ATteleport] = ACTIONS(8527), - [anon_sym_ATvolt] = ACTIONS(8530), - [aux_sym__text_token1] = ACTIONS(8533), - [aux_sym__text_token2] = ACTIONS(8533), - [aux_sym__text_token3] = ACTIONS(8536), - }, - [491] = { - [sym__definition] = STATE(491), - [sym_keyword] = STATE(491), - [sym_php_statement] = STATE(491), - [sym__escaped] = STATE(2533), - [sym__unescaped] = STATE(2533), - [sym__raw] = STATE(2533), - [sym__inline_raw] = STATE(2533), - [sym__multi_line_raw] = STATE(2533), - [sym__js] = STATE(2533), - [sym_attribute] = STATE(491), - [sym__inline_directive] = STATE(491), - [sym__use] = STATE(491), - [sym__nested_directive] = STATE(491), - [sym_fragment] = STATE(491), - [sym_section] = STATE(491), - [sym_inlineSection] = STATE(491), - [sym_once] = STATE(491), - [sym_verbatim] = STATE(491), - [sym_stack] = STATE(491), - [sym__push] = STATE(2534), - [sym__pushOnce] = STATE(2534), - [sym__pushIf] = STATE(2534), - [sym__prepend] = STATE(2534), - [sym__prependOnce] = STATE(2534), - [sym_conditional] = STATE(491), - [sym__if] = STATE(2535), - [sym__unless] = STATE(2535), - [sym__isset] = STATE(2535), - [sym__empty] = STATE(2535), - [sym__auth] = STATE(2535), - [sym__guest] = STATE(2535), - [sym__production] = STATE(2535), - [sym__env] = STATE(2535), - [sym__hasSection] = STATE(2535), - [sym__sectionMissing] = STATE(2535), - [sym__error] = STATE(2535), - [sym_authorization] = STATE(2535), - [sym__can] = STATE(2536), - [sym__cannot] = STATE(2536), - [sym__canany] = STATE(2536), - [sym__feature] = STATE(2535), - [sym__custom] = STATE(2535), - [sym_switch] = STATE(491), - [sym_loop] = STATE(491), - [sym_loop_operator] = STATE(491), - [sym__for] = STATE(2537), - [sym__foreach] = STATE(2537), - [sym__forelse] = STATE(2537), - [sym__while] = STATE(2537), - [sym_envoy] = STATE(491), - [sym__setup] = STATE(2533), - [sym__task] = STATE(2538), - [sym__story] = STATE(2538), - [sym__hooks] = STATE(2533), - [sym__before] = STATE(2533), - [sym__after] = STATE(2533), - [sym__envoy_error] = STATE(2533), - [sym__success] = STATE(2533), - [sym__finished] = STATE(2533), - [sym_livewire] = STATE(491), - [sym__persist] = STATE(2539), - [sym__teleport] = STATE(2539), - [sym__volt] = STATE(2539), - [aux_sym__directive_body] = STATE(491), - [sym_text] = STATE(491), - [sym__text] = STATE(955), - [aux_sym_php_only_repeat1] = STATE(955), - [sym_comment] = ACTIONS(8539), - [aux_sym_keyword_token1] = ACTIONS(8542), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8545), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8548), - [anon_sym_ATphp] = ACTIONS(8551), - [anon_sym_ATjs] = ACTIONS(8554), - [aux_sym_attribute_token1] = ACTIONS(8557), - [aux_sym__inline_directive_token1] = ACTIONS(8560), - [aux_sym__inline_directive_token2] = ACTIONS(8563), - [anon_sym_ATuse] = ACTIONS(8566), - [anon_sym_ATfragment] = ACTIONS(8569), - [anon_sym_ATsection] = ACTIONS(8572), - [anon_sym_ATonce] = ACTIONS(8575), - [anon_sym_ATverbatim] = ACTIONS(8578), - [anon_sym_ATpush] = ACTIONS(8581), - [anon_sym_ATpushOnce] = ACTIONS(8584), - [anon_sym_ATpushIf] = ACTIONS(8587), - [anon_sym_ATprepend] = ACTIONS(8590), - [anon_sym_ATprependOnce] = ACTIONS(8593), - [anon_sym_ATif] = ACTIONS(8596), - [anon_sym_ATunless] = ACTIONS(8599), - [anon_sym_ATisset] = ACTIONS(8602), - [anon_sym_ATempty] = ACTIONS(8605), - [anon_sym_ATauth] = ACTIONS(8608), - [anon_sym_ATguest] = ACTIONS(8611), - [anon_sym_ATproduction] = ACTIONS(8614), - [anon_sym_ATenv] = ACTIONS(8617), - [anon_sym_AThasSection] = ACTIONS(8620), - [anon_sym_ATsectionMissing] = ACTIONS(8623), - [anon_sym_ATerror] = ACTIONS(8626), - [anon_sym_ATcan] = ACTIONS(8629), - [anon_sym_ATcannot] = ACTIONS(8632), - [anon_sym_ATcanany] = ACTIONS(8635), - [anon_sym_ATfeature] = ACTIONS(8638), - [aux_sym__custom_token1] = ACTIONS(8641), - [aux_sym__custom_token2] = ACTIONS(8644), - [anon_sym_ATswitch] = ACTIONS(8647), - [aux_sym_loop_operator_token1] = ACTIONS(8650), - [anon_sym_ATfor] = ACTIONS(8653), - [anon_sym_ATforeach] = ACTIONS(8656), - [anon_sym_ATforelse] = ACTIONS(8659), - [anon_sym_ATwhile] = ACTIONS(8662), - [anon_sym_ATendwhile] = ACTIONS(5333), - [anon_sym_ATsetup] = ACTIONS(8665), - [anon_sym_ATtask] = ACTIONS(8668), - [anon_sym_ATstory] = ACTIONS(8671), - [anon_sym_ATbefore] = ACTIONS(8674), - [anon_sym_ATafter] = ACTIONS(8677), - [anon_sym_ATsuccess] = ACTIONS(8680), - [anon_sym_ATfinished] = ACTIONS(8683), - [anon_sym_ATpersist] = ACTIONS(8686), - [anon_sym_ATteleport] = ACTIONS(8689), - [anon_sym_ATvolt] = ACTIONS(8692), - [aux_sym__text_token1] = ACTIONS(8695), - [aux_sym__text_token2] = ACTIONS(8695), - [aux_sym__text_token3] = ACTIONS(8698), - }, - [492] = { - [sym__definition] = STATE(466), - [sym_keyword] = STATE(466), - [sym_php_statement] = STATE(466), - [sym__escaped] = STATE(2705), - [sym__unescaped] = STATE(2705), - [sym__raw] = STATE(2705), - [sym__inline_raw] = STATE(2705), - [sym__multi_line_raw] = STATE(2705), - [sym__js] = STATE(2705), - [sym_attribute] = STATE(466), - [sym__inline_directive] = STATE(466), - [sym__use] = STATE(466), - [sym__nested_directive] = STATE(466), - [sym_fragment] = STATE(466), - [sym_section] = STATE(466), - [sym_inlineSection] = STATE(466), - [sym_once] = STATE(466), - [sym_verbatim] = STATE(466), - [sym_stack] = STATE(466), - [sym__push] = STATE(2706), - [sym__pushOnce] = STATE(2706), - [sym__pushIf] = STATE(2706), - [sym__prepend] = STATE(2706), - [sym__prependOnce] = STATE(2706), - [sym_conditional] = STATE(466), - [sym__if] = STATE(2707), - [sym__unless] = STATE(2707), - [sym__isset] = STATE(2707), - [sym__empty] = STATE(2707), - [sym__auth] = STATE(2707), - [sym__guest] = STATE(2707), - [sym__production] = STATE(2707), - [sym__env] = STATE(2707), - [sym__hasSection] = STATE(2707), - [sym__sectionMissing] = STATE(2707), - [sym__error] = STATE(2707), - [sym_authorization] = STATE(2707), - [sym__can] = STATE(2708), - [sym__cannot] = STATE(2708), - [sym__canany] = STATE(2708), - [sym__feature] = STATE(2707), - [sym__custom] = STATE(2707), - [sym_switch] = STATE(466), - [sym_loop] = STATE(466), - [sym_loop_operator] = STATE(466), - [sym__for] = STATE(2709), - [sym__foreach] = STATE(2709), - [sym__forelse] = STATE(2709), - [sym__while] = STATE(2709), - [sym_envoy] = STATE(466), - [sym__setup] = STATE(2705), - [sym__task] = STATE(2710), - [sym__story] = STATE(2710), - [sym__hooks] = STATE(2705), - [sym__before] = STATE(2705), - [sym__after] = STATE(2705), - [sym__envoy_error] = STATE(2705), - [sym__success] = STATE(2705), - [sym__finished] = STATE(2705), - [sym_livewire] = STATE(466), - [sym__persist] = STATE(2711), - [sym__teleport] = STATE(2711), - [sym__volt] = STATE(2711), - [aux_sym__directive_body] = STATE(466), - [sym_text] = STATE(466), - [sym__text] = STATE(943), - [aux_sym_php_only_repeat1] = STATE(943), - [sym_comment] = ACTIONS(8701), - [aux_sym_keyword_token1] = ACTIONS(8703), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8705), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8707), - [anon_sym_ATphp] = ACTIONS(8709), - [anon_sym_ATjs] = ACTIONS(8711), - [aux_sym_attribute_token1] = ACTIONS(8713), - [aux_sym__inline_directive_token1] = ACTIONS(8715), - [aux_sym__inline_directive_token2] = ACTIONS(8717), - [anon_sym_ATuse] = ACTIONS(8719), - [anon_sym_ATfragment] = ACTIONS(8721), - [anon_sym_ATsection] = ACTIONS(8723), - [anon_sym_ATonce] = ACTIONS(8725), - [anon_sym_ATverbatim] = ACTIONS(8727), - [anon_sym_ATpush] = ACTIONS(8729), - [anon_sym_ATpushOnce] = ACTIONS(8731), - [anon_sym_ATpushIf] = ACTIONS(8733), - [anon_sym_ATprepend] = ACTIONS(8735), - [anon_sym_ATprependOnce] = ACTIONS(8737), - [anon_sym_ATif] = ACTIONS(8739), - [anon_sym_ATunless] = ACTIONS(8741), - [anon_sym_ATisset] = ACTIONS(8743), - [anon_sym_ATempty] = ACTIONS(8745), - [anon_sym_ATauth] = ACTIONS(8747), - [anon_sym_ATguest] = ACTIONS(8749), - [anon_sym_ATproduction] = ACTIONS(8751), - [anon_sym_ATenv] = ACTIONS(8753), - [anon_sym_AThasSection] = ACTIONS(8755), - [anon_sym_ATsectionMissing] = ACTIONS(8757), - [anon_sym_ATerror] = ACTIONS(8759), - [anon_sym_ATcan] = ACTIONS(8761), - [anon_sym_ATcannot] = ACTIONS(8763), - [anon_sym_ATcanany] = ACTIONS(8765), - [anon_sym_ATfeature] = ACTIONS(8767), - [aux_sym__custom_token1] = ACTIONS(8769), - [aux_sym__custom_token2] = ACTIONS(8771), - [anon_sym_ATswitch] = ACTIONS(8773), - [aux_sym_loop_operator_token1] = ACTIONS(8775), - [anon_sym_ATfor] = ACTIONS(8777), - [anon_sym_ATforeach] = ACTIONS(8779), - [anon_sym_ATforelse] = ACTIONS(8781), - [anon_sym_ATwhile] = ACTIONS(8783), - [anon_sym_ATsetup] = ACTIONS(8785), - [anon_sym_ATtask] = ACTIONS(8787), - [anon_sym_ATstory] = ACTIONS(8789), - [anon_sym_ATendstory] = ACTIONS(4429), - [anon_sym_ATbefore] = ACTIONS(8791), - [anon_sym_ATafter] = ACTIONS(8793), - [anon_sym_ATsuccess] = ACTIONS(8795), - [anon_sym_ATfinished] = ACTIONS(8797), - [anon_sym_ATpersist] = ACTIONS(8799), - [anon_sym_ATteleport] = ACTIONS(8801), - [anon_sym_ATvolt] = ACTIONS(8803), - [aux_sym__text_token1] = ACTIONS(8805), - [aux_sym__text_token2] = ACTIONS(8805), - [aux_sym__text_token3] = ACTIONS(8807), - }, [493] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(8967), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [494] = { + [sym__definition] = STATE(504), + [sym_keyword] = STATE(504), + [sym_php_statement] = STATE(504), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(504), + [sym__inline_directive] = STATE(504), + [sym__use] = STATE(504), + [sym__nested_directive] = STATE(504), + [sym_fragment] = STATE(504), + [sym_section] = STATE(504), + [sym_inlineSection] = STATE(504), + [sym_once] = STATE(504), + [sym_verbatim] = STATE(504), + [sym_stack] = STATE(504), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(504), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(504), + [sym_loop] = STATE(504), + [sym_loop_operator] = STATE(504), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(504), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(504), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(504), + [sym_text] = STATE(504), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(8969), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -88856,32 +89045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8809), + [aux_sym_section_token1] = ACTIONS(8971), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -88901,1266 +89090,641 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [494] = { - [sym__definition] = STATE(537), - [sym_keyword] = STATE(537), - [sym_php_statement] = STATE(537), - [sym__escaped] = STATE(2275), - [sym__unescaped] = STATE(2275), - [sym__raw] = STATE(2275), - [sym__inline_raw] = STATE(2275), - [sym__multi_line_raw] = STATE(2275), - [sym__js] = STATE(2275), - [sym_attribute] = STATE(537), - [sym__inline_directive] = STATE(537), - [sym__use] = STATE(537), - [sym__nested_directive] = STATE(537), - [sym_fragment] = STATE(537), - [sym_section] = STATE(537), - [sym_inlineSection] = STATE(537), - [sym_once] = STATE(537), - [sym_verbatim] = STATE(537), - [sym_stack] = STATE(537), - [sym__push] = STATE(2276), - [sym__pushOnce] = STATE(2276), - [sym__pushIf] = STATE(2276), - [sym__prepend] = STATE(2276), - [sym__prependOnce] = STATE(2276), - [sym_conditional] = STATE(537), - [sym__if] = STATE(2277), - [sym__unless] = STATE(2277), - [sym__isset] = STATE(2277), - [sym__empty] = STATE(2277), - [sym__auth] = STATE(2277), - [sym__guest] = STATE(2277), - [sym__production] = STATE(2277), - [sym__env] = STATE(2277), - [sym__hasSection] = STATE(2277), - [sym__sectionMissing] = STATE(2277), - [sym__error] = STATE(2277), - [sym_authorization] = STATE(2277), - [sym__can] = STATE(2278), - [sym__cannot] = STATE(2278), - [sym__canany] = STATE(2278), - [sym__feature] = STATE(2277), - [sym__custom] = STATE(2277), - [sym_switch] = STATE(537), - [sym_loop] = STATE(537), - [sym_loop_operator] = STATE(537), - [sym__for] = STATE(2279), - [sym__foreach] = STATE(2279), - [sym__forelse] = STATE(2279), - [sym__while] = STATE(2279), - [sym_envoy] = STATE(537), - [sym__setup] = STATE(2275), - [sym__task] = STATE(2280), - [sym__story] = STATE(2280), - [sym__hooks] = STATE(2275), - [sym__before] = STATE(2275), - [sym__after] = STATE(2275), - [sym__envoy_error] = STATE(2275), - [sym__success] = STATE(2275), - [sym__finished] = STATE(2275), - [sym_livewire] = STATE(537), - [sym__persist] = STATE(2281), - [sym__teleport] = STATE(2281), - [sym__volt] = STATE(2281), - [aux_sym__directive_body] = STATE(537), - [sym_text] = STATE(537), - [sym__text] = STATE(971), - [aux_sym_php_only_repeat1] = STATE(971), - [sym_comment] = ACTIONS(8811), - [aux_sym_keyword_token1] = ACTIONS(7215), - [anon_sym_LBRACE_LBRACE] = ACTIONS(7217), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(7219), - [anon_sym_ATphp] = ACTIONS(7221), - [anon_sym_ATjs] = ACTIONS(7223), - [aux_sym_attribute_token1] = ACTIONS(7225), - [aux_sym__inline_directive_token1] = ACTIONS(7227), - [aux_sym__inline_directive_token2] = ACTIONS(7229), - [anon_sym_ATuse] = ACTIONS(7231), - [anon_sym_ATfragment] = ACTIONS(7233), - [anon_sym_ATsection] = ACTIONS(7235), - [anon_sym_ATonce] = ACTIONS(7237), - [anon_sym_ATverbatim] = ACTIONS(7239), - [anon_sym_ATpush] = ACTIONS(7241), - [anon_sym_ATpushOnce] = ACTIONS(7243), - [anon_sym_ATpushIf] = ACTIONS(7245), - [anon_sym_ATprepend] = ACTIONS(7247), - [anon_sym_ATprependOnce] = ACTIONS(7249), - [anon_sym_ATif] = ACTIONS(7251), - [anon_sym_ATunless] = ACTIONS(7253), - [anon_sym_ATisset] = ACTIONS(7255), - [anon_sym_ATempty] = ACTIONS(7257), - [anon_sym_ATauth] = ACTIONS(7259), - [anon_sym_ATguest] = ACTIONS(7261), - [anon_sym_ATproduction] = ACTIONS(7263), - [anon_sym_ATenv] = ACTIONS(7265), - [anon_sym_AThasSection] = ACTIONS(7267), - [anon_sym_ATsectionMissing] = ACTIONS(7269), - [anon_sym_ATerror] = ACTIONS(7271), - [anon_sym_ATcan] = ACTIONS(7273), - [anon_sym_ATcannot] = ACTIONS(7275), - [anon_sym_ATcanany] = ACTIONS(7277), - [anon_sym_ATfeature] = ACTIONS(7279), - [aux_sym__custom_token1] = ACTIONS(7281), - [aux_sym__custom_token2] = ACTIONS(7283), - [anon_sym_ATswitch] = ACTIONS(7285), - [aux_sym_loop_operator_token1] = ACTIONS(7287), - [anon_sym_ATfor] = ACTIONS(7289), - [anon_sym_ATendfor] = ACTIONS(4429), - [anon_sym_ATforeach] = ACTIONS(7291), - [anon_sym_ATforelse] = ACTIONS(7293), - [anon_sym_ATwhile] = ACTIONS(7295), - [anon_sym_ATsetup] = ACTIONS(7297), - [anon_sym_ATtask] = ACTIONS(7299), - [anon_sym_ATstory] = ACTIONS(7301), - [anon_sym_ATbefore] = ACTIONS(7303), - [anon_sym_ATafter] = ACTIONS(7305), - [anon_sym_ATsuccess] = ACTIONS(7307), - [anon_sym_ATfinished] = ACTIONS(7309), - [anon_sym_ATpersist] = ACTIONS(7311), - [anon_sym_ATteleport] = ACTIONS(7313), - [anon_sym_ATvolt] = ACTIONS(7315), - [aux_sym__text_token1] = ACTIONS(7317), - [aux_sym__text_token2] = ACTIONS(7317), - [aux_sym__text_token3] = ACTIONS(7319), - }, [495] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(8813), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(8973), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [496] = { - [sym__definition] = STATE(492), - [sym_keyword] = STATE(492), - [sym_php_statement] = STATE(492), - [sym__escaped] = STATE(2705), - [sym__unescaped] = STATE(2705), - [sym__raw] = STATE(2705), - [sym__inline_raw] = STATE(2705), - [sym__multi_line_raw] = STATE(2705), - [sym__js] = STATE(2705), - [sym_attribute] = STATE(492), - [sym__inline_directive] = STATE(492), - [sym__use] = STATE(492), - [sym__nested_directive] = STATE(492), - [sym_fragment] = STATE(492), - [sym_section] = STATE(492), - [sym_inlineSection] = STATE(492), - [sym_once] = STATE(492), - [sym_verbatim] = STATE(492), - [sym_stack] = STATE(492), - [sym__push] = STATE(2706), - [sym__pushOnce] = STATE(2706), - [sym__pushIf] = STATE(2706), - [sym__prepend] = STATE(2706), - [sym__prependOnce] = STATE(2706), - [sym_conditional] = STATE(492), - [sym__if] = STATE(2707), - [sym__unless] = STATE(2707), - [sym__isset] = STATE(2707), - [sym__empty] = STATE(2707), - [sym__auth] = STATE(2707), - [sym__guest] = STATE(2707), - [sym__production] = STATE(2707), - [sym__env] = STATE(2707), - [sym__hasSection] = STATE(2707), - [sym__sectionMissing] = STATE(2707), - [sym__error] = STATE(2707), - [sym_authorization] = STATE(2707), - [sym__can] = STATE(2708), - [sym__cannot] = STATE(2708), - [sym__canany] = STATE(2708), - [sym__feature] = STATE(2707), - [sym__custom] = STATE(2707), - [sym_switch] = STATE(492), - [sym_loop] = STATE(492), - [sym_loop_operator] = STATE(492), - [sym__for] = STATE(2709), - [sym__foreach] = STATE(2709), - [sym__forelse] = STATE(2709), - [sym__while] = STATE(2709), - [sym_envoy] = STATE(492), - [sym__setup] = STATE(2705), - [sym__task] = STATE(2710), - [sym__story] = STATE(2710), - [sym__hooks] = STATE(2705), - [sym__before] = STATE(2705), - [sym__after] = STATE(2705), - [sym__envoy_error] = STATE(2705), - [sym__success] = STATE(2705), - [sym__finished] = STATE(2705), - [sym_livewire] = STATE(492), - [sym__persist] = STATE(2711), - [sym__teleport] = STATE(2711), - [sym__volt] = STATE(2711), - [aux_sym__directive_body] = STATE(492), - [sym_text] = STATE(492), - [sym__text] = STATE(943), - [aux_sym_php_only_repeat1] = STATE(943), - [sym_comment] = ACTIONS(8815), - [aux_sym_keyword_token1] = ACTIONS(8703), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8705), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8707), - [anon_sym_ATphp] = ACTIONS(8709), - [anon_sym_ATjs] = ACTIONS(8711), - [aux_sym_attribute_token1] = ACTIONS(8713), - [aux_sym__inline_directive_token1] = ACTIONS(8715), - [aux_sym__inline_directive_token2] = ACTIONS(8717), - [anon_sym_ATuse] = ACTIONS(8719), - [anon_sym_ATfragment] = ACTIONS(8721), - [anon_sym_ATsection] = ACTIONS(8723), - [anon_sym_ATonce] = ACTIONS(8725), - [anon_sym_ATverbatim] = ACTIONS(8727), - [anon_sym_ATpush] = ACTIONS(8729), - [anon_sym_ATpushOnce] = ACTIONS(8731), - [anon_sym_ATpushIf] = ACTIONS(8733), - [anon_sym_ATprepend] = ACTIONS(8735), - [anon_sym_ATprependOnce] = ACTIONS(8737), - [anon_sym_ATif] = ACTIONS(8739), - [anon_sym_ATunless] = ACTIONS(8741), - [anon_sym_ATisset] = ACTIONS(8743), - [anon_sym_ATempty] = ACTIONS(8745), - [anon_sym_ATauth] = ACTIONS(8747), - [anon_sym_ATguest] = ACTIONS(8749), - [anon_sym_ATproduction] = ACTIONS(8751), - [anon_sym_ATenv] = ACTIONS(8753), - [anon_sym_AThasSection] = ACTIONS(8755), - [anon_sym_ATsectionMissing] = ACTIONS(8757), - [anon_sym_ATerror] = ACTIONS(8759), - [anon_sym_ATcan] = ACTIONS(8761), - [anon_sym_ATcannot] = ACTIONS(8763), - [anon_sym_ATcanany] = ACTIONS(8765), - [anon_sym_ATfeature] = ACTIONS(8767), - [aux_sym__custom_token1] = ACTIONS(8769), - [aux_sym__custom_token2] = ACTIONS(8771), - [anon_sym_ATswitch] = ACTIONS(8773), - [aux_sym_loop_operator_token1] = ACTIONS(8775), - [anon_sym_ATfor] = ACTIONS(8777), - [anon_sym_ATforeach] = ACTIONS(8779), - [anon_sym_ATforelse] = ACTIONS(8781), - [anon_sym_ATwhile] = ACTIONS(8783), - [anon_sym_ATsetup] = ACTIONS(8785), - [anon_sym_ATtask] = ACTIONS(8787), - [anon_sym_ATstory] = ACTIONS(8789), - [anon_sym_ATendstory] = ACTIONS(4981), - [anon_sym_ATbefore] = ACTIONS(8791), - [anon_sym_ATafter] = ACTIONS(8793), - [anon_sym_ATsuccess] = ACTIONS(8795), - [anon_sym_ATfinished] = ACTIONS(8797), - [anon_sym_ATpersist] = ACTIONS(8799), - [anon_sym_ATteleport] = ACTIONS(8801), - [anon_sym_ATvolt] = ACTIONS(8803), - [aux_sym__text_token1] = ACTIONS(8805), - [aux_sym__text_token2] = ACTIONS(8805), - [aux_sym__text_token3] = ACTIONS(8807), + [sym__definition] = STATE(510), + [sym_keyword] = STATE(510), + [sym_php_statement] = STATE(510), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(510), + [sym__inline_directive] = STATE(510), + [sym__use] = STATE(510), + [sym__nested_directive] = STATE(510), + [sym_fragment] = STATE(510), + [sym_section] = STATE(510), + [sym_inlineSection] = STATE(510), + [sym_once] = STATE(510), + [sym_verbatim] = STATE(510), + [sym_stack] = STATE(510), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(510), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(510), + [sym_loop] = STATE(510), + [sym_loop_operator] = STATE(510), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(510), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(510), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(510), + [sym_text] = STATE(510), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(8975), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(8977), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, [497] = { - [sym__definition] = STATE(497), - [sym_keyword] = STATE(497), - [sym_php_statement] = STATE(497), - [sym__escaped] = STATE(2153), - [sym__unescaped] = STATE(2153), - [sym__raw] = STATE(2153), - [sym__inline_raw] = STATE(2153), - [sym__multi_line_raw] = STATE(2153), - [sym__js] = STATE(2153), - [sym_attribute] = STATE(497), - [sym__inline_directive] = STATE(497), - [sym__use] = STATE(497), - [sym__nested_directive] = STATE(497), - [sym_fragment] = STATE(497), - [sym_section] = STATE(497), - [sym_inlineSection] = STATE(497), - [sym_once] = STATE(497), - [sym_verbatim] = STATE(497), - [sym_stack] = STATE(497), - [sym__push] = STATE(2152), - [sym__pushOnce] = STATE(2152), - [sym__pushIf] = STATE(2152), - [sym__prepend] = STATE(2152), - [sym__prependOnce] = STATE(2152), - [sym_conditional] = STATE(497), - [sym__if] = STATE(2151), - [sym__unless] = STATE(2151), - [sym__isset] = STATE(2151), - [sym__empty] = STATE(2151), - [sym__auth] = STATE(2151), - [sym__guest] = STATE(2151), - [sym__production] = STATE(2151), - [sym__env] = STATE(2151), - [sym__hasSection] = STATE(2151), - [sym__sectionMissing] = STATE(2151), - [sym__error] = STATE(2151), - [sym_authorization] = STATE(2151), - [sym__can] = STATE(2150), - [sym__cannot] = STATE(2150), - [sym__canany] = STATE(2150), - [sym__feature] = STATE(2151), - [sym__custom] = STATE(2151), - [sym_switch] = STATE(497), - [sym_loop] = STATE(497), - [sym_loop_operator] = STATE(497), - [sym__for] = STATE(2149), - [sym__foreach] = STATE(2149), - [sym__forelse] = STATE(2149), - [sym__while] = STATE(2149), - [sym_envoy] = STATE(497), - [sym__setup] = STATE(2153), - [sym__task] = STATE(2148), - [sym__story] = STATE(2148), - [sym__hooks] = STATE(2153), - [sym__before] = STATE(2153), - [sym__after] = STATE(2153), - [sym__envoy_error] = STATE(2153), - [sym__success] = STATE(2153), - [sym__finished] = STATE(2153), - [sym_livewire] = STATE(497), - [sym__persist] = STATE(2147), - [sym__teleport] = STATE(2147), - [sym__volt] = STATE(2147), - [aux_sym__directive_body] = STATE(497), - [sym_text] = STATE(497), - [sym__text] = STATE(1314), - [aux_sym_php_only_repeat1] = STATE(1314), - [sym_comment] = ACTIONS(8817), - [aux_sym_keyword_token1] = ACTIONS(8820), - [anon_sym_LBRACE_LBRACE] = ACTIONS(8823), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8826), - [anon_sym_ATphp] = ACTIONS(8829), - [anon_sym_ATjs] = ACTIONS(8832), - [aux_sym_attribute_token1] = ACTIONS(8835), - [aux_sym__inline_directive_token1] = ACTIONS(8838), - [aux_sym__inline_directive_token2] = ACTIONS(8841), - [anon_sym_ATuse] = ACTIONS(8844), - [anon_sym_ATfragment] = ACTIONS(8847), - [anon_sym_ATsection] = ACTIONS(8850), - [anon_sym_ATonce] = ACTIONS(8853), - [anon_sym_ATverbatim] = ACTIONS(8856), - [anon_sym_ATpush] = ACTIONS(8859), - [anon_sym_ATpushOnce] = ACTIONS(8862), - [anon_sym_ATpushIf] = ACTIONS(8865), - [anon_sym_ATprepend] = ACTIONS(8868), - [anon_sym_ATendprepend] = ACTIONS(5333), - [anon_sym_ATprependOnce] = ACTIONS(8871), - [anon_sym_ATif] = ACTIONS(8874), - [anon_sym_ATunless] = ACTIONS(8877), - [anon_sym_ATisset] = ACTIONS(8880), - [anon_sym_ATempty] = ACTIONS(8883), - [anon_sym_ATauth] = ACTIONS(8886), - [anon_sym_ATguest] = ACTIONS(8889), - [anon_sym_ATproduction] = ACTIONS(8892), - [anon_sym_ATenv] = ACTIONS(8895), - [anon_sym_AThasSection] = ACTIONS(8898), - [anon_sym_ATsectionMissing] = ACTIONS(8901), - [anon_sym_ATerror] = ACTIONS(8904), - [anon_sym_ATcan] = ACTIONS(8907), - [anon_sym_ATcannot] = ACTIONS(8910), - [anon_sym_ATcanany] = ACTIONS(8913), - [anon_sym_ATfeature] = ACTIONS(8916), - [aux_sym__custom_token1] = ACTIONS(8919), - [aux_sym__custom_token2] = ACTIONS(8922), - [anon_sym_ATswitch] = ACTIONS(8925), - [aux_sym_loop_operator_token1] = ACTIONS(8928), - [anon_sym_ATfor] = ACTIONS(8931), - [anon_sym_ATforeach] = ACTIONS(8934), - [anon_sym_ATforelse] = ACTIONS(8937), - [anon_sym_ATwhile] = ACTIONS(8940), - [anon_sym_ATsetup] = ACTIONS(8943), - [anon_sym_ATtask] = ACTIONS(8946), - [anon_sym_ATstory] = ACTIONS(8949), - [anon_sym_ATbefore] = ACTIONS(8952), - [anon_sym_ATafter] = ACTIONS(8955), - [anon_sym_ATsuccess] = ACTIONS(8958), - [anon_sym_ATfinished] = ACTIONS(8961), - [anon_sym_ATpersist] = ACTIONS(8964), - [anon_sym_ATteleport] = ACTIONS(8967), - [anon_sym_ATvolt] = ACTIONS(8970), - [aux_sym__text_token1] = ACTIONS(8973), - [aux_sym__text_token2] = ACTIONS(8973), - [aux_sym__text_token3] = ACTIONS(8976), + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(8979), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [498] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(8979), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(498), + [sym_keyword] = STATE(498), + [sym_php_statement] = STATE(498), + [sym__escaped] = STATE(2472), + [sym__unescaped] = STATE(2472), + [sym__raw] = STATE(2472), + [sym__inline_raw] = STATE(2472), + [sym__multi_line_raw] = STATE(2472), + [sym__js] = STATE(2472), + [sym_attribute] = STATE(498), + [sym__inline_directive] = STATE(498), + [sym__use] = STATE(498), + [sym__nested_directive] = STATE(498), + [sym_fragment] = STATE(498), + [sym_section] = STATE(498), + [sym_inlineSection] = STATE(498), + [sym_once] = STATE(498), + [sym_verbatim] = STATE(498), + [sym_stack] = STATE(498), + [sym__push] = STATE(2473), + [sym__pushOnce] = STATE(2473), + [sym__pushIf] = STATE(2473), + [sym__prepend] = STATE(2473), + [sym__prependOnce] = STATE(2473), + [sym_conditional] = STATE(498), + [sym__if] = STATE(2474), + [sym__unless] = STATE(2474), + [sym__isset] = STATE(2474), + [sym__empty] = STATE(2474), + [sym__auth] = STATE(2474), + [sym__guest] = STATE(2474), + [sym__production] = STATE(2474), + [sym__env] = STATE(2474), + [sym__hasSection] = STATE(2474), + [sym__sectionMissing] = STATE(2474), + [sym__error] = STATE(2474), + [sym_authorization] = STATE(2474), + [sym__can] = STATE(2475), + [sym__cannot] = STATE(2475), + [sym__canany] = STATE(2475), + [sym__feature] = STATE(2474), + [sym__custom] = STATE(2474), + [sym_switch] = STATE(498), + [sym_loop] = STATE(498), + [sym_loop_operator] = STATE(498), + [sym__for] = STATE(2476), + [sym__foreach] = STATE(2476), + [sym__forelse] = STATE(2476), + [sym__while] = STATE(2476), + [sym_envoy] = STATE(498), + [sym__setup] = STATE(2472), + [sym__task] = STATE(2477), + [sym__story] = STATE(2477), + [sym__hooks] = STATE(2472), + [sym__before] = STATE(2472), + [sym__after] = STATE(2472), + [sym__envoy_error] = STATE(2472), + [sym__success] = STATE(2472), + [sym__finished] = STATE(2472), + [sym_livewire] = STATE(498), + [sym__persist] = STATE(2478), + [sym__teleport] = STATE(2478), + [sym__volt] = STATE(2478), + [aux_sym__directive_body] = STATE(498), + [sym_text] = STATE(498), + [sym__text] = STATE(979), + [aux_sym_php_only_repeat1] = STATE(979), + [sym_comment] = ACTIONS(8981), + [aux_sym_keyword_token1] = ACTIONS(8984), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8987), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8990), + [anon_sym_ATphp] = ACTIONS(8993), + [anon_sym_ATjs] = ACTIONS(8996), + [aux_sym_attribute_token1] = ACTIONS(8999), + [aux_sym__inline_directive_token1] = ACTIONS(9002), + [aux_sym__inline_directive_token2] = ACTIONS(9005), + [anon_sym_ATuse] = ACTIONS(9008), + [anon_sym_ATfragment] = ACTIONS(9011), + [anon_sym_ATsection] = ACTIONS(9014), + [anon_sym_ATonce] = ACTIONS(9017), + [anon_sym_ATverbatim] = ACTIONS(9020), + [anon_sym_ATpush] = ACTIONS(9023), + [anon_sym_ATpushOnce] = ACTIONS(9026), + [anon_sym_ATpushIf] = ACTIONS(9029), + [anon_sym_ATprepend] = ACTIONS(9032), + [anon_sym_ATprependOnce] = ACTIONS(9035), + [anon_sym_ATif] = ACTIONS(9038), + [anon_sym_ATunless] = ACTIONS(9041), + [anon_sym_ATisset] = ACTIONS(9044), + [anon_sym_ATempty] = ACTIONS(9047), + [anon_sym_ATauth] = ACTIONS(9050), + [anon_sym_ATguest] = ACTIONS(9053), + [anon_sym_ATproduction] = ACTIONS(9056), + [anon_sym_ATenv] = ACTIONS(9059), + [anon_sym_AThasSection] = ACTIONS(9062), + [anon_sym_ATsectionMissing] = ACTIONS(9065), + [anon_sym_ATerror] = ACTIONS(9068), + [anon_sym_ATcan] = ACTIONS(9071), + [anon_sym_ATcannot] = ACTIONS(9074), + [anon_sym_ATcanany] = ACTIONS(9077), + [anon_sym_ATfeature] = ACTIONS(9080), + [aux_sym__custom_token1] = ACTIONS(9083), + [aux_sym__custom_token2] = ACTIONS(9086), + [anon_sym_ATswitch] = ACTIONS(9089), + [aux_sym_loop_operator_token1] = ACTIONS(9092), + [anon_sym_ATfor] = ACTIONS(9095), + [anon_sym_ATforeach] = ACTIONS(9098), + [anon_sym_ATforelse] = ACTIONS(9101), + [anon_sym_ATendforelse] = ACTIONS(5111), + [anon_sym_ATwhile] = ACTIONS(9104), + [anon_sym_ATsetup] = ACTIONS(9107), + [anon_sym_ATtask] = ACTIONS(9110), + [anon_sym_ATstory] = ACTIONS(9113), + [anon_sym_ATbefore] = ACTIONS(9116), + [anon_sym_ATafter] = ACTIONS(9119), + [anon_sym_ATsuccess] = ACTIONS(9122), + [anon_sym_ATfinished] = ACTIONS(9125), + [anon_sym_ATpersist] = ACTIONS(9128), + [anon_sym_ATteleport] = ACTIONS(9131), + [anon_sym_ATvolt] = ACTIONS(9134), + [aux_sym__text_token1] = ACTIONS(9137), + [aux_sym__text_token2] = ACTIONS(9137), + [aux_sym__text_token3] = ACTIONS(9140), }, [499] = { - [sym__definition] = STATE(622), - [sym_keyword] = STATE(622), - [sym_php_statement] = STATE(622), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(622), - [sym__inline_directive] = STATE(622), - [sym__use] = STATE(622), - [sym__nested_directive] = STATE(622), - [sym_fragment] = STATE(622), - [sym_section] = STATE(622), - [sym_inlineSection] = STATE(622), - [sym_once] = STATE(622), - [sym_verbatim] = STATE(622), - [sym_stack] = STATE(622), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(622), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(622), - [sym_loop] = STATE(622), - [sym_loop_operator] = STATE(622), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(622), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(622), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(622), - [sym_text] = STATE(622), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(8981), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(8983), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(292), + [sym_keyword] = STATE(292), + [sym_php_statement] = STATE(292), + [sym__escaped] = STATE(3657), + [sym__unescaped] = STATE(3657), + [sym__raw] = STATE(3657), + [sym__inline_raw] = STATE(3657), + [sym__multi_line_raw] = STATE(3657), + [sym__js] = STATE(3657), + [sym_attribute] = STATE(292), + [sym__inline_directive] = STATE(292), + [sym__use] = STATE(292), + [sym__nested_directive] = STATE(292), + [sym_fragment] = STATE(292), + [sym_section] = STATE(292), + [sym_inlineSection] = STATE(292), + [sym_once] = STATE(292), + [sym_verbatim] = STATE(292), + [sym_stack] = STATE(292), + [sym__push] = STATE(3658), + [sym__pushOnce] = STATE(3658), + [sym__pushIf] = STATE(3658), + [sym__prepend] = STATE(3658), + [sym__prependOnce] = STATE(3658), + [sym_conditional] = STATE(292), + [sym__if] = STATE(3659), + [sym__unless] = STATE(3659), + [sym__isset] = STATE(3659), + [sym__empty] = STATE(3659), + [sym__auth] = STATE(3659), + [sym__guest] = STATE(3659), + [sym__production] = STATE(3659), + [sym__env] = STATE(3659), + [sym__hasSection] = STATE(3659), + [sym__sectionMissing] = STATE(3659), + [sym__error] = STATE(3659), + [sym_authorization] = STATE(3659), + [sym__can] = STATE(3660), + [sym__cannot] = STATE(3660), + [sym__canany] = STATE(3660), + [sym__feature] = STATE(3659), + [sym__custom] = STATE(3659), + [sym_switch] = STATE(292), + [sym_loop] = STATE(292), + [sym_loop_operator] = STATE(292), + [sym__for] = STATE(3661), + [sym__foreach] = STATE(3661), + [sym__forelse] = STATE(3661), + [sym__while] = STATE(3661), + [sym_envoy] = STATE(292), + [sym__setup] = STATE(3657), + [sym__task] = STATE(3662), + [sym__story] = STATE(3662), + [sym__hooks] = STATE(3657), + [sym__before] = STATE(3657), + [sym__after] = STATE(3657), + [sym__envoy_error] = STATE(3657), + [sym__success] = STATE(3657), + [sym__finished] = STATE(3657), + [sym_livewire] = STATE(292), + [sym__persist] = STATE(3664), + [sym__teleport] = STATE(3664), + [sym__volt] = STATE(3664), + [aux_sym__directive_body] = STATE(292), + [sym_text] = STATE(292), + [sym__text] = STATE(846), + [aux_sym_php_only_repeat1] = STATE(846), + [sym_comment] = ACTIONS(9143), + [aux_sym_keyword_token1] = ACTIONS(5811), + [anon_sym_LBRACE_LBRACE] = ACTIONS(5813), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(5815), + [anon_sym_ATphp] = ACTIONS(5817), + [anon_sym_ATjs] = ACTIONS(5819), + [aux_sym_attribute_token1] = ACTIONS(5821), + [aux_sym__inline_directive_token1] = ACTIONS(5823), + [aux_sym__inline_directive_token2] = ACTIONS(5825), + [anon_sym_ATuse] = ACTIONS(5827), + [anon_sym_ATfragment] = ACTIONS(5829), + [anon_sym_ATendfragment] = ACTIONS(4429), + [anon_sym_ATsection] = ACTIONS(5831), + [anon_sym_ATonce] = ACTIONS(5833), + [anon_sym_ATverbatim] = ACTIONS(5835), + [anon_sym_ATpush] = ACTIONS(5837), + [anon_sym_ATpushOnce] = ACTIONS(5839), + [anon_sym_ATpushIf] = ACTIONS(5841), + [anon_sym_ATprepend] = ACTIONS(5843), + [anon_sym_ATprependOnce] = ACTIONS(5845), + [anon_sym_ATif] = ACTIONS(5847), + [anon_sym_ATunless] = ACTIONS(5849), + [anon_sym_ATisset] = ACTIONS(5851), + [anon_sym_ATempty] = ACTIONS(5853), + [anon_sym_ATauth] = ACTIONS(5855), + [anon_sym_ATguest] = ACTIONS(5857), + [anon_sym_ATproduction] = ACTIONS(5859), + [anon_sym_ATenv] = ACTIONS(5861), + [anon_sym_AThasSection] = ACTIONS(5863), + [anon_sym_ATsectionMissing] = ACTIONS(5865), + [anon_sym_ATerror] = ACTIONS(5867), + [anon_sym_ATcan] = ACTIONS(5869), + [anon_sym_ATcannot] = ACTIONS(5871), + [anon_sym_ATcanany] = ACTIONS(5873), + [anon_sym_ATfeature] = ACTIONS(5875), + [aux_sym__custom_token1] = ACTIONS(5877), + [aux_sym__custom_token2] = ACTIONS(5879), + [anon_sym_ATswitch] = ACTIONS(5881), + [aux_sym_loop_operator_token1] = ACTIONS(5883), + [anon_sym_ATfor] = ACTIONS(5885), + [anon_sym_ATforeach] = ACTIONS(5887), + [anon_sym_ATforelse] = ACTIONS(5889), + [anon_sym_ATwhile] = ACTIONS(5891), + [anon_sym_ATsetup] = ACTIONS(5893), + [anon_sym_ATtask] = ACTIONS(5895), + [anon_sym_ATstory] = ACTIONS(5897), + [anon_sym_ATbefore] = ACTIONS(5899), + [anon_sym_ATafter] = ACTIONS(5901), + [anon_sym_ATsuccess] = ACTIONS(5903), + [anon_sym_ATfinished] = ACTIONS(5905), + [anon_sym_ATpersist] = ACTIONS(5907), + [anon_sym_ATteleport] = ACTIONS(5909), + [anon_sym_ATvolt] = ACTIONS(5911), + [aux_sym__text_token1] = ACTIONS(5913), + [aux_sym__text_token2] = ACTIONS(5913), + [aux_sym__text_token3] = ACTIONS(5915), }, [500] = { - [sym__definition] = STATE(511), - [sym_keyword] = STATE(511), - [sym_php_statement] = STATE(511), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(511), - [sym__inline_directive] = STATE(511), - [sym__use] = STATE(511), - [sym__nested_directive] = STATE(511), - [sym_fragment] = STATE(511), - [sym_section] = STATE(511), - [sym_inlineSection] = STATE(511), - [sym_once] = STATE(511), - [sym_verbatim] = STATE(511), - [sym_stack] = STATE(511), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(511), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(511), - [sym_loop] = STATE(511), - [sym_loop_operator] = STATE(511), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(511), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(511), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(511), - [sym_text] = STATE(511), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(8985), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(8987), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [501] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(8989), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [502] = { - [sym__definition] = STATE(535), - [sym_keyword] = STATE(535), - [sym_php_statement] = STATE(535), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(535), - [sym__inline_directive] = STATE(535), - [sym__use] = STATE(535), - [sym__nested_directive] = STATE(535), - [sym_fragment] = STATE(535), - [sym_section] = STATE(535), - [sym_inlineSection] = STATE(535), - [sym_once] = STATE(535), - [sym_verbatim] = STATE(535), - [sym_stack] = STATE(535), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(535), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(535), - [sym_loop] = STATE(535), - [sym_loop_operator] = STATE(535), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(535), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(535), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(535), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(535), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(8991), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8993), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [503] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8995), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [504] = { [sym__definition] = STATE(473), [sym_keyword] = STATE(473), [sym_php_statement] = STATE(473), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), + [sym__escaped] = STATE(2646), + [sym__unescaped] = STATE(2646), + [sym__raw] = STATE(2646), + [sym__inline_raw] = STATE(2646), + [sym__multi_line_raw] = STATE(2646), + [sym__js] = STATE(2646), [sym_attribute] = STATE(473), [sym__inline_directive] = STATE(473), [sym__use] = STATE(473), @@ -90171,746 +89735,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(473), [sym_verbatim] = STATE(473), [sym_stack] = STATE(473), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), + [sym__push] = STATE(2647), + [sym__pushOnce] = STATE(2647), + [sym__pushIf] = STATE(2647), + [sym__prepend] = STATE(2647), + [sym__prependOnce] = STATE(2647), [sym_conditional] = STATE(473), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), + [sym__if] = STATE(2648), + [sym__unless] = STATE(2648), + [sym__isset] = STATE(2648), + [sym__empty] = STATE(2648), + [sym__auth] = STATE(2648), + [sym__guest] = STATE(2648), + [sym__production] = STATE(2648), + [sym__env] = STATE(2648), + [sym__hasSection] = STATE(2648), + [sym__sectionMissing] = STATE(2648), + [sym__error] = STATE(2648), + [sym_authorization] = STATE(2648), + [sym__can] = STATE(2649), + [sym__cannot] = STATE(2649), + [sym__canany] = STATE(2649), + [sym__feature] = STATE(2648), + [sym__custom] = STATE(2648), [sym_switch] = STATE(473), [sym_loop] = STATE(473), [sym_loop_operator] = STATE(473), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), + [sym__for] = STATE(2650), + [sym__foreach] = STATE(2650), + [sym__forelse] = STATE(2650), + [sym__while] = STATE(2650), [sym_envoy] = STATE(473), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), + [sym__setup] = STATE(2646), + [sym__task] = STATE(2651), + [sym__story] = STATE(2651), + [sym__hooks] = STATE(2646), + [sym__before] = STATE(2646), + [sym__after] = STATE(2646), + [sym__envoy_error] = STATE(2646), + [sym__success] = STATE(2646), + [sym__finished] = STATE(2646), [sym_livewire] = STATE(473), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), + [sym__persist] = STATE(2652), + [sym__teleport] = STATE(2652), + [sym__volt] = STATE(2652), + [aux_sym__directive_body] = STATE(473), [sym_text] = STATE(473), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(473), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(8997), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8999), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [505] = { - [sym__definition] = STATE(505), - [sym_keyword] = STATE(505), - [sym_php_statement] = STATE(505), - [sym__escaped] = STATE(2447), - [sym__unescaped] = STATE(2447), - [sym__raw] = STATE(2447), - [sym__inline_raw] = STATE(2447), - [sym__multi_line_raw] = STATE(2447), - [sym__js] = STATE(2447), - [sym_attribute] = STATE(505), - [sym__inline_directive] = STATE(505), - [sym__use] = STATE(505), - [sym__nested_directive] = STATE(505), - [sym_fragment] = STATE(505), - [sym_section] = STATE(505), - [sym_inlineSection] = STATE(505), - [sym_once] = STATE(505), - [sym_verbatim] = STATE(505), - [sym_stack] = STATE(505), - [sym__push] = STATE(2448), - [sym__pushOnce] = STATE(2448), - [sym__pushIf] = STATE(2448), - [sym__prepend] = STATE(2448), - [sym__prependOnce] = STATE(2448), - [sym_conditional] = STATE(505), - [sym__if] = STATE(2449), - [sym__unless] = STATE(2449), - [sym__isset] = STATE(2449), - [sym__empty] = STATE(2449), - [sym__auth] = STATE(2449), - [sym__guest] = STATE(2449), - [sym__production] = STATE(2449), - [sym__env] = STATE(2449), - [sym__hasSection] = STATE(2449), - [sym__sectionMissing] = STATE(2449), - [sym__error] = STATE(2449), - [sym_authorization] = STATE(2449), - [sym__can] = STATE(2450), - [sym__cannot] = STATE(2450), - [sym__canany] = STATE(2450), - [sym__feature] = STATE(2449), - [sym__custom] = STATE(2449), - [sym_switch] = STATE(505), - [sym_loop] = STATE(505), - [sym_loop_operator] = STATE(505), - [sym__for] = STATE(2451), - [sym__foreach] = STATE(2451), - [sym__forelse] = STATE(2451), - [sym__while] = STATE(2451), - [sym_envoy] = STATE(505), - [sym__setup] = STATE(2447), - [sym__task] = STATE(2452), - [sym__story] = STATE(2452), - [sym__hooks] = STATE(2447), - [sym__before] = STATE(2447), - [sym__after] = STATE(2447), - [sym__envoy_error] = STATE(2447), - [sym__success] = STATE(2447), - [sym__finished] = STATE(2447), - [sym_livewire] = STATE(505), - [sym__persist] = STATE(2453), - [sym__teleport] = STATE(2453), - [sym__volt] = STATE(2453), - [aux_sym__directive_body] = STATE(505), - [sym_text] = STATE(505), - [sym__text] = STATE(961), - [aux_sym_php_only_repeat1] = STATE(961), - [sym_comment] = ACTIONS(9001), - [aux_sym_keyword_token1] = ACTIONS(9004), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9007), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9010), - [anon_sym_ATphp] = ACTIONS(9013), - [anon_sym_ATjs] = ACTIONS(9016), - [aux_sym_attribute_token1] = ACTIONS(9019), - [aux_sym__inline_directive_token1] = ACTIONS(9022), - [aux_sym__inline_directive_token2] = ACTIONS(9025), - [anon_sym_ATuse] = ACTIONS(9028), - [anon_sym_ATfragment] = ACTIONS(9031), - [anon_sym_ATsection] = ACTIONS(9034), - [anon_sym_ATonce] = ACTIONS(9037), - [anon_sym_ATverbatim] = ACTIONS(9040), - [anon_sym_ATpush] = ACTIONS(9043), - [anon_sym_ATpushOnce] = ACTIONS(9046), - [anon_sym_ATpushIf] = ACTIONS(9049), - [anon_sym_ATprepend] = ACTIONS(9052), - [anon_sym_ATprependOnce] = ACTIONS(9055), - [anon_sym_ATif] = ACTIONS(9058), - [anon_sym_ATunless] = ACTIONS(9061), - [anon_sym_ATisset] = ACTIONS(9064), - [anon_sym_ATempty] = ACTIONS(9067), - [anon_sym_ATauth] = ACTIONS(9070), - [anon_sym_ATguest] = ACTIONS(9073), - [anon_sym_ATproduction] = ACTIONS(9076), - [anon_sym_ATenv] = ACTIONS(9079), - [anon_sym_AThasSection] = ACTIONS(9082), - [anon_sym_ATsectionMissing] = ACTIONS(9085), - [anon_sym_ATerror] = ACTIONS(9088), - [anon_sym_ATcan] = ACTIONS(9091), - [anon_sym_ATcannot] = ACTIONS(9094), - [anon_sym_ATcanany] = ACTIONS(9097), - [anon_sym_ATfeature] = ACTIONS(9100), - [aux_sym__custom_token1] = ACTIONS(9103), - [aux_sym__custom_token2] = ACTIONS(9106), - [anon_sym_ATswitch] = ACTIONS(9109), - [aux_sym_loop_operator_token1] = ACTIONS(9112), - [anon_sym_ATfor] = ACTIONS(9115), - [anon_sym_ATforeach] = ACTIONS(9118), - [anon_sym_ATforelse] = ACTIONS(9121), - [anon_sym_ATendforelse] = ACTIONS(5333), - [anon_sym_ATwhile] = ACTIONS(9124), - [anon_sym_ATsetup] = ACTIONS(9127), - [anon_sym_ATtask] = ACTIONS(9130), - [anon_sym_ATstory] = ACTIONS(9133), - [anon_sym_ATbefore] = ACTIONS(9136), - [anon_sym_ATafter] = ACTIONS(9139), - [anon_sym_ATsuccess] = ACTIONS(9142), - [anon_sym_ATfinished] = ACTIONS(9145), - [anon_sym_ATpersist] = ACTIONS(9148), - [anon_sym_ATteleport] = ACTIONS(9151), - [anon_sym_ATvolt] = ACTIONS(9154), - [aux_sym__text_token1] = ACTIONS(9157), - [aux_sym__text_token2] = ACTIONS(9157), - [aux_sym__text_token3] = ACTIONS(9160), - }, - [506] = { - [sym__definition] = STATE(475), - [sym_keyword] = STATE(475), - [sym_php_statement] = STATE(475), - [sym__escaped] = STATE(2619), - [sym__unescaped] = STATE(2619), - [sym__raw] = STATE(2619), - [sym__inline_raw] = STATE(2619), - [sym__multi_line_raw] = STATE(2619), - [sym__js] = STATE(2619), - [sym_attribute] = STATE(475), - [sym__inline_directive] = STATE(475), - [sym__use] = STATE(475), - [sym__nested_directive] = STATE(475), - [sym_fragment] = STATE(475), - [sym_section] = STATE(475), - [sym_inlineSection] = STATE(475), - [sym_once] = STATE(475), - [sym_verbatim] = STATE(475), - [sym_stack] = STATE(475), - [sym__push] = STATE(2620), - [sym__pushOnce] = STATE(2620), - [sym__pushIf] = STATE(2620), - [sym__prepend] = STATE(2620), - [sym__prependOnce] = STATE(2620), - [sym_conditional] = STATE(475), - [sym__if] = STATE(2621), - [sym__unless] = STATE(2621), - [sym__isset] = STATE(2621), - [sym__empty] = STATE(2621), - [sym__auth] = STATE(2621), - [sym__guest] = STATE(2621), - [sym__production] = STATE(2621), - [sym__env] = STATE(2621), - [sym__hasSection] = STATE(2621), - [sym__sectionMissing] = STATE(2621), - [sym__error] = STATE(2621), - [sym_authorization] = STATE(2621), - [sym__can] = STATE(2622), - [sym__cannot] = STATE(2622), - [sym__canany] = STATE(2622), - [sym__feature] = STATE(2621), - [sym__custom] = STATE(2621), - [sym_switch] = STATE(475), - [sym_loop] = STATE(475), - [sym_loop_operator] = STATE(475), - [sym__for] = STATE(2623), - [sym__foreach] = STATE(2623), - [sym__forelse] = STATE(2623), - [sym__while] = STATE(2623), - [sym_envoy] = STATE(475), - [sym__setup] = STATE(2619), - [sym__task] = STATE(2624), - [sym__story] = STATE(2624), - [sym__hooks] = STATE(2619), - [sym__before] = STATE(2619), - [sym__after] = STATE(2619), - [sym__envoy_error] = STATE(2619), - [sym__success] = STATE(2619), - [sym__finished] = STATE(2619), - [sym_livewire] = STATE(475), - [sym__persist] = STATE(2625), - [sym__teleport] = STATE(2625), - [sym__volt] = STATE(2625), - [aux_sym__directive_body] = STATE(475), - [sym_text] = STATE(475), - [sym__text] = STATE(951), - [aux_sym_php_only_repeat1] = STATE(951), - [sym_comment] = ACTIONS(9163), - [aux_sym_keyword_token1] = ACTIONS(9165), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9167), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9169), - [anon_sym_ATphp] = ACTIONS(9171), - [anon_sym_ATjs] = ACTIONS(9173), - [aux_sym_attribute_token1] = ACTIONS(9175), - [aux_sym__inline_directive_token1] = ACTIONS(9177), - [aux_sym__inline_directive_token2] = ACTIONS(9179), - [anon_sym_ATuse] = ACTIONS(9181), - [anon_sym_ATfragment] = ACTIONS(9183), - [anon_sym_ATsection] = ACTIONS(9185), - [anon_sym_ATonce] = ACTIONS(9187), - [anon_sym_ATverbatim] = ACTIONS(9189), - [anon_sym_ATpush] = ACTIONS(9191), - [anon_sym_ATpushOnce] = ACTIONS(9193), - [anon_sym_ATpushIf] = ACTIONS(9195), - [anon_sym_ATprepend] = ACTIONS(9197), - [anon_sym_ATprependOnce] = ACTIONS(9199), - [anon_sym_ATif] = ACTIONS(9201), - [anon_sym_ATunless] = ACTIONS(9203), - [anon_sym_ATisset] = ACTIONS(9205), - [anon_sym_ATempty] = ACTIONS(9207), - [anon_sym_ATauth] = ACTIONS(9209), - [anon_sym_ATguest] = ACTIONS(9211), - [anon_sym_ATproduction] = ACTIONS(9213), - [anon_sym_ATenv] = ACTIONS(9215), - [anon_sym_AThasSection] = ACTIONS(9217), - [anon_sym_ATsectionMissing] = ACTIONS(9219), - [anon_sym_ATerror] = ACTIONS(9221), - [anon_sym_ATcan] = ACTIONS(9223), - [anon_sym_ATcannot] = ACTIONS(9225), - [anon_sym_ATcanany] = ACTIONS(9227), - [anon_sym_ATfeature] = ACTIONS(9229), - [aux_sym__custom_token1] = ACTIONS(9231), - [aux_sym__custom_token2] = ACTIONS(9233), - [anon_sym_ATswitch] = ACTIONS(9235), - [aux_sym_loop_operator_token1] = ACTIONS(9237), - [anon_sym_ATfor] = ACTIONS(9239), - [anon_sym_ATforeach] = ACTIONS(9241), - [anon_sym_ATforelse] = ACTIONS(9243), - [anon_sym_ATwhile] = ACTIONS(9245), - [anon_sym_ATsetup] = ACTIONS(9247), - [anon_sym_ATtask] = ACTIONS(9249), - [anon_sym_ATendtask] = ACTIONS(4429), - [anon_sym_ATstory] = ACTIONS(9251), - [anon_sym_ATbefore] = ACTIONS(9253), - [anon_sym_ATafter] = ACTIONS(9255), - [anon_sym_ATsuccess] = ACTIONS(9257), - [anon_sym_ATfinished] = ACTIONS(9259), - [anon_sym_ATpersist] = ACTIONS(9261), - [anon_sym_ATteleport] = ACTIONS(9263), - [anon_sym_ATvolt] = ACTIONS(9265), - [aux_sym__text_token1] = ACTIONS(9267), - [aux_sym__text_token2] = ACTIONS(9267), - [aux_sym__text_token3] = ACTIONS(9269), - }, - [507] = { - [sym__definition] = STATE(559), - [sym_keyword] = STATE(559), - [sym_php_statement] = STATE(559), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(559), - [sym__inline_directive] = STATE(559), - [sym__use] = STATE(559), - [sym__nested_directive] = STATE(559), - [sym_fragment] = STATE(559), - [sym_section] = STATE(559), - [sym_inlineSection] = STATE(559), - [sym_once] = STATE(559), - [sym_verbatim] = STATE(559), - [sym_stack] = STATE(559), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(559), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(559), - [sym_loop] = STATE(559), - [sym_loop_operator] = STATE(559), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(559), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(559), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(559), - [sym_text] = STATE(559), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(9271), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(9273), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [508] = { - [sym__definition] = STATE(523), - [sym_keyword] = STATE(523), - [sym_php_statement] = STATE(523), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(523), - [sym__inline_directive] = STATE(523), - [sym__use] = STATE(523), - [sym__nested_directive] = STATE(523), - [sym_fragment] = STATE(523), - [sym_section] = STATE(523), - [sym_inlineSection] = STATE(523), - [sym_once] = STATE(523), - [sym_verbatim] = STATE(523), - [sym_stack] = STATE(523), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(523), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(523), - [sym_loop] = STATE(523), - [sym_loop_operator] = STATE(523), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(523), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(523), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(523), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(523), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(9275), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9277), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), + [sym__text] = STATE(969), + [aux_sym_php_only_repeat1] = STATE(969), + [sym_comment] = ACTIONS(9145), + [aux_sym_keyword_token1] = ACTIONS(9147), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9149), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9151), + [anon_sym_ATphp] = ACTIONS(9153), + [anon_sym_ATjs] = ACTIONS(9155), + [aux_sym_attribute_token1] = ACTIONS(9157), + [aux_sym__inline_directive_token1] = ACTIONS(9159), + [aux_sym__inline_directive_token2] = ACTIONS(9161), + [anon_sym_ATuse] = ACTIONS(9163), + [anon_sym_ATfragment] = ACTIONS(9165), + [anon_sym_ATsection] = ACTIONS(9167), + [anon_sym_ATonce] = ACTIONS(9169), + [anon_sym_ATverbatim] = ACTIONS(9171), + [anon_sym_ATpush] = ACTIONS(9173), + [anon_sym_ATpushOnce] = ACTIONS(9175), + [anon_sym_ATpushIf] = ACTIONS(9177), + [anon_sym_ATprepend] = ACTIONS(9179), + [anon_sym_ATprependOnce] = ACTIONS(9181), + [anon_sym_ATif] = ACTIONS(9183), + [anon_sym_ATunless] = ACTIONS(9185), + [anon_sym_ATisset] = ACTIONS(9187), + [anon_sym_ATempty] = ACTIONS(9189), + [anon_sym_ATauth] = ACTIONS(9191), + [anon_sym_ATguest] = ACTIONS(9193), + [anon_sym_ATproduction] = ACTIONS(9195), + [anon_sym_ATenv] = ACTIONS(9197), + [anon_sym_AThasSection] = ACTIONS(9199), + [anon_sym_ATsectionMissing] = ACTIONS(9201), + [anon_sym_ATerror] = ACTIONS(9203), + [anon_sym_ATcan] = ACTIONS(9205), + [anon_sym_ATcannot] = ACTIONS(9207), + [anon_sym_ATcanany] = ACTIONS(9209), + [anon_sym_ATfeature] = ACTIONS(9211), + [aux_sym__custom_token1] = ACTIONS(9213), + [aux_sym__custom_token2] = ACTIONS(9215), + [anon_sym_ATswitch] = ACTIONS(9217), + [aux_sym_loop_operator_token1] = ACTIONS(9219), + [anon_sym_ATfor] = ACTIONS(9221), + [anon_sym_ATforeach] = ACTIONS(9223), + [anon_sym_ATforelse] = ACTIONS(9225), + [anon_sym_ATwhile] = ACTIONS(9227), + [anon_sym_ATsetup] = ACTIONS(9229), + [anon_sym_ATtask] = ACTIONS(9231), + [anon_sym_ATendtask] = ACTIONS(5621), + [anon_sym_ATstory] = ACTIONS(9233), + [anon_sym_ATbefore] = ACTIONS(9235), + [anon_sym_ATafter] = ACTIONS(9237), + [anon_sym_ATsuccess] = ACTIONS(9239), + [anon_sym_ATfinished] = ACTIONS(9241), + [anon_sym_ATpersist] = ACTIONS(9243), + [anon_sym_ATteleport] = ACTIONS(9245), + [anon_sym_ATvolt] = ACTIONS(9247), + [aux_sym__text_token1] = ACTIONS(9249), + [aux_sym__text_token2] = ACTIONS(9249), + [aux_sym__text_token3] = ACTIONS(9251), }, - [509] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9279), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [510] = { + [501] = { [sym__definition] = STATE(506), [sym_keyword] = STATE(506), [sym_php_statement] = STATE(506), - [sym__escaped] = STATE(2619), - [sym__unescaped] = STATE(2619), - [sym__raw] = STATE(2619), - [sym__inline_raw] = STATE(2619), - [sym__multi_line_raw] = STATE(2619), - [sym__js] = STATE(2619), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), [sym_attribute] = STATE(506), [sym__inline_directive] = STATE(506), [sym__use] = STATE(506), @@ -90921,555 +89860,430 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(506), [sym_verbatim] = STATE(506), [sym_stack] = STATE(506), - [sym__push] = STATE(2620), - [sym__pushOnce] = STATE(2620), - [sym__pushIf] = STATE(2620), - [sym__prepend] = STATE(2620), - [sym__prependOnce] = STATE(2620), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), [sym_conditional] = STATE(506), - [sym__if] = STATE(2621), - [sym__unless] = STATE(2621), - [sym__isset] = STATE(2621), - [sym__empty] = STATE(2621), - [sym__auth] = STATE(2621), - [sym__guest] = STATE(2621), - [sym__production] = STATE(2621), - [sym__env] = STATE(2621), - [sym__hasSection] = STATE(2621), - [sym__sectionMissing] = STATE(2621), - [sym__error] = STATE(2621), - [sym_authorization] = STATE(2621), - [sym__can] = STATE(2622), - [sym__cannot] = STATE(2622), - [sym__canany] = STATE(2622), - [sym__feature] = STATE(2621), - [sym__custom] = STATE(2621), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), [sym_switch] = STATE(506), [sym_loop] = STATE(506), [sym_loop_operator] = STATE(506), - [sym__for] = STATE(2623), - [sym__foreach] = STATE(2623), - [sym__forelse] = STATE(2623), - [sym__while] = STATE(2623), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), [sym_envoy] = STATE(506), - [sym__setup] = STATE(2619), - [sym__task] = STATE(2624), - [sym__story] = STATE(2624), - [sym__hooks] = STATE(2619), - [sym__before] = STATE(2619), - [sym__after] = STATE(2619), - [sym__envoy_error] = STATE(2619), - [sym__success] = STATE(2619), - [sym__finished] = STATE(2619), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), [sym_livewire] = STATE(506), - [sym__persist] = STATE(2625), - [sym__teleport] = STATE(2625), - [sym__volt] = STATE(2625), - [aux_sym__directive_body] = STATE(506), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), [sym_text] = STATE(506), - [sym__text] = STATE(951), - [aux_sym_php_only_repeat1] = STATE(951), - [sym_comment] = ACTIONS(9281), - [aux_sym_keyword_token1] = ACTIONS(9165), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9167), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9169), - [anon_sym_ATphp] = ACTIONS(9171), - [anon_sym_ATjs] = ACTIONS(9173), - [aux_sym_attribute_token1] = ACTIONS(9175), - [aux_sym__inline_directive_token1] = ACTIONS(9177), - [aux_sym__inline_directive_token2] = ACTIONS(9179), - [anon_sym_ATuse] = ACTIONS(9181), - [anon_sym_ATfragment] = ACTIONS(9183), - [anon_sym_ATsection] = ACTIONS(9185), - [anon_sym_ATonce] = ACTIONS(9187), - [anon_sym_ATverbatim] = ACTIONS(9189), - [anon_sym_ATpush] = ACTIONS(9191), - [anon_sym_ATpushOnce] = ACTIONS(9193), - [anon_sym_ATpushIf] = ACTIONS(9195), - [anon_sym_ATprepend] = ACTIONS(9197), - [anon_sym_ATprependOnce] = ACTIONS(9199), - [anon_sym_ATif] = ACTIONS(9201), - [anon_sym_ATunless] = ACTIONS(9203), - [anon_sym_ATisset] = ACTIONS(9205), - [anon_sym_ATempty] = ACTIONS(9207), - [anon_sym_ATauth] = ACTIONS(9209), - [anon_sym_ATguest] = ACTIONS(9211), - [anon_sym_ATproduction] = ACTIONS(9213), - [anon_sym_ATenv] = ACTIONS(9215), - [anon_sym_AThasSection] = ACTIONS(9217), - [anon_sym_ATsectionMissing] = ACTIONS(9219), - [anon_sym_ATerror] = ACTIONS(9221), - [anon_sym_ATcan] = ACTIONS(9223), - [anon_sym_ATcannot] = ACTIONS(9225), - [anon_sym_ATcanany] = ACTIONS(9227), - [anon_sym_ATfeature] = ACTIONS(9229), - [aux_sym__custom_token1] = ACTIONS(9231), - [aux_sym__custom_token2] = ACTIONS(9233), - [anon_sym_ATswitch] = ACTIONS(9235), - [aux_sym_loop_operator_token1] = ACTIONS(9237), - [anon_sym_ATfor] = ACTIONS(9239), - [anon_sym_ATforeach] = ACTIONS(9241), - [anon_sym_ATforelse] = ACTIONS(9243), - [anon_sym_ATwhile] = ACTIONS(9245), - [anon_sym_ATsetup] = ACTIONS(9247), - [anon_sym_ATtask] = ACTIONS(9249), - [anon_sym_ATendtask] = ACTIONS(4981), - [anon_sym_ATstory] = ACTIONS(9251), - [anon_sym_ATbefore] = ACTIONS(9253), - [anon_sym_ATafter] = ACTIONS(9255), - [anon_sym_ATsuccess] = ACTIONS(9257), - [anon_sym_ATfinished] = ACTIONS(9259), - [anon_sym_ATpersist] = ACTIONS(9261), - [anon_sym_ATteleport] = ACTIONS(9263), - [anon_sym_ATvolt] = ACTIONS(9265), - [aux_sym__text_token1] = ACTIONS(9267), - [aux_sym__text_token2] = ACTIONS(9267), - [aux_sym__text_token3] = ACTIONS(9269), - }, - [511] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9283), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(506), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(9253), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(8973), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [512] = { - [sym__definition] = STATE(526), - [sym_keyword] = STATE(526), - [sym_php_statement] = STATE(526), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(526), - [sym__inline_directive] = STATE(526), - [sym__use] = STATE(526), - [sym__nested_directive] = STATE(526), - [sym_fragment] = STATE(526), - [sym_section] = STATE(526), - [sym_inlineSection] = STATE(526), - [sym_once] = STATE(526), - [sym_verbatim] = STATE(526), - [sym_stack] = STATE(526), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(526), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(526), - [sym_loop] = STATE(526), - [sym_loop_operator] = STATE(526), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(526), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(526), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(526), - [sym_text] = STATE(526), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(9285), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9287), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [502] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(9255), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [513] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(9289), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [503] = { + [sym__definition] = STATE(500), + [sym_keyword] = STATE(500), + [sym_php_statement] = STATE(500), + [sym__escaped] = STATE(2646), + [sym__unescaped] = STATE(2646), + [sym__raw] = STATE(2646), + [sym__inline_raw] = STATE(2646), + [sym__multi_line_raw] = STATE(2646), + [sym__js] = STATE(2646), + [sym_attribute] = STATE(500), + [sym__inline_directive] = STATE(500), + [sym__use] = STATE(500), + [sym__nested_directive] = STATE(500), + [sym_fragment] = STATE(500), + [sym_section] = STATE(500), + [sym_inlineSection] = STATE(500), + [sym_once] = STATE(500), + [sym_verbatim] = STATE(500), + [sym_stack] = STATE(500), + [sym__push] = STATE(2647), + [sym__pushOnce] = STATE(2647), + [sym__pushIf] = STATE(2647), + [sym__prepend] = STATE(2647), + [sym__prependOnce] = STATE(2647), + [sym_conditional] = STATE(500), + [sym__if] = STATE(2648), + [sym__unless] = STATE(2648), + [sym__isset] = STATE(2648), + [sym__empty] = STATE(2648), + [sym__auth] = STATE(2648), + [sym__guest] = STATE(2648), + [sym__production] = STATE(2648), + [sym__env] = STATE(2648), + [sym__hasSection] = STATE(2648), + [sym__sectionMissing] = STATE(2648), + [sym__error] = STATE(2648), + [sym_authorization] = STATE(2648), + [sym__can] = STATE(2649), + [sym__cannot] = STATE(2649), + [sym__canany] = STATE(2649), + [sym__feature] = STATE(2648), + [sym__custom] = STATE(2648), + [sym_switch] = STATE(500), + [sym_loop] = STATE(500), + [sym_loop_operator] = STATE(500), + [sym__for] = STATE(2650), + [sym__foreach] = STATE(2650), + [sym__forelse] = STATE(2650), + [sym__while] = STATE(2650), + [sym_envoy] = STATE(500), + [sym__setup] = STATE(2646), + [sym__task] = STATE(2651), + [sym__story] = STATE(2651), + [sym__hooks] = STATE(2646), + [sym__before] = STATE(2646), + [sym__after] = STATE(2646), + [sym__envoy_error] = STATE(2646), + [sym__success] = STATE(2646), + [sym__finished] = STATE(2646), + [sym_livewire] = STATE(500), + [sym__persist] = STATE(2652), + [sym__teleport] = STATE(2652), + [sym__volt] = STATE(2652), + [aux_sym__directive_body] = STATE(500), + [sym_text] = STATE(500), + [sym__text] = STATE(969), + [aux_sym_php_only_repeat1] = STATE(969), + [sym_comment] = ACTIONS(9257), + [aux_sym_keyword_token1] = ACTIONS(9147), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9149), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9151), + [anon_sym_ATphp] = ACTIONS(9153), + [anon_sym_ATjs] = ACTIONS(9155), + [aux_sym_attribute_token1] = ACTIONS(9157), + [aux_sym__inline_directive_token1] = ACTIONS(9159), + [aux_sym__inline_directive_token2] = ACTIONS(9161), + [anon_sym_ATuse] = ACTIONS(9163), + [anon_sym_ATfragment] = ACTIONS(9165), + [anon_sym_ATsection] = ACTIONS(9167), + [anon_sym_ATonce] = ACTIONS(9169), + [anon_sym_ATverbatim] = ACTIONS(9171), + [anon_sym_ATpush] = ACTIONS(9173), + [anon_sym_ATpushOnce] = ACTIONS(9175), + [anon_sym_ATpushIf] = ACTIONS(9177), + [anon_sym_ATprepend] = ACTIONS(9179), + [anon_sym_ATprependOnce] = ACTIONS(9181), + [anon_sym_ATif] = ACTIONS(9183), + [anon_sym_ATunless] = ACTIONS(9185), + [anon_sym_ATisset] = ACTIONS(9187), + [anon_sym_ATempty] = ACTIONS(9189), + [anon_sym_ATauth] = ACTIONS(9191), + [anon_sym_ATguest] = ACTIONS(9193), + [anon_sym_ATproduction] = ACTIONS(9195), + [anon_sym_ATenv] = ACTIONS(9197), + [anon_sym_AThasSection] = ACTIONS(9199), + [anon_sym_ATsectionMissing] = ACTIONS(9201), + [anon_sym_ATerror] = ACTIONS(9203), + [anon_sym_ATcan] = ACTIONS(9205), + [anon_sym_ATcannot] = ACTIONS(9207), + [anon_sym_ATcanany] = ACTIONS(9209), + [anon_sym_ATfeature] = ACTIONS(9211), + [aux_sym__custom_token1] = ACTIONS(9213), + [aux_sym__custom_token2] = ACTIONS(9215), + [anon_sym_ATswitch] = ACTIONS(9217), + [aux_sym_loop_operator_token1] = ACTIONS(9219), + [anon_sym_ATfor] = ACTIONS(9221), + [anon_sym_ATforeach] = ACTIONS(9223), + [anon_sym_ATforelse] = ACTIONS(9225), + [anon_sym_ATwhile] = ACTIONS(9227), + [anon_sym_ATsetup] = ACTIONS(9229), + [anon_sym_ATtask] = ACTIONS(9231), + [anon_sym_ATendtask] = ACTIONS(4429), + [anon_sym_ATstory] = ACTIONS(9233), + [anon_sym_ATbefore] = ACTIONS(9235), + [anon_sym_ATafter] = ACTIONS(9237), + [anon_sym_ATsuccess] = ACTIONS(9239), + [anon_sym_ATfinished] = ACTIONS(9241), + [anon_sym_ATpersist] = ACTIONS(9243), + [anon_sym_ATteleport] = ACTIONS(9245), + [anon_sym_ATvolt] = ACTIONS(9247), + [aux_sym__text_token1] = ACTIONS(9249), + [aux_sym__text_token2] = ACTIONS(9249), + [aux_sym__text_token3] = ACTIONS(9251), }, - [514] = { - [sym__definition] = STATE(489), - [sym_keyword] = STATE(489), - [sym_php_statement] = STATE(489), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(489), - [sym__inline_directive] = STATE(489), - [sym__use] = STATE(489), - [sym__nested_directive] = STATE(489), - [sym_fragment] = STATE(489), - [sym_section] = STATE(489), - [sym_inlineSection] = STATE(489), - [sym_once] = STATE(489), - [sym_verbatim] = STATE(489), - [sym_stack] = STATE(489), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(489), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(489), - [sym_loop] = STATE(489), - [sym_loop_operator] = STATE(489), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(489), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(489), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(489), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(489), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(9291), + [504] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -91481,32 +90295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9293), + [aux_sym_section_token1] = ACTIONS(9259), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -91526,199 +90340,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [515] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(9295), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [516] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [505] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -91731,32 +90420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9293), + [aux_sym_section_token1] = ACTIONS(9261), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -91776,641 +90465,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [517] = { - [sym__definition] = STATE(517), - [sym_keyword] = STATE(517), - [sym_php_statement] = STATE(517), - [sym__escaped] = STATE(2361), - [sym__unescaped] = STATE(2361), - [sym__raw] = STATE(2361), - [sym__inline_raw] = STATE(2361), - [sym__multi_line_raw] = STATE(2361), - [sym__js] = STATE(2361), - [sym_attribute] = STATE(517), - [sym__inline_directive] = STATE(517), - [sym__use] = STATE(517), - [sym__nested_directive] = STATE(517), - [sym_fragment] = STATE(517), - [sym_section] = STATE(517), - [sym_inlineSection] = STATE(517), - [sym_once] = STATE(517), - [sym_verbatim] = STATE(517), - [sym_stack] = STATE(517), - [sym__push] = STATE(2362), - [sym__pushOnce] = STATE(2362), - [sym__pushIf] = STATE(2362), - [sym__prepend] = STATE(2362), - [sym__prependOnce] = STATE(2362), - [sym_conditional] = STATE(517), - [sym__if] = STATE(2363), - [sym__unless] = STATE(2363), - [sym__isset] = STATE(2363), - [sym__empty] = STATE(2363), - [sym__auth] = STATE(2363), - [sym__guest] = STATE(2363), - [sym__production] = STATE(2363), - [sym__env] = STATE(2363), - [sym__hasSection] = STATE(2363), - [sym__sectionMissing] = STATE(2363), - [sym__error] = STATE(2363), - [sym_authorization] = STATE(2363), - [sym__can] = STATE(2364), - [sym__cannot] = STATE(2364), - [sym__canany] = STATE(2364), - [sym__feature] = STATE(2363), - [sym__custom] = STATE(2363), - [sym_switch] = STATE(517), - [sym_loop] = STATE(517), - [sym_loop_operator] = STATE(517), - [sym__for] = STATE(2365), - [sym__foreach] = STATE(2365), - [sym__forelse] = STATE(2365), - [sym__while] = STATE(2365), - [sym_envoy] = STATE(517), - [sym__setup] = STATE(2361), - [sym__task] = STATE(2366), - [sym__story] = STATE(2366), - [sym__hooks] = STATE(2361), - [sym__before] = STATE(2361), - [sym__after] = STATE(2361), - [sym__envoy_error] = STATE(2361), - [sym__success] = STATE(2361), - [sym__finished] = STATE(2361), - [sym_livewire] = STATE(517), - [sym__persist] = STATE(2367), - [sym__teleport] = STATE(2367), - [sym__volt] = STATE(2367), - [aux_sym__directive_body] = STATE(517), - [sym_text] = STATE(517), - [sym__text] = STATE(967), - [aux_sym_php_only_repeat1] = STATE(967), - [sym_comment] = ACTIONS(9297), - [aux_sym_keyword_token1] = ACTIONS(9300), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9303), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9306), - [anon_sym_ATphp] = ACTIONS(9309), - [anon_sym_ATjs] = ACTIONS(9312), - [aux_sym_attribute_token1] = ACTIONS(9315), - [aux_sym__inline_directive_token1] = ACTIONS(9318), - [aux_sym__inline_directive_token2] = ACTIONS(9321), - [anon_sym_ATuse] = ACTIONS(9324), - [anon_sym_ATfragment] = ACTIONS(9327), - [anon_sym_ATsection] = ACTIONS(9330), - [anon_sym_ATonce] = ACTIONS(9333), - [anon_sym_ATverbatim] = ACTIONS(9336), - [anon_sym_ATpush] = ACTIONS(9339), - [anon_sym_ATpushOnce] = ACTIONS(9342), - [anon_sym_ATpushIf] = ACTIONS(9345), - [anon_sym_ATprepend] = ACTIONS(9348), - [anon_sym_ATprependOnce] = ACTIONS(9351), - [anon_sym_ATif] = ACTIONS(9354), - [anon_sym_ATunless] = ACTIONS(9357), - [anon_sym_ATisset] = ACTIONS(9360), - [anon_sym_ATempty] = ACTIONS(9363), - [anon_sym_ATauth] = ACTIONS(9366), - [anon_sym_ATguest] = ACTIONS(9369), - [anon_sym_ATproduction] = ACTIONS(9372), - [anon_sym_ATenv] = ACTIONS(9375), - [anon_sym_AThasSection] = ACTIONS(9378), - [anon_sym_ATsectionMissing] = ACTIONS(9381), - [anon_sym_ATerror] = ACTIONS(9384), - [anon_sym_ATcan] = ACTIONS(9387), - [anon_sym_ATcannot] = ACTIONS(9390), - [anon_sym_ATcanany] = ACTIONS(9393), - [anon_sym_ATfeature] = ACTIONS(9396), - [aux_sym__custom_token1] = ACTIONS(9399), - [aux_sym__custom_token2] = ACTIONS(9402), - [anon_sym_ATswitch] = ACTIONS(9405), - [aux_sym_loop_operator_token1] = ACTIONS(9408), - [anon_sym_ATfor] = ACTIONS(9411), - [anon_sym_ATforeach] = ACTIONS(9414), - [anon_sym_ATendforeach] = ACTIONS(5333), - [anon_sym_ATforelse] = ACTIONS(9417), - [anon_sym_ATwhile] = ACTIONS(9420), - [anon_sym_ATsetup] = ACTIONS(9423), - [anon_sym_ATtask] = ACTIONS(9426), - [anon_sym_ATstory] = ACTIONS(9429), - [anon_sym_ATbefore] = ACTIONS(9432), - [anon_sym_ATafter] = ACTIONS(9435), - [anon_sym_ATsuccess] = ACTIONS(9438), - [anon_sym_ATfinished] = ACTIONS(9441), - [anon_sym_ATpersist] = ACTIONS(9444), - [anon_sym_ATteleport] = ACTIONS(9447), - [anon_sym_ATvolt] = ACTIONS(9450), - [aux_sym__text_token1] = ACTIONS(9453), - [aux_sym__text_token2] = ACTIONS(9453), - [aux_sym__text_token3] = ACTIONS(9456), - }, - [518] = { - [sym__definition] = STATE(491), - [sym_keyword] = STATE(491), - [sym_php_statement] = STATE(491), - [sym__escaped] = STATE(2533), - [sym__unescaped] = STATE(2533), - [sym__raw] = STATE(2533), - [sym__inline_raw] = STATE(2533), - [sym__multi_line_raw] = STATE(2533), - [sym__js] = STATE(2533), - [sym_attribute] = STATE(491), - [sym__inline_directive] = STATE(491), - [sym__use] = STATE(491), - [sym__nested_directive] = STATE(491), - [sym_fragment] = STATE(491), - [sym_section] = STATE(491), - [sym_inlineSection] = STATE(491), - [sym_once] = STATE(491), - [sym_verbatim] = STATE(491), - [sym_stack] = STATE(491), - [sym__push] = STATE(2534), - [sym__pushOnce] = STATE(2534), - [sym__pushIf] = STATE(2534), - [sym__prepend] = STATE(2534), - [sym__prependOnce] = STATE(2534), - [sym_conditional] = STATE(491), - [sym__if] = STATE(2535), - [sym__unless] = STATE(2535), - [sym__isset] = STATE(2535), - [sym__empty] = STATE(2535), - [sym__auth] = STATE(2535), - [sym__guest] = STATE(2535), - [sym__production] = STATE(2535), - [sym__env] = STATE(2535), - [sym__hasSection] = STATE(2535), - [sym__sectionMissing] = STATE(2535), - [sym__error] = STATE(2535), - [sym_authorization] = STATE(2535), - [sym__can] = STATE(2536), - [sym__cannot] = STATE(2536), - [sym__canany] = STATE(2536), - [sym__feature] = STATE(2535), - [sym__custom] = STATE(2535), - [sym_switch] = STATE(491), - [sym_loop] = STATE(491), - [sym_loop_operator] = STATE(491), - [sym__for] = STATE(2537), - [sym__foreach] = STATE(2537), - [sym__forelse] = STATE(2537), - [sym__while] = STATE(2537), - [sym_envoy] = STATE(491), - [sym__setup] = STATE(2533), - [sym__task] = STATE(2538), - [sym__story] = STATE(2538), - [sym__hooks] = STATE(2533), - [sym__before] = STATE(2533), - [sym__after] = STATE(2533), - [sym__envoy_error] = STATE(2533), - [sym__success] = STATE(2533), - [sym__finished] = STATE(2533), - [sym_livewire] = STATE(491), - [sym__persist] = STATE(2539), - [sym__teleport] = STATE(2539), - [sym__volt] = STATE(2539), - [aux_sym__directive_body] = STATE(491), - [sym_text] = STATE(491), - [sym__text] = STATE(955), - [aux_sym_php_only_repeat1] = STATE(955), - [sym_comment] = ACTIONS(9459), - [aux_sym_keyword_token1] = ACTIONS(9461), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9463), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9465), - [anon_sym_ATphp] = ACTIONS(9467), - [anon_sym_ATjs] = ACTIONS(9469), - [aux_sym_attribute_token1] = ACTIONS(9471), - [aux_sym__inline_directive_token1] = ACTIONS(9473), - [aux_sym__inline_directive_token2] = ACTIONS(9475), - [anon_sym_ATuse] = ACTIONS(9477), - [anon_sym_ATfragment] = ACTIONS(9479), - [anon_sym_ATsection] = ACTIONS(9481), - [anon_sym_ATonce] = ACTIONS(9483), - [anon_sym_ATverbatim] = ACTIONS(9485), - [anon_sym_ATpush] = ACTIONS(9487), - [anon_sym_ATpushOnce] = ACTIONS(9489), - [anon_sym_ATpushIf] = ACTIONS(9491), - [anon_sym_ATprepend] = ACTIONS(9493), - [anon_sym_ATprependOnce] = ACTIONS(9495), - [anon_sym_ATif] = ACTIONS(9497), - [anon_sym_ATunless] = ACTIONS(9499), - [anon_sym_ATisset] = ACTIONS(9501), - [anon_sym_ATempty] = ACTIONS(9503), - [anon_sym_ATauth] = ACTIONS(9505), - [anon_sym_ATguest] = ACTIONS(9507), - [anon_sym_ATproduction] = ACTIONS(9509), - [anon_sym_ATenv] = ACTIONS(9511), - [anon_sym_AThasSection] = ACTIONS(9513), - [anon_sym_ATsectionMissing] = ACTIONS(9515), - [anon_sym_ATerror] = ACTIONS(9517), - [anon_sym_ATcan] = ACTIONS(9519), - [anon_sym_ATcannot] = ACTIONS(9521), - [anon_sym_ATcanany] = ACTIONS(9523), - [anon_sym_ATfeature] = ACTIONS(9525), - [aux_sym__custom_token1] = ACTIONS(9527), - [aux_sym__custom_token2] = ACTIONS(9529), - [anon_sym_ATswitch] = ACTIONS(9531), - [aux_sym_loop_operator_token1] = ACTIONS(9533), - [anon_sym_ATfor] = ACTIONS(9535), - [anon_sym_ATforeach] = ACTIONS(9537), - [anon_sym_ATforelse] = ACTIONS(9539), - [anon_sym_ATwhile] = ACTIONS(9541), - [anon_sym_ATendwhile] = ACTIONS(4429), - [anon_sym_ATsetup] = ACTIONS(9543), - [anon_sym_ATtask] = ACTIONS(9545), - [anon_sym_ATstory] = ACTIONS(9547), - [anon_sym_ATbefore] = ACTIONS(9549), - [anon_sym_ATafter] = ACTIONS(9551), - [anon_sym_ATsuccess] = ACTIONS(9553), - [anon_sym_ATfinished] = ACTIONS(9555), - [anon_sym_ATpersist] = ACTIONS(9557), - [anon_sym_ATteleport] = ACTIONS(9559), - [anon_sym_ATvolt] = ACTIONS(9561), - [aux_sym__text_token1] = ACTIONS(9563), - [aux_sym__text_token2] = ACTIONS(9563), - [aux_sym__text_token3] = ACTIONS(9565), - }, - [519] = { - [sym__definition] = STATE(633), - [sym_keyword] = STATE(633), - [sym_php_statement] = STATE(633), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(633), - [sym__inline_directive] = STATE(633), - [sym__use] = STATE(633), - [sym__nested_directive] = STATE(633), - [sym_fragment] = STATE(633), - [sym_section] = STATE(633), - [sym_inlineSection] = STATE(633), - [sym_once] = STATE(633), - [sym_verbatim] = STATE(633), - [sym_stack] = STATE(633), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(633), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(633), - [sym_loop] = STATE(633), - [sym_loop_operator] = STATE(633), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(633), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(633), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(633), - [sym_text] = STATE(633), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(9567), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(9569), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [520] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(9571), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [521] = { - [sym__definition] = STATE(509), - [sym_keyword] = STATE(509), - [sym_php_statement] = STATE(509), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(509), - [sym__inline_directive] = STATE(509), - [sym__use] = STATE(509), - [sym__nested_directive] = STATE(509), - [sym_fragment] = STATE(509), - [sym_section] = STATE(509), - [sym_inlineSection] = STATE(509), - [sym_once] = STATE(509), - [sym_verbatim] = STATE(509), - [sym_stack] = STATE(509), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(509), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(509), - [sym_loop] = STATE(509), - [sym_loop_operator] = STATE(509), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(509), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(509), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(509), - [sym_text] = STATE(509), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(9573), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9575), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [506] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(9263), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [522] = { + [507] = { [sym__definition] = STATE(518), [sym_keyword] = STATE(518), [sym_php_statement] = STATE(518), - [sym__escaped] = STATE(2533), - [sym__unescaped] = STATE(2533), - [sym__raw] = STATE(2533), - [sym__inline_raw] = STATE(2533), - [sym__multi_line_raw] = STATE(2533), - [sym__js] = STATE(2533), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), [sym_attribute] = STATE(518), [sym__inline_directive] = STATE(518), [sym__use] = STATE(518), @@ -92421,179 +90610,1179 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(518), [sym_verbatim] = STATE(518), [sym_stack] = STATE(518), - [sym__push] = STATE(2534), - [sym__pushOnce] = STATE(2534), - [sym__pushIf] = STATE(2534), - [sym__prepend] = STATE(2534), - [sym__prependOnce] = STATE(2534), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), [sym_conditional] = STATE(518), - [sym__if] = STATE(2535), - [sym__unless] = STATE(2535), - [sym__isset] = STATE(2535), - [sym__empty] = STATE(2535), - [sym__auth] = STATE(2535), - [sym__guest] = STATE(2535), - [sym__production] = STATE(2535), - [sym__env] = STATE(2535), - [sym__hasSection] = STATE(2535), - [sym__sectionMissing] = STATE(2535), - [sym__error] = STATE(2535), - [sym_authorization] = STATE(2535), - [sym__can] = STATE(2536), - [sym__cannot] = STATE(2536), - [sym__canany] = STATE(2536), - [sym__feature] = STATE(2535), - [sym__custom] = STATE(2535), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), [sym_switch] = STATE(518), [sym_loop] = STATE(518), [sym_loop_operator] = STATE(518), - [sym__for] = STATE(2537), - [sym__foreach] = STATE(2537), - [sym__forelse] = STATE(2537), - [sym__while] = STATE(2537), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), [sym_envoy] = STATE(518), - [sym__setup] = STATE(2533), - [sym__task] = STATE(2538), - [sym__story] = STATE(2538), - [sym__hooks] = STATE(2533), - [sym__before] = STATE(2533), - [sym__after] = STATE(2533), - [sym__envoy_error] = STATE(2533), - [sym__success] = STATE(2533), - [sym__finished] = STATE(2533), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), [sym_livewire] = STATE(518), - [sym__persist] = STATE(2539), - [sym__teleport] = STATE(2539), - [sym__volt] = STATE(2539), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), [aux_sym__directive_body] = STATE(518), [sym_text] = STATE(518), - [sym__text] = STATE(955), - [aux_sym_php_only_repeat1] = STATE(955), - [sym_comment] = ACTIONS(9577), - [aux_sym_keyword_token1] = ACTIONS(9461), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9463), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9465), - [anon_sym_ATphp] = ACTIONS(9467), - [anon_sym_ATjs] = ACTIONS(9469), - [aux_sym_attribute_token1] = ACTIONS(9471), - [aux_sym__inline_directive_token1] = ACTIONS(9473), - [aux_sym__inline_directive_token2] = ACTIONS(9475), - [anon_sym_ATuse] = ACTIONS(9477), - [anon_sym_ATfragment] = ACTIONS(9479), - [anon_sym_ATsection] = ACTIONS(9481), - [anon_sym_ATonce] = ACTIONS(9483), - [anon_sym_ATverbatim] = ACTIONS(9485), - [anon_sym_ATpush] = ACTIONS(9487), - [anon_sym_ATpushOnce] = ACTIONS(9489), - [anon_sym_ATpushIf] = ACTIONS(9491), - [anon_sym_ATprepend] = ACTIONS(9493), - [anon_sym_ATprependOnce] = ACTIONS(9495), - [anon_sym_ATif] = ACTIONS(9497), - [anon_sym_ATunless] = ACTIONS(9499), - [anon_sym_ATisset] = ACTIONS(9501), - [anon_sym_ATempty] = ACTIONS(9503), - [anon_sym_ATauth] = ACTIONS(9505), - [anon_sym_ATguest] = ACTIONS(9507), - [anon_sym_ATproduction] = ACTIONS(9509), - [anon_sym_ATenv] = ACTIONS(9511), - [anon_sym_AThasSection] = ACTIONS(9513), - [anon_sym_ATsectionMissing] = ACTIONS(9515), - [anon_sym_ATerror] = ACTIONS(9517), - [anon_sym_ATcan] = ACTIONS(9519), - [anon_sym_ATcannot] = ACTIONS(9521), - [anon_sym_ATcanany] = ACTIONS(9523), - [anon_sym_ATfeature] = ACTIONS(9525), - [aux_sym__custom_token1] = ACTIONS(9527), - [aux_sym__custom_token2] = ACTIONS(9529), - [anon_sym_ATswitch] = ACTIONS(9531), - [aux_sym_loop_operator_token1] = ACTIONS(9533), - [anon_sym_ATfor] = ACTIONS(9535), - [anon_sym_ATforeach] = ACTIONS(9537), - [anon_sym_ATforelse] = ACTIONS(9539), - [anon_sym_ATwhile] = ACTIONS(9541), - [anon_sym_ATendwhile] = ACTIONS(4981), - [anon_sym_ATsetup] = ACTIONS(9543), - [anon_sym_ATtask] = ACTIONS(9545), - [anon_sym_ATstory] = ACTIONS(9547), - [anon_sym_ATbefore] = ACTIONS(9549), - [anon_sym_ATafter] = ACTIONS(9551), - [anon_sym_ATsuccess] = ACTIONS(9553), - [anon_sym_ATfinished] = ACTIONS(9555), - [anon_sym_ATpersist] = ACTIONS(9557), - [anon_sym_ATteleport] = ACTIONS(9559), - [anon_sym_ATvolt] = ACTIONS(9561), - [aux_sym__text_token1] = ACTIONS(9563), - [aux_sym__text_token2] = ACTIONS(9563), - [aux_sym__text_token3] = ACTIONS(9565), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(9265), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(9267), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [523] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [508] = { + [sym__definition] = STATE(479), + [sym_keyword] = STATE(479), + [sym_php_statement] = STATE(479), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(479), + [sym__inline_directive] = STATE(479), + [sym__use] = STATE(479), + [sym__nested_directive] = STATE(479), + [sym_fragment] = STATE(479), + [sym_section] = STATE(479), + [sym_inlineSection] = STATE(479), + [sym_once] = STATE(479), + [sym_verbatim] = STATE(479), + [sym_stack] = STATE(479), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(479), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(479), + [sym_loop] = STATE(479), + [sym_loop_operator] = STATE(479), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(479), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(479), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(479), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(479), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(9269), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(9271), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [509] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(9273), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [510] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(9275), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [511] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(9277), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [512] = { + [sym__definition] = STATE(512), + [sym_keyword] = STATE(512), + [sym_php_statement] = STATE(512), + [sym__escaped] = STATE(2385), + [sym__unescaped] = STATE(2385), + [sym__raw] = STATE(2385), + [sym__inline_raw] = STATE(2385), + [sym__multi_line_raw] = STATE(2385), + [sym__js] = STATE(2385), + [sym_attribute] = STATE(512), + [sym__inline_directive] = STATE(512), + [sym__use] = STATE(512), + [sym__nested_directive] = STATE(512), + [sym_fragment] = STATE(512), + [sym_section] = STATE(512), + [sym_inlineSection] = STATE(512), + [sym_once] = STATE(512), + [sym_verbatim] = STATE(512), + [sym_stack] = STATE(512), + [sym__push] = STATE(2386), + [sym__pushOnce] = STATE(2386), + [sym__pushIf] = STATE(2386), + [sym__prepend] = STATE(2386), + [sym__prependOnce] = STATE(2386), + [sym_conditional] = STATE(512), + [sym__if] = STATE(2387), + [sym__unless] = STATE(2387), + [sym__isset] = STATE(2387), + [sym__empty] = STATE(2387), + [sym__auth] = STATE(2387), + [sym__guest] = STATE(2387), + [sym__production] = STATE(2387), + [sym__env] = STATE(2387), + [sym__hasSection] = STATE(2387), + [sym__sectionMissing] = STATE(2387), + [sym__error] = STATE(2387), + [sym_authorization] = STATE(2387), + [sym__can] = STATE(2388), + [sym__cannot] = STATE(2388), + [sym__canany] = STATE(2388), + [sym__feature] = STATE(2387), + [sym__custom] = STATE(2387), + [sym_switch] = STATE(512), + [sym_loop] = STATE(512), + [sym_loop_operator] = STATE(512), + [sym__for] = STATE(2389), + [sym__foreach] = STATE(2389), + [sym__forelse] = STATE(2389), + [sym__while] = STATE(2389), + [sym_envoy] = STATE(512), + [sym__setup] = STATE(2385), + [sym__task] = STATE(2390), + [sym__story] = STATE(2390), + [sym__hooks] = STATE(2385), + [sym__before] = STATE(2385), + [sym__after] = STATE(2385), + [sym__envoy_error] = STATE(2385), + [sym__success] = STATE(2385), + [sym__finished] = STATE(2385), + [sym_livewire] = STATE(512), + [sym__persist] = STATE(2391), + [sym__teleport] = STATE(2391), + [sym__volt] = STATE(2391), + [aux_sym__directive_body] = STATE(512), + [sym_text] = STATE(512), + [sym__text] = STATE(984), + [aux_sym_php_only_repeat1] = STATE(984), + [sym_comment] = ACTIONS(9279), + [aux_sym_keyword_token1] = ACTIONS(9282), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9285), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9288), + [anon_sym_ATphp] = ACTIONS(9291), + [anon_sym_ATjs] = ACTIONS(9294), + [aux_sym_attribute_token1] = ACTIONS(9297), + [aux_sym__inline_directive_token1] = ACTIONS(9300), + [aux_sym__inline_directive_token2] = ACTIONS(9303), + [anon_sym_ATuse] = ACTIONS(9306), + [anon_sym_ATfragment] = ACTIONS(9309), + [anon_sym_ATsection] = ACTIONS(9312), + [anon_sym_ATonce] = ACTIONS(9315), + [anon_sym_ATverbatim] = ACTIONS(9318), + [anon_sym_ATpush] = ACTIONS(9321), + [anon_sym_ATpushOnce] = ACTIONS(9324), + [anon_sym_ATpushIf] = ACTIONS(9327), + [anon_sym_ATprepend] = ACTIONS(9330), + [anon_sym_ATprependOnce] = ACTIONS(9333), + [anon_sym_ATif] = ACTIONS(9336), + [anon_sym_ATunless] = ACTIONS(9339), + [anon_sym_ATisset] = ACTIONS(9342), + [anon_sym_ATempty] = ACTIONS(9345), + [anon_sym_ATauth] = ACTIONS(9348), + [anon_sym_ATguest] = ACTIONS(9351), + [anon_sym_ATproduction] = ACTIONS(9354), + [anon_sym_ATenv] = ACTIONS(9357), + [anon_sym_AThasSection] = ACTIONS(9360), + [anon_sym_ATsectionMissing] = ACTIONS(9363), + [anon_sym_ATerror] = ACTIONS(9366), + [anon_sym_ATcan] = ACTIONS(9369), + [anon_sym_ATcannot] = ACTIONS(9372), + [anon_sym_ATcanany] = ACTIONS(9375), + [anon_sym_ATfeature] = ACTIONS(9378), + [aux_sym__custom_token1] = ACTIONS(9381), + [aux_sym__custom_token2] = ACTIONS(9384), + [anon_sym_ATswitch] = ACTIONS(9387), + [aux_sym_loop_operator_token1] = ACTIONS(9390), + [anon_sym_ATfor] = ACTIONS(9393), + [anon_sym_ATforeach] = ACTIONS(9396), + [anon_sym_ATendforeach] = ACTIONS(5111), + [anon_sym_ATforelse] = ACTIONS(9399), + [anon_sym_ATwhile] = ACTIONS(9402), + [anon_sym_ATsetup] = ACTIONS(9405), + [anon_sym_ATtask] = ACTIONS(9408), + [anon_sym_ATstory] = ACTIONS(9411), + [anon_sym_ATbefore] = ACTIONS(9414), + [anon_sym_ATafter] = ACTIONS(9417), + [anon_sym_ATsuccess] = ACTIONS(9420), + [anon_sym_ATfinished] = ACTIONS(9423), + [anon_sym_ATpersist] = ACTIONS(9426), + [anon_sym_ATteleport] = ACTIONS(9429), + [anon_sym_ATvolt] = ACTIONS(9432), + [aux_sym__text_token1] = ACTIONS(9435), + [aux_sym__text_token2] = ACTIONS(9435), + [aux_sym__text_token3] = ACTIONS(9438), + }, + [513] = { + [sym__definition] = STATE(487), + [sym_keyword] = STATE(487), + [sym_php_statement] = STATE(487), + [sym__escaped] = STATE(2559), + [sym__unescaped] = STATE(2559), + [sym__raw] = STATE(2559), + [sym__inline_raw] = STATE(2559), + [sym__multi_line_raw] = STATE(2559), + [sym__js] = STATE(2559), + [sym_attribute] = STATE(487), + [sym__inline_directive] = STATE(487), + [sym__use] = STATE(487), + [sym__nested_directive] = STATE(487), + [sym_fragment] = STATE(487), + [sym_section] = STATE(487), + [sym_inlineSection] = STATE(487), + [sym_once] = STATE(487), + [sym_verbatim] = STATE(487), + [sym_stack] = STATE(487), + [sym__push] = STATE(2560), + [sym__pushOnce] = STATE(2560), + [sym__pushIf] = STATE(2560), + [sym__prepend] = STATE(2560), + [sym__prependOnce] = STATE(2560), + [sym_conditional] = STATE(487), + [sym__if] = STATE(2561), + [sym__unless] = STATE(2561), + [sym__isset] = STATE(2561), + [sym__empty] = STATE(2561), + [sym__auth] = STATE(2561), + [sym__guest] = STATE(2561), + [sym__production] = STATE(2561), + [sym__env] = STATE(2561), + [sym__hasSection] = STATE(2561), + [sym__sectionMissing] = STATE(2561), + [sym__error] = STATE(2561), + [sym_authorization] = STATE(2561), + [sym__can] = STATE(2562), + [sym__cannot] = STATE(2562), + [sym__canany] = STATE(2562), + [sym__feature] = STATE(2561), + [sym__custom] = STATE(2561), + [sym_switch] = STATE(487), + [sym_loop] = STATE(487), + [sym_loop_operator] = STATE(487), + [sym__for] = STATE(2563), + [sym__foreach] = STATE(2563), + [sym__forelse] = STATE(2563), + [sym__while] = STATE(2563), + [sym_envoy] = STATE(487), + [sym__setup] = STATE(2559), + [sym__task] = STATE(2564), + [sym__story] = STATE(2564), + [sym__hooks] = STATE(2559), + [sym__before] = STATE(2559), + [sym__after] = STATE(2559), + [sym__envoy_error] = STATE(2559), + [sym__success] = STATE(2559), + [sym__finished] = STATE(2559), + [sym_livewire] = STATE(487), + [sym__persist] = STATE(2565), + [sym__teleport] = STATE(2565), + [sym__volt] = STATE(2565), + [aux_sym__directive_body] = STATE(487), + [sym_text] = STATE(487), + [sym__text] = STATE(975), + [aux_sym_php_only_repeat1] = STATE(975), + [sym_comment] = ACTIONS(9441), + [aux_sym_keyword_token1] = ACTIONS(9443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9447), + [anon_sym_ATphp] = ACTIONS(9449), + [anon_sym_ATjs] = ACTIONS(9451), + [aux_sym_attribute_token1] = ACTIONS(9453), + [aux_sym__inline_directive_token1] = ACTIONS(9455), + [aux_sym__inline_directive_token2] = ACTIONS(9457), + [anon_sym_ATuse] = ACTIONS(9459), + [anon_sym_ATfragment] = ACTIONS(9461), + [anon_sym_ATsection] = ACTIONS(9463), + [anon_sym_ATonce] = ACTIONS(9465), + [anon_sym_ATverbatim] = ACTIONS(9467), + [anon_sym_ATpush] = ACTIONS(9469), + [anon_sym_ATpushOnce] = ACTIONS(9471), + [anon_sym_ATpushIf] = ACTIONS(9473), + [anon_sym_ATprepend] = ACTIONS(9475), + [anon_sym_ATprependOnce] = ACTIONS(9477), + [anon_sym_ATif] = ACTIONS(9479), + [anon_sym_ATunless] = ACTIONS(9481), + [anon_sym_ATisset] = ACTIONS(9483), + [anon_sym_ATempty] = ACTIONS(9485), + [anon_sym_ATauth] = ACTIONS(9487), + [anon_sym_ATguest] = ACTIONS(9489), + [anon_sym_ATproduction] = ACTIONS(9491), + [anon_sym_ATenv] = ACTIONS(9493), + [anon_sym_AThasSection] = ACTIONS(9495), + [anon_sym_ATsectionMissing] = ACTIONS(9497), + [anon_sym_ATerror] = ACTIONS(9499), + [anon_sym_ATcan] = ACTIONS(9501), + [anon_sym_ATcannot] = ACTIONS(9503), + [anon_sym_ATcanany] = ACTIONS(9505), + [anon_sym_ATfeature] = ACTIONS(9507), + [aux_sym__custom_token1] = ACTIONS(9509), + [aux_sym__custom_token2] = ACTIONS(9511), + [anon_sym_ATswitch] = ACTIONS(9513), + [aux_sym_loop_operator_token1] = ACTIONS(9515), + [anon_sym_ATfor] = ACTIONS(9517), + [anon_sym_ATforeach] = ACTIONS(9519), + [anon_sym_ATforelse] = ACTIONS(9521), + [anon_sym_ATwhile] = ACTIONS(9523), + [anon_sym_ATendwhile] = ACTIONS(5621), + [anon_sym_ATsetup] = ACTIONS(9525), + [anon_sym_ATtask] = ACTIONS(9527), + [anon_sym_ATstory] = ACTIONS(9529), + [anon_sym_ATbefore] = ACTIONS(9531), + [anon_sym_ATafter] = ACTIONS(9533), + [anon_sym_ATsuccess] = ACTIONS(9535), + [anon_sym_ATfinished] = ACTIONS(9537), + [anon_sym_ATpersist] = ACTIONS(9539), + [anon_sym_ATteleport] = ACTIONS(9541), + [anon_sym_ATvolt] = ACTIONS(9543), + [aux_sym__text_token1] = ACTIONS(9545), + [aux_sym__text_token2] = ACTIONS(9545), + [aux_sym__text_token3] = ACTIONS(9547), + }, + [514] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(9549), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [515] = { + [sym__definition] = STATE(521), + [sym_keyword] = STATE(521), + [sym_php_statement] = STATE(521), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(521), + [sym__inline_directive] = STATE(521), + [sym__use] = STATE(521), + [sym__nested_directive] = STATE(521), + [sym_fragment] = STATE(521), + [sym_section] = STATE(521), + [sym_inlineSection] = STATE(521), + [sym_once] = STATE(521), + [sym_verbatim] = STATE(521), + [sym_stack] = STATE(521), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(521), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(521), + [sym_loop] = STATE(521), + [sym_loop_operator] = STATE(521), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(521), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(521), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(521), + [sym_text] = STATE(521), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(9551), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(9553), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [516] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -92606,32 +91795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9579), + [aux_sym_section_token1] = ACTIONS(9555), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -92651,199 +91840,1449 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [524] = { - [sym__definition] = STATE(528), - [sym_keyword] = STATE(528), - [sym_php_statement] = STATE(528), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(528), - [sym__inline_directive] = STATE(528), - [sym__use] = STATE(528), - [sym__nested_directive] = STATE(528), - [sym_fragment] = STATE(528), - [sym_section] = STATE(528), - [sym_inlineSection] = STATE(528), - [sym_once] = STATE(528), - [sym_verbatim] = STATE(528), - [sym_stack] = STATE(528), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(528), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(528), - [sym_loop] = STATE(528), - [sym_loop_operator] = STATE(528), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(528), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(528), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(528), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(528), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(9581), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9579), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), + [517] = { + [sym__definition] = STATE(513), + [sym_keyword] = STATE(513), + [sym_php_statement] = STATE(513), + [sym__escaped] = STATE(2559), + [sym__unescaped] = STATE(2559), + [sym__raw] = STATE(2559), + [sym__inline_raw] = STATE(2559), + [sym__multi_line_raw] = STATE(2559), + [sym__js] = STATE(2559), + [sym_attribute] = STATE(513), + [sym__inline_directive] = STATE(513), + [sym__use] = STATE(513), + [sym__nested_directive] = STATE(513), + [sym_fragment] = STATE(513), + [sym_section] = STATE(513), + [sym_inlineSection] = STATE(513), + [sym_once] = STATE(513), + [sym_verbatim] = STATE(513), + [sym_stack] = STATE(513), + [sym__push] = STATE(2560), + [sym__pushOnce] = STATE(2560), + [sym__pushIf] = STATE(2560), + [sym__prepend] = STATE(2560), + [sym__prependOnce] = STATE(2560), + [sym_conditional] = STATE(513), + [sym__if] = STATE(2561), + [sym__unless] = STATE(2561), + [sym__isset] = STATE(2561), + [sym__empty] = STATE(2561), + [sym__auth] = STATE(2561), + [sym__guest] = STATE(2561), + [sym__production] = STATE(2561), + [sym__env] = STATE(2561), + [sym__hasSection] = STATE(2561), + [sym__sectionMissing] = STATE(2561), + [sym__error] = STATE(2561), + [sym_authorization] = STATE(2561), + [sym__can] = STATE(2562), + [sym__cannot] = STATE(2562), + [sym__canany] = STATE(2562), + [sym__feature] = STATE(2561), + [sym__custom] = STATE(2561), + [sym_switch] = STATE(513), + [sym_loop] = STATE(513), + [sym_loop_operator] = STATE(513), + [sym__for] = STATE(2563), + [sym__foreach] = STATE(2563), + [sym__forelse] = STATE(2563), + [sym__while] = STATE(2563), + [sym_envoy] = STATE(513), + [sym__setup] = STATE(2559), + [sym__task] = STATE(2564), + [sym__story] = STATE(2564), + [sym__hooks] = STATE(2559), + [sym__before] = STATE(2559), + [sym__after] = STATE(2559), + [sym__envoy_error] = STATE(2559), + [sym__success] = STATE(2559), + [sym__finished] = STATE(2559), + [sym_livewire] = STATE(513), + [sym__persist] = STATE(2565), + [sym__teleport] = STATE(2565), + [sym__volt] = STATE(2565), + [aux_sym__directive_body] = STATE(513), + [sym_text] = STATE(513), + [sym__text] = STATE(975), + [aux_sym_php_only_repeat1] = STATE(975), + [sym_comment] = ACTIONS(9557), + [aux_sym_keyword_token1] = ACTIONS(9443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9447), + [anon_sym_ATphp] = ACTIONS(9449), + [anon_sym_ATjs] = ACTIONS(9451), + [aux_sym_attribute_token1] = ACTIONS(9453), + [aux_sym__inline_directive_token1] = ACTIONS(9455), + [aux_sym__inline_directive_token2] = ACTIONS(9457), + [anon_sym_ATuse] = ACTIONS(9459), + [anon_sym_ATfragment] = ACTIONS(9461), + [anon_sym_ATsection] = ACTIONS(9463), + [anon_sym_ATonce] = ACTIONS(9465), + [anon_sym_ATverbatim] = ACTIONS(9467), + [anon_sym_ATpush] = ACTIONS(9469), + [anon_sym_ATpushOnce] = ACTIONS(9471), + [anon_sym_ATpushIf] = ACTIONS(9473), + [anon_sym_ATprepend] = ACTIONS(9475), + [anon_sym_ATprependOnce] = ACTIONS(9477), + [anon_sym_ATif] = ACTIONS(9479), + [anon_sym_ATunless] = ACTIONS(9481), + [anon_sym_ATisset] = ACTIONS(9483), + [anon_sym_ATempty] = ACTIONS(9485), + [anon_sym_ATauth] = ACTIONS(9487), + [anon_sym_ATguest] = ACTIONS(9489), + [anon_sym_ATproduction] = ACTIONS(9491), + [anon_sym_ATenv] = ACTIONS(9493), + [anon_sym_AThasSection] = ACTIONS(9495), + [anon_sym_ATsectionMissing] = ACTIONS(9497), + [anon_sym_ATerror] = ACTIONS(9499), + [anon_sym_ATcan] = ACTIONS(9501), + [anon_sym_ATcannot] = ACTIONS(9503), + [anon_sym_ATcanany] = ACTIONS(9505), + [anon_sym_ATfeature] = ACTIONS(9507), + [aux_sym__custom_token1] = ACTIONS(9509), + [aux_sym__custom_token2] = ACTIONS(9511), + [anon_sym_ATswitch] = ACTIONS(9513), + [aux_sym_loop_operator_token1] = ACTIONS(9515), + [anon_sym_ATfor] = ACTIONS(9517), + [anon_sym_ATforeach] = ACTIONS(9519), + [anon_sym_ATforelse] = ACTIONS(9521), + [anon_sym_ATwhile] = ACTIONS(9523), + [anon_sym_ATendwhile] = ACTIONS(4429), + [anon_sym_ATsetup] = ACTIONS(9525), + [anon_sym_ATtask] = ACTIONS(9527), + [anon_sym_ATstory] = ACTIONS(9529), + [anon_sym_ATbefore] = ACTIONS(9531), + [anon_sym_ATafter] = ACTIONS(9533), + [anon_sym_ATsuccess] = ACTIONS(9535), + [anon_sym_ATfinished] = ACTIONS(9537), + [anon_sym_ATpersist] = ACTIONS(9539), + [anon_sym_ATteleport] = ACTIONS(9541), + [anon_sym_ATvolt] = ACTIONS(9543), + [aux_sym__text_token1] = ACTIONS(9545), + [aux_sym__text_token2] = ACTIONS(9545), + [aux_sym__text_token3] = ACTIONS(9547), + }, + [518] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(9559), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [519] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(9561), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [520] = { + [sym__definition] = STATE(478), + [sym_keyword] = STATE(478), + [sym_php_statement] = STATE(478), + [sym__escaped] = STATE(2298), + [sym__unescaped] = STATE(2298), + [sym__raw] = STATE(2298), + [sym__inline_raw] = STATE(2298), + [sym__multi_line_raw] = STATE(2298), + [sym__js] = STATE(2298), + [sym_attribute] = STATE(478), + [sym__inline_directive] = STATE(478), + [sym__use] = STATE(478), + [sym__nested_directive] = STATE(478), + [sym_fragment] = STATE(478), + [sym_section] = STATE(478), + [sym_inlineSection] = STATE(478), + [sym_once] = STATE(478), + [sym_verbatim] = STATE(478), + [sym_stack] = STATE(478), + [sym__push] = STATE(2299), + [sym__pushOnce] = STATE(2299), + [sym__pushIf] = STATE(2299), + [sym__prepend] = STATE(2299), + [sym__prependOnce] = STATE(2299), + [sym_conditional] = STATE(478), + [sym__if] = STATE(2300), + [sym__unless] = STATE(2300), + [sym__isset] = STATE(2300), + [sym__empty] = STATE(2300), + [sym__auth] = STATE(2300), + [sym__guest] = STATE(2300), + [sym__production] = STATE(2300), + [sym__env] = STATE(2300), + [sym__hasSection] = STATE(2300), + [sym__sectionMissing] = STATE(2300), + [sym__error] = STATE(2300), + [sym_authorization] = STATE(2300), + [sym__can] = STATE(2301), + [sym__cannot] = STATE(2301), + [sym__canany] = STATE(2301), + [sym__feature] = STATE(2300), + [sym__custom] = STATE(2300), + [sym_switch] = STATE(478), + [sym_loop] = STATE(478), + [sym_loop_operator] = STATE(478), + [sym__for] = STATE(2302), + [sym__foreach] = STATE(2302), + [sym__forelse] = STATE(2302), + [sym__while] = STATE(2302), + [sym_envoy] = STATE(478), + [sym__setup] = STATE(2298), + [sym__task] = STATE(2303), + [sym__story] = STATE(2303), + [sym__hooks] = STATE(2298), + [sym__before] = STATE(2298), + [sym__after] = STATE(2298), + [sym__envoy_error] = STATE(2298), + [sym__success] = STATE(2298), + [sym__finished] = STATE(2298), + [sym_livewire] = STATE(478), + [sym__persist] = STATE(2304), + [sym__teleport] = STATE(2304), + [sym__volt] = STATE(2304), + [aux_sym__directive_body] = STATE(478), + [sym_text] = STATE(478), + [sym__text] = STATE(990), + [aux_sym_php_only_repeat1] = STATE(990), + [sym_comment] = ACTIONS(9563), + [aux_sym_keyword_token1] = ACTIONS(8397), + [anon_sym_LBRACE_LBRACE] = ACTIONS(8399), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(8401), + [anon_sym_ATphp] = ACTIONS(8403), + [anon_sym_ATjs] = ACTIONS(8405), + [aux_sym_attribute_token1] = ACTIONS(8407), + [aux_sym__inline_directive_token1] = ACTIONS(8409), + [aux_sym__inline_directive_token2] = ACTIONS(8411), + [anon_sym_ATuse] = ACTIONS(8413), + [anon_sym_ATfragment] = ACTIONS(8415), + [anon_sym_ATsection] = ACTIONS(8417), + [anon_sym_ATonce] = ACTIONS(8419), + [anon_sym_ATverbatim] = ACTIONS(8421), + [anon_sym_ATpush] = ACTIONS(8423), + [anon_sym_ATpushOnce] = ACTIONS(8425), + [anon_sym_ATpushIf] = ACTIONS(8427), + [anon_sym_ATprepend] = ACTIONS(8429), + [anon_sym_ATprependOnce] = ACTIONS(8431), + [anon_sym_ATif] = ACTIONS(8433), + [anon_sym_ATunless] = ACTIONS(8435), + [anon_sym_ATisset] = ACTIONS(8437), + [anon_sym_ATempty] = ACTIONS(8439), + [anon_sym_ATauth] = ACTIONS(8441), + [anon_sym_ATguest] = ACTIONS(8443), + [anon_sym_ATproduction] = ACTIONS(8445), + [anon_sym_ATenv] = ACTIONS(8447), + [anon_sym_AThasSection] = ACTIONS(8449), + [anon_sym_ATsectionMissing] = ACTIONS(8451), + [anon_sym_ATerror] = ACTIONS(8453), + [anon_sym_ATcan] = ACTIONS(8455), + [anon_sym_ATcannot] = ACTIONS(8457), + [anon_sym_ATcanany] = ACTIONS(8459), + [anon_sym_ATfeature] = ACTIONS(8461), + [aux_sym__custom_token1] = ACTIONS(8463), + [aux_sym__custom_token2] = ACTIONS(8465), + [anon_sym_ATswitch] = ACTIONS(8467), + [aux_sym_loop_operator_token1] = ACTIONS(8469), + [anon_sym_ATfor] = ACTIONS(8471), + [anon_sym_ATendfor] = ACTIONS(4429), + [anon_sym_ATforeach] = ACTIONS(8473), + [anon_sym_ATforelse] = ACTIONS(8475), + [anon_sym_ATwhile] = ACTIONS(8477), + [anon_sym_ATsetup] = ACTIONS(8479), + [anon_sym_ATtask] = ACTIONS(8481), + [anon_sym_ATstory] = ACTIONS(8483), + [anon_sym_ATbefore] = ACTIONS(8485), + [anon_sym_ATafter] = ACTIONS(8487), + [anon_sym_ATsuccess] = ACTIONS(8489), + [anon_sym_ATfinished] = ACTIONS(8491), + [anon_sym_ATpersist] = ACTIONS(8493), + [anon_sym_ATteleport] = ACTIONS(8495), + [anon_sym_ATvolt] = ACTIONS(8497), + [aux_sym__text_token1] = ACTIONS(8499), + [aux_sym__text_token2] = ACTIONS(8499), + [aux_sym__text_token3] = ACTIONS(8501), + }, + [521] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(9565), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [522] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(9567), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [523] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(9569), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [524] = { + [sym__definition] = STATE(511), + [sym_keyword] = STATE(511), + [sym_php_statement] = STATE(511), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(511), + [sym__inline_directive] = STATE(511), + [sym__use] = STATE(511), + [sym__nested_directive] = STATE(511), + [sym_fragment] = STATE(511), + [sym_section] = STATE(511), + [sym_inlineSection] = STATE(511), + [sym_once] = STATE(511), + [sym_verbatim] = STATE(511), + [sym_stack] = STATE(511), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(511), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(511), + [sym_loop] = STATE(511), + [sym_loop_operator] = STATE(511), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(511), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(511), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(511), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(511), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(9571), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(9573), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [525] = { - [sym__definition] = STATE(434), - [sym_keyword] = STATE(434), - [sym_php_statement] = STATE(434), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(434), - [sym__inline_directive] = STATE(434), - [sym__use] = STATE(434), - [sym__nested_directive] = STATE(434), - [sym_fragment] = STATE(434), - [sym_section] = STATE(434), - [sym_inlineSection] = STATE(434), - [sym_once] = STATE(434), - [sym_verbatim] = STATE(434), - [sym_stack] = STATE(434), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(434), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(434), - [sym_loop] = STATE(434), - [sym_loop_operator] = STATE(434), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(434), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(434), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(434), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(434), - [aux_sym_php_only_repeat1] = STATE(909), + [sym__definition] = STATE(522), + [sym_keyword] = STATE(522), + [sym_php_statement] = STATE(522), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(522), + [sym__inline_directive] = STATE(522), + [sym__use] = STATE(522), + [sym__nested_directive] = STATE(522), + [sym_fragment] = STATE(522), + [sym_section] = STATE(522), + [sym_inlineSection] = STATE(522), + [sym_once] = STATE(522), + [sym_verbatim] = STATE(522), + [sym_stack] = STATE(522), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(522), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(522), + [sym_loop] = STATE(522), + [sym_loop_operator] = STATE(522), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(522), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(522), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(522), + [sym_text] = STATE(522), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(9575), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(9577), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [526] = { + [sym__definition] = STATE(523), + [sym_keyword] = STATE(523), + [sym_php_statement] = STATE(523), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(523), + [sym__inline_directive] = STATE(523), + [sym__use] = STATE(523), + [sym__nested_directive] = STATE(523), + [sym_fragment] = STATE(523), + [sym_section] = STATE(523), + [sym_inlineSection] = STATE(523), + [sym_once] = STATE(523), + [sym_verbatim] = STATE(523), + [sym_stack] = STATE(523), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(523), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(523), + [sym_loop] = STATE(523), + [sym_loop_operator] = STATE(523), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(523), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(523), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(523), + [sym_text] = STATE(523), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(9579), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(9581), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [527] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(9573), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [528] = { + [sym__definition] = STATE(531), + [sym_keyword] = STATE(531), + [sym_php_statement] = STATE(531), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(531), + [sym__inline_directive] = STATE(531), + [sym__use] = STATE(531), + [sym__nested_directive] = STATE(531), + [sym_fragment] = STATE(531), + [sym_section] = STATE(531), + [sym_inlineSection] = STATE(531), + [sym_once] = STATE(531), + [sym_verbatim] = STATE(531), + [sym_stack] = STATE(531), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(531), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(531), + [sym_loop] = STATE(531), + [sym_loop_operator] = STATE(531), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(531), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(531), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(531), + [sym_text] = STATE(531), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(9583), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -92856,32 +93295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9585), + [aux_sym_section_token1] = ACTIONS(9585), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -92901,324 +93340,324 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [526] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9587), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [529] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(9271), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [527] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(9589), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [530] = { + [sym__definition] = STATE(238), + [sym_keyword] = STATE(238), + [sym_php_statement] = STATE(238), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(238), + [sym__inline_directive] = STATE(238), + [sym__use] = STATE(238), + [sym__nested_directive] = STATE(238), + [sym_fragment] = STATE(238), + [sym_section] = STATE(238), + [sym_inlineSection] = STATE(238), + [sym_once] = STATE(238), + [sym_verbatim] = STATE(238), + [sym_stack] = STATE(238), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(238), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(238), + [sym_loop] = STATE(238), + [sym_loop_operator] = STATE(238), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(238), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(238), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(238), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(238), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(9587), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(9589), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [528] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [531] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -93231,32 +93670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9591), + [aux_sym_section_token1] = ACTIONS(9591), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -93276,141 +93715,16 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [529] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9593), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [530] = { + [532] = { [sym__definition] = STATE(532), [sym_keyword] = STATE(532), [sym_php_statement] = STATE(532), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), + [sym__escaped] = STATE(2298), + [sym__unescaped] = STATE(2298), + [sym__raw] = STATE(2298), + [sym__inline_raw] = STATE(2298), + [sym__multi_line_raw] = STATE(2298), + [sym__js] = STATE(2298), [sym_attribute] = STATE(532), [sym__inline_directive] = STATE(532), [sym__use] = STATE(532), @@ -93421,805 +93735,555 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(532), [sym_verbatim] = STATE(532), [sym_stack] = STATE(532), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), + [sym__push] = STATE(2299), + [sym__pushOnce] = STATE(2299), + [sym__pushIf] = STATE(2299), + [sym__prepend] = STATE(2299), + [sym__prependOnce] = STATE(2299), [sym_conditional] = STATE(532), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), + [sym__if] = STATE(2300), + [sym__unless] = STATE(2300), + [sym__isset] = STATE(2300), + [sym__empty] = STATE(2300), + [sym__auth] = STATE(2300), + [sym__guest] = STATE(2300), + [sym__production] = STATE(2300), + [sym__env] = STATE(2300), + [sym__hasSection] = STATE(2300), + [sym__sectionMissing] = STATE(2300), + [sym__error] = STATE(2300), + [sym_authorization] = STATE(2300), + [sym__can] = STATE(2301), + [sym__cannot] = STATE(2301), + [sym__canany] = STATE(2301), + [sym__feature] = STATE(2300), + [sym__custom] = STATE(2300), [sym_switch] = STATE(532), [sym_loop] = STATE(532), [sym_loop_operator] = STATE(532), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), + [sym__for] = STATE(2302), + [sym__foreach] = STATE(2302), + [sym__forelse] = STATE(2302), + [sym__while] = STATE(2302), [sym_envoy] = STATE(532), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), + [sym__setup] = STATE(2298), + [sym__task] = STATE(2303), + [sym__story] = STATE(2303), + [sym__hooks] = STATE(2298), + [sym__before] = STATE(2298), + [sym__after] = STATE(2298), + [sym__envoy_error] = STATE(2298), + [sym__success] = STATE(2298), + [sym__finished] = STATE(2298), [sym_livewire] = STATE(532), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), + [sym__persist] = STATE(2304), + [sym__teleport] = STATE(2304), + [sym__volt] = STATE(2304), [aux_sym__directive_body] = STATE(532), [sym_text] = STATE(532), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(9595), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(9597), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [531] = { - [sym__definition] = STATE(534), - [sym_keyword] = STATE(534), - [sym_php_statement] = STATE(534), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(534), - [sym__inline_directive] = STATE(534), - [sym__use] = STATE(534), - [sym__nested_directive] = STATE(534), - [sym_fragment] = STATE(534), - [sym_section] = STATE(534), - [sym_inlineSection] = STATE(534), - [sym_once] = STATE(534), - [sym_verbatim] = STATE(534), - [sym_stack] = STATE(534), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(534), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(534), - [sym_loop] = STATE(534), - [sym_loop_operator] = STATE(534), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(534), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(534), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(534), - [sym_text] = STATE(534), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(9599), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(9601), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [532] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(9603), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__text] = STATE(990), + [aux_sym_php_only_repeat1] = STATE(990), + [sym_comment] = ACTIONS(9593), + [aux_sym_keyword_token1] = ACTIONS(9596), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9599), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9602), + [anon_sym_ATphp] = ACTIONS(9605), + [anon_sym_ATjs] = ACTIONS(9608), + [aux_sym_attribute_token1] = ACTIONS(9611), + [aux_sym__inline_directive_token1] = ACTIONS(9614), + [aux_sym__inline_directive_token2] = ACTIONS(9617), + [anon_sym_ATuse] = ACTIONS(9620), + [anon_sym_ATfragment] = ACTIONS(9623), + [anon_sym_ATsection] = ACTIONS(9626), + [anon_sym_ATonce] = ACTIONS(9629), + [anon_sym_ATverbatim] = ACTIONS(9632), + [anon_sym_ATpush] = ACTIONS(9635), + [anon_sym_ATpushOnce] = ACTIONS(9638), + [anon_sym_ATpushIf] = ACTIONS(9641), + [anon_sym_ATprepend] = ACTIONS(9644), + [anon_sym_ATprependOnce] = ACTIONS(9647), + [anon_sym_ATif] = ACTIONS(9650), + [anon_sym_ATunless] = ACTIONS(9653), + [anon_sym_ATisset] = ACTIONS(9656), + [anon_sym_ATempty] = ACTIONS(9659), + [anon_sym_ATauth] = ACTIONS(9662), + [anon_sym_ATguest] = ACTIONS(9665), + [anon_sym_ATproduction] = ACTIONS(9668), + [anon_sym_ATenv] = ACTIONS(9671), + [anon_sym_AThasSection] = ACTIONS(9674), + [anon_sym_ATsectionMissing] = ACTIONS(9677), + [anon_sym_ATerror] = ACTIONS(9680), + [anon_sym_ATcan] = ACTIONS(9683), + [anon_sym_ATcannot] = ACTIONS(9686), + [anon_sym_ATcanany] = ACTIONS(9689), + [anon_sym_ATfeature] = ACTIONS(9692), + [aux_sym__custom_token1] = ACTIONS(9695), + [aux_sym__custom_token2] = ACTIONS(9698), + [anon_sym_ATswitch] = ACTIONS(9701), + [aux_sym_loop_operator_token1] = ACTIONS(9704), + [anon_sym_ATfor] = ACTIONS(9707), + [anon_sym_ATendfor] = ACTIONS(5111), + [anon_sym_ATforeach] = ACTIONS(9710), + [anon_sym_ATforelse] = ACTIONS(9713), + [anon_sym_ATwhile] = ACTIONS(9716), + [anon_sym_ATsetup] = ACTIONS(9719), + [anon_sym_ATtask] = ACTIONS(9722), + [anon_sym_ATstory] = ACTIONS(9725), + [anon_sym_ATbefore] = ACTIONS(9728), + [anon_sym_ATafter] = ACTIONS(9731), + [anon_sym_ATsuccess] = ACTIONS(9734), + [anon_sym_ATfinished] = ACTIONS(9737), + [anon_sym_ATpersist] = ACTIONS(9740), + [anon_sym_ATteleport] = ACTIONS(9743), + [anon_sym_ATvolt] = ACTIONS(9746), + [aux_sym__text_token1] = ACTIONS(9749), + [aux_sym__text_token2] = ACTIONS(9749), + [aux_sym__text_token3] = ACTIONS(9752), }, [533] = { - [sym__definition] = STATE(516), - [sym_keyword] = STATE(516), - [sym_php_statement] = STATE(516), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(516), - [sym__inline_directive] = STATE(516), - [sym__use] = STATE(516), - [sym__nested_directive] = STATE(516), - [sym_fragment] = STATE(516), - [sym_section] = STATE(516), - [sym_inlineSection] = STATE(516), - [sym_once] = STATE(516), - [sym_verbatim] = STATE(516), - [sym_stack] = STATE(516), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(516), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(516), - [sym_loop] = STATE(516), - [sym_loop_operator] = STATE(516), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(516), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(516), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(516), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(516), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(9605), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9607), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), + [sym__definition] = STATE(509), + [sym_keyword] = STATE(509), + [sym_php_statement] = STATE(509), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(509), + [sym__inline_directive] = STATE(509), + [sym__use] = STATE(509), + [sym__nested_directive] = STATE(509), + [sym_fragment] = STATE(509), + [sym_section] = STATE(509), + [sym_inlineSection] = STATE(509), + [sym_once] = STATE(509), + [sym_verbatim] = STATE(509), + [sym_stack] = STATE(509), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(509), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(509), + [sym_loop] = STATE(509), + [sym_loop_operator] = STATE(509), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(509), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(509), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(509), + [sym_text] = STATE(509), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(9755), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(9757), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, [534] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(9609), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(498), + [sym_keyword] = STATE(498), + [sym_php_statement] = STATE(498), + [sym__escaped] = STATE(2472), + [sym__unescaped] = STATE(2472), + [sym__raw] = STATE(2472), + [sym__inline_raw] = STATE(2472), + [sym__multi_line_raw] = STATE(2472), + [sym__js] = STATE(2472), + [sym_attribute] = STATE(498), + [sym__inline_directive] = STATE(498), + [sym__use] = STATE(498), + [sym__nested_directive] = STATE(498), + [sym_fragment] = STATE(498), + [sym_section] = STATE(498), + [sym_inlineSection] = STATE(498), + [sym_once] = STATE(498), + [sym_verbatim] = STATE(498), + [sym_stack] = STATE(498), + [sym__push] = STATE(2473), + [sym__pushOnce] = STATE(2473), + [sym__pushIf] = STATE(2473), + [sym__prepend] = STATE(2473), + [sym__prependOnce] = STATE(2473), + [sym_conditional] = STATE(498), + [sym__if] = STATE(2474), + [sym__unless] = STATE(2474), + [sym__isset] = STATE(2474), + [sym__empty] = STATE(2474), + [sym__auth] = STATE(2474), + [sym__guest] = STATE(2474), + [sym__production] = STATE(2474), + [sym__env] = STATE(2474), + [sym__hasSection] = STATE(2474), + [sym__sectionMissing] = STATE(2474), + [sym__error] = STATE(2474), + [sym_authorization] = STATE(2474), + [sym__can] = STATE(2475), + [sym__cannot] = STATE(2475), + [sym__canany] = STATE(2475), + [sym__feature] = STATE(2474), + [sym__custom] = STATE(2474), + [sym_switch] = STATE(498), + [sym_loop] = STATE(498), + [sym_loop_operator] = STATE(498), + [sym__for] = STATE(2476), + [sym__foreach] = STATE(2476), + [sym__forelse] = STATE(2476), + [sym__while] = STATE(2476), + [sym_envoy] = STATE(498), + [sym__setup] = STATE(2472), + [sym__task] = STATE(2477), + [sym__story] = STATE(2477), + [sym__hooks] = STATE(2472), + [sym__before] = STATE(2472), + [sym__after] = STATE(2472), + [sym__envoy_error] = STATE(2472), + [sym__success] = STATE(2472), + [sym__finished] = STATE(2472), + [sym_livewire] = STATE(498), + [sym__persist] = STATE(2478), + [sym__teleport] = STATE(2478), + [sym__volt] = STATE(2478), + [aux_sym__directive_body] = STATE(498), + [sym_text] = STATE(498), + [sym__text] = STATE(979), + [aux_sym_php_only_repeat1] = STATE(979), + [sym_comment] = ACTIONS(9759), + [aux_sym_keyword_token1] = ACTIONS(9761), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9763), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9765), + [anon_sym_ATphp] = ACTIONS(9767), + [anon_sym_ATjs] = ACTIONS(9769), + [aux_sym_attribute_token1] = ACTIONS(9771), + [aux_sym__inline_directive_token1] = ACTIONS(9773), + [aux_sym__inline_directive_token2] = ACTIONS(9775), + [anon_sym_ATuse] = ACTIONS(9777), + [anon_sym_ATfragment] = ACTIONS(9779), + [anon_sym_ATsection] = ACTIONS(9781), + [anon_sym_ATonce] = ACTIONS(9783), + [anon_sym_ATverbatim] = ACTIONS(9785), + [anon_sym_ATpush] = ACTIONS(9787), + [anon_sym_ATpushOnce] = ACTIONS(9789), + [anon_sym_ATpushIf] = ACTIONS(9791), + [anon_sym_ATprepend] = ACTIONS(9793), + [anon_sym_ATprependOnce] = ACTIONS(9795), + [anon_sym_ATif] = ACTIONS(9797), + [anon_sym_ATunless] = ACTIONS(9799), + [anon_sym_ATisset] = ACTIONS(9801), + [anon_sym_ATempty] = ACTIONS(9803), + [anon_sym_ATauth] = ACTIONS(9805), + [anon_sym_ATguest] = ACTIONS(9807), + [anon_sym_ATproduction] = ACTIONS(9809), + [anon_sym_ATenv] = ACTIONS(9811), + [anon_sym_AThasSection] = ACTIONS(9813), + [anon_sym_ATsectionMissing] = ACTIONS(9815), + [anon_sym_ATerror] = ACTIONS(9817), + [anon_sym_ATcan] = ACTIONS(9819), + [anon_sym_ATcannot] = ACTIONS(9821), + [anon_sym_ATcanany] = ACTIONS(9823), + [anon_sym_ATfeature] = ACTIONS(9825), + [aux_sym__custom_token1] = ACTIONS(9827), + [aux_sym__custom_token2] = ACTIONS(9829), + [anon_sym_ATswitch] = ACTIONS(9831), + [aux_sym_loop_operator_token1] = ACTIONS(9833), + [anon_sym_ATfor] = ACTIONS(9835), + [anon_sym_ATforeach] = ACTIONS(9837), + [anon_sym_ATforelse] = ACTIONS(9839), + [anon_sym_ATendforelse] = ACTIONS(5621), + [anon_sym_ATwhile] = ACTIONS(9841), + [anon_sym_ATsetup] = ACTIONS(9843), + [anon_sym_ATtask] = ACTIONS(9845), + [anon_sym_ATstory] = ACTIONS(9847), + [anon_sym_ATbefore] = ACTIONS(9849), + [anon_sym_ATafter] = ACTIONS(9851), + [anon_sym_ATsuccess] = ACTIONS(9853), + [anon_sym_ATfinished] = ACTIONS(9855), + [anon_sym_ATpersist] = ACTIONS(9857), + [anon_sym_ATteleport] = ACTIONS(9859), + [anon_sym_ATvolt] = ACTIONS(9861), + [aux_sym__text_token1] = ACTIONS(9863), + [aux_sym__text_token2] = ACTIONS(9863), + [aux_sym__text_token3] = ACTIONS(9865), }, [535] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9611), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(9867), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [536] = { - [sym__definition] = STATE(609), - [sym_keyword] = STATE(609), - [sym_php_statement] = STATE(609), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(609), - [sym__inline_directive] = STATE(609), - [sym__use] = STATE(609), - [sym__nested_directive] = STATE(609), - [sym_fragment] = STATE(609), - [sym_section] = STATE(609), - [sym_inlineSection] = STATE(609), - [sym_once] = STATE(609), - [sym_verbatim] = STATE(609), - [sym_stack] = STATE(609), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(609), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(609), - [sym_loop] = STATE(609), - [sym_loop_operator] = STATE(609), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(609), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(609), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(609), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(609), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(9613), + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -94231,32 +94295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9615), + [aux_sym_section_token1] = ACTIONS(9869), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -94280,12 +94344,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__definition] = STATE(537), [sym_keyword] = STATE(537), [sym_php_statement] = STATE(537), - [sym__escaped] = STATE(2275), - [sym__unescaped] = STATE(2275), - [sym__raw] = STATE(2275), - [sym__inline_raw] = STATE(2275), - [sym__multi_line_raw] = STATE(2275), - [sym__js] = STATE(2275), + [sym__escaped] = STATE(2261), + [sym__unescaped] = STATE(2261), + [sym__raw] = STATE(2261), + [sym__inline_raw] = STATE(2261), + [sym__multi_line_raw] = STATE(2261), + [sym__js] = STATE(2261), [sym_attribute] = STATE(537), [sym__inline_directive] = STATE(537), [sym__use] = STATE(537), @@ -94296,680 +94360,555 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_once] = STATE(537), [sym_verbatim] = STATE(537), [sym_stack] = STATE(537), - [sym__push] = STATE(2276), - [sym__pushOnce] = STATE(2276), - [sym__pushIf] = STATE(2276), - [sym__prepend] = STATE(2276), - [sym__prependOnce] = STATE(2276), + [sym__push] = STATE(2260), + [sym__pushOnce] = STATE(2260), + [sym__pushIf] = STATE(2260), + [sym__prepend] = STATE(2260), + [sym__prependOnce] = STATE(2260), [sym_conditional] = STATE(537), - [sym__if] = STATE(2277), - [sym__unless] = STATE(2277), - [sym__isset] = STATE(2277), - [sym__empty] = STATE(2277), - [sym__auth] = STATE(2277), - [sym__guest] = STATE(2277), - [sym__production] = STATE(2277), - [sym__env] = STATE(2277), - [sym__hasSection] = STATE(2277), - [sym__sectionMissing] = STATE(2277), - [sym__error] = STATE(2277), - [sym_authorization] = STATE(2277), - [sym__can] = STATE(2278), - [sym__cannot] = STATE(2278), - [sym__canany] = STATE(2278), - [sym__feature] = STATE(2277), - [sym__custom] = STATE(2277), + [sym__if] = STATE(2259), + [sym__unless] = STATE(2259), + [sym__isset] = STATE(2259), + [sym__empty] = STATE(2259), + [sym__auth] = STATE(2259), + [sym__guest] = STATE(2259), + [sym__production] = STATE(2259), + [sym__env] = STATE(2259), + [sym__hasSection] = STATE(2259), + [sym__sectionMissing] = STATE(2259), + [sym__error] = STATE(2259), + [sym_authorization] = STATE(2259), + [sym__can] = STATE(2258), + [sym__cannot] = STATE(2258), + [sym__canany] = STATE(2258), + [sym__feature] = STATE(2259), + [sym__custom] = STATE(2259), [sym_switch] = STATE(537), [sym_loop] = STATE(537), [sym_loop_operator] = STATE(537), - [sym__for] = STATE(2279), - [sym__foreach] = STATE(2279), - [sym__forelse] = STATE(2279), - [sym__while] = STATE(2279), + [sym__for] = STATE(2257), + [sym__foreach] = STATE(2257), + [sym__forelse] = STATE(2257), + [sym__while] = STATE(2257), [sym_envoy] = STATE(537), - [sym__setup] = STATE(2275), - [sym__task] = STATE(2280), - [sym__story] = STATE(2280), - [sym__hooks] = STATE(2275), - [sym__before] = STATE(2275), - [sym__after] = STATE(2275), - [sym__envoy_error] = STATE(2275), - [sym__success] = STATE(2275), - [sym__finished] = STATE(2275), + [sym__setup] = STATE(2261), + [sym__task] = STATE(2256), + [sym__story] = STATE(2256), + [sym__hooks] = STATE(2261), + [sym__before] = STATE(2261), + [sym__after] = STATE(2261), + [sym__envoy_error] = STATE(2261), + [sym__success] = STATE(2261), + [sym__finished] = STATE(2261), [sym_livewire] = STATE(537), - [sym__persist] = STATE(2281), - [sym__teleport] = STATE(2281), - [sym__volt] = STATE(2281), + [sym__persist] = STATE(2255), + [sym__teleport] = STATE(2255), + [sym__volt] = STATE(2255), [aux_sym__directive_body] = STATE(537), [sym_text] = STATE(537), - [sym__text] = STATE(971), - [aux_sym_php_only_repeat1] = STATE(971), - [sym_comment] = ACTIONS(9617), - [aux_sym_keyword_token1] = ACTIONS(9620), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9623), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9626), - [anon_sym_ATphp] = ACTIONS(9629), - [anon_sym_ATjs] = ACTIONS(9632), - [aux_sym_attribute_token1] = ACTIONS(9635), - [aux_sym__inline_directive_token1] = ACTIONS(9638), - [aux_sym__inline_directive_token2] = ACTIONS(9641), - [anon_sym_ATuse] = ACTIONS(9644), - [anon_sym_ATfragment] = ACTIONS(9647), - [anon_sym_ATsection] = ACTIONS(9650), - [anon_sym_ATonce] = ACTIONS(9653), - [anon_sym_ATverbatim] = ACTIONS(9656), - [anon_sym_ATpush] = ACTIONS(9659), - [anon_sym_ATpushOnce] = ACTIONS(9662), - [anon_sym_ATpushIf] = ACTIONS(9665), - [anon_sym_ATprepend] = ACTIONS(9668), - [anon_sym_ATprependOnce] = ACTIONS(9671), - [anon_sym_ATif] = ACTIONS(9674), - [anon_sym_ATunless] = ACTIONS(9677), - [anon_sym_ATisset] = ACTIONS(9680), - [anon_sym_ATempty] = ACTIONS(9683), - [anon_sym_ATauth] = ACTIONS(9686), - [anon_sym_ATguest] = ACTIONS(9689), - [anon_sym_ATproduction] = ACTIONS(9692), - [anon_sym_ATenv] = ACTIONS(9695), - [anon_sym_AThasSection] = ACTIONS(9698), - [anon_sym_ATsectionMissing] = ACTIONS(9701), - [anon_sym_ATerror] = ACTIONS(9704), - [anon_sym_ATcan] = ACTIONS(9707), - [anon_sym_ATcannot] = ACTIONS(9710), - [anon_sym_ATcanany] = ACTIONS(9713), - [anon_sym_ATfeature] = ACTIONS(9716), - [aux_sym__custom_token1] = ACTIONS(9719), - [aux_sym__custom_token2] = ACTIONS(9722), - [anon_sym_ATswitch] = ACTIONS(9725), - [aux_sym_loop_operator_token1] = ACTIONS(9728), - [anon_sym_ATfor] = ACTIONS(9731), - [anon_sym_ATendfor] = ACTIONS(5333), - [anon_sym_ATforeach] = ACTIONS(9734), - [anon_sym_ATforelse] = ACTIONS(9737), - [anon_sym_ATwhile] = ACTIONS(9740), - [anon_sym_ATsetup] = ACTIONS(9743), - [anon_sym_ATtask] = ACTIONS(9746), - [anon_sym_ATstory] = ACTIONS(9749), - [anon_sym_ATbefore] = ACTIONS(9752), - [anon_sym_ATafter] = ACTIONS(9755), - [anon_sym_ATsuccess] = ACTIONS(9758), - [anon_sym_ATfinished] = ACTIONS(9761), - [anon_sym_ATpersist] = ACTIONS(9764), - [anon_sym_ATteleport] = ACTIONS(9767), - [anon_sym_ATvolt] = ACTIONS(9770), - [aux_sym__text_token1] = ACTIONS(9773), - [aux_sym__text_token2] = ACTIONS(9773), - [aux_sym__text_token3] = ACTIONS(9776), + [sym__text] = STATE(1136), + [aux_sym_php_only_repeat1] = STATE(1136), + [sym_comment] = ACTIONS(9871), + [aux_sym_keyword_token1] = ACTIONS(9874), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9877), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9880), + [anon_sym_ATphp] = ACTIONS(9883), + [anon_sym_ATjs] = ACTIONS(9886), + [aux_sym_attribute_token1] = ACTIONS(9889), + [aux_sym__inline_directive_token1] = ACTIONS(9892), + [aux_sym__inline_directive_token2] = ACTIONS(9895), + [anon_sym_ATuse] = ACTIONS(9898), + [anon_sym_ATfragment] = ACTIONS(9901), + [anon_sym_ATsection] = ACTIONS(9904), + [anon_sym_ATonce] = ACTIONS(9907), + [anon_sym_ATverbatim] = ACTIONS(9910), + [anon_sym_ATpush] = ACTIONS(9913), + [anon_sym_ATpushOnce] = ACTIONS(9916), + [anon_sym_ATpushIf] = ACTIONS(9919), + [anon_sym_ATendPushIf] = ACTIONS(5111), + [anon_sym_ATprepend] = ACTIONS(9922), + [anon_sym_ATprependOnce] = ACTIONS(9925), + [anon_sym_ATif] = ACTIONS(9928), + [anon_sym_ATunless] = ACTIONS(9931), + [anon_sym_ATisset] = ACTIONS(9934), + [anon_sym_ATempty] = ACTIONS(9937), + [anon_sym_ATauth] = ACTIONS(9940), + [anon_sym_ATguest] = ACTIONS(9943), + [anon_sym_ATproduction] = ACTIONS(9946), + [anon_sym_ATenv] = ACTIONS(9949), + [anon_sym_AThasSection] = ACTIONS(9952), + [anon_sym_ATsectionMissing] = ACTIONS(9955), + [anon_sym_ATerror] = ACTIONS(9958), + [anon_sym_ATcan] = ACTIONS(9961), + [anon_sym_ATcannot] = ACTIONS(9964), + [anon_sym_ATcanany] = ACTIONS(9967), + [anon_sym_ATfeature] = ACTIONS(9970), + [aux_sym__custom_token1] = ACTIONS(9973), + [aux_sym__custom_token2] = ACTIONS(9976), + [anon_sym_ATswitch] = ACTIONS(9979), + [aux_sym_loop_operator_token1] = ACTIONS(9982), + [anon_sym_ATfor] = ACTIONS(9985), + [anon_sym_ATforeach] = ACTIONS(9988), + [anon_sym_ATforelse] = ACTIONS(9991), + [anon_sym_ATwhile] = ACTIONS(9994), + [anon_sym_ATsetup] = ACTIONS(9997), + [anon_sym_ATtask] = ACTIONS(10000), + [anon_sym_ATstory] = ACTIONS(10003), + [anon_sym_ATbefore] = ACTIONS(10006), + [anon_sym_ATafter] = ACTIONS(10009), + [anon_sym_ATsuccess] = ACTIONS(10012), + [anon_sym_ATfinished] = ACTIONS(10015), + [anon_sym_ATpersist] = ACTIONS(10018), + [anon_sym_ATteleport] = ACTIONS(10021), + [anon_sym_ATvolt] = ACTIONS(10024), + [aux_sym__text_token1] = ACTIONS(10027), + [aux_sym__text_token2] = ACTIONS(10027), + [aux_sym__text_token3] = ACTIONS(10030), }, [538] = { - [sym__definition] = STATE(513), - [sym_keyword] = STATE(513), - [sym_php_statement] = STATE(513), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(513), - [sym__inline_directive] = STATE(513), - [sym__use] = STATE(513), - [sym__nested_directive] = STATE(513), - [sym_fragment] = STATE(513), - [sym_section] = STATE(513), - [sym_inlineSection] = STATE(513), - [sym_once] = STATE(513), - [sym_verbatim] = STATE(513), - [sym_stack] = STATE(513), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(513), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(513), - [sym_loop] = STATE(513), - [sym_loop_operator] = STATE(513), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(513), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(513), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(513), - [sym_text] = STATE(513), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(9779), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(9781), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [sym__definition] = STATE(535), + [sym_keyword] = STATE(535), + [sym_php_statement] = STATE(535), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(535), + [sym__inline_directive] = STATE(535), + [sym__use] = STATE(535), + [sym__nested_directive] = STATE(535), + [sym_fragment] = STATE(535), + [sym_section] = STATE(535), + [sym_inlineSection] = STATE(535), + [sym_once] = STATE(535), + [sym_verbatim] = STATE(535), + [sym_stack] = STATE(535), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(535), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(535), + [sym_loop] = STATE(535), + [sym_loop_operator] = STATE(535), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(535), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(535), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(535), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(535), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10033), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10035), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [539] = { - [sym__definition] = STATE(505), - [sym_keyword] = STATE(505), - [sym_php_statement] = STATE(505), - [sym__escaped] = STATE(2447), - [sym__unescaped] = STATE(2447), - [sym__raw] = STATE(2447), - [sym__inline_raw] = STATE(2447), - [sym__multi_line_raw] = STATE(2447), - [sym__js] = STATE(2447), - [sym_attribute] = STATE(505), - [sym__inline_directive] = STATE(505), - [sym__use] = STATE(505), - [sym__nested_directive] = STATE(505), - [sym_fragment] = STATE(505), - [sym_section] = STATE(505), - [sym_inlineSection] = STATE(505), - [sym_once] = STATE(505), - [sym_verbatim] = STATE(505), - [sym_stack] = STATE(505), - [sym__push] = STATE(2448), - [sym__pushOnce] = STATE(2448), - [sym__pushIf] = STATE(2448), - [sym__prepend] = STATE(2448), - [sym__prependOnce] = STATE(2448), - [sym_conditional] = STATE(505), - [sym__if] = STATE(2449), - [sym__unless] = STATE(2449), - [sym__isset] = STATE(2449), - [sym__empty] = STATE(2449), - [sym__auth] = STATE(2449), - [sym__guest] = STATE(2449), - [sym__production] = STATE(2449), - [sym__env] = STATE(2449), - [sym__hasSection] = STATE(2449), - [sym__sectionMissing] = STATE(2449), - [sym__error] = STATE(2449), - [sym_authorization] = STATE(2449), - [sym__can] = STATE(2450), - [sym__cannot] = STATE(2450), - [sym__canany] = STATE(2450), - [sym__feature] = STATE(2449), - [sym__custom] = STATE(2449), - [sym_switch] = STATE(505), - [sym_loop] = STATE(505), - [sym_loop_operator] = STATE(505), - [sym__for] = STATE(2451), - [sym__foreach] = STATE(2451), - [sym__forelse] = STATE(2451), - [sym__while] = STATE(2451), - [sym_envoy] = STATE(505), - [sym__setup] = STATE(2447), - [sym__task] = STATE(2452), - [sym__story] = STATE(2452), - [sym__hooks] = STATE(2447), - [sym__before] = STATE(2447), - [sym__after] = STATE(2447), - [sym__envoy_error] = STATE(2447), - [sym__success] = STATE(2447), - [sym__finished] = STATE(2447), - [sym_livewire] = STATE(505), - [sym__persist] = STATE(2453), - [sym__teleport] = STATE(2453), - [sym__volt] = STATE(2453), - [aux_sym__directive_body] = STATE(505), - [sym_text] = STATE(505), - [sym__text] = STATE(961), - [aux_sym_php_only_repeat1] = STATE(961), - [sym_comment] = ACTIONS(9783), - [aux_sym_keyword_token1] = ACTIONS(9785), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9787), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9789), - [anon_sym_ATphp] = ACTIONS(9791), - [anon_sym_ATjs] = ACTIONS(9793), - [aux_sym_attribute_token1] = ACTIONS(9795), - [aux_sym__inline_directive_token1] = ACTIONS(9797), - [aux_sym__inline_directive_token2] = ACTIONS(9799), - [anon_sym_ATuse] = ACTIONS(9801), - [anon_sym_ATfragment] = ACTIONS(9803), - [anon_sym_ATsection] = ACTIONS(9805), - [anon_sym_ATonce] = ACTIONS(9807), - [anon_sym_ATverbatim] = ACTIONS(9809), - [anon_sym_ATpush] = ACTIONS(9811), - [anon_sym_ATpushOnce] = ACTIONS(9813), - [anon_sym_ATpushIf] = ACTIONS(9815), - [anon_sym_ATprepend] = ACTIONS(9817), - [anon_sym_ATprependOnce] = ACTIONS(9819), - [anon_sym_ATif] = ACTIONS(9821), - [anon_sym_ATunless] = ACTIONS(9823), - [anon_sym_ATisset] = ACTIONS(9825), - [anon_sym_ATempty] = ACTIONS(9827), - [anon_sym_ATauth] = ACTIONS(9829), - [anon_sym_ATguest] = ACTIONS(9831), - [anon_sym_ATproduction] = ACTIONS(9833), - [anon_sym_ATenv] = ACTIONS(9835), - [anon_sym_AThasSection] = ACTIONS(9837), - [anon_sym_ATsectionMissing] = ACTIONS(9839), - [anon_sym_ATerror] = ACTIONS(9841), - [anon_sym_ATcan] = ACTIONS(9843), - [anon_sym_ATcannot] = ACTIONS(9845), - [anon_sym_ATcanany] = ACTIONS(9847), - [anon_sym_ATfeature] = ACTIONS(9849), - [aux_sym__custom_token1] = ACTIONS(9851), - [aux_sym__custom_token2] = ACTIONS(9853), - [anon_sym_ATswitch] = ACTIONS(9855), - [aux_sym_loop_operator_token1] = ACTIONS(9857), - [anon_sym_ATfor] = ACTIONS(9859), - [anon_sym_ATforeach] = ACTIONS(9861), - [anon_sym_ATforelse] = ACTIONS(9863), - [anon_sym_ATendforelse] = ACTIONS(4429), - [anon_sym_ATwhile] = ACTIONS(9865), - [anon_sym_ATsetup] = ACTIONS(9867), - [anon_sym_ATtask] = ACTIONS(9869), - [anon_sym_ATstory] = ACTIONS(9871), - [anon_sym_ATbefore] = ACTIONS(9873), - [anon_sym_ATafter] = ACTIONS(9875), - [anon_sym_ATsuccess] = ACTIONS(9877), - [anon_sym_ATfinished] = ACTIONS(9879), - [anon_sym_ATpersist] = ACTIONS(9881), - [anon_sym_ATteleport] = ACTIONS(9883), - [anon_sym_ATvolt] = ACTIONS(9885), - [aux_sym__text_token1] = ACTIONS(9887), - [aux_sym__text_token2] = ACTIONS(9887), - [aux_sym__text_token3] = ACTIONS(9889), + [sym__definition] = STATE(602), + [sym_keyword] = STATE(602), + [sym_php_statement] = STATE(602), + [sym__escaped] = STATE(2093), + [sym__unescaped] = STATE(2093), + [sym__raw] = STATE(2093), + [sym__inline_raw] = STATE(2093), + [sym__multi_line_raw] = STATE(2093), + [sym__js] = STATE(2093), + [sym_attribute] = STATE(602), + [sym__inline_directive] = STATE(602), + [sym__use] = STATE(602), + [sym__nested_directive] = STATE(602), + [sym_fragment] = STATE(602), + [sym_section] = STATE(602), + [sym_inlineSection] = STATE(602), + [sym_once] = STATE(602), + [sym_verbatim] = STATE(602), + [sym_stack] = STATE(602), + [sym__push] = STATE(2092), + [sym__pushOnce] = STATE(2092), + [sym__pushIf] = STATE(2092), + [sym__prepend] = STATE(2092), + [sym__prependOnce] = STATE(2092), + [sym_conditional] = STATE(602), + [sym__if] = STATE(2091), + [sym__unless] = STATE(2091), + [sym__isset] = STATE(2091), + [sym__empty] = STATE(2091), + [sym__auth] = STATE(2091), + [sym__guest] = STATE(2091), + [sym__production] = STATE(2091), + [sym__env] = STATE(2091), + [sym__hasSection] = STATE(2091), + [sym__sectionMissing] = STATE(2091), + [sym__error] = STATE(2091), + [sym_authorization] = STATE(2091), + [sym__can] = STATE(2090), + [sym__cannot] = STATE(2090), + [sym__canany] = STATE(2090), + [sym__feature] = STATE(2091), + [sym__custom] = STATE(2091), + [sym_switch] = STATE(602), + [sym_loop] = STATE(602), + [sym_loop_operator] = STATE(602), + [sym__for] = STATE(2089), + [sym__foreach] = STATE(2089), + [sym__forelse] = STATE(2089), + [sym__while] = STATE(2089), + [sym_envoy] = STATE(602), + [sym__setup] = STATE(2093), + [sym__task] = STATE(2088), + [sym__story] = STATE(2088), + [sym__hooks] = STATE(2093), + [sym__before] = STATE(2093), + [sym__after] = STATE(2093), + [sym__envoy_error] = STATE(2093), + [sym__success] = STATE(2093), + [sym__finished] = STATE(2093), + [sym_livewire] = STATE(602), + [sym__persist] = STATE(2087), + [sym__teleport] = STATE(2087), + [sym__volt] = STATE(2087), + [aux_sym__directive_body] = STATE(602), + [sym_text] = STATE(602), + [sym__text] = STATE(1326), + [aux_sym_php_only_repeat1] = STATE(1326), + [sym_comment] = ACTIONS(10037), + [aux_sym_keyword_token1] = ACTIONS(10039), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10041), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10043), + [anon_sym_ATphp] = ACTIONS(10045), + [anon_sym_ATjs] = ACTIONS(10047), + [aux_sym_attribute_token1] = ACTIONS(10049), + [aux_sym__inline_directive_token1] = ACTIONS(10051), + [aux_sym__inline_directive_token2] = ACTIONS(10053), + [anon_sym_ATuse] = ACTIONS(10055), + [anon_sym_ATfragment] = ACTIONS(10057), + [anon_sym_ATsection] = ACTIONS(10059), + [anon_sym_ATonce] = ACTIONS(10061), + [anon_sym_ATverbatim] = ACTIONS(10063), + [anon_sym_ATpush] = ACTIONS(10065), + [anon_sym_ATpushOnce] = ACTIONS(10067), + [anon_sym_ATpushIf] = ACTIONS(10069), + [anon_sym_ATprepend] = ACTIONS(10071), + [anon_sym_ATprependOnce] = ACTIONS(10073), + [anon_sym_ATendPrependOnce] = ACTIONS(5621), + [anon_sym_ATif] = ACTIONS(10075), + [anon_sym_ATunless] = ACTIONS(10077), + [anon_sym_ATisset] = ACTIONS(10079), + [anon_sym_ATempty] = ACTIONS(10081), + [anon_sym_ATauth] = ACTIONS(10083), + [anon_sym_ATguest] = ACTIONS(10085), + [anon_sym_ATproduction] = ACTIONS(10087), + [anon_sym_ATenv] = ACTIONS(10089), + [anon_sym_AThasSection] = ACTIONS(10091), + [anon_sym_ATsectionMissing] = ACTIONS(10093), + [anon_sym_ATerror] = ACTIONS(10095), + [anon_sym_ATcan] = ACTIONS(10097), + [anon_sym_ATcannot] = ACTIONS(10099), + [anon_sym_ATcanany] = ACTIONS(10101), + [anon_sym_ATfeature] = ACTIONS(10103), + [aux_sym__custom_token1] = ACTIONS(10105), + [aux_sym__custom_token2] = ACTIONS(10107), + [anon_sym_ATswitch] = ACTIONS(10109), + [aux_sym_loop_operator_token1] = ACTIONS(10111), + [anon_sym_ATfor] = ACTIONS(10113), + [anon_sym_ATforeach] = ACTIONS(10115), + [anon_sym_ATforelse] = ACTIONS(10117), + [anon_sym_ATwhile] = ACTIONS(10119), + [anon_sym_ATsetup] = ACTIONS(10121), + [anon_sym_ATtask] = ACTIONS(10123), + [anon_sym_ATstory] = ACTIONS(10125), + [anon_sym_ATbefore] = ACTIONS(10127), + [anon_sym_ATafter] = ACTIONS(10129), + [anon_sym_ATsuccess] = ACTIONS(10131), + [anon_sym_ATfinished] = ACTIONS(10133), + [anon_sym_ATpersist] = ACTIONS(10135), + [anon_sym_ATteleport] = ACTIONS(10137), + [anon_sym_ATvolt] = ACTIONS(10139), + [aux_sym__text_token1] = ACTIONS(10141), + [aux_sym__text_token2] = ACTIONS(10141), + [aux_sym__text_token3] = ACTIONS(10143), }, [540] = { - [sym__definition] = STATE(520), - [sym_keyword] = STATE(520), - [sym_php_statement] = STATE(520), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(520), - [sym__inline_directive] = STATE(520), - [sym__use] = STATE(520), - [sym__nested_directive] = STATE(520), - [sym_fragment] = STATE(520), - [sym_section] = STATE(520), - [sym_inlineSection] = STATE(520), - [sym_once] = STATE(520), - [sym_verbatim] = STATE(520), - [sym_stack] = STATE(520), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(520), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(520), - [sym_loop] = STATE(520), - [sym_loop_operator] = STATE(520), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(520), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(520), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(520), - [sym_text] = STATE(520), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(9891), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(9893), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10035), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, [541] = { - [sym__definition] = STATE(544), - [sym_keyword] = STATE(544), - [sym_php_statement] = STATE(544), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(544), - [sym__inline_directive] = STATE(544), - [sym__use] = STATE(544), - [sym__nested_directive] = STATE(544), - [sym_fragment] = STATE(544), - [sym_section] = STATE(544), - [sym_inlineSection] = STATE(544), - [sym_once] = STATE(544), - [sym_verbatim] = STATE(544), - [sym_stack] = STATE(544), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(544), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(544), - [sym_loop] = STATE(544), - [sym_loop_operator] = STATE(544), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(544), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(544), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(544), - [sym_text] = STATE(544), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(9895), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9897), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [542] = { - [sym__definition] = STATE(546), - [sym_keyword] = STATE(546), - [sym_php_statement] = STATE(546), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(546), - [sym__inline_directive] = STATE(546), - [sym__use] = STATE(546), - [sym__nested_directive] = STATE(546), - [sym_fragment] = STATE(546), - [sym_section] = STATE(546), - [sym_inlineSection] = STATE(546), - [sym_once] = STATE(546), - [sym_verbatim] = STATE(546), - [sym_stack] = STATE(546), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(546), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(546), - [sym_loop] = STATE(546), - [sym_loop_operator] = STATE(546), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(546), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(546), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(546), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(546), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(9899), + [sym__definition] = STATE(536), + [sym_keyword] = STATE(536), + [sym_php_statement] = STATE(536), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(536), + [sym__inline_directive] = STATE(536), + [sym__use] = STATE(536), + [sym__nested_directive] = STATE(536), + [sym_fragment] = STATE(536), + [sym_section] = STATE(536), + [sym_inlineSection] = STATE(536), + [sym_once] = STATE(536), + [sym_verbatim] = STATE(536), + [sym_stack] = STATE(536), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(536), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(536), + [sym_loop] = STATE(536), + [sym_loop_operator] = STATE(536), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(536), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(536), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(536), + [sym_text] = STATE(536), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10145), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -94981,32 +94920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9901), + [aux_sym_section_token1] = ACTIONS(10147), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -95026,449 +94965,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [543] = { - [sym__definition] = STATE(455), - [sym_keyword] = STATE(455), - [sym_php_statement] = STATE(455), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(455), - [sym__inline_directive] = STATE(455), - [sym__use] = STATE(455), - [sym__nested_directive] = STATE(455), - [sym_fragment] = STATE(455), - [sym_section] = STATE(455), - [sym_inlineSection] = STATE(455), - [sym_once] = STATE(455), - [sym_verbatim] = STATE(455), - [sym_stack] = STATE(455), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(455), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(455), - [sym_loop] = STATE(455), - [sym_loop_operator] = STATE(455), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(455), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(455), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(455), - [sym_text] = STATE(455), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(9903), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9905), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [544] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9907), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [545] = { - [sym__definition] = STATE(550), - [sym_keyword] = STATE(550), - [sym_php_statement] = STATE(550), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(550), - [sym__inline_directive] = STATE(550), - [sym__use] = STATE(550), - [sym__nested_directive] = STATE(550), - [sym_fragment] = STATE(550), - [sym_section] = STATE(550), - [sym_inlineSection] = STATE(550), - [sym_once] = STATE(550), - [sym_verbatim] = STATE(550), - [sym_stack] = STATE(550), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(550), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(550), - [sym_loop] = STATE(550), - [sym_loop_operator] = STATE(550), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(550), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(550), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(550), - [sym_text] = STATE(550), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(9909), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9911), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [546] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [542] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -95481,32 +95045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9913), + [aux_sym_section_token1] = ACTIONS(10149), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -95526,75 +95090,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [547] = { - [sym__definition] = STATE(554), - [sym_keyword] = STATE(554), - [sym_php_statement] = STATE(554), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(554), - [sym__inline_directive] = STATE(554), - [sym__use] = STATE(554), - [sym__nested_directive] = STATE(554), - [sym_fragment] = STATE(554), - [sym_section] = STATE(554), - [sym_inlineSection] = STATE(554), - [sym_once] = STATE(554), - [sym_verbatim] = STATE(554), - [sym_stack] = STATE(554), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(554), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(554), - [sym_loop] = STATE(554), - [sym_loop_operator] = STATE(554), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(554), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(554), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(554), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(554), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(9915), + [543] = { + [sym__definition] = STATE(516), + [sym_keyword] = STATE(516), + [sym_php_statement] = STATE(516), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(516), + [sym__inline_directive] = STATE(516), + [sym__use] = STATE(516), + [sym__nested_directive] = STATE(516), + [sym_fragment] = STATE(516), + [sym_section] = STATE(516), + [sym_inlineSection] = STATE(516), + [sym_once] = STATE(516), + [sym_verbatim] = STATE(516), + [sym_stack] = STATE(516), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(516), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(516), + [sym_loop] = STATE(516), + [sym_loop_operator] = STATE(516), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(516), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(516), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(516), + [sym_text] = STATE(516), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10151), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -95606,32 +95170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9913), + [aux_sym_section_token1] = ACTIONS(10153), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -95651,75 +95215,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [548] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [544] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10155), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [545] = { + [sym__definition] = STATE(540), + [sym_keyword] = STATE(540), + [sym_php_statement] = STATE(540), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(540), + [sym__inline_directive] = STATE(540), + [sym__use] = STATE(540), + [sym__nested_directive] = STATE(540), + [sym_fragment] = STATE(540), + [sym_section] = STATE(540), + [sym_inlineSection] = STATE(540), + [sym_once] = STATE(540), + [sym_verbatim] = STATE(540), + [sym_stack] = STATE(540), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(540), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(540), + [sym_loop] = STATE(540), + [sym_loop_operator] = STATE(540), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(540), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(540), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(540), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(540), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10157), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10159), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [546] = { + [sym__definition] = STATE(542), + [sym_keyword] = STATE(542), + [sym_php_statement] = STATE(542), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(542), + [sym__inline_directive] = STATE(542), + [sym__use] = STATE(542), + [sym__nested_directive] = STATE(542), + [sym_fragment] = STATE(542), + [sym_section] = STATE(542), + [sym_inlineSection] = STATE(542), + [sym_once] = STATE(542), + [sym_verbatim] = STATE(542), + [sym_stack] = STATE(542), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(542), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(542), + [sym_loop] = STATE(542), + [sym_loop_operator] = STATE(542), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(542), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(542), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(542), + [sym_text] = STATE(542), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10161), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -95731,32 +95545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(9917), + [aux_sym_section_token1] = ACTIONS(10163), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -95776,324 +95590,199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [549] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9919), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [550] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(9921), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [547] = { + [sym__definition] = STATE(534), + [sym_keyword] = STATE(534), + [sym_php_statement] = STATE(534), + [sym__escaped] = STATE(2472), + [sym__unescaped] = STATE(2472), + [sym__raw] = STATE(2472), + [sym__inline_raw] = STATE(2472), + [sym__multi_line_raw] = STATE(2472), + [sym__js] = STATE(2472), + [sym_attribute] = STATE(534), + [sym__inline_directive] = STATE(534), + [sym__use] = STATE(534), + [sym__nested_directive] = STATE(534), + [sym_fragment] = STATE(534), + [sym_section] = STATE(534), + [sym_inlineSection] = STATE(534), + [sym_once] = STATE(534), + [sym_verbatim] = STATE(534), + [sym_stack] = STATE(534), + [sym__push] = STATE(2473), + [sym__pushOnce] = STATE(2473), + [sym__pushIf] = STATE(2473), + [sym__prepend] = STATE(2473), + [sym__prependOnce] = STATE(2473), + [sym_conditional] = STATE(534), + [sym__if] = STATE(2474), + [sym__unless] = STATE(2474), + [sym__isset] = STATE(2474), + [sym__empty] = STATE(2474), + [sym__auth] = STATE(2474), + [sym__guest] = STATE(2474), + [sym__production] = STATE(2474), + [sym__env] = STATE(2474), + [sym__hasSection] = STATE(2474), + [sym__sectionMissing] = STATE(2474), + [sym__error] = STATE(2474), + [sym_authorization] = STATE(2474), + [sym__can] = STATE(2475), + [sym__cannot] = STATE(2475), + [sym__canany] = STATE(2475), + [sym__feature] = STATE(2474), + [sym__custom] = STATE(2474), + [sym_switch] = STATE(534), + [sym_loop] = STATE(534), + [sym_loop_operator] = STATE(534), + [sym__for] = STATE(2476), + [sym__foreach] = STATE(2476), + [sym__forelse] = STATE(2476), + [sym__while] = STATE(2476), + [sym_envoy] = STATE(534), + [sym__setup] = STATE(2472), + [sym__task] = STATE(2477), + [sym__story] = STATE(2477), + [sym__hooks] = STATE(2472), + [sym__before] = STATE(2472), + [sym__after] = STATE(2472), + [sym__envoy_error] = STATE(2472), + [sym__success] = STATE(2472), + [sym__finished] = STATE(2472), + [sym_livewire] = STATE(534), + [sym__persist] = STATE(2478), + [sym__teleport] = STATE(2478), + [sym__volt] = STATE(2478), + [aux_sym__directive_body] = STATE(534), + [sym_text] = STATE(534), + [sym__text] = STATE(979), + [aux_sym_php_only_repeat1] = STATE(979), + [sym_comment] = ACTIONS(10165), + [aux_sym_keyword_token1] = ACTIONS(9761), + [anon_sym_LBRACE_LBRACE] = ACTIONS(9763), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9765), + [anon_sym_ATphp] = ACTIONS(9767), + [anon_sym_ATjs] = ACTIONS(9769), + [aux_sym_attribute_token1] = ACTIONS(9771), + [aux_sym__inline_directive_token1] = ACTIONS(9773), + [aux_sym__inline_directive_token2] = ACTIONS(9775), + [anon_sym_ATuse] = ACTIONS(9777), + [anon_sym_ATfragment] = ACTIONS(9779), + [anon_sym_ATsection] = ACTIONS(9781), + [anon_sym_ATonce] = ACTIONS(9783), + [anon_sym_ATverbatim] = ACTIONS(9785), + [anon_sym_ATpush] = ACTIONS(9787), + [anon_sym_ATpushOnce] = ACTIONS(9789), + [anon_sym_ATpushIf] = ACTIONS(9791), + [anon_sym_ATprepend] = ACTIONS(9793), + [anon_sym_ATprependOnce] = ACTIONS(9795), + [anon_sym_ATif] = ACTIONS(9797), + [anon_sym_ATunless] = ACTIONS(9799), + [anon_sym_ATisset] = ACTIONS(9801), + [anon_sym_ATempty] = ACTIONS(9803), + [anon_sym_ATauth] = ACTIONS(9805), + [anon_sym_ATguest] = ACTIONS(9807), + [anon_sym_ATproduction] = ACTIONS(9809), + [anon_sym_ATenv] = ACTIONS(9811), + [anon_sym_AThasSection] = ACTIONS(9813), + [anon_sym_ATsectionMissing] = ACTIONS(9815), + [anon_sym_ATerror] = ACTIONS(9817), + [anon_sym_ATcan] = ACTIONS(9819), + [anon_sym_ATcannot] = ACTIONS(9821), + [anon_sym_ATcanany] = ACTIONS(9823), + [anon_sym_ATfeature] = ACTIONS(9825), + [aux_sym__custom_token1] = ACTIONS(9827), + [aux_sym__custom_token2] = ACTIONS(9829), + [anon_sym_ATswitch] = ACTIONS(9831), + [aux_sym_loop_operator_token1] = ACTIONS(9833), + [anon_sym_ATfor] = ACTIONS(9835), + [anon_sym_ATforeach] = ACTIONS(9837), + [anon_sym_ATforelse] = ACTIONS(9839), + [anon_sym_ATendforelse] = ACTIONS(4429), + [anon_sym_ATwhile] = ACTIONS(9841), + [anon_sym_ATsetup] = ACTIONS(9843), + [anon_sym_ATtask] = ACTIONS(9845), + [anon_sym_ATstory] = ACTIONS(9847), + [anon_sym_ATbefore] = ACTIONS(9849), + [anon_sym_ATafter] = ACTIONS(9851), + [anon_sym_ATsuccess] = ACTIONS(9853), + [anon_sym_ATfinished] = ACTIONS(9855), + [anon_sym_ATpersist] = ACTIONS(9857), + [anon_sym_ATteleport] = ACTIONS(9859), + [anon_sym_ATvolt] = ACTIONS(9861), + [aux_sym__text_token1] = ACTIONS(9863), + [aux_sym__text_token2] = ACTIONS(9863), + [aux_sym__text_token3] = ACTIONS(9865), }, - [551] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [548] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -96106,32 +95795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8999), + [aux_sym_section_token1] = ACTIONS(10167), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -96151,325 +95840,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [552] = { - [sym__definition] = STATE(552), - [sym_keyword] = STATE(552), - [sym_php_statement] = STATE(552), - [sym__escaped] = STATE(2235), - [sym__unescaped] = STATE(2235), - [sym__raw] = STATE(2235), - [sym__inline_raw] = STATE(2235), - [sym__multi_line_raw] = STATE(2235), - [sym__js] = STATE(2235), - [sym_attribute] = STATE(552), - [sym__inline_directive] = STATE(552), - [sym__use] = STATE(552), - [sym__nested_directive] = STATE(552), - [sym_fragment] = STATE(552), - [sym_section] = STATE(552), - [sym_inlineSection] = STATE(552), - [sym_once] = STATE(552), - [sym_verbatim] = STATE(552), - [sym_stack] = STATE(552), - [sym__push] = STATE(2234), - [sym__pushOnce] = STATE(2234), - [sym__pushIf] = STATE(2234), - [sym__prepend] = STATE(2234), - [sym__prependOnce] = STATE(2234), - [sym_conditional] = STATE(552), - [sym__if] = STATE(2233), - [sym__unless] = STATE(2233), - [sym__isset] = STATE(2233), - [sym__empty] = STATE(2233), - [sym__auth] = STATE(2233), - [sym__guest] = STATE(2233), - [sym__production] = STATE(2233), - [sym__env] = STATE(2233), - [sym__hasSection] = STATE(2233), - [sym__sectionMissing] = STATE(2233), - [sym__error] = STATE(2233), - [sym_authorization] = STATE(2233), - [sym__can] = STATE(2232), - [sym__cannot] = STATE(2232), - [sym__canany] = STATE(2232), - [sym__feature] = STATE(2233), - [sym__custom] = STATE(2233), - [sym_switch] = STATE(552), - [sym_loop] = STATE(552), - [sym_loop_operator] = STATE(552), - [sym__for] = STATE(2211), - [sym__foreach] = STATE(2211), - [sym__forelse] = STATE(2211), - [sym__while] = STATE(2211), - [sym_envoy] = STATE(552), - [sym__setup] = STATE(2235), - [sym__task] = STATE(2230), - [sym__story] = STATE(2230), - [sym__hooks] = STATE(2235), - [sym__before] = STATE(2235), - [sym__after] = STATE(2235), - [sym__envoy_error] = STATE(2235), - [sym__success] = STATE(2235), - [sym__finished] = STATE(2235), - [sym_livewire] = STATE(552), - [sym__persist] = STATE(2229), - [sym__teleport] = STATE(2229), - [sym__volt] = STATE(2229), - [aux_sym__directive_body] = STATE(552), - [sym_text] = STATE(552), - [sym__text] = STATE(1221), - [aux_sym_php_only_repeat1] = STATE(1221), - [sym_comment] = ACTIONS(9923), - [aux_sym_keyword_token1] = ACTIONS(9926), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9929), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9932), - [anon_sym_ATphp] = ACTIONS(9935), - [anon_sym_ATjs] = ACTIONS(9938), - [aux_sym_attribute_token1] = ACTIONS(9941), - [aux_sym__inline_directive_token1] = ACTIONS(9944), - [aux_sym__inline_directive_token2] = ACTIONS(9947), - [anon_sym_ATuse] = ACTIONS(9950), - [anon_sym_ATfragment] = ACTIONS(9953), - [anon_sym_ATsection] = ACTIONS(9956), - [anon_sym_ATonce] = ACTIONS(9959), - [anon_sym_ATverbatim] = ACTIONS(9962), - [anon_sym_ATpush] = ACTIONS(9965), - [anon_sym_ATpushOnce] = ACTIONS(9968), - [anon_sym_ATpushIf] = ACTIONS(9971), - [anon_sym_ATendPushIf] = ACTIONS(5333), - [anon_sym_ATprepend] = ACTIONS(9974), - [anon_sym_ATprependOnce] = ACTIONS(9977), - [anon_sym_ATif] = ACTIONS(9980), - [anon_sym_ATunless] = ACTIONS(9983), - [anon_sym_ATisset] = ACTIONS(9986), - [anon_sym_ATempty] = ACTIONS(9989), - [anon_sym_ATauth] = ACTIONS(9992), - [anon_sym_ATguest] = ACTIONS(9995), - [anon_sym_ATproduction] = ACTIONS(9998), - [anon_sym_ATenv] = ACTIONS(10001), - [anon_sym_AThasSection] = ACTIONS(10004), - [anon_sym_ATsectionMissing] = ACTIONS(10007), - [anon_sym_ATerror] = ACTIONS(10010), - [anon_sym_ATcan] = ACTIONS(10013), - [anon_sym_ATcannot] = ACTIONS(10016), - [anon_sym_ATcanany] = ACTIONS(10019), - [anon_sym_ATfeature] = ACTIONS(10022), - [aux_sym__custom_token1] = ACTIONS(10025), - [aux_sym__custom_token2] = ACTIONS(10028), - [anon_sym_ATswitch] = ACTIONS(10031), - [aux_sym_loop_operator_token1] = ACTIONS(10034), - [anon_sym_ATfor] = ACTIONS(10037), - [anon_sym_ATforeach] = ACTIONS(10040), - [anon_sym_ATforelse] = ACTIONS(10043), - [anon_sym_ATwhile] = ACTIONS(10046), - [anon_sym_ATsetup] = ACTIONS(10049), - [anon_sym_ATtask] = ACTIONS(10052), - [anon_sym_ATstory] = ACTIONS(10055), - [anon_sym_ATbefore] = ACTIONS(10058), - [anon_sym_ATafter] = ACTIONS(10061), - [anon_sym_ATsuccess] = ACTIONS(10064), - [anon_sym_ATfinished] = ACTIONS(10067), - [anon_sym_ATpersist] = ACTIONS(10070), - [anon_sym_ATteleport] = ACTIONS(10073), - [anon_sym_ATvolt] = ACTIONS(10076), - [aux_sym__text_token1] = ACTIONS(10079), - [aux_sym__text_token2] = ACTIONS(10079), - [aux_sym__text_token3] = ACTIONS(10082), - }, - [553] = { - [sym__definition] = STATE(539), - [sym_keyword] = STATE(539), - [sym_php_statement] = STATE(539), - [sym__escaped] = STATE(2447), - [sym__unescaped] = STATE(2447), - [sym__raw] = STATE(2447), - [sym__inline_raw] = STATE(2447), - [sym__multi_line_raw] = STATE(2447), - [sym__js] = STATE(2447), - [sym_attribute] = STATE(539), - [sym__inline_directive] = STATE(539), - [sym__use] = STATE(539), - [sym__nested_directive] = STATE(539), - [sym_fragment] = STATE(539), - [sym_section] = STATE(539), - [sym_inlineSection] = STATE(539), - [sym_once] = STATE(539), - [sym_verbatim] = STATE(539), - [sym_stack] = STATE(539), - [sym__push] = STATE(2448), - [sym__pushOnce] = STATE(2448), - [sym__pushIf] = STATE(2448), - [sym__prepend] = STATE(2448), - [sym__prependOnce] = STATE(2448), - [sym_conditional] = STATE(539), - [sym__if] = STATE(2449), - [sym__unless] = STATE(2449), - [sym__isset] = STATE(2449), - [sym__empty] = STATE(2449), - [sym__auth] = STATE(2449), - [sym__guest] = STATE(2449), - [sym__production] = STATE(2449), - [sym__env] = STATE(2449), - [sym__hasSection] = STATE(2449), - [sym__sectionMissing] = STATE(2449), - [sym__error] = STATE(2449), - [sym_authorization] = STATE(2449), - [sym__can] = STATE(2450), - [sym__cannot] = STATE(2450), - [sym__canany] = STATE(2450), - [sym__feature] = STATE(2449), - [sym__custom] = STATE(2449), - [sym_switch] = STATE(539), - [sym_loop] = STATE(539), - [sym_loop_operator] = STATE(539), - [sym__for] = STATE(2451), - [sym__foreach] = STATE(2451), - [sym__forelse] = STATE(2451), - [sym__while] = STATE(2451), - [sym_envoy] = STATE(539), - [sym__setup] = STATE(2447), - [sym__task] = STATE(2452), - [sym__story] = STATE(2452), - [sym__hooks] = STATE(2447), - [sym__before] = STATE(2447), - [sym__after] = STATE(2447), - [sym__envoy_error] = STATE(2447), - [sym__success] = STATE(2447), - [sym__finished] = STATE(2447), - [sym_livewire] = STATE(539), - [sym__persist] = STATE(2453), - [sym__teleport] = STATE(2453), - [sym__volt] = STATE(2453), - [aux_sym__directive_body] = STATE(539), - [sym_text] = STATE(539), - [sym__text] = STATE(961), - [aux_sym_php_only_repeat1] = STATE(961), - [sym_comment] = ACTIONS(10085), - [aux_sym_keyword_token1] = ACTIONS(9785), - [anon_sym_LBRACE_LBRACE] = ACTIONS(9787), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(9789), - [anon_sym_ATphp] = ACTIONS(9791), - [anon_sym_ATjs] = ACTIONS(9793), - [aux_sym_attribute_token1] = ACTIONS(9795), - [aux_sym__inline_directive_token1] = ACTIONS(9797), - [aux_sym__inline_directive_token2] = ACTIONS(9799), - [anon_sym_ATuse] = ACTIONS(9801), - [anon_sym_ATfragment] = ACTIONS(9803), - [anon_sym_ATsection] = ACTIONS(9805), - [anon_sym_ATonce] = ACTIONS(9807), - [anon_sym_ATverbatim] = ACTIONS(9809), - [anon_sym_ATpush] = ACTIONS(9811), - [anon_sym_ATpushOnce] = ACTIONS(9813), - [anon_sym_ATpushIf] = ACTIONS(9815), - [anon_sym_ATprepend] = ACTIONS(9817), - [anon_sym_ATprependOnce] = ACTIONS(9819), - [anon_sym_ATif] = ACTIONS(9821), - [anon_sym_ATunless] = ACTIONS(9823), - [anon_sym_ATisset] = ACTIONS(9825), - [anon_sym_ATempty] = ACTIONS(9827), - [anon_sym_ATauth] = ACTIONS(9829), - [anon_sym_ATguest] = ACTIONS(9831), - [anon_sym_ATproduction] = ACTIONS(9833), - [anon_sym_ATenv] = ACTIONS(9835), - [anon_sym_AThasSection] = ACTIONS(9837), - [anon_sym_ATsectionMissing] = ACTIONS(9839), - [anon_sym_ATerror] = ACTIONS(9841), - [anon_sym_ATcan] = ACTIONS(9843), - [anon_sym_ATcannot] = ACTIONS(9845), - [anon_sym_ATcanany] = ACTIONS(9847), - [anon_sym_ATfeature] = ACTIONS(9849), - [aux_sym__custom_token1] = ACTIONS(9851), - [aux_sym__custom_token2] = ACTIONS(9853), - [anon_sym_ATswitch] = ACTIONS(9855), - [aux_sym_loop_operator_token1] = ACTIONS(9857), - [anon_sym_ATfor] = ACTIONS(9859), - [anon_sym_ATforeach] = ACTIONS(9861), - [anon_sym_ATforelse] = ACTIONS(9863), - [anon_sym_ATendforelse] = ACTIONS(4981), - [anon_sym_ATwhile] = ACTIONS(9865), - [anon_sym_ATsetup] = ACTIONS(9867), - [anon_sym_ATtask] = ACTIONS(9869), - [anon_sym_ATstory] = ACTIONS(9871), - [anon_sym_ATbefore] = ACTIONS(9873), - [anon_sym_ATafter] = ACTIONS(9875), - [anon_sym_ATsuccess] = ACTIONS(9877), - [anon_sym_ATfinished] = ACTIONS(9879), - [anon_sym_ATpersist] = ACTIONS(9881), - [anon_sym_ATteleport] = ACTIONS(9883), - [anon_sym_ATvolt] = ACTIONS(9885), - [aux_sym__text_token1] = ACTIONS(9887), - [aux_sym__text_token2] = ACTIONS(9887), - [aux_sym__text_token3] = ACTIONS(9889), - }, - [554] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [549] = { + [sym__definition] = STATE(647), + [sym_keyword] = STATE(647), + [sym_php_statement] = STATE(647), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(647), + [sym__inline_directive] = STATE(647), + [sym__use] = STATE(647), + [sym__nested_directive] = STATE(647), + [sym_fragment] = STATE(647), + [sym_section] = STATE(647), + [sym_inlineSection] = STATE(647), + [sym_once] = STATE(647), + [sym_verbatim] = STATE(647), + [sym_stack] = STATE(647), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(647), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(647), + [sym_loop] = STATE(647), + [sym_loop_operator] = STATE(647), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(647), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(647), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(647), + [sym_text] = STATE(647), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10169), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -96481,32 +95920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10087), + [aux_sym_section_token1] = ACTIONS(10171), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -96526,700 +95965,700 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [555] = { - [sym__definition] = STATE(606), - [sym_keyword] = STATE(606), - [sym_php_statement] = STATE(606), - [sym__escaped] = STATE(2071), - [sym__unescaped] = STATE(2071), - [sym__raw] = STATE(2071), - [sym__inline_raw] = STATE(2071), - [sym__multi_line_raw] = STATE(2071), - [sym__js] = STATE(2071), - [sym_attribute] = STATE(606), - [sym__inline_directive] = STATE(606), - [sym__use] = STATE(606), - [sym__nested_directive] = STATE(606), - [sym_fragment] = STATE(606), - [sym_section] = STATE(606), - [sym_inlineSection] = STATE(606), - [sym_once] = STATE(606), - [sym_verbatim] = STATE(606), - [sym_stack] = STATE(606), - [sym__push] = STATE(2070), - [sym__pushOnce] = STATE(2070), - [sym__pushIf] = STATE(2070), - [sym__prepend] = STATE(2070), - [sym__prependOnce] = STATE(2070), - [sym_conditional] = STATE(606), - [sym__if] = STATE(2069), - [sym__unless] = STATE(2069), - [sym__isset] = STATE(2069), - [sym__empty] = STATE(2069), - [sym__auth] = STATE(2069), - [sym__guest] = STATE(2069), - [sym__production] = STATE(2069), - [sym__env] = STATE(2069), - [sym__hasSection] = STATE(2069), - [sym__sectionMissing] = STATE(2069), - [sym__error] = STATE(2069), - [sym_authorization] = STATE(2069), - [sym__can] = STATE(2068), - [sym__cannot] = STATE(2068), - [sym__canany] = STATE(2068), - [sym__feature] = STATE(2069), - [sym__custom] = STATE(2069), - [sym_switch] = STATE(606), - [sym_loop] = STATE(606), - [sym_loop_operator] = STATE(606), - [sym__for] = STATE(2067), - [sym__foreach] = STATE(2067), - [sym__forelse] = STATE(2067), - [sym__while] = STATE(2067), - [sym_envoy] = STATE(606), - [sym__setup] = STATE(2071), - [sym__task] = STATE(2066), - [sym__story] = STATE(2066), - [sym__hooks] = STATE(2071), - [sym__before] = STATE(2071), - [sym__after] = STATE(2071), - [sym__envoy_error] = STATE(2071), - [sym__success] = STATE(2071), - [sym__finished] = STATE(2071), - [sym_livewire] = STATE(606), - [sym__persist] = STATE(2065), - [sym__teleport] = STATE(2065), - [sym__volt] = STATE(2065), - [aux_sym__directive_body] = STATE(606), - [sym_text] = STATE(606), - [sym__text] = STATE(1407), - [aux_sym_php_only_repeat1] = STATE(1407), - [sym_comment] = ACTIONS(10089), - [aux_sym_keyword_token1] = ACTIONS(10091), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10093), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10095), - [anon_sym_ATphp] = ACTIONS(10097), - [anon_sym_ATjs] = ACTIONS(10099), - [aux_sym_attribute_token1] = ACTIONS(10101), - [aux_sym__inline_directive_token1] = ACTIONS(10103), - [aux_sym__inline_directive_token2] = ACTIONS(10105), - [anon_sym_ATuse] = ACTIONS(10107), - [anon_sym_ATfragment] = ACTIONS(10109), - [anon_sym_ATsection] = ACTIONS(10111), - [anon_sym_ATonce] = ACTIONS(10113), - [anon_sym_ATverbatim] = ACTIONS(10115), - [anon_sym_ATpush] = ACTIONS(10117), - [anon_sym_ATpushOnce] = ACTIONS(10119), - [anon_sym_ATpushIf] = ACTIONS(10121), - [anon_sym_ATprepend] = ACTIONS(10123), - [anon_sym_ATprependOnce] = ACTIONS(10125), - [anon_sym_ATendPrependOnce] = ACTIONS(4429), - [anon_sym_ATif] = ACTIONS(10127), - [anon_sym_ATunless] = ACTIONS(10129), - [anon_sym_ATisset] = ACTIONS(10131), - [anon_sym_ATempty] = ACTIONS(10133), - [anon_sym_ATauth] = ACTIONS(10135), - [anon_sym_ATguest] = ACTIONS(10137), - [anon_sym_ATproduction] = ACTIONS(10139), - [anon_sym_ATenv] = ACTIONS(10141), - [anon_sym_AThasSection] = ACTIONS(10143), - [anon_sym_ATsectionMissing] = ACTIONS(10145), - [anon_sym_ATerror] = ACTIONS(10147), - [anon_sym_ATcan] = ACTIONS(10149), - [anon_sym_ATcannot] = ACTIONS(10151), - [anon_sym_ATcanany] = ACTIONS(10153), - [anon_sym_ATfeature] = ACTIONS(10155), - [aux_sym__custom_token1] = ACTIONS(10157), - [aux_sym__custom_token2] = ACTIONS(10159), - [anon_sym_ATswitch] = ACTIONS(10161), - [aux_sym_loop_operator_token1] = ACTIONS(10163), - [anon_sym_ATfor] = ACTIONS(10165), - [anon_sym_ATforeach] = ACTIONS(10167), - [anon_sym_ATforelse] = ACTIONS(10169), - [anon_sym_ATwhile] = ACTIONS(10171), - [anon_sym_ATsetup] = ACTIONS(10173), - [anon_sym_ATtask] = ACTIONS(10175), - [anon_sym_ATstory] = ACTIONS(10177), - [anon_sym_ATbefore] = ACTIONS(10179), - [anon_sym_ATafter] = ACTIONS(10181), - [anon_sym_ATsuccess] = ACTIONS(10183), - [anon_sym_ATfinished] = ACTIONS(10185), - [anon_sym_ATpersist] = ACTIONS(10187), - [anon_sym_ATteleport] = ACTIONS(10189), - [anon_sym_ATvolt] = ACTIONS(10191), - [aux_sym__text_token1] = ACTIONS(10193), - [aux_sym__text_token2] = ACTIONS(10193), - [aux_sym__text_token3] = ACTIONS(10195), + [550] = { + [sym__definition] = STATE(544), + [sym_keyword] = STATE(544), + [sym_php_statement] = STATE(544), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(544), + [sym__inline_directive] = STATE(544), + [sym__use] = STATE(544), + [sym__nested_directive] = STATE(544), + [sym_fragment] = STATE(544), + [sym_section] = STATE(544), + [sym_inlineSection] = STATE(544), + [sym_once] = STATE(544), + [sym_verbatim] = STATE(544), + [sym_stack] = STATE(544), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(544), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(544), + [sym_loop] = STATE(544), + [sym_loop_operator] = STATE(544), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(544), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(544), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(544), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(544), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10173), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10175), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [556] = { - [sym__definition] = STATE(566), - [sym_keyword] = STATE(566), - [sym_php_statement] = STATE(566), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(566), - [sym__inline_directive] = STATE(566), - [sym__use] = STATE(566), - [sym__nested_directive] = STATE(566), - [sym_fragment] = STATE(566), - [sym_section] = STATE(566), - [sym_inlineSection] = STATE(566), - [sym_once] = STATE(566), - [sym_verbatim] = STATE(566), - [sym_stack] = STATE(566), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(566), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(566), - [sym_loop] = STATE(566), - [sym_loop_operator] = STATE(566), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(566), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(566), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(566), - [sym_text] = STATE(566), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(10197), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10199), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [551] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10175), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [557] = { - [sym__definition] = STATE(645), - [sym_keyword] = STATE(645), - [sym_php_statement] = STATE(645), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(645), - [sym__inline_directive] = STATE(645), - [sym__use] = STATE(645), - [sym__nested_directive] = STATE(645), - [sym_fragment] = STATE(645), - [sym_section] = STATE(645), - [sym_inlineSection] = STATE(645), - [sym_once] = STATE(645), - [sym_verbatim] = STATE(645), - [sym_stack] = STATE(645), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(645), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(645), - [sym_loop] = STATE(645), - [sym_loop_operator] = STATE(645), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(645), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(645), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(645), - [sym_text] = STATE(645), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10201), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10203), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [552] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10177), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [558] = { - [sym__definition] = STATE(577), - [sym_keyword] = STATE(577), - [sym_php_statement] = STATE(577), - [sym__escaped] = STATE(2153), - [sym__unescaped] = STATE(2153), - [sym__raw] = STATE(2153), - [sym__inline_raw] = STATE(2153), - [sym__multi_line_raw] = STATE(2153), - [sym__js] = STATE(2153), - [sym_attribute] = STATE(577), - [sym__inline_directive] = STATE(577), - [sym__use] = STATE(577), - [sym__nested_directive] = STATE(577), - [sym_fragment] = STATE(577), - [sym_section] = STATE(577), - [sym_inlineSection] = STATE(577), - [sym_once] = STATE(577), - [sym_verbatim] = STATE(577), - [sym_stack] = STATE(577), - [sym__push] = STATE(2152), - [sym__pushOnce] = STATE(2152), - [sym__pushIf] = STATE(2152), - [sym__prepend] = STATE(2152), - [sym__prependOnce] = STATE(2152), - [sym_conditional] = STATE(577), - [sym__if] = STATE(2151), - [sym__unless] = STATE(2151), - [sym__isset] = STATE(2151), - [sym__empty] = STATE(2151), - [sym__auth] = STATE(2151), - [sym__guest] = STATE(2151), - [sym__production] = STATE(2151), - [sym__env] = STATE(2151), - [sym__hasSection] = STATE(2151), - [sym__sectionMissing] = STATE(2151), - [sym__error] = STATE(2151), - [sym_authorization] = STATE(2151), - [sym__can] = STATE(2150), - [sym__cannot] = STATE(2150), - [sym__canany] = STATE(2150), - [sym__feature] = STATE(2151), - [sym__custom] = STATE(2151), - [sym_switch] = STATE(577), - [sym_loop] = STATE(577), - [sym_loop_operator] = STATE(577), - [sym__for] = STATE(2149), - [sym__foreach] = STATE(2149), - [sym__forelse] = STATE(2149), - [sym__while] = STATE(2149), - [sym_envoy] = STATE(577), - [sym__setup] = STATE(2153), - [sym__task] = STATE(2148), - [sym__story] = STATE(2148), - [sym__hooks] = STATE(2153), - [sym__before] = STATE(2153), - [sym__after] = STATE(2153), - [sym__envoy_error] = STATE(2153), - [sym__success] = STATE(2153), - [sym__finished] = STATE(2153), - [sym_livewire] = STATE(577), - [sym__persist] = STATE(2147), - [sym__teleport] = STATE(2147), - [sym__volt] = STATE(2147), - [aux_sym__directive_body] = STATE(577), - [sym_text] = STATE(577), - [sym__text] = STATE(1314), - [aux_sym_php_only_repeat1] = STATE(1314), - [sym_comment] = ACTIONS(10205), - [aux_sym_keyword_token1] = ACTIONS(10207), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10209), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10211), - [anon_sym_ATphp] = ACTIONS(10213), - [anon_sym_ATjs] = ACTIONS(10215), - [aux_sym_attribute_token1] = ACTIONS(10217), - [aux_sym__inline_directive_token1] = ACTIONS(10219), - [aux_sym__inline_directive_token2] = ACTIONS(10221), - [anon_sym_ATuse] = ACTIONS(10223), - [anon_sym_ATfragment] = ACTIONS(10225), - [anon_sym_ATsection] = ACTIONS(10227), - [anon_sym_ATonce] = ACTIONS(10229), - [anon_sym_ATverbatim] = ACTIONS(10231), - [anon_sym_ATpush] = ACTIONS(10233), - [anon_sym_ATpushOnce] = ACTIONS(10235), - [anon_sym_ATpushIf] = ACTIONS(10237), - [anon_sym_ATprepend] = ACTIONS(10239), - [anon_sym_ATendprepend] = ACTIONS(4981), - [anon_sym_ATprependOnce] = ACTIONS(10241), - [anon_sym_ATif] = ACTIONS(10243), - [anon_sym_ATunless] = ACTIONS(10245), - [anon_sym_ATisset] = ACTIONS(10247), - [anon_sym_ATempty] = ACTIONS(10249), - [anon_sym_ATauth] = ACTIONS(10251), - [anon_sym_ATguest] = ACTIONS(10253), - [anon_sym_ATproduction] = ACTIONS(10255), - [anon_sym_ATenv] = ACTIONS(10257), - [anon_sym_AThasSection] = ACTIONS(10259), - [anon_sym_ATsectionMissing] = ACTIONS(10261), - [anon_sym_ATerror] = ACTIONS(10263), - [anon_sym_ATcan] = ACTIONS(10265), - [anon_sym_ATcannot] = ACTIONS(10267), - [anon_sym_ATcanany] = ACTIONS(10269), - [anon_sym_ATfeature] = ACTIONS(10271), - [aux_sym__custom_token1] = ACTIONS(10273), - [aux_sym__custom_token2] = ACTIONS(10275), - [anon_sym_ATswitch] = ACTIONS(10277), - [aux_sym_loop_operator_token1] = ACTIONS(10279), - [anon_sym_ATfor] = ACTIONS(10281), - [anon_sym_ATforeach] = ACTIONS(10283), - [anon_sym_ATforelse] = ACTIONS(10285), - [anon_sym_ATwhile] = ACTIONS(10287), - [anon_sym_ATsetup] = ACTIONS(10289), - [anon_sym_ATtask] = ACTIONS(10291), - [anon_sym_ATstory] = ACTIONS(10293), - [anon_sym_ATbefore] = ACTIONS(10295), - [anon_sym_ATafter] = ACTIONS(10297), - [anon_sym_ATsuccess] = ACTIONS(10299), - [anon_sym_ATfinished] = ACTIONS(10301), - [anon_sym_ATpersist] = ACTIONS(10303), - [anon_sym_ATteleport] = ACTIONS(10305), - [anon_sym_ATvolt] = ACTIONS(10307), - [aux_sym__text_token1] = ACTIONS(10309), - [aux_sym__text_token2] = ACTIONS(10309), - [aux_sym__text_token3] = ACTIONS(10311), + [553] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10179), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [559] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10313), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [554] = { + [sym__definition] = STATE(552), + [sym_keyword] = STATE(552), + [sym_php_statement] = STATE(552), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(552), + [sym__inline_directive] = STATE(552), + [sym__use] = STATE(552), + [sym__nested_directive] = STATE(552), + [sym_fragment] = STATE(552), + [sym_section] = STATE(552), + [sym_inlineSection] = STATE(552), + [sym_once] = STATE(552), + [sym_verbatim] = STATE(552), + [sym_stack] = STATE(552), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(552), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(552), + [sym_loop] = STATE(552), + [sym_loop_operator] = STATE(552), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(552), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(552), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(552), + [sym_text] = STATE(552), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(10181), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10183), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [560] = { - [sym__definition] = STATE(548), - [sym_keyword] = STATE(548), - [sym_php_statement] = STATE(548), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(548), - [sym__inline_directive] = STATE(548), - [sym__use] = STATE(548), - [sym__nested_directive] = STATE(548), - [sym_fragment] = STATE(548), - [sym_section] = STATE(548), - [sym_inlineSection] = STATE(548), - [sym_once] = STATE(548), - [sym_verbatim] = STATE(548), - [sym_stack] = STATE(548), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(548), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(548), - [sym_loop] = STATE(548), - [sym_loop_operator] = STATE(548), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(548), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(548), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(548), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(548), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10315), + [555] = { + [sym__definition] = STATE(505), + [sym_keyword] = STATE(505), + [sym_php_statement] = STATE(505), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(505), + [sym__inline_directive] = STATE(505), + [sym__use] = STATE(505), + [sym__nested_directive] = STATE(505), + [sym_fragment] = STATE(505), + [sym_section] = STATE(505), + [sym_inlineSection] = STATE(505), + [sym_once] = STATE(505), + [sym_verbatim] = STATE(505), + [sym_stack] = STATE(505), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(505), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(505), + [sym_loop] = STATE(505), + [sym_loop_operator] = STATE(505), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(505), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(505), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(505), + [sym_text] = STATE(505), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10185), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -97231,32 +96670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10317), + [aux_sym_section_token1] = ACTIONS(10187), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -97276,1574 +96715,574 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [561] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10319), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [556] = { + [sym__definition] = STATE(558), + [sym_keyword] = STATE(558), + [sym_php_statement] = STATE(558), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(558), + [sym__inline_directive] = STATE(558), + [sym__use] = STATE(558), + [sym__nested_directive] = STATE(558), + [sym_fragment] = STATE(558), + [sym_section] = STATE(558), + [sym_inlineSection] = STATE(558), + [sym_once] = STATE(558), + [sym_verbatim] = STATE(558), + [sym_stack] = STATE(558), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(558), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(558), + [sym_loop] = STATE(558), + [sym_loop_operator] = STATE(558), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(558), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(558), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(558), + [sym_text] = STATE(558), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(10189), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10191), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [562] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10317), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [563] = { - [sym__definition] = STATE(549), - [sym_keyword] = STATE(549), - [sym_php_statement] = STATE(549), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(549), - [sym__inline_directive] = STATE(549), - [sym__use] = STATE(549), - [sym__nested_directive] = STATE(549), - [sym_fragment] = STATE(549), - [sym_section] = STATE(549), - [sym_inlineSection] = STATE(549), - [sym_once] = STATE(549), - [sym_verbatim] = STATE(549), - [sym_stack] = STATE(549), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(549), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(549), - [sym_loop] = STATE(549), - [sym_loop_operator] = STATE(549), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(549), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(549), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(549), - [sym_text] = STATE(549), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10321), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10323), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [564] = { - [sym__definition] = STATE(567), - [sym_keyword] = STATE(567), - [sym_php_statement] = STATE(567), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(567), - [sym__inline_directive] = STATE(567), - [sym__use] = STATE(567), - [sym__nested_directive] = STATE(567), - [sym_fragment] = STATE(567), - [sym_section] = STATE(567), - [sym_inlineSection] = STATE(567), - [sym_once] = STATE(567), - [sym_verbatim] = STATE(567), - [sym_stack] = STATE(567), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(567), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(567), - [sym_loop] = STATE(567), - [sym_loop_operator] = STATE(567), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(567), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(567), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(567), - [sym_text] = STATE(567), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(10325), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10327), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [565] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10329), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [566] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10331), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [567] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10333), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [568] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10335), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [569] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10337), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [570] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10339), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [557] = { + [sym__definition] = STATE(559), + [sym_keyword] = STATE(559), + [sym_php_statement] = STATE(559), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(559), + [sym__inline_directive] = STATE(559), + [sym__use] = STATE(559), + [sym__nested_directive] = STATE(559), + [sym_fragment] = STATE(559), + [sym_section] = STATE(559), + [sym_inlineSection] = STATE(559), + [sym_once] = STATE(559), + [sym_verbatim] = STATE(559), + [sym_stack] = STATE(559), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(559), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(559), + [sym_loop] = STATE(559), + [sym_loop_operator] = STATE(559), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(559), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(559), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(559), + [sym_text] = STATE(559), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(10193), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10195), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [571] = { - [sym__definition] = STATE(569), - [sym_keyword] = STATE(569), - [sym_php_statement] = STATE(569), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(569), - [sym__inline_directive] = STATE(569), - [sym__use] = STATE(569), - [sym__nested_directive] = STATE(569), - [sym_fragment] = STATE(569), - [sym_section] = STATE(569), - [sym_inlineSection] = STATE(569), - [sym_once] = STATE(569), - [sym_verbatim] = STATE(569), - [sym_stack] = STATE(569), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(569), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(569), - [sym_loop] = STATE(569), - [sym_loop_operator] = STATE(569), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(569), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(569), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(569), - [sym_text] = STATE(569), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(10341), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10343), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [558] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10197), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [572] = { - [sym__definition] = STATE(570), - [sym_keyword] = STATE(570), - [sym_php_statement] = STATE(570), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(570), - [sym__inline_directive] = STATE(570), - [sym__use] = STATE(570), - [sym__nested_directive] = STATE(570), - [sym_fragment] = STATE(570), - [sym_section] = STATE(570), - [sym_inlineSection] = STATE(570), - [sym_once] = STATE(570), - [sym_verbatim] = STATE(570), - [sym_stack] = STATE(570), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(570), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(570), - [sym_loop] = STATE(570), - [sym_loop_operator] = STATE(570), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(570), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(570), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(570), - [sym_text] = STATE(570), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(10345), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10347), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [559] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10199), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [573] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [560] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -98856,32 +97295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10349), + [aux_sym_section_token1] = ACTIONS(10201), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -98901,325 +97340,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [574] = { - [sym__definition] = STATE(437), - [sym_keyword] = STATE(437), - [sym_php_statement] = STATE(437), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(437), - [sym__inline_directive] = STATE(437), - [sym__use] = STATE(437), - [sym__nested_directive] = STATE(437), - [sym_fragment] = STATE(437), - [sym_section] = STATE(437), - [sym_inlineSection] = STATE(437), - [sym_once] = STATE(437), - [sym_verbatim] = STATE(437), - [sym_stack] = STATE(437), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(437), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(437), - [sym_loop] = STATE(437), - [sym_loop_operator] = STATE(437), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(437), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(437), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(437), - [sym_text] = STATE(437), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10351), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10353), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [575] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10355), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [576] = { - [sym__definition] = STATE(573), - [sym_keyword] = STATE(573), - [sym_php_statement] = STATE(573), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(573), - [sym__inline_directive] = STATE(573), - [sym__use] = STATE(573), - [sym__nested_directive] = STATE(573), - [sym_fragment] = STATE(573), - [sym_section] = STATE(573), - [sym_inlineSection] = STATE(573), - [sym_once] = STATE(573), - [sym_verbatim] = STATE(573), - [sym_stack] = STATE(573), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(573), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(573), - [sym_loop] = STATE(573), - [sym_loop_operator] = STATE(573), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(573), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(573), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(573), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(573), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10357), + [561] = { + [sym__definition] = STATE(565), + [sym_keyword] = STATE(565), + [sym_php_statement] = STATE(565), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(565), + [sym__inline_directive] = STATE(565), + [sym__use] = STATE(565), + [sym__nested_directive] = STATE(565), + [sym_fragment] = STATE(565), + [sym_section] = STATE(565), + [sym_inlineSection] = STATE(565), + [sym_once] = STATE(565), + [sym_verbatim] = STATE(565), + [sym_stack] = STATE(565), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(565), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(565), + [sym_loop] = STATE(565), + [sym_loop_operator] = STATE(565), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(565), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(565), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(565), + [sym_text] = STATE(565), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10203), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -99231,32 +97420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10359), + [aux_sym_section_token1] = ACTIONS(10205), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -99276,700 +97465,450 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [577] = { - [sym__definition] = STATE(497), - [sym_keyword] = STATE(497), - [sym_php_statement] = STATE(497), - [sym__escaped] = STATE(2153), - [sym__unescaped] = STATE(2153), - [sym__raw] = STATE(2153), - [sym__inline_raw] = STATE(2153), - [sym__multi_line_raw] = STATE(2153), - [sym__js] = STATE(2153), - [sym_attribute] = STATE(497), - [sym__inline_directive] = STATE(497), - [sym__use] = STATE(497), - [sym__nested_directive] = STATE(497), - [sym_fragment] = STATE(497), - [sym_section] = STATE(497), - [sym_inlineSection] = STATE(497), - [sym_once] = STATE(497), - [sym_verbatim] = STATE(497), - [sym_stack] = STATE(497), - [sym__push] = STATE(2152), - [sym__pushOnce] = STATE(2152), - [sym__pushIf] = STATE(2152), - [sym__prepend] = STATE(2152), - [sym__prependOnce] = STATE(2152), - [sym_conditional] = STATE(497), - [sym__if] = STATE(2151), - [sym__unless] = STATE(2151), - [sym__isset] = STATE(2151), - [sym__empty] = STATE(2151), - [sym__auth] = STATE(2151), - [sym__guest] = STATE(2151), - [sym__production] = STATE(2151), - [sym__env] = STATE(2151), - [sym__hasSection] = STATE(2151), - [sym__sectionMissing] = STATE(2151), - [sym__error] = STATE(2151), - [sym_authorization] = STATE(2151), - [sym__can] = STATE(2150), - [sym__cannot] = STATE(2150), - [sym__canany] = STATE(2150), - [sym__feature] = STATE(2151), - [sym__custom] = STATE(2151), - [sym_switch] = STATE(497), - [sym_loop] = STATE(497), - [sym_loop_operator] = STATE(497), - [sym__for] = STATE(2149), - [sym__foreach] = STATE(2149), - [sym__forelse] = STATE(2149), - [sym__while] = STATE(2149), - [sym_envoy] = STATE(497), - [sym__setup] = STATE(2153), - [sym__task] = STATE(2148), - [sym__story] = STATE(2148), - [sym__hooks] = STATE(2153), - [sym__before] = STATE(2153), - [sym__after] = STATE(2153), - [sym__envoy_error] = STATE(2153), - [sym__success] = STATE(2153), - [sym__finished] = STATE(2153), - [sym_livewire] = STATE(497), - [sym__persist] = STATE(2147), - [sym__teleport] = STATE(2147), - [sym__volt] = STATE(2147), - [aux_sym__directive_body] = STATE(497), - [sym_text] = STATE(497), - [sym__text] = STATE(1314), - [aux_sym_php_only_repeat1] = STATE(1314), - [sym_comment] = ACTIONS(10361), - [aux_sym_keyword_token1] = ACTIONS(10207), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10209), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10211), - [anon_sym_ATphp] = ACTIONS(10213), - [anon_sym_ATjs] = ACTIONS(10215), - [aux_sym_attribute_token1] = ACTIONS(10217), - [aux_sym__inline_directive_token1] = ACTIONS(10219), - [aux_sym__inline_directive_token2] = ACTIONS(10221), - [anon_sym_ATuse] = ACTIONS(10223), - [anon_sym_ATfragment] = ACTIONS(10225), - [anon_sym_ATsection] = ACTIONS(10227), - [anon_sym_ATonce] = ACTIONS(10229), - [anon_sym_ATverbatim] = ACTIONS(10231), - [anon_sym_ATpush] = ACTIONS(10233), - [anon_sym_ATpushOnce] = ACTIONS(10235), - [anon_sym_ATpushIf] = ACTIONS(10237), - [anon_sym_ATprepend] = ACTIONS(10239), + [562] = { + [sym__definition] = STATE(582), + [sym_keyword] = STATE(582), + [sym_php_statement] = STATE(582), + [sym__escaped] = STATE(2177), + [sym__unescaped] = STATE(2177), + [sym__raw] = STATE(2177), + [sym__inline_raw] = STATE(2177), + [sym__multi_line_raw] = STATE(2177), + [sym__js] = STATE(2177), + [sym_attribute] = STATE(582), + [sym__inline_directive] = STATE(582), + [sym__use] = STATE(582), + [sym__nested_directive] = STATE(582), + [sym_fragment] = STATE(582), + [sym_section] = STATE(582), + [sym_inlineSection] = STATE(582), + [sym_once] = STATE(582), + [sym_verbatim] = STATE(582), + [sym_stack] = STATE(582), + [sym__push] = STATE(2176), + [sym__pushOnce] = STATE(2176), + [sym__pushIf] = STATE(2176), + [sym__prepend] = STATE(2176), + [sym__prependOnce] = STATE(2176), + [sym_conditional] = STATE(582), + [sym__if] = STATE(2175), + [sym__unless] = STATE(2175), + [sym__isset] = STATE(2175), + [sym__empty] = STATE(2175), + [sym__auth] = STATE(2175), + [sym__guest] = STATE(2175), + [sym__production] = STATE(2175), + [sym__env] = STATE(2175), + [sym__hasSection] = STATE(2175), + [sym__sectionMissing] = STATE(2175), + [sym__error] = STATE(2175), + [sym_authorization] = STATE(2175), + [sym__can] = STATE(2174), + [sym__cannot] = STATE(2174), + [sym__canany] = STATE(2174), + [sym__feature] = STATE(2175), + [sym__custom] = STATE(2175), + [sym_switch] = STATE(582), + [sym_loop] = STATE(582), + [sym_loop_operator] = STATE(582), + [sym__for] = STATE(2173), + [sym__foreach] = STATE(2173), + [sym__forelse] = STATE(2173), + [sym__while] = STATE(2173), + [sym_envoy] = STATE(582), + [sym__setup] = STATE(2177), + [sym__task] = STATE(2172), + [sym__story] = STATE(2172), + [sym__hooks] = STATE(2177), + [sym__before] = STATE(2177), + [sym__after] = STATE(2177), + [sym__envoy_error] = STATE(2177), + [sym__success] = STATE(2177), + [sym__finished] = STATE(2177), + [sym_livewire] = STATE(582), + [sym__persist] = STATE(2171), + [sym__teleport] = STATE(2171), + [sym__volt] = STATE(2171), + [aux_sym__directive_body] = STATE(582), + [sym_text] = STATE(582), + [sym__text] = STATE(1232), + [aux_sym_php_only_repeat1] = STATE(1232), + [sym_comment] = ACTIONS(10207), + [aux_sym_keyword_token1] = ACTIONS(10209), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10211), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10213), + [anon_sym_ATphp] = ACTIONS(10215), + [anon_sym_ATjs] = ACTIONS(10217), + [aux_sym_attribute_token1] = ACTIONS(10219), + [aux_sym__inline_directive_token1] = ACTIONS(10221), + [aux_sym__inline_directive_token2] = ACTIONS(10223), + [anon_sym_ATuse] = ACTIONS(10225), + [anon_sym_ATfragment] = ACTIONS(10227), + [anon_sym_ATsection] = ACTIONS(10229), + [anon_sym_ATonce] = ACTIONS(10231), + [anon_sym_ATverbatim] = ACTIONS(10233), + [anon_sym_ATpush] = ACTIONS(10235), + [anon_sym_ATpushOnce] = ACTIONS(10237), + [anon_sym_ATpushIf] = ACTIONS(10239), + [anon_sym_ATprepend] = ACTIONS(10241), [anon_sym_ATendprepend] = ACTIONS(4429), - [anon_sym_ATprependOnce] = ACTIONS(10241), - [anon_sym_ATif] = ACTIONS(10243), - [anon_sym_ATunless] = ACTIONS(10245), - [anon_sym_ATisset] = ACTIONS(10247), - [anon_sym_ATempty] = ACTIONS(10249), - [anon_sym_ATauth] = ACTIONS(10251), - [anon_sym_ATguest] = ACTIONS(10253), - [anon_sym_ATproduction] = ACTIONS(10255), - [anon_sym_ATenv] = ACTIONS(10257), - [anon_sym_AThasSection] = ACTIONS(10259), - [anon_sym_ATsectionMissing] = ACTIONS(10261), - [anon_sym_ATerror] = ACTIONS(10263), - [anon_sym_ATcan] = ACTIONS(10265), - [anon_sym_ATcannot] = ACTIONS(10267), - [anon_sym_ATcanany] = ACTIONS(10269), - [anon_sym_ATfeature] = ACTIONS(10271), - [aux_sym__custom_token1] = ACTIONS(10273), - [aux_sym__custom_token2] = ACTIONS(10275), - [anon_sym_ATswitch] = ACTIONS(10277), - [aux_sym_loop_operator_token1] = ACTIONS(10279), - [anon_sym_ATfor] = ACTIONS(10281), - [anon_sym_ATforeach] = ACTIONS(10283), - [anon_sym_ATforelse] = ACTIONS(10285), - [anon_sym_ATwhile] = ACTIONS(10287), - [anon_sym_ATsetup] = ACTIONS(10289), - [anon_sym_ATtask] = ACTIONS(10291), - [anon_sym_ATstory] = ACTIONS(10293), - [anon_sym_ATbefore] = ACTIONS(10295), - [anon_sym_ATafter] = ACTIONS(10297), - [anon_sym_ATsuccess] = ACTIONS(10299), - [anon_sym_ATfinished] = ACTIONS(10301), - [anon_sym_ATpersist] = ACTIONS(10303), - [anon_sym_ATteleport] = ACTIONS(10305), - [anon_sym_ATvolt] = ACTIONS(10307), - [aux_sym__text_token1] = ACTIONS(10309), - [aux_sym__text_token2] = ACTIONS(10309), - [aux_sym__text_token3] = ACTIONS(10311), - }, - [578] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), - [aux_sym_keyword_token1] = ACTIONS(4219), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), - [anon_sym_ATphp] = ACTIONS(4225), - [anon_sym_ATjs] = ACTIONS(4227), - [aux_sym_attribute_token1] = ACTIONS(4229), - [aux_sym__inline_directive_token1] = ACTIONS(4231), - [aux_sym__inline_directive_token2] = ACTIONS(4233), - [anon_sym_ATuse] = ACTIONS(4235), - [anon_sym_ATfragment] = ACTIONS(4237), - [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10359), - [aux_sym_loop_operator_token1] = ACTIONS(4293), - [anon_sym_ATfor] = ACTIONS(4295), - [anon_sym_ATforeach] = ACTIONS(4297), - [anon_sym_ATforelse] = ACTIONS(4299), - [anon_sym_ATwhile] = ACTIONS(4301), - [anon_sym_ATsetup] = ACTIONS(4303), - [anon_sym_ATtask] = ACTIONS(4305), - [anon_sym_ATstory] = ACTIONS(4307), - [anon_sym_ATbefore] = ACTIONS(4309), - [anon_sym_ATafter] = ACTIONS(4311), - [anon_sym_ATsuccess] = ACTIONS(4313), - [anon_sym_ATfinished] = ACTIONS(4315), - [anon_sym_ATpersist] = ACTIONS(4317), - [anon_sym_ATteleport] = ACTIONS(4319), - [anon_sym_ATvolt] = ACTIONS(4321), - [aux_sym__text_token1] = ACTIONS(4323), - [aux_sym__text_token2] = ACTIONS(4323), - [aux_sym__text_token3] = ACTIONS(4325), - }, - [579] = { - [sym__definition] = STATE(579), - [sym_keyword] = STATE(579), - [sym_php_statement] = STATE(579), - [sym__escaped] = STATE(3132), - [sym__unescaped] = STATE(3132), - [sym__raw] = STATE(3132), - [sym__inline_raw] = STATE(3132), - [sym__multi_line_raw] = STATE(3132), - [sym__js] = STATE(3132), - [sym_attribute] = STATE(579), - [sym__inline_directive] = STATE(579), - [sym__use] = STATE(579), - [sym__nested_directive] = STATE(579), - [sym_fragment] = STATE(579), - [sym_section] = STATE(579), - [sym_inlineSection] = STATE(579), - [sym_once] = STATE(579), - [sym_verbatim] = STATE(579), - [sym_stack] = STATE(579), - [sym__push] = STATE(2987), - [sym__pushOnce] = STATE(2987), - [sym__pushIf] = STATE(2987), - [sym__prepend] = STATE(2987), - [sym__prependOnce] = STATE(2987), - [sym_conditional] = STATE(579), - [sym__if] = STATE(3075), - [sym__unless] = STATE(3075), - [sym__isset] = STATE(3075), - [sym__empty] = STATE(3075), - [sym__auth] = STATE(3075), - [sym__guest] = STATE(3075), - [sym__production] = STATE(3075), - [sym__env] = STATE(3075), - [sym__hasSection] = STATE(3075), - [sym__sectionMissing] = STATE(3075), - [sym__error] = STATE(3075), - [sym_authorization] = STATE(3075), - [sym__can] = STATE(3072), - [sym__cannot] = STATE(3072), - [sym__canany] = STATE(3072), - [sym__feature] = STATE(3075), - [sym__custom] = STATE(3075), - [sym_switch] = STATE(579), - [sym_loop] = STATE(579), - [sym_loop_operator] = STATE(579), - [sym__for] = STATE(3055), - [sym__foreach] = STATE(3055), - [sym__forelse] = STATE(3055), - [sym__while] = STATE(3055), - [sym_envoy] = STATE(579), - [sym__setup] = STATE(3132), - [sym__task] = STATE(3047), - [sym__story] = STATE(3047), - [sym__hooks] = STATE(3132), - [sym__before] = STATE(3132), - [sym__after] = STATE(3132), - [sym__envoy_error] = STATE(3132), - [sym__success] = STATE(3132), - [sym__finished] = STATE(3132), - [sym_livewire] = STATE(579), - [sym__persist] = STATE(3046), - [sym__teleport] = STATE(3046), - [sym__volt] = STATE(3046), - [aux_sym__directive_body] = STATE(579), - [sym_text] = STATE(579), - [sym__text] = STATE(1126), - [aux_sym_php_only_repeat1] = STATE(1126), - [sym_comment] = ACTIONS(10363), - [aux_sym_keyword_token1] = ACTIONS(10366), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10369), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10372), - [anon_sym_ATphp] = ACTIONS(10375), - [anon_sym_ATjs] = ACTIONS(10378), - [aux_sym_attribute_token1] = ACTIONS(10381), - [aux_sym__inline_directive_token1] = ACTIONS(10384), - [aux_sym__inline_directive_token2] = ACTIONS(10387), - [anon_sym_ATuse] = ACTIONS(10390), - [anon_sym_ATfragment] = ACTIONS(10393), - [anon_sym_ATsection] = ACTIONS(10396), - [anon_sym_ATonce] = ACTIONS(10399), - [anon_sym_ATverbatim] = ACTIONS(10402), - [anon_sym_ATpush] = ACTIONS(10405), - [anon_sym_ATpushOnce] = ACTIONS(10408), - [anon_sym_ATendPushOnce] = ACTIONS(5333), - [anon_sym_ATpushIf] = ACTIONS(10411), - [anon_sym_ATprepend] = ACTIONS(10414), - [anon_sym_ATprependOnce] = ACTIONS(10417), - [anon_sym_ATif] = ACTIONS(10420), - [anon_sym_ATunless] = ACTIONS(10423), - [anon_sym_ATisset] = ACTIONS(10426), - [anon_sym_ATempty] = ACTIONS(10429), - [anon_sym_ATauth] = ACTIONS(10432), - [anon_sym_ATguest] = ACTIONS(10435), - [anon_sym_ATproduction] = ACTIONS(10438), - [anon_sym_ATenv] = ACTIONS(10441), - [anon_sym_AThasSection] = ACTIONS(10444), - [anon_sym_ATsectionMissing] = ACTIONS(10447), - [anon_sym_ATerror] = ACTIONS(10450), - [anon_sym_ATcan] = ACTIONS(10453), - [anon_sym_ATcannot] = ACTIONS(10456), - [anon_sym_ATcanany] = ACTIONS(10459), - [anon_sym_ATfeature] = ACTIONS(10462), - [aux_sym__custom_token1] = ACTIONS(10465), - [aux_sym__custom_token2] = ACTIONS(10468), - [anon_sym_ATswitch] = ACTIONS(10471), - [aux_sym_loop_operator_token1] = ACTIONS(10474), - [anon_sym_ATfor] = ACTIONS(10477), - [anon_sym_ATforeach] = ACTIONS(10480), - [anon_sym_ATforelse] = ACTIONS(10483), - [anon_sym_ATwhile] = ACTIONS(10486), - [anon_sym_ATsetup] = ACTIONS(10489), - [anon_sym_ATtask] = ACTIONS(10492), - [anon_sym_ATstory] = ACTIONS(10495), - [anon_sym_ATbefore] = ACTIONS(10498), - [anon_sym_ATafter] = ACTIONS(10501), - [anon_sym_ATsuccess] = ACTIONS(10504), - [anon_sym_ATfinished] = ACTIONS(10507), - [anon_sym_ATpersist] = ACTIONS(10510), - [anon_sym_ATteleport] = ACTIONS(10513), - [anon_sym_ATvolt] = ACTIONS(10516), - [aux_sym__text_token1] = ACTIONS(10519), - [aux_sym__text_token2] = ACTIONS(10519), - [aux_sym__text_token3] = ACTIONS(10522), + [anon_sym_ATprependOnce] = ACTIONS(10243), + [anon_sym_ATif] = ACTIONS(10245), + [anon_sym_ATunless] = ACTIONS(10247), + [anon_sym_ATisset] = ACTIONS(10249), + [anon_sym_ATempty] = ACTIONS(10251), + [anon_sym_ATauth] = ACTIONS(10253), + [anon_sym_ATguest] = ACTIONS(10255), + [anon_sym_ATproduction] = ACTIONS(10257), + [anon_sym_ATenv] = ACTIONS(10259), + [anon_sym_AThasSection] = ACTIONS(10261), + [anon_sym_ATsectionMissing] = ACTIONS(10263), + [anon_sym_ATerror] = ACTIONS(10265), + [anon_sym_ATcan] = ACTIONS(10267), + [anon_sym_ATcannot] = ACTIONS(10269), + [anon_sym_ATcanany] = ACTIONS(10271), + [anon_sym_ATfeature] = ACTIONS(10273), + [aux_sym__custom_token1] = ACTIONS(10275), + [aux_sym__custom_token2] = ACTIONS(10277), + [anon_sym_ATswitch] = ACTIONS(10279), + [aux_sym_loop_operator_token1] = ACTIONS(10281), + [anon_sym_ATfor] = ACTIONS(10283), + [anon_sym_ATforeach] = ACTIONS(10285), + [anon_sym_ATforelse] = ACTIONS(10287), + [anon_sym_ATwhile] = ACTIONS(10289), + [anon_sym_ATsetup] = ACTIONS(10291), + [anon_sym_ATtask] = ACTIONS(10293), + [anon_sym_ATstory] = ACTIONS(10295), + [anon_sym_ATbefore] = ACTIONS(10297), + [anon_sym_ATafter] = ACTIONS(10299), + [anon_sym_ATsuccess] = ACTIONS(10301), + [anon_sym_ATfinished] = ACTIONS(10303), + [anon_sym_ATpersist] = ACTIONS(10305), + [anon_sym_ATteleport] = ACTIONS(10307), + [anon_sym_ATvolt] = ACTIONS(10309), + [aux_sym__text_token1] = ACTIONS(10311), + [aux_sym__text_token2] = ACTIONS(10311), + [aux_sym__text_token3] = ACTIONS(10313), }, - [580] = { - [sym__definition] = STATE(575), - [sym_keyword] = STATE(575), - [sym_php_statement] = STATE(575), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(575), - [sym__inline_directive] = STATE(575), - [sym__use] = STATE(575), - [sym__nested_directive] = STATE(575), - [sym_fragment] = STATE(575), - [sym_section] = STATE(575), - [sym_inlineSection] = STATE(575), - [sym_once] = STATE(575), - [sym_verbatim] = STATE(575), - [sym_stack] = STATE(575), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(575), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(575), - [sym_loop] = STATE(575), - [sym_loop_operator] = STATE(575), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(575), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(575), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(575), - [sym_text] = STATE(575), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10525), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10527), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [563] = { + [sym__definition] = STATE(585), + [sym_keyword] = STATE(585), + [sym_php_statement] = STATE(585), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(585), + [sym__inline_directive] = STATE(585), + [sym__use] = STATE(585), + [sym__nested_directive] = STATE(585), + [sym_fragment] = STATE(585), + [sym_section] = STATE(585), + [sym_inlineSection] = STATE(585), + [sym_once] = STATE(585), + [sym_verbatim] = STATE(585), + [sym_stack] = STATE(585), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(585), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(585), + [sym_loop] = STATE(585), + [sym_loop_operator] = STATE(585), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(585), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(585), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(585), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(585), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10315), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10317), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [581] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10529), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [564] = { + [sym__definition] = STATE(527), + [sym_keyword] = STATE(527), + [sym_php_statement] = STATE(527), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(527), + [sym__inline_directive] = STATE(527), + [sym__use] = STATE(527), + [sym__nested_directive] = STATE(527), + [sym_fragment] = STATE(527), + [sym_section] = STATE(527), + [sym_inlineSection] = STATE(527), + [sym_once] = STATE(527), + [sym_verbatim] = STATE(527), + [sym_stack] = STATE(527), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(527), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(527), + [sym_loop] = STATE(527), + [sym_loop_operator] = STATE(527), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(527), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(527), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(527), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(527), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10319), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10321), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [582] = { - [sym__definition] = STATE(578), - [sym_keyword] = STATE(578), - [sym_php_statement] = STATE(578), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(578), - [sym__inline_directive] = STATE(578), - [sym__use] = STATE(578), - [sym__nested_directive] = STATE(578), - [sym_fragment] = STATE(578), - [sym_section] = STATE(578), - [sym_inlineSection] = STATE(578), - [sym_once] = STATE(578), - [sym_verbatim] = STATE(578), - [sym_stack] = STATE(578), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(578), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(578), - [sym_loop] = STATE(578), - [sym_loop_operator] = STATE(578), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(578), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(578), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(578), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(578), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10531), + [565] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -99981,32 +97920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10533), + [aux_sym_section_token1] = ACTIONS(10323), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -100026,1450 +97965,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [583] = { - [sym__definition] = STATE(581), - [sym_keyword] = STATE(581), - [sym_php_statement] = STATE(581), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(581), - [sym__inline_directive] = STATE(581), - [sym__use] = STATE(581), - [sym__nested_directive] = STATE(581), - [sym_fragment] = STATE(581), - [sym_section] = STATE(581), - [sym_inlineSection] = STATE(581), - [sym_once] = STATE(581), - [sym_verbatim] = STATE(581), - [sym_stack] = STATE(581), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(581), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(581), - [sym_loop] = STATE(581), - [sym_loop_operator] = STATE(581), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(581), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(581), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(581), - [sym_text] = STATE(581), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10535), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10537), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [584] = { - [sym__definition] = STATE(527), - [sym_keyword] = STATE(527), - [sym_php_statement] = STATE(527), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(527), - [sym__inline_directive] = STATE(527), - [sym__use] = STATE(527), - [sym__nested_directive] = STATE(527), - [sym_fragment] = STATE(527), - [sym_section] = STATE(527), - [sym_inlineSection] = STATE(527), - [sym_once] = STATE(527), - [sym_verbatim] = STATE(527), - [sym_stack] = STATE(527), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(527), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(527), - [sym_loop] = STATE(527), - [sym_loop_operator] = STATE(527), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(527), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(527), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(527), - [sym_text] = STATE(527), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(10539), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10541), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [585] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10543), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [586] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10545), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [587] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10547), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [588] = { - [sym__definition] = STATE(605), - [sym_keyword] = STATE(605), - [sym_php_statement] = STATE(605), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(605), - [sym__inline_directive] = STATE(605), - [sym__use] = STATE(605), - [sym__nested_directive] = STATE(605), - [sym_fragment] = STATE(605), - [sym_section] = STATE(605), - [sym_inlineSection] = STATE(605), - [sym_once] = STATE(605), - [sym_verbatim] = STATE(605), - [sym_stack] = STATE(605), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(605), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(605), - [sym_loop] = STATE(605), - [sym_loop_operator] = STATE(605), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(605), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(605), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(605), - [sym_text] = STATE(605), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(10549), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10551), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [589] = { - [sym__definition] = STATE(607), - [sym_keyword] = STATE(607), - [sym_php_statement] = STATE(607), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(607), - [sym__inline_directive] = STATE(607), - [sym__use] = STATE(607), - [sym__nested_directive] = STATE(607), - [sym_fragment] = STATE(607), - [sym_section] = STATE(607), - [sym_inlineSection] = STATE(607), - [sym_once] = STATE(607), - [sym_verbatim] = STATE(607), - [sym_stack] = STATE(607), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(607), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(607), - [sym_loop] = STATE(607), - [sym_loop_operator] = STATE(607), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(607), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(607), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(607), - [sym_text] = STATE(607), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(10553), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10555), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [590] = { - [sym__definition] = STATE(515), - [sym_keyword] = STATE(515), - [sym_php_statement] = STATE(515), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(515), - [sym__inline_directive] = STATE(515), - [sym__use] = STATE(515), - [sym__nested_directive] = STATE(515), - [sym_fragment] = STATE(515), - [sym_section] = STATE(515), - [sym_inlineSection] = STATE(515), - [sym_once] = STATE(515), - [sym_verbatim] = STATE(515), - [sym_stack] = STATE(515), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(515), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(515), - [sym_loop] = STATE(515), - [sym_loop_operator] = STATE(515), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(515), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(515), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(515), - [sym_text] = STATE(515), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(10557), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10559), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [591] = { - [sym__definition] = STATE(585), - [sym_keyword] = STATE(585), - [sym_php_statement] = STATE(585), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(585), - [sym__inline_directive] = STATE(585), - [sym__use] = STATE(585), - [sym__nested_directive] = STATE(585), - [sym_fragment] = STATE(585), - [sym_section] = STATE(585), - [sym_inlineSection] = STATE(585), - [sym_once] = STATE(585), - [sym_verbatim] = STATE(585), - [sym_stack] = STATE(585), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(585), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(585), - [sym_loop] = STATE(585), - [sym_loop_operator] = STATE(585), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(585), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(585), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(585), - [sym_text] = STATE(585), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(10561), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10563), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [592] = { - [sym__definition] = STATE(586), - [sym_keyword] = STATE(586), - [sym_php_statement] = STATE(586), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(586), - [sym__inline_directive] = STATE(586), - [sym__use] = STATE(586), - [sym__nested_directive] = STATE(586), - [sym_fragment] = STATE(586), - [sym_section] = STATE(586), - [sym_inlineSection] = STATE(586), - [sym_once] = STATE(586), - [sym_verbatim] = STATE(586), - [sym_stack] = STATE(586), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(586), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(586), - [sym_loop] = STATE(586), - [sym_loop_operator] = STATE(586), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(586), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(586), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(586), - [sym_text] = STATE(586), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(10565), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10567), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [593] = { - [sym__definition] = STATE(415), - [sym_keyword] = STATE(415), - [sym_php_statement] = STATE(415), - [sym__escaped] = STATE(3472), - [sym__unescaped] = STATE(3472), - [sym__raw] = STATE(3472), - [sym__inline_raw] = STATE(3472), - [sym__multi_line_raw] = STATE(3472), - [sym__js] = STATE(3472), - [sym_attribute] = STATE(415), - [sym__inline_directive] = STATE(415), - [sym__use] = STATE(415), - [sym__nested_directive] = STATE(415), - [sym_fragment] = STATE(415), - [sym_section] = STATE(415), - [sym_inlineSection] = STATE(415), - [sym_once] = STATE(415), - [sym_verbatim] = STATE(415), - [sym_stack] = STATE(415), - [sym__push] = STATE(3471), - [sym__pushOnce] = STATE(3471), - [sym__pushIf] = STATE(3471), - [sym__prepend] = STATE(3471), - [sym__prependOnce] = STATE(3471), - [sym_conditional] = STATE(415), - [sym__if] = STATE(3469), - [sym__unless] = STATE(3469), - [sym__isset] = STATE(3469), - [sym__empty] = STATE(3469), - [sym__auth] = STATE(3469), - [sym__guest] = STATE(3469), - [sym__production] = STATE(3469), - [sym__env] = STATE(3469), - [sym__hasSection] = STATE(3469), - [sym__sectionMissing] = STATE(3469), - [sym__error] = STATE(3469), - [sym_authorization] = STATE(3469), - [sym__can] = STATE(3468), - [sym__cannot] = STATE(3468), - [sym__canany] = STATE(3468), - [sym__feature] = STATE(3469), - [sym__custom] = STATE(3469), - [sym_switch] = STATE(415), - [sym_loop] = STATE(415), - [sym_loop_operator] = STATE(415), - [sym__for] = STATE(3467), - [sym__foreach] = STATE(3467), - [sym__forelse] = STATE(3467), - [sym__while] = STATE(3467), - [sym_envoy] = STATE(415), - [sym__setup] = STATE(3472), - [sym__task] = STATE(3466), - [sym__story] = STATE(3466), - [sym__hooks] = STATE(3472), - [sym__before] = STATE(3472), - [sym__after] = STATE(3472), - [sym__envoy_error] = STATE(3472), - [sym__success] = STATE(3472), - [sym__finished] = STATE(3472), - [sym_livewire] = STATE(415), - [sym__persist] = STATE(3465), - [sym__teleport] = STATE(3465), - [sym__volt] = STATE(3465), - [aux_sym__directive_body] = STATE(415), - [sym_text] = STATE(415), - [sym__text] = STATE(839), - [aux_sym_php_only_repeat1] = STATE(839), - [sym_comment] = ACTIONS(10569), - [aux_sym_keyword_token1] = ACTIONS(6579), - [anon_sym_LBRACE_LBRACE] = ACTIONS(6581), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(6583), - [anon_sym_ATphp] = ACTIONS(6585), - [anon_sym_ATjs] = ACTIONS(6587), - [aux_sym_attribute_token1] = ACTIONS(6589), - [aux_sym__inline_directive_token1] = ACTIONS(6591), - [aux_sym__inline_directive_token2] = ACTIONS(6593), - [anon_sym_ATuse] = ACTIONS(6595), - [anon_sym_ATfragment] = ACTIONS(6597), - [anon_sym_ATendfragment] = ACTIONS(4981), - [anon_sym_ATsection] = ACTIONS(6599), - [anon_sym_ATonce] = ACTIONS(6601), - [anon_sym_ATverbatim] = ACTIONS(6603), - [anon_sym_ATpush] = ACTIONS(6605), - [anon_sym_ATpushOnce] = ACTIONS(6607), - [anon_sym_ATpushIf] = ACTIONS(6609), - [anon_sym_ATprepend] = ACTIONS(6611), - [anon_sym_ATprependOnce] = ACTIONS(6613), - [anon_sym_ATif] = ACTIONS(6615), - [anon_sym_ATunless] = ACTIONS(6617), - [anon_sym_ATisset] = ACTIONS(6619), - [anon_sym_ATempty] = ACTIONS(6621), - [anon_sym_ATauth] = ACTIONS(6623), - [anon_sym_ATguest] = ACTIONS(6625), - [anon_sym_ATproduction] = ACTIONS(6627), - [anon_sym_ATenv] = ACTIONS(6629), - [anon_sym_AThasSection] = ACTIONS(6631), - [anon_sym_ATsectionMissing] = ACTIONS(6633), - [anon_sym_ATerror] = ACTIONS(6635), - [anon_sym_ATcan] = ACTIONS(6637), - [anon_sym_ATcannot] = ACTIONS(6639), - [anon_sym_ATcanany] = ACTIONS(6641), - [anon_sym_ATfeature] = ACTIONS(6643), - [aux_sym__custom_token1] = ACTIONS(6645), - [aux_sym__custom_token2] = ACTIONS(6647), - [anon_sym_ATswitch] = ACTIONS(6649), - [aux_sym_loop_operator_token1] = ACTIONS(6651), - [anon_sym_ATfor] = ACTIONS(6653), - [anon_sym_ATforeach] = ACTIONS(6655), - [anon_sym_ATforelse] = ACTIONS(6657), - [anon_sym_ATwhile] = ACTIONS(6659), - [anon_sym_ATsetup] = ACTIONS(6661), - [anon_sym_ATtask] = ACTIONS(6663), - [anon_sym_ATstory] = ACTIONS(6665), - [anon_sym_ATbefore] = ACTIONS(6667), - [anon_sym_ATafter] = ACTIONS(6669), - [anon_sym_ATsuccess] = ACTIONS(6671), - [anon_sym_ATfinished] = ACTIONS(6673), - [anon_sym_ATpersist] = ACTIONS(6675), - [anon_sym_ATteleport] = ACTIONS(6677), - [anon_sym_ATvolt] = ACTIONS(6679), - [aux_sym__text_token1] = ACTIONS(6681), - [aux_sym__text_token2] = ACTIONS(6681), - [aux_sym__text_token3] = ACTIONS(6683), - }, - [594] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [566] = { + [sym__definition] = STATE(569), + [sym_keyword] = STATE(569), + [sym_php_statement] = STATE(569), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(569), + [sym__inline_directive] = STATE(569), + [sym__use] = STATE(569), + [sym__nested_directive] = STATE(569), + [sym_fragment] = STATE(569), + [sym_section] = STATE(569), + [sym_inlineSection] = STATE(569), + [sym_once] = STATE(569), + [sym_verbatim] = STATE(569), + [sym_stack] = STATE(569), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(569), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(569), + [sym_loop] = STATE(569), + [sym_loop_operator] = STATE(569), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(569), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(569), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(569), + [sym_text] = STATE(569), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10325), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -101481,32 +98045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10571), + [aux_sym_section_token1] = ACTIONS(10327), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -101526,325 +98090,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [595] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10573), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [567] = { + [sym__definition] = STATE(553), + [sym_keyword] = STATE(553), + [sym_php_statement] = STATE(553), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(553), + [sym__inline_directive] = STATE(553), + [sym__use] = STATE(553), + [sym__nested_directive] = STATE(553), + [sym_fragment] = STATE(553), + [sym_section] = STATE(553), + [sym_inlineSection] = STATE(553), + [sym_once] = STATE(553), + [sym_verbatim] = STATE(553), + [sym_stack] = STATE(553), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(553), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(553), + [sym_loop] = STATE(553), + [sym_loop_operator] = STATE(553), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(553), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(553), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(553), + [sym_text] = STATE(553), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(10329), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10331), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [596] = { - [sym__definition] = STATE(529), - [sym_keyword] = STATE(529), - [sym_php_statement] = STATE(529), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(529), - [sym__inline_directive] = STATE(529), - [sym__use] = STATE(529), - [sym__nested_directive] = STATE(529), - [sym_fragment] = STATE(529), - [sym_section] = STATE(529), - [sym_inlineSection] = STATE(529), - [sym_once] = STATE(529), - [sym_verbatim] = STATE(529), - [sym_stack] = STATE(529), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(529), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(529), - [sym_loop] = STATE(529), - [sym_loop_operator] = STATE(529), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(529), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(529), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(529), - [sym_text] = STATE(529), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10575), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10577), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [568] = { + [sym__definition] = STATE(571), + [sym_keyword] = STATE(571), + [sym_php_statement] = STATE(571), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(571), + [sym__inline_directive] = STATE(571), + [sym__use] = STATE(571), + [sym__nested_directive] = STATE(571), + [sym_fragment] = STATE(571), + [sym_section] = STATE(571), + [sym_inlineSection] = STATE(571), + [sym_once] = STATE(571), + [sym_verbatim] = STATE(571), + [sym_stack] = STATE(571), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(571), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(571), + [sym_loop] = STATE(571), + [sym_loop_operator] = STATE(571), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(571), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(571), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(571), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(571), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10333), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10335), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [597] = { - [sym__definition] = STATE(594), - [sym_keyword] = STATE(594), - [sym_php_statement] = STATE(594), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(594), - [sym__inline_directive] = STATE(594), - [sym__use] = STATE(594), - [sym__nested_directive] = STATE(594), - [sym_fragment] = STATE(594), - [sym_section] = STATE(594), - [sym_inlineSection] = STATE(594), - [sym_once] = STATE(594), - [sym_verbatim] = STATE(594), - [sym_stack] = STATE(594), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(594), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(594), - [sym_loop] = STATE(594), - [sym_loop_operator] = STATE(594), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(594), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(594), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(594), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(594), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10579), + [569] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -101856,32 +98420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10581), + [aux_sym_section_token1] = ACTIONS(10337), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -101901,75 +98465,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [598] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [570] = { + [sym__definition] = STATE(573), + [sym_keyword] = STATE(573), + [sym_php_statement] = STATE(573), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(573), + [sym__inline_directive] = STATE(573), + [sym__use] = STATE(573), + [sym__nested_directive] = STATE(573), + [sym_fragment] = STATE(573), + [sym_section] = STATE(573), + [sym_inlineSection] = STATE(573), + [sym_once] = STATE(573), + [sym_verbatim] = STATE(573), + [sym_stack] = STATE(573), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(573), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(573), + [sym_loop] = STATE(573), + [sym_loop_operator] = STATE(573), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(573), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(573), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(573), + [sym_text] = STATE(573), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10339), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -101981,32 +98545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10581), + [aux_sym_section_token1] = ACTIONS(10341), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -102026,575 +98590,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [599] = { - [sym__definition] = STATE(501), - [sym_keyword] = STATE(501), - [sym_php_statement] = STATE(501), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(501), - [sym__inline_directive] = STATE(501), - [sym__use] = STATE(501), - [sym__nested_directive] = STATE(501), - [sym_fragment] = STATE(501), - [sym_section] = STATE(501), - [sym_inlineSection] = STATE(501), - [sym_once] = STATE(501), - [sym_verbatim] = STATE(501), - [sym_stack] = STATE(501), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(501), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(501), - [sym_loop] = STATE(501), - [sym_loop_operator] = STATE(501), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(501), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(501), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(501), - [sym_text] = STATE(501), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10583), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10585), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [600] = { - [sym__definition] = STATE(595), - [sym_keyword] = STATE(595), - [sym_php_statement] = STATE(595), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(595), - [sym__inline_directive] = STATE(595), - [sym__use] = STATE(595), - [sym__nested_directive] = STATE(595), - [sym_fragment] = STATE(595), - [sym_section] = STATE(595), - [sym_inlineSection] = STATE(595), - [sym_once] = STATE(595), - [sym_verbatim] = STATE(595), - [sym_stack] = STATE(595), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(595), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(595), - [sym_loop] = STATE(595), - [sym_loop_operator] = STATE(595), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(595), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(595), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(595), - [sym_text] = STATE(595), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10587), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10589), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [601] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10591), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [571] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10343), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [602] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10593), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [572] = { + [sym__definition] = STATE(574), + [sym_keyword] = STATE(574), + [sym_php_statement] = STATE(574), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(574), + [sym__inline_directive] = STATE(574), + [sym__use] = STATE(574), + [sym__nested_directive] = STATE(574), + [sym_fragment] = STATE(574), + [sym_section] = STATE(574), + [sym_inlineSection] = STATE(574), + [sym_once] = STATE(574), + [sym_verbatim] = STATE(574), + [sym_stack] = STATE(574), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(574), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(574), + [sym_loop] = STATE(574), + [sym_loop_operator] = STATE(574), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(574), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(574), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(574), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(574), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10345), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10343), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [603] = { - [sym__definition] = STATE(598), - [sym_keyword] = STATE(598), - [sym_php_statement] = STATE(598), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(598), - [sym__inline_directive] = STATE(598), - [sym__use] = STATE(598), - [sym__nested_directive] = STATE(598), - [sym_fragment] = STATE(598), - [sym_section] = STATE(598), - [sym_inlineSection] = STATE(598), - [sym_once] = STATE(598), - [sym_verbatim] = STATE(598), - [sym_stack] = STATE(598), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(598), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(598), - [sym_loop] = STATE(598), - [sym_loop_operator] = STATE(598), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(598), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(598), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(598), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(598), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10595), + [573] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -102606,32 +98920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10597), + [aux_sym_section_token1] = ACTIONS(10347), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -102651,699 +98965,574 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [604] = { - [sym__definition] = STATE(601), - [sym_keyword] = STATE(601), - [sym_php_statement] = STATE(601), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(601), - [sym__inline_directive] = STATE(601), - [sym__use] = STATE(601), - [sym__nested_directive] = STATE(601), - [sym_fragment] = STATE(601), - [sym_section] = STATE(601), - [sym_inlineSection] = STATE(601), - [sym_once] = STATE(601), - [sym_verbatim] = STATE(601), - [sym_stack] = STATE(601), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(601), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(601), - [sym_loop] = STATE(601), - [sym_loop_operator] = STATE(601), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(601), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(601), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(601), - [sym_text] = STATE(601), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10599), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10601), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [605] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10603), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [574] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10349), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [606] = { - [sym__definition] = STATE(606), - [sym_keyword] = STATE(606), - [sym_php_statement] = STATE(606), - [sym__escaped] = STATE(2071), - [sym__unescaped] = STATE(2071), - [sym__raw] = STATE(2071), - [sym__inline_raw] = STATE(2071), - [sym__multi_line_raw] = STATE(2071), - [sym__js] = STATE(2071), - [sym_attribute] = STATE(606), - [sym__inline_directive] = STATE(606), - [sym__use] = STATE(606), - [sym__nested_directive] = STATE(606), - [sym_fragment] = STATE(606), - [sym_section] = STATE(606), - [sym_inlineSection] = STATE(606), - [sym_once] = STATE(606), - [sym_verbatim] = STATE(606), - [sym_stack] = STATE(606), - [sym__push] = STATE(2070), - [sym__pushOnce] = STATE(2070), - [sym__pushIf] = STATE(2070), - [sym__prepend] = STATE(2070), - [sym__prependOnce] = STATE(2070), - [sym_conditional] = STATE(606), - [sym__if] = STATE(2069), - [sym__unless] = STATE(2069), - [sym__isset] = STATE(2069), - [sym__empty] = STATE(2069), - [sym__auth] = STATE(2069), - [sym__guest] = STATE(2069), - [sym__production] = STATE(2069), - [sym__env] = STATE(2069), - [sym__hasSection] = STATE(2069), - [sym__sectionMissing] = STATE(2069), - [sym__error] = STATE(2069), - [sym_authorization] = STATE(2069), - [sym__can] = STATE(2068), - [sym__cannot] = STATE(2068), - [sym__canany] = STATE(2068), - [sym__feature] = STATE(2069), - [sym__custom] = STATE(2069), - [sym_switch] = STATE(606), - [sym_loop] = STATE(606), - [sym_loop_operator] = STATE(606), - [sym__for] = STATE(2067), - [sym__foreach] = STATE(2067), - [sym__forelse] = STATE(2067), - [sym__while] = STATE(2067), - [sym_envoy] = STATE(606), - [sym__setup] = STATE(2071), - [sym__task] = STATE(2066), - [sym__story] = STATE(2066), - [sym__hooks] = STATE(2071), - [sym__before] = STATE(2071), - [sym__after] = STATE(2071), - [sym__envoy_error] = STATE(2071), - [sym__success] = STATE(2071), - [sym__finished] = STATE(2071), - [sym_livewire] = STATE(606), - [sym__persist] = STATE(2065), - [sym__teleport] = STATE(2065), - [sym__volt] = STATE(2065), - [aux_sym__directive_body] = STATE(606), - [sym_text] = STATE(606), - [sym__text] = STATE(1407), - [aux_sym_php_only_repeat1] = STATE(1407), - [sym_comment] = ACTIONS(10605), - [aux_sym_keyword_token1] = ACTIONS(10608), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10611), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10614), - [anon_sym_ATphp] = ACTIONS(10617), - [anon_sym_ATjs] = ACTIONS(10620), - [aux_sym_attribute_token1] = ACTIONS(10623), - [aux_sym__inline_directive_token1] = ACTIONS(10626), - [aux_sym__inline_directive_token2] = ACTIONS(10629), - [anon_sym_ATuse] = ACTIONS(10632), - [anon_sym_ATfragment] = ACTIONS(10635), - [anon_sym_ATsection] = ACTIONS(10638), - [anon_sym_ATonce] = ACTIONS(10641), - [anon_sym_ATverbatim] = ACTIONS(10644), - [anon_sym_ATpush] = ACTIONS(10647), - [anon_sym_ATpushOnce] = ACTIONS(10650), - [anon_sym_ATpushIf] = ACTIONS(10653), - [anon_sym_ATprepend] = ACTIONS(10656), - [anon_sym_ATprependOnce] = ACTIONS(10659), - [anon_sym_ATendPrependOnce] = ACTIONS(5333), - [anon_sym_ATif] = ACTIONS(10662), - [anon_sym_ATunless] = ACTIONS(10665), - [anon_sym_ATisset] = ACTIONS(10668), - [anon_sym_ATempty] = ACTIONS(10671), - [anon_sym_ATauth] = ACTIONS(10674), - [anon_sym_ATguest] = ACTIONS(10677), - [anon_sym_ATproduction] = ACTIONS(10680), - [anon_sym_ATenv] = ACTIONS(10683), - [anon_sym_AThasSection] = ACTIONS(10686), - [anon_sym_ATsectionMissing] = ACTIONS(10689), - [anon_sym_ATerror] = ACTIONS(10692), - [anon_sym_ATcan] = ACTIONS(10695), - [anon_sym_ATcannot] = ACTIONS(10698), - [anon_sym_ATcanany] = ACTIONS(10701), - [anon_sym_ATfeature] = ACTIONS(10704), - [aux_sym__custom_token1] = ACTIONS(10707), - [aux_sym__custom_token2] = ACTIONS(10710), - [anon_sym_ATswitch] = ACTIONS(10713), - [aux_sym_loop_operator_token1] = ACTIONS(10716), - [anon_sym_ATfor] = ACTIONS(10719), - [anon_sym_ATforeach] = ACTIONS(10722), - [anon_sym_ATforelse] = ACTIONS(10725), - [anon_sym_ATwhile] = ACTIONS(10728), - [anon_sym_ATsetup] = ACTIONS(10731), - [anon_sym_ATtask] = ACTIONS(10734), - [anon_sym_ATstory] = ACTIONS(10737), - [anon_sym_ATbefore] = ACTIONS(10740), - [anon_sym_ATafter] = ACTIONS(10743), - [anon_sym_ATsuccess] = ACTIONS(10746), - [anon_sym_ATfinished] = ACTIONS(10749), - [anon_sym_ATpersist] = ACTIONS(10752), - [anon_sym_ATteleport] = ACTIONS(10755), - [anon_sym_ATvolt] = ACTIONS(10758), - [aux_sym__text_token1] = ACTIONS(10761), - [aux_sym__text_token2] = ACTIONS(10761), - [aux_sym__text_token3] = ACTIONS(10764), + [575] = { + [sym__definition] = STATE(577), + [sym_keyword] = STATE(577), + [sym_php_statement] = STATE(577), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(577), + [sym__inline_directive] = STATE(577), + [sym__use] = STATE(577), + [sym__nested_directive] = STATE(577), + [sym_fragment] = STATE(577), + [sym_section] = STATE(577), + [sym_inlineSection] = STATE(577), + [sym_once] = STATE(577), + [sym_verbatim] = STATE(577), + [sym_stack] = STATE(577), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(577), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(577), + [sym_loop] = STATE(577), + [sym_loop_operator] = STATE(577), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(577), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(577), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(577), + [sym_text] = STATE(577), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(10351), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10353), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [607] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10767), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [576] = { + [sym__definition] = STATE(579), + [sym_keyword] = STATE(579), + [sym_php_statement] = STATE(579), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(579), + [sym__inline_directive] = STATE(579), + [sym__use] = STATE(579), + [sym__nested_directive] = STATE(579), + [sym_fragment] = STATE(579), + [sym_section] = STATE(579), + [sym_inlineSection] = STATE(579), + [sym_once] = STATE(579), + [sym_verbatim] = STATE(579), + [sym_stack] = STATE(579), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(579), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(579), + [sym_loop] = STATE(579), + [sym_loop_operator] = STATE(579), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(579), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(579), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(579), + [sym_text] = STATE(579), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(10355), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10357), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [608] = { - [sym__definition] = STATE(517), - [sym_keyword] = STATE(517), - [sym_php_statement] = STATE(517), - [sym__escaped] = STATE(2361), - [sym__unescaped] = STATE(2361), - [sym__raw] = STATE(2361), - [sym__inline_raw] = STATE(2361), - [sym__multi_line_raw] = STATE(2361), - [sym__js] = STATE(2361), - [sym_attribute] = STATE(517), - [sym__inline_directive] = STATE(517), - [sym__use] = STATE(517), - [sym__nested_directive] = STATE(517), - [sym_fragment] = STATE(517), - [sym_section] = STATE(517), - [sym_inlineSection] = STATE(517), - [sym_once] = STATE(517), - [sym_verbatim] = STATE(517), - [sym_stack] = STATE(517), - [sym__push] = STATE(2362), - [sym__pushOnce] = STATE(2362), - [sym__pushIf] = STATE(2362), - [sym__prepend] = STATE(2362), - [sym__prependOnce] = STATE(2362), - [sym_conditional] = STATE(517), - [sym__if] = STATE(2363), - [sym__unless] = STATE(2363), - [sym__isset] = STATE(2363), - [sym__empty] = STATE(2363), - [sym__auth] = STATE(2363), - [sym__guest] = STATE(2363), - [sym__production] = STATE(2363), - [sym__env] = STATE(2363), - [sym__hasSection] = STATE(2363), - [sym__sectionMissing] = STATE(2363), - [sym__error] = STATE(2363), - [sym_authorization] = STATE(2363), - [sym__can] = STATE(2364), - [sym__cannot] = STATE(2364), - [sym__canany] = STATE(2364), - [sym__feature] = STATE(2363), - [sym__custom] = STATE(2363), - [sym_switch] = STATE(517), - [sym_loop] = STATE(517), - [sym_loop_operator] = STATE(517), - [sym__for] = STATE(2365), - [sym__foreach] = STATE(2365), - [sym__forelse] = STATE(2365), - [sym__while] = STATE(2365), - [sym_envoy] = STATE(517), - [sym__setup] = STATE(2361), - [sym__task] = STATE(2366), - [sym__story] = STATE(2366), - [sym__hooks] = STATE(2361), - [sym__before] = STATE(2361), - [sym__after] = STATE(2361), - [sym__envoy_error] = STATE(2361), - [sym__success] = STATE(2361), - [sym__finished] = STATE(2361), - [sym_livewire] = STATE(517), - [sym__persist] = STATE(2367), - [sym__teleport] = STATE(2367), - [sym__volt] = STATE(2367), - [aux_sym__directive_body] = STATE(517), - [sym_text] = STATE(517), - [sym__text] = STATE(967), - [aux_sym_php_only_repeat1] = STATE(967), - [sym_comment] = ACTIONS(10769), - [aux_sym_keyword_token1] = ACTIONS(10771), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10773), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10775), - [anon_sym_ATphp] = ACTIONS(10777), - [anon_sym_ATjs] = ACTIONS(10779), - [aux_sym_attribute_token1] = ACTIONS(10781), - [aux_sym__inline_directive_token1] = ACTIONS(10783), - [aux_sym__inline_directive_token2] = ACTIONS(10785), - [anon_sym_ATuse] = ACTIONS(10787), - [anon_sym_ATfragment] = ACTIONS(10789), - [anon_sym_ATsection] = ACTIONS(10791), - [anon_sym_ATonce] = ACTIONS(10793), - [anon_sym_ATverbatim] = ACTIONS(10795), - [anon_sym_ATpush] = ACTIONS(10797), - [anon_sym_ATpushOnce] = ACTIONS(10799), - [anon_sym_ATpushIf] = ACTIONS(10801), - [anon_sym_ATprepend] = ACTIONS(10803), - [anon_sym_ATprependOnce] = ACTIONS(10805), - [anon_sym_ATif] = ACTIONS(10807), - [anon_sym_ATunless] = ACTIONS(10809), - [anon_sym_ATisset] = ACTIONS(10811), - [anon_sym_ATempty] = ACTIONS(10813), - [anon_sym_ATauth] = ACTIONS(10815), - [anon_sym_ATguest] = ACTIONS(10817), - [anon_sym_ATproduction] = ACTIONS(10819), - [anon_sym_ATenv] = ACTIONS(10821), - [anon_sym_AThasSection] = ACTIONS(10823), - [anon_sym_ATsectionMissing] = ACTIONS(10825), - [anon_sym_ATerror] = ACTIONS(10827), - [anon_sym_ATcan] = ACTIONS(10829), - [anon_sym_ATcannot] = ACTIONS(10831), - [anon_sym_ATcanany] = ACTIONS(10833), - [anon_sym_ATfeature] = ACTIONS(10835), - [aux_sym__custom_token1] = ACTIONS(10837), - [aux_sym__custom_token2] = ACTIONS(10839), - [anon_sym_ATswitch] = ACTIONS(10841), - [aux_sym_loop_operator_token1] = ACTIONS(10843), - [anon_sym_ATfor] = ACTIONS(10845), - [anon_sym_ATforeach] = ACTIONS(10847), - [anon_sym_ATendforeach] = ACTIONS(4429), - [anon_sym_ATforelse] = ACTIONS(10849), - [anon_sym_ATwhile] = ACTIONS(10851), - [anon_sym_ATsetup] = ACTIONS(10853), - [anon_sym_ATtask] = ACTIONS(10855), - [anon_sym_ATstory] = ACTIONS(10857), - [anon_sym_ATbefore] = ACTIONS(10859), - [anon_sym_ATafter] = ACTIONS(10861), - [anon_sym_ATsuccess] = ACTIONS(10863), - [anon_sym_ATfinished] = ACTIONS(10865), - [anon_sym_ATpersist] = ACTIONS(10867), - [anon_sym_ATteleport] = ACTIONS(10869), - [anon_sym_ATvolt] = ACTIONS(10871), - [aux_sym__text_token1] = ACTIONS(10873), - [aux_sym__text_token2] = ACTIONS(10873), - [aux_sym__text_token3] = ACTIONS(10875), + [577] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10359), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), }, - [609] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [578] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -103356,32 +99545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8993), + [aux_sym_section_token1] = ACTIONS(10361), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -103401,451 +99590,326 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [610] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10877), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [611] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10879), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [579] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10363), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), }, - [612] = { - [sym__definition] = STATE(610), - [sym_keyword] = STATE(610), - [sym_php_statement] = STATE(610), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(610), - [sym__inline_directive] = STATE(610), - [sym__use] = STATE(610), - [sym__nested_directive] = STATE(610), - [sym_fragment] = STATE(610), - [sym_section] = STATE(610), - [sym_inlineSection] = STATE(610), - [sym_once] = STATE(610), - [sym_verbatim] = STATE(610), - [sym_stack] = STATE(610), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(610), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(610), - [sym_loop] = STATE(610), - [sym_loop_operator] = STATE(610), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(610), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(610), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(610), - [sym_text] = STATE(610), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(10881), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10883), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [580] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10365), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [613] = { - [sym__definition] = STATE(490), - [sym_keyword] = STATE(490), - [sym_php_statement] = STATE(490), - [sym__escaped] = STATE(3338), - [sym__unescaped] = STATE(3338), - [sym__raw] = STATE(3338), - [sym__inline_raw] = STATE(3338), - [sym__multi_line_raw] = STATE(3338), - [sym__js] = STATE(3338), - [sym_attribute] = STATE(490), - [sym__inline_directive] = STATE(490), - [sym__use] = STATE(490), - [sym__nested_directive] = STATE(490), - [sym_fragment] = STATE(490), - [sym_section] = STATE(490), - [sym_inlineSection] = STATE(490), - [sym_once] = STATE(490), - [sym_verbatim] = STATE(490), - [sym_stack] = STATE(490), - [sym__push] = STATE(3339), - [sym__pushOnce] = STATE(3339), - [sym__pushIf] = STATE(3339), - [sym__prepend] = STATE(3339), - [sym__prependOnce] = STATE(3339), - [sym_conditional] = STATE(490), - [sym__if] = STATE(3340), - [sym__unless] = STATE(3340), - [sym__isset] = STATE(3340), - [sym__empty] = STATE(3340), - [sym__auth] = STATE(3340), - [sym__guest] = STATE(3340), - [sym__production] = STATE(3340), - [sym__env] = STATE(3340), - [sym__hasSection] = STATE(3340), - [sym__sectionMissing] = STATE(3340), - [sym__error] = STATE(3340), - [sym_authorization] = STATE(3340), - [sym__can] = STATE(3341), - [sym__cannot] = STATE(3341), - [sym__canany] = STATE(3341), - [sym__feature] = STATE(3340), - [sym__custom] = STATE(3340), - [sym_switch] = STATE(490), - [sym_loop] = STATE(490), - [sym_loop_operator] = STATE(490), - [sym__for] = STATE(3357), - [sym__foreach] = STATE(3357), - [sym__forelse] = STATE(3357), - [sym__while] = STATE(3357), - [sym_envoy] = STATE(490), - [sym__setup] = STATE(3338), - [sym__task] = STATE(3372), - [sym__story] = STATE(3372), - [sym__hooks] = STATE(3338), - [sym__before] = STATE(3338), - [sym__after] = STATE(3338), - [sym__envoy_error] = STATE(3338), - [sym__success] = STATE(3338), - [sym__finished] = STATE(3338), - [sym_livewire] = STATE(490), - [sym__persist] = STATE(3386), - [sym__teleport] = STATE(3386), - [sym__volt] = STATE(3386), - [sym_text] = STATE(490), - [sym__text] = STATE(1958), - [aux_sym_blade_repeat1] = STATE(490), - [aux_sym_php_only_repeat1] = STATE(1958), - [ts_builtin_sym_end] = ACTIONS(10885), - [sym_comment] = ACTIONS(10887), + [581] = { + [sym__definition] = STATE(328), + [sym_keyword] = STATE(328), + [sym_php_statement] = STATE(328), + [sym__escaped] = STATE(2007), + [sym__unescaped] = STATE(2007), + [sym__raw] = STATE(2007), + [sym__inline_raw] = STATE(2007), + [sym__multi_line_raw] = STATE(2007), + [sym__js] = STATE(2007), + [sym_attribute] = STATE(328), + [sym__inline_directive] = STATE(328), + [sym__use] = STATE(328), + [sym__nested_directive] = STATE(328), + [sym_fragment] = STATE(328), + [sym_section] = STATE(328), + [sym_inlineSection] = STATE(328), + [sym_once] = STATE(328), + [sym_verbatim] = STATE(328), + [sym_stack] = STATE(328), + [sym__push] = STATE(2008), + [sym__pushOnce] = STATE(2008), + [sym__pushIf] = STATE(2008), + [sym__prepend] = STATE(2008), + [sym__prependOnce] = STATE(2008), + [sym_conditional] = STATE(328), + [sym__if] = STATE(2010), + [sym__unless] = STATE(2010), + [sym__isset] = STATE(2010), + [sym__empty] = STATE(2010), + [sym__auth] = STATE(2010), + [sym__guest] = STATE(2010), + [sym__production] = STATE(2010), + [sym__env] = STATE(2010), + [sym__hasSection] = STATE(2010), + [sym__sectionMissing] = STATE(2010), + [sym__error] = STATE(2010), + [sym_authorization] = STATE(2010), + [sym__can] = STATE(2020), + [sym__cannot] = STATE(2020), + [sym__canany] = STATE(2020), + [sym__feature] = STATE(2010), + [sym__custom] = STATE(2010), + [sym_switch] = STATE(328), + [sym_loop] = STATE(328), + [sym_loop_operator] = STATE(328), + [sym__for] = STATE(2070), + [sym__foreach] = STATE(2070), + [sym__forelse] = STATE(2070), + [sym__while] = STATE(2070), + [sym_envoy] = STATE(328), + [sym__setup] = STATE(2007), + [sym__task] = STATE(2154), + [sym__story] = STATE(2154), + [sym__hooks] = STATE(2007), + [sym__before] = STATE(2007), + [sym__after] = STATE(2007), + [sym__envoy_error] = STATE(2007), + [sym__success] = STATE(2007), + [sym__finished] = STATE(2007), + [sym_livewire] = STATE(328), + [sym__persist] = STATE(2237), + [sym__teleport] = STATE(2237), + [sym__volt] = STATE(2237), + [sym_text] = STATE(328), + [sym__text] = STATE(1957), + [aux_sym_blade_repeat1] = STATE(328), + [aux_sym_php_only_repeat1] = STATE(1957), + [ts_builtin_sym_end] = ACTIONS(10367), + [sym_comment] = ACTIONS(10369), [aux_sym_keyword_token1] = ACTIONS(7), [anon_sym_LBRACE_LBRACE] = ACTIONS(9), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(11), @@ -103901,200 +99965,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(109), [aux_sym__text_token3] = ACTIONS(111), }, - [614] = { - [sym__definition] = STATE(611), - [sym_keyword] = STATE(611), - [sym_php_statement] = STATE(611), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(611), - [sym__inline_directive] = STATE(611), - [sym__use] = STATE(611), - [sym__nested_directive] = STATE(611), - [sym_fragment] = STATE(611), - [sym_section] = STATE(611), - [sym_inlineSection] = STATE(611), - [sym_once] = STATE(611), - [sym_verbatim] = STATE(611), - [sym_stack] = STATE(611), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(611), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(611), - [sym_loop] = STATE(611), - [sym_loop_operator] = STATE(611), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(611), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(611), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(611), - [sym_text] = STATE(611), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(10889), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10891), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [582] = { + [sym__definition] = STATE(471), + [sym_keyword] = STATE(471), + [sym_php_statement] = STATE(471), + [sym__escaped] = STATE(2177), + [sym__unescaped] = STATE(2177), + [sym__raw] = STATE(2177), + [sym__inline_raw] = STATE(2177), + [sym__multi_line_raw] = STATE(2177), + [sym__js] = STATE(2177), + [sym_attribute] = STATE(471), + [sym__inline_directive] = STATE(471), + [sym__use] = STATE(471), + [sym__nested_directive] = STATE(471), + [sym_fragment] = STATE(471), + [sym_section] = STATE(471), + [sym_inlineSection] = STATE(471), + [sym_once] = STATE(471), + [sym_verbatim] = STATE(471), + [sym_stack] = STATE(471), + [sym__push] = STATE(2176), + [sym__pushOnce] = STATE(2176), + [sym__pushIf] = STATE(2176), + [sym__prepend] = STATE(2176), + [sym__prependOnce] = STATE(2176), + [sym_conditional] = STATE(471), + [sym__if] = STATE(2175), + [sym__unless] = STATE(2175), + [sym__isset] = STATE(2175), + [sym__empty] = STATE(2175), + [sym__auth] = STATE(2175), + [sym__guest] = STATE(2175), + [sym__production] = STATE(2175), + [sym__env] = STATE(2175), + [sym__hasSection] = STATE(2175), + [sym__sectionMissing] = STATE(2175), + [sym__error] = STATE(2175), + [sym_authorization] = STATE(2175), + [sym__can] = STATE(2174), + [sym__cannot] = STATE(2174), + [sym__canany] = STATE(2174), + [sym__feature] = STATE(2175), + [sym__custom] = STATE(2175), + [sym_switch] = STATE(471), + [sym_loop] = STATE(471), + [sym_loop_operator] = STATE(471), + [sym__for] = STATE(2173), + [sym__foreach] = STATE(2173), + [sym__forelse] = STATE(2173), + [sym__while] = STATE(2173), + [sym_envoy] = STATE(471), + [sym__setup] = STATE(2177), + [sym__task] = STATE(2172), + [sym__story] = STATE(2172), + [sym__hooks] = STATE(2177), + [sym__before] = STATE(2177), + [sym__after] = STATE(2177), + [sym__envoy_error] = STATE(2177), + [sym__success] = STATE(2177), + [sym__finished] = STATE(2177), + [sym_livewire] = STATE(471), + [sym__persist] = STATE(2171), + [sym__teleport] = STATE(2171), + [sym__volt] = STATE(2171), + [aux_sym__directive_body] = STATE(471), + [sym_text] = STATE(471), + [sym__text] = STATE(1232), + [aux_sym_php_only_repeat1] = STATE(1232), + [sym_comment] = ACTIONS(10371), + [aux_sym_keyword_token1] = ACTIONS(10209), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10211), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10213), + [anon_sym_ATphp] = ACTIONS(10215), + [anon_sym_ATjs] = ACTIONS(10217), + [aux_sym_attribute_token1] = ACTIONS(10219), + [aux_sym__inline_directive_token1] = ACTIONS(10221), + [aux_sym__inline_directive_token2] = ACTIONS(10223), + [anon_sym_ATuse] = ACTIONS(10225), + [anon_sym_ATfragment] = ACTIONS(10227), + [anon_sym_ATsection] = ACTIONS(10229), + [anon_sym_ATonce] = ACTIONS(10231), + [anon_sym_ATverbatim] = ACTIONS(10233), + [anon_sym_ATpush] = ACTIONS(10235), + [anon_sym_ATpushOnce] = ACTIONS(10237), + [anon_sym_ATpushIf] = ACTIONS(10239), + [anon_sym_ATprepend] = ACTIONS(10241), + [anon_sym_ATendprepend] = ACTIONS(5621), + [anon_sym_ATprependOnce] = ACTIONS(10243), + [anon_sym_ATif] = ACTIONS(10245), + [anon_sym_ATunless] = ACTIONS(10247), + [anon_sym_ATisset] = ACTIONS(10249), + [anon_sym_ATempty] = ACTIONS(10251), + [anon_sym_ATauth] = ACTIONS(10253), + [anon_sym_ATguest] = ACTIONS(10255), + [anon_sym_ATproduction] = ACTIONS(10257), + [anon_sym_ATenv] = ACTIONS(10259), + [anon_sym_AThasSection] = ACTIONS(10261), + [anon_sym_ATsectionMissing] = ACTIONS(10263), + [anon_sym_ATerror] = ACTIONS(10265), + [anon_sym_ATcan] = ACTIONS(10267), + [anon_sym_ATcannot] = ACTIONS(10269), + [anon_sym_ATcanany] = ACTIONS(10271), + [anon_sym_ATfeature] = ACTIONS(10273), + [aux_sym__custom_token1] = ACTIONS(10275), + [aux_sym__custom_token2] = ACTIONS(10277), + [anon_sym_ATswitch] = ACTIONS(10279), + [aux_sym_loop_operator_token1] = ACTIONS(10281), + [anon_sym_ATfor] = ACTIONS(10283), + [anon_sym_ATforeach] = ACTIONS(10285), + [anon_sym_ATforelse] = ACTIONS(10287), + [anon_sym_ATwhile] = ACTIONS(10289), + [anon_sym_ATsetup] = ACTIONS(10291), + [anon_sym_ATtask] = ACTIONS(10293), + [anon_sym_ATstory] = ACTIONS(10295), + [anon_sym_ATbefore] = ACTIONS(10297), + [anon_sym_ATafter] = ACTIONS(10299), + [anon_sym_ATsuccess] = ACTIONS(10301), + [anon_sym_ATfinished] = ACTIONS(10303), + [anon_sym_ATpersist] = ACTIONS(10305), + [anon_sym_ATteleport] = ACTIONS(10307), + [anon_sym_ATvolt] = ACTIONS(10309), + [aux_sym__text_token1] = ACTIONS(10311), + [aux_sym__text_token2] = ACTIONS(10311), + [aux_sym__text_token3] = ACTIONS(10313), }, - [615] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [583] = { + [sym__definition] = STATE(593), + [sym_keyword] = STATE(593), + [sym_php_statement] = STATE(593), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(593), + [sym__inline_directive] = STATE(593), + [sym__use] = STATE(593), + [sym__nested_directive] = STATE(593), + [sym_fragment] = STATE(593), + [sym_section] = STATE(593), + [sym_inlineSection] = STATE(593), + [sym_once] = STATE(593), + [sym_verbatim] = STATE(593), + [sym_stack] = STATE(593), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(593), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(593), + [sym_loop] = STATE(593), + [sym_loop_operator] = STATE(593), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(593), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(593), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(593), + [sym_text] = STATE(593), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10373), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -104106,32 +100170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10893), + [aux_sym_section_token1] = ACTIONS(10375), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -104151,200 +100215,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [616] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10895), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [584] = { + [sym__definition] = STATE(584), + [sym_keyword] = STATE(584), + [sym_php_statement] = STATE(584), + [sym__escaped] = STATE(3253), + [sym__unescaped] = STATE(3253), + [sym__raw] = STATE(3253), + [sym__inline_raw] = STATE(3253), + [sym__multi_line_raw] = STATE(3253), + [sym__js] = STATE(3253), + [sym_attribute] = STATE(584), + [sym__inline_directive] = STATE(584), + [sym__use] = STATE(584), + [sym__nested_directive] = STATE(584), + [sym_fragment] = STATE(584), + [sym_section] = STATE(584), + [sym_inlineSection] = STATE(584), + [sym_once] = STATE(584), + [sym_verbatim] = STATE(584), + [sym_stack] = STATE(584), + [sym__push] = STATE(3105), + [sym__pushOnce] = STATE(3105), + [sym__pushIf] = STATE(3105), + [sym__prepend] = STATE(3105), + [sym__prependOnce] = STATE(3105), + [sym_conditional] = STATE(584), + [sym__if] = STATE(3195), + [sym__unless] = STATE(3195), + [sym__isset] = STATE(3195), + [sym__empty] = STATE(3195), + [sym__auth] = STATE(3195), + [sym__guest] = STATE(3195), + [sym__production] = STATE(3195), + [sym__env] = STATE(3195), + [sym__hasSection] = STATE(3195), + [sym__sectionMissing] = STATE(3195), + [sym__error] = STATE(3195), + [sym_authorization] = STATE(3195), + [sym__can] = STATE(3192), + [sym__cannot] = STATE(3192), + [sym__canany] = STATE(3192), + [sym__feature] = STATE(3195), + [sym__custom] = STATE(3195), + [sym_switch] = STATE(584), + [sym_loop] = STATE(584), + [sym_loop_operator] = STATE(584), + [sym__for] = STATE(3167), + [sym__foreach] = STATE(3167), + [sym__forelse] = STATE(3167), + [sym__while] = STATE(3167), + [sym_envoy] = STATE(584), + [sym__setup] = STATE(3253), + [sym__task] = STATE(3166), + [sym__story] = STATE(3166), + [sym__hooks] = STATE(3253), + [sym__before] = STATE(3253), + [sym__after] = STATE(3253), + [sym__envoy_error] = STATE(3253), + [sym__success] = STATE(3253), + [sym__finished] = STATE(3253), + [sym_livewire] = STATE(584), + [sym__persist] = STATE(3151), + [sym__teleport] = STATE(3151), + [sym__volt] = STATE(3151), + [aux_sym__directive_body] = STATE(584), + [sym_text] = STATE(584), + [sym__text] = STATE(1040), + [aux_sym_php_only_repeat1] = STATE(1040), + [sym_comment] = ACTIONS(10377), + [aux_sym_keyword_token1] = ACTIONS(10380), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10383), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10386), + [anon_sym_ATphp] = ACTIONS(10389), + [anon_sym_ATjs] = ACTIONS(10392), + [aux_sym_attribute_token1] = ACTIONS(10395), + [aux_sym__inline_directive_token1] = ACTIONS(10398), + [aux_sym__inline_directive_token2] = ACTIONS(10401), + [anon_sym_ATuse] = ACTIONS(10404), + [anon_sym_ATfragment] = ACTIONS(10407), + [anon_sym_ATsection] = ACTIONS(10410), + [anon_sym_ATonce] = ACTIONS(10413), + [anon_sym_ATverbatim] = ACTIONS(10416), + [anon_sym_ATpush] = ACTIONS(10419), + [anon_sym_ATpushOnce] = ACTIONS(10422), + [anon_sym_ATendPushOnce] = ACTIONS(5111), + [anon_sym_ATpushIf] = ACTIONS(10425), + [anon_sym_ATprepend] = ACTIONS(10428), + [anon_sym_ATprependOnce] = ACTIONS(10431), + [anon_sym_ATif] = ACTIONS(10434), + [anon_sym_ATunless] = ACTIONS(10437), + [anon_sym_ATisset] = ACTIONS(10440), + [anon_sym_ATempty] = ACTIONS(10443), + [anon_sym_ATauth] = ACTIONS(10446), + [anon_sym_ATguest] = ACTIONS(10449), + [anon_sym_ATproduction] = ACTIONS(10452), + [anon_sym_ATenv] = ACTIONS(10455), + [anon_sym_AThasSection] = ACTIONS(10458), + [anon_sym_ATsectionMissing] = ACTIONS(10461), + [anon_sym_ATerror] = ACTIONS(10464), + [anon_sym_ATcan] = ACTIONS(10467), + [anon_sym_ATcannot] = ACTIONS(10470), + [anon_sym_ATcanany] = ACTIONS(10473), + [anon_sym_ATfeature] = ACTIONS(10476), + [aux_sym__custom_token1] = ACTIONS(10479), + [aux_sym__custom_token2] = ACTIONS(10482), + [anon_sym_ATswitch] = ACTIONS(10485), + [aux_sym_loop_operator_token1] = ACTIONS(10488), + [anon_sym_ATfor] = ACTIONS(10491), + [anon_sym_ATforeach] = ACTIONS(10494), + [anon_sym_ATforelse] = ACTIONS(10497), + [anon_sym_ATwhile] = ACTIONS(10500), + [anon_sym_ATsetup] = ACTIONS(10503), + [anon_sym_ATtask] = ACTIONS(10506), + [anon_sym_ATstory] = ACTIONS(10509), + [anon_sym_ATbefore] = ACTIONS(10512), + [anon_sym_ATafter] = ACTIONS(10515), + [anon_sym_ATsuccess] = ACTIONS(10518), + [anon_sym_ATfinished] = ACTIONS(10521), + [anon_sym_ATpersist] = ACTIONS(10524), + [anon_sym_ATteleport] = ACTIONS(10527), + [anon_sym_ATvolt] = ACTIONS(10530), + [aux_sym__text_token1] = ACTIONS(10533), + [aux_sym__text_token2] = ACTIONS(10533), + [aux_sym__text_token3] = ACTIONS(10536), }, - [617] = { - [sym__definition] = STATE(615), - [sym_keyword] = STATE(615), - [sym_php_statement] = STATE(615), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(615), - [sym__inline_directive] = STATE(615), - [sym__use] = STATE(615), - [sym__nested_directive] = STATE(615), - [sym_fragment] = STATE(615), - [sym_section] = STATE(615), - [sym_inlineSection] = STATE(615), - [sym_once] = STATE(615), - [sym_verbatim] = STATE(615), - [sym_stack] = STATE(615), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(615), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(615), - [sym_loop] = STATE(615), - [sym_loop_operator] = STATE(615), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(615), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(615), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(615), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(615), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10897), + [585] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10539), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [586] = { + [sym__definition] = STATE(589), + [sym_keyword] = STATE(589), + [sym_php_statement] = STATE(589), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(589), + [sym__inline_directive] = STATE(589), + [sym__use] = STATE(589), + [sym__nested_directive] = STATE(589), + [sym_fragment] = STATE(589), + [sym_section] = STATE(589), + [sym_inlineSection] = STATE(589), + [sym_once] = STATE(589), + [sym_verbatim] = STATE(589), + [sym_stack] = STATE(589), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(589), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(589), + [sym_loop] = STATE(589), + [sym_loop_operator] = STATE(589), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(589), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(589), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(589), + [sym_text] = STATE(589), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10541), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -104356,32 +100545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10899), + [aux_sym_section_token1] = ACTIONS(10543), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -104401,74 +100590,324 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [618] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [587] = { + [sym__definition] = STATE(598), + [sym_keyword] = STATE(598), + [sym_php_statement] = STATE(598), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(598), + [sym__inline_directive] = STATE(598), + [sym__use] = STATE(598), + [sym__nested_directive] = STATE(598), + [sym_fragment] = STATE(598), + [sym_section] = STATE(598), + [sym_inlineSection] = STATE(598), + [sym_once] = STATE(598), + [sym_verbatim] = STATE(598), + [sym_stack] = STATE(598), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(598), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(598), + [sym_loop] = STATE(598), + [sym_loop_operator] = STATE(598), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(598), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(598), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(598), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(598), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10545), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10539), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [588] = { + [sym__definition] = STATE(591), + [sym_keyword] = STATE(591), + [sym_php_statement] = STATE(591), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(591), + [sym__inline_directive] = STATE(591), + [sym__use] = STATE(591), + [sym__nested_directive] = STATE(591), + [sym_fragment] = STATE(591), + [sym_section] = STATE(591), + [sym_inlineSection] = STATE(591), + [sym_once] = STATE(591), + [sym_verbatim] = STATE(591), + [sym_stack] = STATE(591), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(591), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(591), + [sym_loop] = STATE(591), + [sym_loop_operator] = STATE(591), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(591), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(591), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(591), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(591), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10547), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10549), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [589] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -104481,32 +100920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10899), + [aux_sym_section_token1] = ACTIONS(10551), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -104526,575 +100965,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [619] = { - [sym__definition] = STATE(616), - [sym_keyword] = STATE(616), - [sym_php_statement] = STATE(616), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(616), - [sym__inline_directive] = STATE(616), - [sym__use] = STATE(616), - [sym__nested_directive] = STATE(616), - [sym_fragment] = STATE(616), - [sym_section] = STATE(616), - [sym_inlineSection] = STATE(616), - [sym_once] = STATE(616), - [sym_verbatim] = STATE(616), - [sym_stack] = STATE(616), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(616), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(616), - [sym_loop] = STATE(616), - [sym_loop_operator] = STATE(616), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(616), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(616), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(616), - [sym_text] = STATE(616), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10901), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10903), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [620] = { - [sym__definition] = STATE(587), - [sym_keyword] = STATE(587), - [sym_php_statement] = STATE(587), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(587), - [sym__inline_directive] = STATE(587), - [sym__use] = STATE(587), - [sym__nested_directive] = STATE(587), - [sym_fragment] = STATE(587), - [sym_section] = STATE(587), - [sym_inlineSection] = STATE(587), - [sym_once] = STATE(587), - [sym_verbatim] = STATE(587), - [sym_stack] = STATE(587), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(587), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(587), - [sym_loop] = STATE(587), - [sym_loop_operator] = STATE(587), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(587), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(587), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(587), - [sym_text] = STATE(587), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(10905), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10907), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [621] = { - [sym__definition] = STATE(647), - [sym_keyword] = STATE(647), - [sym_php_statement] = STATE(647), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(647), - [sym__inline_directive] = STATE(647), - [sym__use] = STATE(647), - [sym__nested_directive] = STATE(647), - [sym_fragment] = STATE(647), - [sym_section] = STATE(647), - [sym_inlineSection] = STATE(647), - [sym_once] = STATE(647), - [sym_verbatim] = STATE(647), - [sym_stack] = STATE(647), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(647), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(647), - [sym_loop] = STATE(647), - [sym_loop_operator] = STATE(647), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(647), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(647), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(647), - [sym_text] = STATE(647), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10909), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10911), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [622] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10913), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [623] = { - [sym__definition] = STATE(480), - [sym_keyword] = STATE(480), - [sym_php_statement] = STATE(480), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(480), - [sym__inline_directive] = STATE(480), - [sym__use] = STATE(480), - [sym__nested_directive] = STATE(480), - [sym_fragment] = STATE(480), - [sym_section] = STATE(480), - [sym_inlineSection] = STATE(480), - [sym_once] = STATE(480), - [sym_verbatim] = STATE(480), - [sym_stack] = STATE(480), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(480), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(480), - [sym_loop] = STATE(480), - [sym_loop_operator] = STATE(480), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(480), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(480), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(480), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(480), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10915), + [590] = { + [sym__definition] = STATE(595), + [sym_keyword] = STATE(595), + [sym_php_statement] = STATE(595), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(595), + [sym__inline_directive] = STATE(595), + [sym__use] = STATE(595), + [sym__nested_directive] = STATE(595), + [sym_fragment] = STATE(595), + [sym_section] = STATE(595), + [sym_inlineSection] = STATE(595), + [sym_once] = STATE(595), + [sym_verbatim] = STATE(595), + [sym_stack] = STATE(595), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(595), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(595), + [sym_loop] = STATE(595), + [sym_loop_operator] = STATE(595), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(595), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(595), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(595), + [sym_text] = STATE(595), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10553), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -105106,32 +101045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(8075), + [aux_sym_section_token1] = ACTIONS(10555), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -105151,200 +101090,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [624] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10917), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [591] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10557), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [625] = { - [sym__definition] = STATE(618), - [sym_keyword] = STATE(618), - [sym_php_statement] = STATE(618), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(618), - [sym__inline_directive] = STATE(618), - [sym__use] = STATE(618), - [sym__nested_directive] = STATE(618), - [sym_fragment] = STATE(618), - [sym_section] = STATE(618), - [sym_inlineSection] = STATE(618), - [sym_once] = STATE(618), - [sym_verbatim] = STATE(618), - [sym_stack] = STATE(618), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(618), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(618), - [sym_loop] = STATE(618), - [sym_loop_operator] = STATE(618), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(618), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(618), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(618), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(618), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10919), + [592] = { + [sym__definition] = STATE(560), + [sym_keyword] = STATE(560), + [sym_php_statement] = STATE(560), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(560), + [sym__inline_directive] = STATE(560), + [sym__use] = STATE(560), + [sym__nested_directive] = STATE(560), + [sym_fragment] = STATE(560), + [sym_section] = STATE(560), + [sym_inlineSection] = STATE(560), + [sym_once] = STATE(560), + [sym_verbatim] = STATE(560), + [sym_stack] = STATE(560), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(560), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(560), + [sym_loop] = STATE(560), + [sym_loop_operator] = STATE(560), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(560), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(560), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(560), + [sym_text] = STATE(560), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10559), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -105356,32 +101295,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10921), + [aux_sym_section_token1] = ACTIONS(10561), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -105401,1074 +101340,74 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [626] = { - [sym__definition] = STATE(608), - [sym_keyword] = STATE(608), - [sym_php_statement] = STATE(608), - [sym__escaped] = STATE(2361), - [sym__unescaped] = STATE(2361), - [sym__raw] = STATE(2361), - [sym__inline_raw] = STATE(2361), - [sym__multi_line_raw] = STATE(2361), - [sym__js] = STATE(2361), - [sym_attribute] = STATE(608), - [sym__inline_directive] = STATE(608), - [sym__use] = STATE(608), - [sym__nested_directive] = STATE(608), - [sym_fragment] = STATE(608), - [sym_section] = STATE(608), - [sym_inlineSection] = STATE(608), - [sym_once] = STATE(608), - [sym_verbatim] = STATE(608), - [sym_stack] = STATE(608), - [sym__push] = STATE(2362), - [sym__pushOnce] = STATE(2362), - [sym__pushIf] = STATE(2362), - [sym__prepend] = STATE(2362), - [sym__prependOnce] = STATE(2362), - [sym_conditional] = STATE(608), - [sym__if] = STATE(2363), - [sym__unless] = STATE(2363), - [sym__isset] = STATE(2363), - [sym__empty] = STATE(2363), - [sym__auth] = STATE(2363), - [sym__guest] = STATE(2363), - [sym__production] = STATE(2363), - [sym__env] = STATE(2363), - [sym__hasSection] = STATE(2363), - [sym__sectionMissing] = STATE(2363), - [sym__error] = STATE(2363), - [sym_authorization] = STATE(2363), - [sym__can] = STATE(2364), - [sym__cannot] = STATE(2364), - [sym__canany] = STATE(2364), - [sym__feature] = STATE(2363), - [sym__custom] = STATE(2363), - [sym_switch] = STATE(608), - [sym_loop] = STATE(608), - [sym_loop_operator] = STATE(608), - [sym__for] = STATE(2365), - [sym__foreach] = STATE(2365), - [sym__forelse] = STATE(2365), - [sym__while] = STATE(2365), - [sym_envoy] = STATE(608), - [sym__setup] = STATE(2361), - [sym__task] = STATE(2366), - [sym__story] = STATE(2366), - [sym__hooks] = STATE(2361), - [sym__before] = STATE(2361), - [sym__after] = STATE(2361), - [sym__envoy_error] = STATE(2361), - [sym__success] = STATE(2361), - [sym__finished] = STATE(2361), - [sym_livewire] = STATE(608), - [sym__persist] = STATE(2367), - [sym__teleport] = STATE(2367), - [sym__volt] = STATE(2367), - [aux_sym__directive_body] = STATE(608), - [sym_text] = STATE(608), - [sym__text] = STATE(967), - [aux_sym_php_only_repeat1] = STATE(967), - [sym_comment] = ACTIONS(10923), - [aux_sym_keyword_token1] = ACTIONS(10771), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10773), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10775), - [anon_sym_ATphp] = ACTIONS(10777), - [anon_sym_ATjs] = ACTIONS(10779), - [aux_sym_attribute_token1] = ACTIONS(10781), - [aux_sym__inline_directive_token1] = ACTIONS(10783), - [aux_sym__inline_directive_token2] = ACTIONS(10785), - [anon_sym_ATuse] = ACTIONS(10787), - [anon_sym_ATfragment] = ACTIONS(10789), - [anon_sym_ATsection] = ACTIONS(10791), - [anon_sym_ATonce] = ACTIONS(10793), - [anon_sym_ATverbatim] = ACTIONS(10795), - [anon_sym_ATpush] = ACTIONS(10797), - [anon_sym_ATpushOnce] = ACTIONS(10799), - [anon_sym_ATpushIf] = ACTIONS(10801), - [anon_sym_ATprepend] = ACTIONS(10803), - [anon_sym_ATprependOnce] = ACTIONS(10805), - [anon_sym_ATif] = ACTIONS(10807), - [anon_sym_ATunless] = ACTIONS(10809), - [anon_sym_ATisset] = ACTIONS(10811), - [anon_sym_ATempty] = ACTIONS(10813), - [anon_sym_ATauth] = ACTIONS(10815), - [anon_sym_ATguest] = ACTIONS(10817), - [anon_sym_ATproduction] = ACTIONS(10819), - [anon_sym_ATenv] = ACTIONS(10821), - [anon_sym_AThasSection] = ACTIONS(10823), - [anon_sym_ATsectionMissing] = ACTIONS(10825), - [anon_sym_ATerror] = ACTIONS(10827), - [anon_sym_ATcan] = ACTIONS(10829), - [anon_sym_ATcannot] = ACTIONS(10831), - [anon_sym_ATcanany] = ACTIONS(10833), - [anon_sym_ATfeature] = ACTIONS(10835), - [aux_sym__custom_token1] = ACTIONS(10837), - [aux_sym__custom_token2] = ACTIONS(10839), - [anon_sym_ATswitch] = ACTIONS(10841), - [aux_sym_loop_operator_token1] = ACTIONS(10843), - [anon_sym_ATfor] = ACTIONS(10845), - [anon_sym_ATforeach] = ACTIONS(10847), - [anon_sym_ATendforeach] = ACTIONS(4981), - [anon_sym_ATforelse] = ACTIONS(10849), - [anon_sym_ATwhile] = ACTIONS(10851), - [anon_sym_ATsetup] = ACTIONS(10853), - [anon_sym_ATtask] = ACTIONS(10855), - [anon_sym_ATstory] = ACTIONS(10857), - [anon_sym_ATbefore] = ACTIONS(10859), - [anon_sym_ATafter] = ACTIONS(10861), - [anon_sym_ATsuccess] = ACTIONS(10863), - [anon_sym_ATfinished] = ACTIONS(10865), - [anon_sym_ATpersist] = ACTIONS(10867), - [anon_sym_ATteleport] = ACTIONS(10869), - [anon_sym_ATvolt] = ACTIONS(10871), - [aux_sym__text_token1] = ACTIONS(10873), - [aux_sym__text_token2] = ACTIONS(10873), - [aux_sym__text_token3] = ACTIONS(10875), - }, - [627] = { - [sym__definition] = STATE(624), - [sym_keyword] = STATE(624), - [sym_php_statement] = STATE(624), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(624), - [sym__inline_directive] = STATE(624), - [sym__use] = STATE(624), - [sym__nested_directive] = STATE(624), - [sym_fragment] = STATE(624), - [sym_section] = STATE(624), - [sym_inlineSection] = STATE(624), - [sym_once] = STATE(624), - [sym_verbatim] = STATE(624), - [sym_stack] = STATE(624), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(624), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(624), - [sym_loop] = STATE(624), - [sym_loop_operator] = STATE(624), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(624), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(624), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(624), - [sym_text] = STATE(624), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10925), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10927), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [628] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10929), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [629] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10931), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [630] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10933), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [631] = { - [sym__definition] = STATE(629), - [sym_keyword] = STATE(629), - [sym_php_statement] = STATE(629), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(629), - [sym__inline_directive] = STATE(629), - [sym__use] = STATE(629), - [sym__nested_directive] = STATE(629), - [sym_fragment] = STATE(629), - [sym_section] = STATE(629), - [sym_inlineSection] = STATE(629), - [sym_once] = STATE(629), - [sym_verbatim] = STATE(629), - [sym_stack] = STATE(629), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(629), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(629), - [sym_loop] = STATE(629), - [sym_loop_operator] = STATE(629), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(629), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(629), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(629), - [sym_text] = STATE(629), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(10935), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10937), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [632] = { - [sym__definition] = STATE(630), - [sym_keyword] = STATE(630), - [sym_php_statement] = STATE(630), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(630), - [sym__inline_directive] = STATE(630), - [sym__use] = STATE(630), - [sym__nested_directive] = STATE(630), - [sym_fragment] = STATE(630), - [sym_section] = STATE(630), - [sym_inlineSection] = STATE(630), - [sym_once] = STATE(630), - [sym_verbatim] = STATE(630), - [sym_stack] = STATE(630), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(630), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(630), - [sym_loop] = STATE(630), - [sym_loop_operator] = STATE(630), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(630), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(630), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(630), - [sym_text] = STATE(630), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(10939), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10941), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [633] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10943), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [634] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [593] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -106481,32 +101420,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10945), + [aux_sym_section_token1] = ACTIONS(10563), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -106526,200 +101465,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [635] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10947), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [594] = { + [sym__definition] = STATE(596), + [sym_keyword] = STATE(596), + [sym_php_statement] = STATE(596), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(596), + [sym__inline_directive] = STATE(596), + [sym__use] = STATE(596), + [sym__nested_directive] = STATE(596), + [sym_fragment] = STATE(596), + [sym_section] = STATE(596), + [sym_inlineSection] = STATE(596), + [sym_once] = STATE(596), + [sym_verbatim] = STATE(596), + [sym_stack] = STATE(596), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(596), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(596), + [sym_loop] = STATE(596), + [sym_loop_operator] = STATE(596), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(596), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(596), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(596), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(596), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10565), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10557), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [636] = { - [sym__definition] = STATE(634), - [sym_keyword] = STATE(634), - [sym_php_statement] = STATE(634), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(634), - [sym__inline_directive] = STATE(634), - [sym__use] = STATE(634), - [sym__nested_directive] = STATE(634), - [sym_fragment] = STATE(634), - [sym_section] = STATE(634), - [sym_inlineSection] = STATE(634), - [sym_once] = STATE(634), - [sym_verbatim] = STATE(634), - [sym_stack] = STATE(634), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(634), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(634), - [sym_loop] = STATE(634), - [sym_loop_operator] = STATE(634), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(634), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(634), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(634), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(634), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10949), + [595] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -106731,32 +101670,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10951), + [aux_sym_section_token1] = ACTIONS(10567), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -106776,75 +101715,1450 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [637] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(4217), + [596] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10569), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [597] = { + [sym__definition] = STATE(600), + [sym_keyword] = STATE(600), + [sym_php_statement] = STATE(600), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(600), + [sym__inline_directive] = STATE(600), + [sym__use] = STATE(600), + [sym__nested_directive] = STATE(600), + [sym_fragment] = STATE(600), + [sym_section] = STATE(600), + [sym_inlineSection] = STATE(600), + [sym_once] = STATE(600), + [sym_verbatim] = STATE(600), + [sym_stack] = STATE(600), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(600), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(600), + [sym_loop] = STATE(600), + [sym_loop_operator] = STATE(600), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(600), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(600), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(600), + [sym_text] = STATE(600), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(10571), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10573), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [598] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10575), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [599] = { + [sym__definition] = STATE(601), + [sym_keyword] = STATE(601), + [sym_php_statement] = STATE(601), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(601), + [sym__inline_directive] = STATE(601), + [sym__use] = STATE(601), + [sym__nested_directive] = STATE(601), + [sym_fragment] = STATE(601), + [sym_section] = STATE(601), + [sym_inlineSection] = STATE(601), + [sym_once] = STATE(601), + [sym_verbatim] = STATE(601), + [sym_stack] = STATE(601), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(601), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(601), + [sym_loop] = STATE(601), + [sym_loop_operator] = STATE(601), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(601), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(601), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(601), + [sym_text] = STATE(601), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(10577), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10579), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [600] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10581), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [601] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10583), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [602] = { + [sym__definition] = STATE(602), + [sym_keyword] = STATE(602), + [sym_php_statement] = STATE(602), + [sym__escaped] = STATE(2093), + [sym__unescaped] = STATE(2093), + [sym__raw] = STATE(2093), + [sym__inline_raw] = STATE(2093), + [sym__multi_line_raw] = STATE(2093), + [sym__js] = STATE(2093), + [sym_attribute] = STATE(602), + [sym__inline_directive] = STATE(602), + [sym__use] = STATE(602), + [sym__nested_directive] = STATE(602), + [sym_fragment] = STATE(602), + [sym_section] = STATE(602), + [sym_inlineSection] = STATE(602), + [sym_once] = STATE(602), + [sym_verbatim] = STATE(602), + [sym_stack] = STATE(602), + [sym__push] = STATE(2092), + [sym__pushOnce] = STATE(2092), + [sym__pushIf] = STATE(2092), + [sym__prepend] = STATE(2092), + [sym__prependOnce] = STATE(2092), + [sym_conditional] = STATE(602), + [sym__if] = STATE(2091), + [sym__unless] = STATE(2091), + [sym__isset] = STATE(2091), + [sym__empty] = STATE(2091), + [sym__auth] = STATE(2091), + [sym__guest] = STATE(2091), + [sym__production] = STATE(2091), + [sym__env] = STATE(2091), + [sym__hasSection] = STATE(2091), + [sym__sectionMissing] = STATE(2091), + [sym__error] = STATE(2091), + [sym_authorization] = STATE(2091), + [sym__can] = STATE(2090), + [sym__cannot] = STATE(2090), + [sym__canany] = STATE(2090), + [sym__feature] = STATE(2091), + [sym__custom] = STATE(2091), + [sym_switch] = STATE(602), + [sym_loop] = STATE(602), + [sym_loop_operator] = STATE(602), + [sym__for] = STATE(2089), + [sym__foreach] = STATE(2089), + [sym__forelse] = STATE(2089), + [sym__while] = STATE(2089), + [sym_envoy] = STATE(602), + [sym__setup] = STATE(2093), + [sym__task] = STATE(2088), + [sym__story] = STATE(2088), + [sym__hooks] = STATE(2093), + [sym__before] = STATE(2093), + [sym__after] = STATE(2093), + [sym__envoy_error] = STATE(2093), + [sym__success] = STATE(2093), + [sym__finished] = STATE(2093), + [sym_livewire] = STATE(602), + [sym__persist] = STATE(2087), + [sym__teleport] = STATE(2087), + [sym__volt] = STATE(2087), + [aux_sym__directive_body] = STATE(602), + [sym_text] = STATE(602), + [sym__text] = STATE(1326), + [aux_sym_php_only_repeat1] = STATE(1326), + [sym_comment] = ACTIONS(10585), + [aux_sym_keyword_token1] = ACTIONS(10588), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10591), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10594), + [anon_sym_ATphp] = ACTIONS(10597), + [anon_sym_ATjs] = ACTIONS(10600), + [aux_sym_attribute_token1] = ACTIONS(10603), + [aux_sym__inline_directive_token1] = ACTIONS(10606), + [aux_sym__inline_directive_token2] = ACTIONS(10609), + [anon_sym_ATuse] = ACTIONS(10612), + [anon_sym_ATfragment] = ACTIONS(10615), + [anon_sym_ATsection] = ACTIONS(10618), + [anon_sym_ATonce] = ACTIONS(10621), + [anon_sym_ATverbatim] = ACTIONS(10624), + [anon_sym_ATpush] = ACTIONS(10627), + [anon_sym_ATpushOnce] = ACTIONS(10630), + [anon_sym_ATpushIf] = ACTIONS(10633), + [anon_sym_ATprepend] = ACTIONS(10636), + [anon_sym_ATprependOnce] = ACTIONS(10639), + [anon_sym_ATendPrependOnce] = ACTIONS(5111), + [anon_sym_ATif] = ACTIONS(10642), + [anon_sym_ATunless] = ACTIONS(10645), + [anon_sym_ATisset] = ACTIONS(10648), + [anon_sym_ATempty] = ACTIONS(10651), + [anon_sym_ATauth] = ACTIONS(10654), + [anon_sym_ATguest] = ACTIONS(10657), + [anon_sym_ATproduction] = ACTIONS(10660), + [anon_sym_ATenv] = ACTIONS(10663), + [anon_sym_AThasSection] = ACTIONS(10666), + [anon_sym_ATsectionMissing] = ACTIONS(10669), + [anon_sym_ATerror] = ACTIONS(10672), + [anon_sym_ATcan] = ACTIONS(10675), + [anon_sym_ATcannot] = ACTIONS(10678), + [anon_sym_ATcanany] = ACTIONS(10681), + [anon_sym_ATfeature] = ACTIONS(10684), + [aux_sym__custom_token1] = ACTIONS(10687), + [aux_sym__custom_token2] = ACTIONS(10690), + [anon_sym_ATswitch] = ACTIONS(10693), + [aux_sym_loop_operator_token1] = ACTIONS(10696), + [anon_sym_ATfor] = ACTIONS(10699), + [anon_sym_ATforeach] = ACTIONS(10702), + [anon_sym_ATforelse] = ACTIONS(10705), + [anon_sym_ATwhile] = ACTIONS(10708), + [anon_sym_ATsetup] = ACTIONS(10711), + [anon_sym_ATtask] = ACTIONS(10714), + [anon_sym_ATstory] = ACTIONS(10717), + [anon_sym_ATbefore] = ACTIONS(10720), + [anon_sym_ATafter] = ACTIONS(10723), + [anon_sym_ATsuccess] = ACTIONS(10726), + [anon_sym_ATfinished] = ACTIONS(10729), + [anon_sym_ATpersist] = ACTIONS(10732), + [anon_sym_ATteleport] = ACTIONS(10735), + [anon_sym_ATvolt] = ACTIONS(10738), + [aux_sym__text_token1] = ACTIONS(10741), + [aux_sym__text_token2] = ACTIONS(10741), + [aux_sym__text_token3] = ACTIONS(10744), + }, + [603] = { + [sym__definition] = STATE(608), + [sym_keyword] = STATE(608), + [sym_php_statement] = STATE(608), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(608), + [sym__inline_directive] = STATE(608), + [sym__use] = STATE(608), + [sym__nested_directive] = STATE(608), + [sym_fragment] = STATE(608), + [sym_section] = STATE(608), + [sym_inlineSection] = STATE(608), + [sym_once] = STATE(608), + [sym_verbatim] = STATE(608), + [sym_stack] = STATE(608), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(608), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(608), + [sym_loop] = STATE(608), + [sym_loop_operator] = STATE(608), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(608), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(608), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(608), + [sym_text] = STATE(608), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(10747), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10749), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [604] = { + [sym__definition] = STATE(529), + [sym_keyword] = STATE(529), + [sym_php_statement] = STATE(529), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(529), + [sym__inline_directive] = STATE(529), + [sym__use] = STATE(529), + [sym__nested_directive] = STATE(529), + [sym_fragment] = STATE(529), + [sym_section] = STATE(529), + [sym_inlineSection] = STATE(529), + [sym_once] = STATE(529), + [sym_verbatim] = STATE(529), + [sym_stack] = STATE(529), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(529), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(529), + [sym_loop] = STATE(529), + [sym_loop_operator] = STATE(529), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(529), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(529), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(529), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(529), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10751), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10753), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [605] = { + [sym__definition] = STATE(512), + [sym_keyword] = STATE(512), + [sym_php_statement] = STATE(512), + [sym__escaped] = STATE(2385), + [sym__unescaped] = STATE(2385), + [sym__raw] = STATE(2385), + [sym__inline_raw] = STATE(2385), + [sym__multi_line_raw] = STATE(2385), + [sym__js] = STATE(2385), + [sym_attribute] = STATE(512), + [sym__inline_directive] = STATE(512), + [sym__use] = STATE(512), + [sym__nested_directive] = STATE(512), + [sym_fragment] = STATE(512), + [sym_section] = STATE(512), + [sym_inlineSection] = STATE(512), + [sym_once] = STATE(512), + [sym_verbatim] = STATE(512), + [sym_stack] = STATE(512), + [sym__push] = STATE(2386), + [sym__pushOnce] = STATE(2386), + [sym__pushIf] = STATE(2386), + [sym__prepend] = STATE(2386), + [sym__prependOnce] = STATE(2386), + [sym_conditional] = STATE(512), + [sym__if] = STATE(2387), + [sym__unless] = STATE(2387), + [sym__isset] = STATE(2387), + [sym__empty] = STATE(2387), + [sym__auth] = STATE(2387), + [sym__guest] = STATE(2387), + [sym__production] = STATE(2387), + [sym__env] = STATE(2387), + [sym__hasSection] = STATE(2387), + [sym__sectionMissing] = STATE(2387), + [sym__error] = STATE(2387), + [sym_authorization] = STATE(2387), + [sym__can] = STATE(2388), + [sym__cannot] = STATE(2388), + [sym__canany] = STATE(2388), + [sym__feature] = STATE(2387), + [sym__custom] = STATE(2387), + [sym_switch] = STATE(512), + [sym_loop] = STATE(512), + [sym_loop_operator] = STATE(512), + [sym__for] = STATE(2389), + [sym__foreach] = STATE(2389), + [sym__forelse] = STATE(2389), + [sym__while] = STATE(2389), + [sym_envoy] = STATE(512), + [sym__setup] = STATE(2385), + [sym__task] = STATE(2390), + [sym__story] = STATE(2390), + [sym__hooks] = STATE(2385), + [sym__before] = STATE(2385), + [sym__after] = STATE(2385), + [sym__envoy_error] = STATE(2385), + [sym__success] = STATE(2385), + [sym__finished] = STATE(2385), + [sym_livewire] = STATE(512), + [sym__persist] = STATE(2391), + [sym__teleport] = STATE(2391), + [sym__volt] = STATE(2391), + [aux_sym__directive_body] = STATE(512), + [sym_text] = STATE(512), + [sym__text] = STATE(984), + [aux_sym_php_only_repeat1] = STATE(984), + [sym_comment] = ACTIONS(10755), + [aux_sym_keyword_token1] = ACTIONS(10757), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10759), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10761), + [anon_sym_ATphp] = ACTIONS(10763), + [anon_sym_ATjs] = ACTIONS(10765), + [aux_sym_attribute_token1] = ACTIONS(10767), + [aux_sym__inline_directive_token1] = ACTIONS(10769), + [aux_sym__inline_directive_token2] = ACTIONS(10771), + [anon_sym_ATuse] = ACTIONS(10773), + [anon_sym_ATfragment] = ACTIONS(10775), + [anon_sym_ATsection] = ACTIONS(10777), + [anon_sym_ATonce] = ACTIONS(10779), + [anon_sym_ATverbatim] = ACTIONS(10781), + [anon_sym_ATpush] = ACTIONS(10783), + [anon_sym_ATpushOnce] = ACTIONS(10785), + [anon_sym_ATpushIf] = ACTIONS(10787), + [anon_sym_ATprepend] = ACTIONS(10789), + [anon_sym_ATprependOnce] = ACTIONS(10791), + [anon_sym_ATif] = ACTIONS(10793), + [anon_sym_ATunless] = ACTIONS(10795), + [anon_sym_ATisset] = ACTIONS(10797), + [anon_sym_ATempty] = ACTIONS(10799), + [anon_sym_ATauth] = ACTIONS(10801), + [anon_sym_ATguest] = ACTIONS(10803), + [anon_sym_ATproduction] = ACTIONS(10805), + [anon_sym_ATenv] = ACTIONS(10807), + [anon_sym_AThasSection] = ACTIONS(10809), + [anon_sym_ATsectionMissing] = ACTIONS(10811), + [anon_sym_ATerror] = ACTIONS(10813), + [anon_sym_ATcan] = ACTIONS(10815), + [anon_sym_ATcannot] = ACTIONS(10817), + [anon_sym_ATcanany] = ACTIONS(10819), + [anon_sym_ATfeature] = ACTIONS(10821), + [aux_sym__custom_token1] = ACTIONS(10823), + [aux_sym__custom_token2] = ACTIONS(10825), + [anon_sym_ATswitch] = ACTIONS(10827), + [aux_sym_loop_operator_token1] = ACTIONS(10829), + [anon_sym_ATfor] = ACTIONS(10831), + [anon_sym_ATforeach] = ACTIONS(10833), + [anon_sym_ATendforeach] = ACTIONS(5621), + [anon_sym_ATforelse] = ACTIONS(10835), + [anon_sym_ATwhile] = ACTIONS(10837), + [anon_sym_ATsetup] = ACTIONS(10839), + [anon_sym_ATtask] = ACTIONS(10841), + [anon_sym_ATstory] = ACTIONS(10843), + [anon_sym_ATbefore] = ACTIONS(10845), + [anon_sym_ATafter] = ACTIONS(10847), + [anon_sym_ATsuccess] = ACTIONS(10849), + [anon_sym_ATfinished] = ACTIONS(10851), + [anon_sym_ATpersist] = ACTIONS(10853), + [anon_sym_ATteleport] = ACTIONS(10855), + [anon_sym_ATvolt] = ACTIONS(10857), + [aux_sym__text_token1] = ACTIONS(10859), + [aux_sym__text_token2] = ACTIONS(10859), + [aux_sym__text_token3] = ACTIONS(10861), + }, + [606] = { + [sym__definition] = STATE(609), + [sym_keyword] = STATE(609), + [sym_php_statement] = STATE(609), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(609), + [sym__inline_directive] = STATE(609), + [sym__use] = STATE(609), + [sym__nested_directive] = STATE(609), + [sym_fragment] = STATE(609), + [sym_section] = STATE(609), + [sym_inlineSection] = STATE(609), + [sym_once] = STATE(609), + [sym_verbatim] = STATE(609), + [sym_stack] = STATE(609), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(609), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(609), + [sym_loop] = STATE(609), + [sym_loop_operator] = STATE(609), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(609), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(609), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(609), + [sym_text] = STATE(609), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(10863), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10865), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [607] = { + [sym__definition] = STATE(578), + [sym_keyword] = STATE(578), + [sym_php_statement] = STATE(578), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(578), + [sym__inline_directive] = STATE(578), + [sym__use] = STATE(578), + [sym__nested_directive] = STATE(578), + [sym_fragment] = STATE(578), + [sym_section] = STATE(578), + [sym_inlineSection] = STATE(578), + [sym_once] = STATE(578), + [sym_verbatim] = STATE(578), + [sym_stack] = STATE(578), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(578), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(578), + [sym_loop] = STATE(578), + [sym_loop_operator] = STATE(578), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(578), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(578), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(578), + [sym_text] = STATE(578), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10867), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -106856,32 +103170,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10951), + [aux_sym_section_token1] = ACTIONS(10869), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -106901,75 +103215,325 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [638] = { - [sym__definition] = STATE(562), - [sym_keyword] = STATE(562), - [sym_php_statement] = STATE(562), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(562), - [sym__inline_directive] = STATE(562), - [sym__use] = STATE(562), - [sym__nested_directive] = STATE(562), - [sym_fragment] = STATE(562), - [sym_section] = STATE(562), - [sym_inlineSection] = STATE(562), - [sym_once] = STATE(562), - [sym_verbatim] = STATE(562), - [sym_stack] = STATE(562), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(562), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(562), - [sym_loop] = STATE(562), - [sym_loop_operator] = STATE(562), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(562), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(562), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(562), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(562), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10953), + [608] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10871), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [609] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10873), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [610] = { + [sym__definition] = STATE(613), + [sym_keyword] = STATE(613), + [sym_php_statement] = STATE(613), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(613), + [sym__inline_directive] = STATE(613), + [sym__use] = STATE(613), + [sym__nested_directive] = STATE(613), + [sym_fragment] = STATE(613), + [sym_section] = STATE(613), + [sym_inlineSection] = STATE(613), + [sym_once] = STATE(613), + [sym_verbatim] = STATE(613), + [sym_stack] = STATE(613), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(613), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(613), + [sym_loop] = STATE(613), + [sym_loop_operator] = STATE(613), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(613), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(613), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(613), + [sym_text] = STATE(613), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10875), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -106981,32 +103545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10955), + [aux_sym_section_token1] = ACTIONS(10877), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -107026,450 +103590,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [639] = { - [sym__definition] = STATE(565), - [sym_keyword] = STATE(565), - [sym_php_statement] = STATE(565), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(565), - [sym__inline_directive] = STATE(565), - [sym__use] = STATE(565), - [sym__nested_directive] = STATE(565), - [sym_fragment] = STATE(565), - [sym_section] = STATE(565), - [sym_inlineSection] = STATE(565), - [sym_once] = STATE(565), - [sym_verbatim] = STATE(565), - [sym_stack] = STATE(565), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(565), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(565), - [sym_loop] = STATE(565), - [sym_loop_operator] = STATE(565), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(565), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(565), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(565), - [sym_text] = STATE(565), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10957), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10959), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [640] = { - [sym__definition] = STATE(635), - [sym_keyword] = STATE(635), - [sym_php_statement] = STATE(635), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(635), - [sym__inline_directive] = STATE(635), - [sym__use] = STATE(635), - [sym__nested_directive] = STATE(635), - [sym_fragment] = STATE(635), - [sym_section] = STATE(635), - [sym_inlineSection] = STATE(635), - [sym_once] = STATE(635), - [sym_verbatim] = STATE(635), - [sym_stack] = STATE(635), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(635), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(635), - [sym_loop] = STATE(635), - [sym_loop_operator] = STATE(635), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(635), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(635), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(635), - [sym_text] = STATE(635), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10961), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10963), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [641] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10965), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [611] = { + [sym__definition] = STATE(615), + [sym_keyword] = STATE(615), + [sym_php_statement] = STATE(615), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(615), + [sym__inline_directive] = STATE(615), + [sym__use] = STATE(615), + [sym__nested_directive] = STATE(615), + [sym_fragment] = STATE(615), + [sym_section] = STATE(615), + [sym_inlineSection] = STATE(615), + [sym_once] = STATE(615), + [sym_verbatim] = STATE(615), + [sym_stack] = STATE(615), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(615), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(615), + [sym_loop] = STATE(615), + [sym_loop_operator] = STATE(615), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(615), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(615), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(615), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(615), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10879), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10881), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [642] = { - [sym__definition] = STATE(637), - [sym_keyword] = STATE(637), - [sym_php_statement] = STATE(637), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(637), - [sym__inline_directive] = STATE(637), - [sym__use] = STATE(637), - [sym__nested_directive] = STATE(637), - [sym_fragment] = STATE(637), - [sym_section] = STATE(637), - [sym_inlineSection] = STATE(637), - [sym_once] = STATE(637), - [sym_verbatim] = STATE(637), - [sym_stack] = STATE(637), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(637), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(637), - [sym_loop] = STATE(637), - [sym_loop_operator] = STATE(637), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(637), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(637), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(637), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(637), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10967), + [612] = { + [sym__definition] = STATE(548), + [sym_keyword] = STATE(548), + [sym_php_statement] = STATE(548), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(548), + [sym__inline_directive] = STATE(548), + [sym__use] = STATE(548), + [sym__nested_directive] = STATE(548), + [sym_fragment] = STATE(548), + [sym_section] = STATE(548), + [sym_inlineSection] = STATE(548), + [sym_once] = STATE(548), + [sym_verbatim] = STATE(548), + [sym_stack] = STATE(548), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(548), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(548), + [sym_loop] = STATE(548), + [sym_loop_operator] = STATE(548), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(548), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(548), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(548), + [sym_text] = STATE(548), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10883), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -107481,32 +103795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10969), + [aux_sym_section_token1] = ACTIONS(10885), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -107526,200 +103840,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [643] = { - [sym__definition] = STATE(641), - [sym_keyword] = STATE(641), - [sym_php_statement] = STATE(641), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(641), - [sym__inline_directive] = STATE(641), - [sym__use] = STATE(641), - [sym__nested_directive] = STATE(641), - [sym_fragment] = STATE(641), - [sym_section] = STATE(641), - [sym_inlineSection] = STATE(641), - [sym_once] = STATE(641), - [sym_verbatim] = STATE(641), - [sym_stack] = STATE(641), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(641), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(641), - [sym_loop] = STATE(641), - [sym_loop_operator] = STATE(641), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(641), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(641), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(641), - [sym_text] = STATE(641), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(10971), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10973), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [644] = { - [sym__definition] = STATE(655), - [sym_keyword] = STATE(655), - [sym_php_statement] = STATE(655), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(655), - [sym__inline_directive] = STATE(655), - [sym__use] = STATE(655), - [sym__nested_directive] = STATE(655), - [sym_fragment] = STATE(655), - [sym_section] = STATE(655), - [sym_inlineSection] = STATE(655), - [sym_once] = STATE(655), - [sym_verbatim] = STATE(655), - [sym_stack] = STATE(655), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(655), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(655), - [sym_loop] = STATE(655), - [sym_loop_operator] = STATE(655), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(655), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(655), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(655), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(655), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10975), + [613] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -107731,32 +103920,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10977), + [aux_sym_section_token1] = ACTIONS(10887), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -107776,575 +103965,75 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [645] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10979), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [646] = { - [sym__definition] = STATE(281), - [sym_keyword] = STATE(281), - [sym_php_statement] = STATE(281), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(281), - [sym__inline_directive] = STATE(281), - [sym__use] = STATE(281), - [sym__nested_directive] = STATE(281), - [sym_fragment] = STATE(281), - [sym_section] = STATE(281), - [sym_inlineSection] = STATE(281), - [sym_once] = STATE(281), - [sym_verbatim] = STATE(281), - [sym_stack] = STATE(281), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(281), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(281), - [sym_loop] = STATE(281), - [sym_loop_operator] = STATE(281), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(281), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(281), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(281), - [sym_text] = STATE(281), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(4547), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10981), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), - }, - [647] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(10983), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), - }, - [648] = { - [sym__definition] = STATE(397), - [sym_keyword] = STATE(397), - [sym_php_statement] = STATE(397), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(397), - [sym__inline_directive] = STATE(397), - [sym__use] = STATE(397), - [sym__nested_directive] = STATE(397), - [sym_fragment] = STATE(397), - [sym_section] = STATE(397), - [sym_inlineSection] = STATE(397), - [sym_once] = STATE(397), - [sym_verbatim] = STATE(397), - [sym_stack] = STATE(397), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(397), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(397), - [sym_loop] = STATE(397), - [sym_loop_operator] = STATE(397), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(397), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(397), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(397), - [sym_text] = STATE(397), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(4437), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10985), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), - }, - [649] = { - [sym__definition] = STATE(551), - [sym_keyword] = STATE(551), - [sym_php_statement] = STATE(551), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(551), - [sym__inline_directive] = STATE(551), - [sym__use] = STATE(551), - [sym__nested_directive] = STATE(551), - [sym_fragment] = STATE(551), - [sym_section] = STATE(551), - [sym_inlineSection] = STATE(551), - [sym_once] = STATE(551), - [sym_verbatim] = STATE(551), - [sym_stack] = STATE(551), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(551), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(551), - [sym_loop] = STATE(551), - [sym_loop_operator] = STATE(551), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(551), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(551), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(551), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(551), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(10987), + [614] = { + [sym__definition] = STATE(618), + [sym_keyword] = STATE(618), + [sym_php_statement] = STATE(618), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(618), + [sym__inline_directive] = STATE(618), + [sym__use] = STATE(618), + [sym__nested_directive] = STATE(618), + [sym_fragment] = STATE(618), + [sym_section] = STATE(618), + [sym_inlineSection] = STATE(618), + [sym_once] = STATE(618), + [sym_verbatim] = STATE(618), + [sym_stack] = STATE(618), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(618), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(618), + [sym_loop] = STATE(618), + [sym_loop_operator] = STATE(618), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(618), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(618), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(618), + [sym_text] = STATE(618), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10889), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -108356,32 +104045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10989), + [aux_sym_section_token1] = ACTIONS(10891), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -108401,324 +104090,449 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [650] = { - [sym__definition] = STATE(646), - [sym_keyword] = STATE(646), - [sym_php_statement] = STATE(646), - [sym__escaped] = STATE(3567), - [sym__unescaped] = STATE(3567), - [sym__raw] = STATE(3567), - [sym__inline_raw] = STATE(3567), - [sym__multi_line_raw] = STATE(3567), - [sym__js] = STATE(3567), - [sym_attribute] = STATE(646), - [sym__inline_directive] = STATE(646), - [sym__use] = STATE(646), - [sym__nested_directive] = STATE(646), - [sym_fragment] = STATE(646), - [sym_section] = STATE(646), - [sym_inlineSection] = STATE(646), - [sym_once] = STATE(646), - [sym_verbatim] = STATE(646), - [sym_stack] = STATE(646), - [sym__push] = STATE(3566), - [sym__pushOnce] = STATE(3566), - [sym__pushIf] = STATE(3566), - [sym__prepend] = STATE(3566), - [sym__prependOnce] = STATE(3566), - [sym_conditional] = STATE(646), - [sym__if] = STATE(3565), - [sym__unless] = STATE(3565), - [sym__isset] = STATE(3565), - [sym__empty] = STATE(3565), - [sym__auth] = STATE(3565), - [sym__guest] = STATE(3565), - [sym__production] = STATE(3565), - [sym__env] = STATE(3565), - [sym__hasSection] = STATE(3565), - [sym__sectionMissing] = STATE(3565), - [sym__error] = STATE(3565), - [sym_authorization] = STATE(3565), - [sym__can] = STATE(3564), - [sym__cannot] = STATE(3564), - [sym__canany] = STATE(3564), - [sym__feature] = STATE(3565), - [sym__custom] = STATE(3565), - [sym_switch] = STATE(646), - [sym_loop] = STATE(646), - [sym_loop_operator] = STATE(646), - [sym__for] = STATE(3563), - [sym__foreach] = STATE(3563), - [sym__forelse] = STATE(3563), - [sym__while] = STATE(3563), - [sym_envoy] = STATE(646), - [sym__setup] = STATE(3567), - [sym__task] = STATE(3562), - [sym__story] = STATE(3562), - [sym__hooks] = STATE(3567), - [sym__before] = STATE(3567), - [sym__after] = STATE(3567), - [sym__envoy_error] = STATE(3567), - [sym__success] = STATE(3567), - [sym__finished] = STATE(3567), - [sym_livewire] = STATE(646), - [sym__persist] = STATE(3561), - [sym__teleport] = STATE(3561), - [sym__volt] = STATE(3561), - [aux_sym__directive_body] = STATE(646), - [sym_text] = STATE(646), - [sym__text] = STATE(1781), - [aux_sym_php_only_repeat1] = STATE(1781), - [sym_comment] = ACTIONS(10991), - [aux_sym_keyword_token1] = ACTIONS(4549), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4551), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4553), - [anon_sym_ATphp] = ACTIONS(4555), - [anon_sym_ATjs] = ACTIONS(4557), - [aux_sym_attribute_token1] = ACTIONS(4559), - [aux_sym__inline_directive_token1] = ACTIONS(4561), - [aux_sym__inline_directive_token2] = ACTIONS(4563), - [anon_sym_ATuse] = ACTIONS(4565), - [anon_sym_ATfragment] = ACTIONS(4567), - [anon_sym_ATsection] = ACTIONS(4569), - [anon_sym_ATonce] = ACTIONS(4571), - [anon_sym_ATverbatim] = ACTIONS(4573), - [anon_sym_ATendverbatim] = ACTIONS(10993), - [anon_sym_ATpush] = ACTIONS(4577), - [anon_sym_ATpushOnce] = ACTIONS(4579), - [anon_sym_ATpushIf] = ACTIONS(4581), - [anon_sym_ATprepend] = ACTIONS(4583), - [anon_sym_ATprependOnce] = ACTIONS(4585), - [anon_sym_ATif] = ACTIONS(4587), - [anon_sym_ATunless] = ACTIONS(4589), - [anon_sym_ATisset] = ACTIONS(4591), - [anon_sym_ATempty] = ACTIONS(4593), - [anon_sym_ATauth] = ACTIONS(4595), - [anon_sym_ATguest] = ACTIONS(4597), - [anon_sym_ATproduction] = ACTIONS(4599), - [anon_sym_ATenv] = ACTIONS(4601), - [anon_sym_AThasSection] = ACTIONS(4603), - [anon_sym_ATsectionMissing] = ACTIONS(4605), - [anon_sym_ATerror] = ACTIONS(4607), - [anon_sym_ATcan] = ACTIONS(4609), - [anon_sym_ATcannot] = ACTIONS(4611), - [anon_sym_ATcanany] = ACTIONS(4613), - [anon_sym_ATfeature] = ACTIONS(4615), - [aux_sym__custom_token1] = ACTIONS(4617), - [aux_sym__custom_token2] = ACTIONS(4619), - [anon_sym_ATswitch] = ACTIONS(4621), - [aux_sym_loop_operator_token1] = ACTIONS(4623), - [anon_sym_ATfor] = ACTIONS(4625), - [anon_sym_ATforeach] = ACTIONS(4627), - [anon_sym_ATforelse] = ACTIONS(4629), - [anon_sym_ATwhile] = ACTIONS(4631), - [anon_sym_ATsetup] = ACTIONS(4633), - [anon_sym_ATtask] = ACTIONS(4635), - [anon_sym_ATstory] = ACTIONS(4637), - [anon_sym_ATbefore] = ACTIONS(4639), - [anon_sym_ATafter] = ACTIONS(4641), - [anon_sym_ATsuccess] = ACTIONS(4643), - [anon_sym_ATfinished] = ACTIONS(4645), - [anon_sym_ATpersist] = ACTIONS(4647), - [anon_sym_ATteleport] = ACTIONS(4649), - [anon_sym_ATvolt] = ACTIONS(4651), - [aux_sym__text_token1] = ACTIONS(4653), - [aux_sym__text_token2] = ACTIONS(4653), - [aux_sym__text_token3] = ACTIONS(4655), + [615] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10893), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [651] = { - [sym__definition] = STATE(648), - [sym_keyword] = STATE(648), - [sym_php_statement] = STATE(648), - [sym__escaped] = STATE(3656), - [sym__unescaped] = STATE(3656), - [sym__raw] = STATE(3656), - [sym__inline_raw] = STATE(3656), - [sym__multi_line_raw] = STATE(3656), - [sym__js] = STATE(3656), - [sym_attribute] = STATE(648), - [sym__inline_directive] = STATE(648), - [sym__use] = STATE(648), - [sym__nested_directive] = STATE(648), - [sym_fragment] = STATE(648), - [sym_section] = STATE(648), - [sym_inlineSection] = STATE(648), - [sym_once] = STATE(648), - [sym_verbatim] = STATE(648), - [sym_stack] = STATE(648), - [sym__push] = STATE(3655), - [sym__pushOnce] = STATE(3655), - [sym__pushIf] = STATE(3655), - [sym__prepend] = STATE(3655), - [sym__prependOnce] = STATE(3655), - [sym_conditional] = STATE(648), - [sym__if] = STATE(3654), - [sym__unless] = STATE(3654), - [sym__isset] = STATE(3654), - [sym__empty] = STATE(3654), - [sym__auth] = STATE(3654), - [sym__guest] = STATE(3654), - [sym__production] = STATE(3654), - [sym__env] = STATE(3654), - [sym__hasSection] = STATE(3654), - [sym__sectionMissing] = STATE(3654), - [sym__error] = STATE(3654), - [sym_authorization] = STATE(3654), - [sym__can] = STATE(3652), - [sym__cannot] = STATE(3652), - [sym__canany] = STATE(3652), - [sym__feature] = STATE(3654), - [sym__custom] = STATE(3654), - [sym_switch] = STATE(648), - [sym_loop] = STATE(648), - [sym_loop_operator] = STATE(648), - [sym__for] = STATE(3651), - [sym__foreach] = STATE(3651), - [sym__forelse] = STATE(3651), - [sym__while] = STATE(3651), - [sym_envoy] = STATE(648), - [sym__setup] = STATE(3656), - [sym__task] = STATE(3650), - [sym__story] = STATE(3650), - [sym__hooks] = STATE(3656), - [sym__before] = STATE(3656), - [sym__after] = STATE(3656), - [sym__envoy_error] = STATE(3656), - [sym__success] = STATE(3656), - [sym__finished] = STATE(3656), - [sym_livewire] = STATE(648), - [sym__persist] = STATE(3649), - [sym__teleport] = STATE(3649), - [sym__volt] = STATE(3649), - [aux_sym__directive_body] = STATE(648), - [sym_text] = STATE(648), - [sym__text] = STATE(1851), - [aux_sym_php_only_repeat1] = STATE(1851), - [sym_comment] = ACTIONS(10995), - [aux_sym_keyword_token1] = ACTIONS(4439), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4441), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4443), - [anon_sym_ATphp] = ACTIONS(4445), - [anon_sym_ATjs] = ACTIONS(4447), - [aux_sym_attribute_token1] = ACTIONS(4449), - [aux_sym__inline_directive_token1] = ACTIONS(4451), - [aux_sym__inline_directive_token2] = ACTIONS(4453), - [anon_sym_ATuse] = ACTIONS(4455), - [anon_sym_ATfragment] = ACTIONS(4457), - [anon_sym_ATsection] = ACTIONS(4459), - [anon_sym_ATonce] = ACTIONS(4461), - [anon_sym_ATendonce] = ACTIONS(10997), - [anon_sym_ATverbatim] = ACTIONS(4465), - [anon_sym_ATpush] = ACTIONS(4467), - [anon_sym_ATpushOnce] = ACTIONS(4469), - [anon_sym_ATpushIf] = ACTIONS(4471), - [anon_sym_ATprepend] = ACTIONS(4473), - [anon_sym_ATprependOnce] = ACTIONS(4475), - [anon_sym_ATif] = ACTIONS(4477), - [anon_sym_ATunless] = ACTIONS(4479), - [anon_sym_ATisset] = ACTIONS(4481), - [anon_sym_ATempty] = ACTIONS(4483), - [anon_sym_ATauth] = ACTIONS(4485), - [anon_sym_ATguest] = ACTIONS(4487), - [anon_sym_ATproduction] = ACTIONS(4489), - [anon_sym_ATenv] = ACTIONS(4491), - [anon_sym_AThasSection] = ACTIONS(4493), - [anon_sym_ATsectionMissing] = ACTIONS(4495), - [anon_sym_ATerror] = ACTIONS(4497), - [anon_sym_ATcan] = ACTIONS(4499), - [anon_sym_ATcannot] = ACTIONS(4501), - [anon_sym_ATcanany] = ACTIONS(4503), - [anon_sym_ATfeature] = ACTIONS(4505), - [aux_sym__custom_token1] = ACTIONS(4507), - [aux_sym__custom_token2] = ACTIONS(4509), - [anon_sym_ATswitch] = ACTIONS(4511), - [aux_sym_loop_operator_token1] = ACTIONS(4513), - [anon_sym_ATfor] = ACTIONS(4515), - [anon_sym_ATforeach] = ACTIONS(4517), - [anon_sym_ATforelse] = ACTIONS(4519), - [anon_sym_ATwhile] = ACTIONS(4521), - [anon_sym_ATsetup] = ACTIONS(4523), - [anon_sym_ATtask] = ACTIONS(4525), - [anon_sym_ATstory] = ACTIONS(4527), - [anon_sym_ATbefore] = ACTIONS(4529), - [anon_sym_ATafter] = ACTIONS(4531), - [anon_sym_ATsuccess] = ACTIONS(4533), - [anon_sym_ATfinished] = ACTIONS(4535), - [anon_sym_ATpersist] = ACTIONS(4537), - [anon_sym_ATteleport] = ACTIONS(4539), - [anon_sym_ATvolt] = ACTIONS(4541), - [aux_sym__text_token1] = ACTIONS(4543), - [aux_sym__text_token2] = ACTIONS(4543), - [aux_sym__text_token3] = ACTIONS(4545), + [616] = { + [sym__definition] = STATE(619), + [sym_keyword] = STATE(619), + [sym_php_statement] = STATE(619), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(619), + [sym__inline_directive] = STATE(619), + [sym__use] = STATE(619), + [sym__nested_directive] = STATE(619), + [sym_fragment] = STATE(619), + [sym_section] = STATE(619), + [sym_inlineSection] = STATE(619), + [sym_once] = STATE(619), + [sym_verbatim] = STATE(619), + [sym_stack] = STATE(619), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(619), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(619), + [sym_loop] = STATE(619), + [sym_loop_operator] = STATE(619), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(619), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(619), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(619), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(619), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10895), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10893), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [652] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [617] = { + [sym__definition] = STATE(497), + [sym_keyword] = STATE(497), + [sym_php_statement] = STATE(497), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(497), + [sym__inline_directive] = STATE(497), + [sym__use] = STATE(497), + [sym__nested_directive] = STATE(497), + [sym_fragment] = STATE(497), + [sym_section] = STATE(497), + [sym_inlineSection] = STATE(497), + [sym_once] = STATE(497), + [sym_verbatim] = STATE(497), + [sym_stack] = STATE(497), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(497), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(497), + [sym_loop] = STATE(497), + [sym_loop_operator] = STATE(497), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(497), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(497), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(497), + [sym_text] = STATE(497), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(10897), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10899), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [618] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -108731,32 +104545,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(10999), + [aux_sym_section_token1] = ACTIONS(10901), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -108776,200 +104590,200 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [653] = { - [sym__definition] = STATE(293), - [sym_keyword] = STATE(293), - [sym_php_statement] = STATE(293), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(293), - [sym__inline_directive] = STATE(293), - [sym__use] = STATE(293), - [sym__nested_directive] = STATE(293), - [sym_fragment] = STATE(293), - [sym_section] = STATE(293), - [sym_inlineSection] = STATE(293), - [sym_once] = STATE(293), - [sym_verbatim] = STATE(293), - [sym_stack] = STATE(293), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(293), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(293), - [sym_loop] = STATE(293), - [sym_loop_operator] = STATE(293), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(293), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(293), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(293), - [sym_text] = STATE(293), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(4771), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(11001), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [619] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10903), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, - [654] = { - [sym__definition] = STATE(652), - [sym_keyword] = STATE(652), - [sym_php_statement] = STATE(652), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(652), - [sym__inline_directive] = STATE(652), - [sym__use] = STATE(652), - [sym__nested_directive] = STATE(652), - [sym_fragment] = STATE(652), - [sym_section] = STATE(652), - [sym_inlineSection] = STATE(652), - [sym_once] = STATE(652), - [sym_verbatim] = STATE(652), - [sym_stack] = STATE(652), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(652), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(652), - [sym_loop] = STATE(652), - [sym_loop_operator] = STATE(652), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(652), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(652), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(652), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(652), - [aux_sym_php_only_repeat1] = STATE(909), - [sym_comment] = ACTIONS(11003), + [620] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), @@ -108981,32 +104795,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(11005), + [aux_sym_section_token1] = ACTIONS(10905), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -109026,74 +104840,1199 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [655] = { - [sym__definition] = STATE(270), - [sym_keyword] = STATE(270), - [sym_php_statement] = STATE(270), - [sym__escaped] = STATE(3134), - [sym__unescaped] = STATE(3134), - [sym__raw] = STATE(3134), - [sym__inline_raw] = STATE(3134), - [sym__multi_line_raw] = STATE(3134), - [sym__js] = STATE(3134), - [sym_attribute] = STATE(270), - [sym__inline_directive] = STATE(270), - [sym__use] = STATE(270), - [sym__nested_directive] = STATE(270), - [sym_fragment] = STATE(270), - [sym_section] = STATE(270), - [sym_inlineSection] = STATE(270), - [sym_once] = STATE(270), - [sym_verbatim] = STATE(270), - [sym_stack] = STATE(270), - [sym__push] = STATE(3135), - [sym__pushOnce] = STATE(3135), - [sym__pushIf] = STATE(3135), - [sym__prepend] = STATE(3135), - [sym__prependOnce] = STATE(3135), - [sym_conditional] = STATE(270), - [sym__if] = STATE(3136), - [sym__unless] = STATE(3136), - [sym__isset] = STATE(3136), - [sym__empty] = STATE(3136), - [sym__auth] = STATE(3136), - [sym__guest] = STATE(3136), - [sym__production] = STATE(3136), - [sym__env] = STATE(3136), - [sym__hasSection] = STATE(3136), - [sym__sectionMissing] = STATE(3136), - [sym__error] = STATE(3136), - [sym_authorization] = STATE(3136), - [sym__can] = STATE(3137), - [sym__cannot] = STATE(3137), - [sym__canany] = STATE(3137), - [sym__feature] = STATE(3136), - [sym__custom] = STATE(3136), - [sym_switch] = STATE(270), - [sym_loop] = STATE(270), - [sym_loop_operator] = STATE(270), - [sym__for] = STATE(3138), - [sym__foreach] = STATE(3138), - [sym__forelse] = STATE(3138), - [sym__while] = STATE(3138), - [sym_envoy] = STATE(270), - [sym__setup] = STATE(3134), - [sym__task] = STATE(3139), - [sym__story] = STATE(3139), - [sym__hooks] = STATE(3134), - [sym__before] = STATE(3134), - [sym__after] = STATE(3134), - [sym__envoy_error] = STATE(3134), - [sym__success] = STATE(3134), - [sym__finished] = STATE(3134), - [sym_livewire] = STATE(270), - [sym__persist] = STATE(3140), - [sym__teleport] = STATE(3140), - [sym__volt] = STATE(3140), - [sym_text] = STATE(270), - [sym__text] = STATE(909), - [aux_sym_blade_repeat1] = STATE(270), - [aux_sym_php_only_repeat1] = STATE(909), + [621] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10907), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [622] = { + [sym__definition] = STATE(626), + [sym_keyword] = STATE(626), + [sym_php_statement] = STATE(626), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(626), + [sym__inline_directive] = STATE(626), + [sym__use] = STATE(626), + [sym__nested_directive] = STATE(626), + [sym_fragment] = STATE(626), + [sym_section] = STATE(626), + [sym_inlineSection] = STATE(626), + [sym_once] = STATE(626), + [sym_verbatim] = STATE(626), + [sym_stack] = STATE(626), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(626), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(626), + [sym_loop] = STATE(626), + [sym_loop_operator] = STATE(626), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(626), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(626), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(626), + [sym_text] = STATE(626), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(10909), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10911), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [623] = { + [sym__definition] = STATE(627), + [sym_keyword] = STATE(627), + [sym_php_statement] = STATE(627), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(627), + [sym__inline_directive] = STATE(627), + [sym__use] = STATE(627), + [sym__nested_directive] = STATE(627), + [sym_fragment] = STATE(627), + [sym_section] = STATE(627), + [sym_inlineSection] = STATE(627), + [sym_once] = STATE(627), + [sym_verbatim] = STATE(627), + [sym_stack] = STATE(627), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(627), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(627), + [sym_loop] = STATE(627), + [sym_loop_operator] = STATE(627), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(627), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(627), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(627), + [sym_text] = STATE(627), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(10913), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10915), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [624] = { + [sym__definition] = STATE(605), + [sym_keyword] = STATE(605), + [sym_php_statement] = STATE(605), + [sym__escaped] = STATE(2385), + [sym__unescaped] = STATE(2385), + [sym__raw] = STATE(2385), + [sym__inline_raw] = STATE(2385), + [sym__multi_line_raw] = STATE(2385), + [sym__js] = STATE(2385), + [sym_attribute] = STATE(605), + [sym__inline_directive] = STATE(605), + [sym__use] = STATE(605), + [sym__nested_directive] = STATE(605), + [sym_fragment] = STATE(605), + [sym_section] = STATE(605), + [sym_inlineSection] = STATE(605), + [sym_once] = STATE(605), + [sym_verbatim] = STATE(605), + [sym_stack] = STATE(605), + [sym__push] = STATE(2386), + [sym__pushOnce] = STATE(2386), + [sym__pushIf] = STATE(2386), + [sym__prepend] = STATE(2386), + [sym__prependOnce] = STATE(2386), + [sym_conditional] = STATE(605), + [sym__if] = STATE(2387), + [sym__unless] = STATE(2387), + [sym__isset] = STATE(2387), + [sym__empty] = STATE(2387), + [sym__auth] = STATE(2387), + [sym__guest] = STATE(2387), + [sym__production] = STATE(2387), + [sym__env] = STATE(2387), + [sym__hasSection] = STATE(2387), + [sym__sectionMissing] = STATE(2387), + [sym__error] = STATE(2387), + [sym_authorization] = STATE(2387), + [sym__can] = STATE(2388), + [sym__cannot] = STATE(2388), + [sym__canany] = STATE(2388), + [sym__feature] = STATE(2387), + [sym__custom] = STATE(2387), + [sym_switch] = STATE(605), + [sym_loop] = STATE(605), + [sym_loop_operator] = STATE(605), + [sym__for] = STATE(2389), + [sym__foreach] = STATE(2389), + [sym__forelse] = STATE(2389), + [sym__while] = STATE(2389), + [sym_envoy] = STATE(605), + [sym__setup] = STATE(2385), + [sym__task] = STATE(2390), + [sym__story] = STATE(2390), + [sym__hooks] = STATE(2385), + [sym__before] = STATE(2385), + [sym__after] = STATE(2385), + [sym__envoy_error] = STATE(2385), + [sym__success] = STATE(2385), + [sym__finished] = STATE(2385), + [sym_livewire] = STATE(605), + [sym__persist] = STATE(2391), + [sym__teleport] = STATE(2391), + [sym__volt] = STATE(2391), + [aux_sym__directive_body] = STATE(605), + [sym_text] = STATE(605), + [sym__text] = STATE(984), + [aux_sym_php_only_repeat1] = STATE(984), + [sym_comment] = ACTIONS(10917), + [aux_sym_keyword_token1] = ACTIONS(10757), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10759), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10761), + [anon_sym_ATphp] = ACTIONS(10763), + [anon_sym_ATjs] = ACTIONS(10765), + [aux_sym_attribute_token1] = ACTIONS(10767), + [aux_sym__inline_directive_token1] = ACTIONS(10769), + [aux_sym__inline_directive_token2] = ACTIONS(10771), + [anon_sym_ATuse] = ACTIONS(10773), + [anon_sym_ATfragment] = ACTIONS(10775), + [anon_sym_ATsection] = ACTIONS(10777), + [anon_sym_ATonce] = ACTIONS(10779), + [anon_sym_ATverbatim] = ACTIONS(10781), + [anon_sym_ATpush] = ACTIONS(10783), + [anon_sym_ATpushOnce] = ACTIONS(10785), + [anon_sym_ATpushIf] = ACTIONS(10787), + [anon_sym_ATprepend] = ACTIONS(10789), + [anon_sym_ATprependOnce] = ACTIONS(10791), + [anon_sym_ATif] = ACTIONS(10793), + [anon_sym_ATunless] = ACTIONS(10795), + [anon_sym_ATisset] = ACTIONS(10797), + [anon_sym_ATempty] = ACTIONS(10799), + [anon_sym_ATauth] = ACTIONS(10801), + [anon_sym_ATguest] = ACTIONS(10803), + [anon_sym_ATproduction] = ACTIONS(10805), + [anon_sym_ATenv] = ACTIONS(10807), + [anon_sym_AThasSection] = ACTIONS(10809), + [anon_sym_ATsectionMissing] = ACTIONS(10811), + [anon_sym_ATerror] = ACTIONS(10813), + [anon_sym_ATcan] = ACTIONS(10815), + [anon_sym_ATcannot] = ACTIONS(10817), + [anon_sym_ATcanany] = ACTIONS(10819), + [anon_sym_ATfeature] = ACTIONS(10821), + [aux_sym__custom_token1] = ACTIONS(10823), + [aux_sym__custom_token2] = ACTIONS(10825), + [anon_sym_ATswitch] = ACTIONS(10827), + [aux_sym_loop_operator_token1] = ACTIONS(10829), + [anon_sym_ATfor] = ACTIONS(10831), + [anon_sym_ATforeach] = ACTIONS(10833), + [anon_sym_ATendforeach] = ACTIONS(4429), + [anon_sym_ATforelse] = ACTIONS(10835), + [anon_sym_ATwhile] = ACTIONS(10837), + [anon_sym_ATsetup] = ACTIONS(10839), + [anon_sym_ATtask] = ACTIONS(10841), + [anon_sym_ATstory] = ACTIONS(10843), + [anon_sym_ATbefore] = ACTIONS(10845), + [anon_sym_ATafter] = ACTIONS(10847), + [anon_sym_ATsuccess] = ACTIONS(10849), + [anon_sym_ATfinished] = ACTIONS(10851), + [anon_sym_ATpersist] = ACTIONS(10853), + [anon_sym_ATteleport] = ACTIONS(10855), + [anon_sym_ATvolt] = ACTIONS(10857), + [aux_sym__text_token1] = ACTIONS(10859), + [aux_sym__text_token2] = ACTIONS(10859), + [aux_sym__text_token3] = ACTIONS(10861), + }, + [625] = { + [sym__definition] = STATE(486), + [sym_keyword] = STATE(486), + [sym_php_statement] = STATE(486), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(486), + [sym__inline_directive] = STATE(486), + [sym__use] = STATE(486), + [sym__nested_directive] = STATE(486), + [sym_fragment] = STATE(486), + [sym_section] = STATE(486), + [sym_inlineSection] = STATE(486), + [sym_once] = STATE(486), + [sym_verbatim] = STATE(486), + [sym_stack] = STATE(486), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(486), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(486), + [sym_loop] = STATE(486), + [sym_loop_operator] = STATE(486), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(486), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(486), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(486), + [sym_text] = STATE(486), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(10919), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10921), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [626] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10923), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [627] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10925), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [628] = { + [sym__definition] = STATE(621), + [sym_keyword] = STATE(621), + [sym_php_statement] = STATE(621), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(621), + [sym__inline_directive] = STATE(621), + [sym__use] = STATE(621), + [sym__nested_directive] = STATE(621), + [sym_fragment] = STATE(621), + [sym_section] = STATE(621), + [sym_inlineSection] = STATE(621), + [sym_once] = STATE(621), + [sym_verbatim] = STATE(621), + [sym_stack] = STATE(621), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(621), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(621), + [sym_loop] = STATE(621), + [sym_loop_operator] = STATE(621), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(621), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(621), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(621), + [sym_text] = STATE(621), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(10927), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10929), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [629] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10931), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [630] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), [sym_comment] = ACTIONS(4217), [aux_sym_keyword_token1] = ACTIONS(4219), [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), @@ -109106,32 +106045,32 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_ATuse] = ACTIONS(4235), [anon_sym_ATfragment] = ACTIONS(4237), [anon_sym_ATsection] = ACTIONS(4239), - [anon_sym_ATonce] = ACTIONS(4241), - [anon_sym_ATverbatim] = ACTIONS(4243), - [anon_sym_ATpush] = ACTIONS(4245), - [anon_sym_ATpushOnce] = ACTIONS(4247), - [anon_sym_ATpushIf] = ACTIONS(4249), - [anon_sym_ATprepend] = ACTIONS(4251), - [anon_sym_ATprependOnce] = ACTIONS(4253), - [anon_sym_ATif] = ACTIONS(4255), - [anon_sym_ATunless] = ACTIONS(4257), - [anon_sym_ATisset] = ACTIONS(4259), - [anon_sym_ATempty] = ACTIONS(4261), - [anon_sym_ATauth] = ACTIONS(4263), - [anon_sym_ATguest] = ACTIONS(4265), - [anon_sym_ATproduction] = ACTIONS(4267), - [anon_sym_ATenv] = ACTIONS(4269), - [anon_sym_AThasSection] = ACTIONS(4271), - [anon_sym_ATsectionMissing] = ACTIONS(4273), - [anon_sym_ATerror] = ACTIONS(4275), - [anon_sym_ATcan] = ACTIONS(4277), - [anon_sym_ATcannot] = ACTIONS(4279), - [anon_sym_ATcanany] = ACTIONS(4281), - [anon_sym_ATfeature] = ACTIONS(4283), - [aux_sym__custom_token1] = ACTIONS(4285), - [aux_sym__custom_token2] = ACTIONS(4287), - [anon_sym_ATswitch] = ACTIONS(4289), - [anon_sym_ATendswitch] = ACTIONS(11005), + [aux_sym_section_token1] = ACTIONS(10933), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), [aux_sym_loop_operator_token1] = ACTIONS(4293), [anon_sym_ATfor] = ACTIONS(4295), [anon_sym_ATforeach] = ACTIONS(4297), @@ -109151,265 +106090,3390 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym__text_token2] = ACTIONS(4323), [aux_sym__text_token3] = ACTIONS(4325), }, - [656] = { - [sym__definition] = STATE(555), - [sym_keyword] = STATE(555), - [sym_php_statement] = STATE(555), - [sym__escaped] = STATE(2071), - [sym__unescaped] = STATE(2071), - [sym__raw] = STATE(2071), - [sym__inline_raw] = STATE(2071), - [sym__multi_line_raw] = STATE(2071), - [sym__js] = STATE(2071), - [sym_attribute] = STATE(555), - [sym__inline_directive] = STATE(555), - [sym__use] = STATE(555), - [sym__nested_directive] = STATE(555), - [sym_fragment] = STATE(555), - [sym_section] = STATE(555), - [sym_inlineSection] = STATE(555), - [sym_once] = STATE(555), - [sym_verbatim] = STATE(555), - [sym_stack] = STATE(555), - [sym__push] = STATE(2070), - [sym__pushOnce] = STATE(2070), - [sym__pushIf] = STATE(2070), - [sym__prepend] = STATE(2070), - [sym__prependOnce] = STATE(2070), - [sym_conditional] = STATE(555), - [sym__if] = STATE(2069), - [sym__unless] = STATE(2069), - [sym__isset] = STATE(2069), - [sym__empty] = STATE(2069), - [sym__auth] = STATE(2069), - [sym__guest] = STATE(2069), - [sym__production] = STATE(2069), - [sym__env] = STATE(2069), - [sym__hasSection] = STATE(2069), - [sym__sectionMissing] = STATE(2069), - [sym__error] = STATE(2069), - [sym_authorization] = STATE(2069), - [sym__can] = STATE(2068), - [sym__cannot] = STATE(2068), - [sym__canany] = STATE(2068), - [sym__feature] = STATE(2069), - [sym__custom] = STATE(2069), - [sym_switch] = STATE(555), - [sym_loop] = STATE(555), - [sym_loop_operator] = STATE(555), - [sym__for] = STATE(2067), - [sym__foreach] = STATE(2067), - [sym__forelse] = STATE(2067), - [sym__while] = STATE(2067), - [sym_envoy] = STATE(555), - [sym__setup] = STATE(2071), - [sym__task] = STATE(2066), - [sym__story] = STATE(2066), - [sym__hooks] = STATE(2071), - [sym__before] = STATE(2071), - [sym__after] = STATE(2071), - [sym__envoy_error] = STATE(2071), - [sym__success] = STATE(2071), - [sym__finished] = STATE(2071), - [sym_livewire] = STATE(555), - [sym__persist] = STATE(2065), - [sym__teleport] = STATE(2065), - [sym__volt] = STATE(2065), - [aux_sym__directive_body] = STATE(555), - [sym_text] = STATE(555), - [sym__text] = STATE(1407), - [aux_sym_php_only_repeat1] = STATE(1407), - [sym_comment] = ACTIONS(11007), - [aux_sym_keyword_token1] = ACTIONS(10091), - [anon_sym_LBRACE_LBRACE] = ACTIONS(10093), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10095), - [anon_sym_ATphp] = ACTIONS(10097), - [anon_sym_ATjs] = ACTIONS(10099), - [aux_sym_attribute_token1] = ACTIONS(10101), - [aux_sym__inline_directive_token1] = ACTIONS(10103), - [aux_sym__inline_directive_token2] = ACTIONS(10105), - [anon_sym_ATuse] = ACTIONS(10107), - [anon_sym_ATfragment] = ACTIONS(10109), - [anon_sym_ATsection] = ACTIONS(10111), - [anon_sym_ATonce] = ACTIONS(10113), - [anon_sym_ATverbatim] = ACTIONS(10115), - [anon_sym_ATpush] = ACTIONS(10117), - [anon_sym_ATpushOnce] = ACTIONS(10119), - [anon_sym_ATpushIf] = ACTIONS(10121), - [anon_sym_ATprepend] = ACTIONS(10123), - [anon_sym_ATprependOnce] = ACTIONS(10125), - [anon_sym_ATendPrependOnce] = ACTIONS(4981), - [anon_sym_ATif] = ACTIONS(10127), - [anon_sym_ATunless] = ACTIONS(10129), - [anon_sym_ATisset] = ACTIONS(10131), - [anon_sym_ATempty] = ACTIONS(10133), - [anon_sym_ATauth] = ACTIONS(10135), - [anon_sym_ATguest] = ACTIONS(10137), - [anon_sym_ATproduction] = ACTIONS(10139), - [anon_sym_ATenv] = ACTIONS(10141), - [anon_sym_AThasSection] = ACTIONS(10143), - [anon_sym_ATsectionMissing] = ACTIONS(10145), - [anon_sym_ATerror] = ACTIONS(10147), - [anon_sym_ATcan] = ACTIONS(10149), - [anon_sym_ATcannot] = ACTIONS(10151), - [anon_sym_ATcanany] = ACTIONS(10153), - [anon_sym_ATfeature] = ACTIONS(10155), - [aux_sym__custom_token1] = ACTIONS(10157), - [aux_sym__custom_token2] = ACTIONS(10159), - [anon_sym_ATswitch] = ACTIONS(10161), - [aux_sym_loop_operator_token1] = ACTIONS(10163), - [anon_sym_ATfor] = ACTIONS(10165), - [anon_sym_ATforeach] = ACTIONS(10167), - [anon_sym_ATforelse] = ACTIONS(10169), - [anon_sym_ATwhile] = ACTIONS(10171), - [anon_sym_ATsetup] = ACTIONS(10173), - [anon_sym_ATtask] = ACTIONS(10175), - [anon_sym_ATstory] = ACTIONS(10177), - [anon_sym_ATbefore] = ACTIONS(10179), - [anon_sym_ATafter] = ACTIONS(10181), - [anon_sym_ATsuccess] = ACTIONS(10183), - [anon_sym_ATfinished] = ACTIONS(10185), - [anon_sym_ATpersist] = ACTIONS(10187), - [anon_sym_ATteleport] = ACTIONS(10189), - [anon_sym_ATvolt] = ACTIONS(10191), - [aux_sym__text_token1] = ACTIONS(10193), - [aux_sym__text_token2] = ACTIONS(10193), - [aux_sym__text_token3] = ACTIONS(10195), - }, - [657] = { - [sym__definition] = STATE(653), - [sym_keyword] = STATE(653), - [sym_php_statement] = STATE(653), - [sym__escaped] = STATE(3048), - [sym__unescaped] = STATE(3048), - [sym__raw] = STATE(3048), - [sym__inline_raw] = STATE(3048), - [sym__multi_line_raw] = STATE(3048), - [sym__js] = STATE(3048), - [sym_attribute] = STATE(653), - [sym__inline_directive] = STATE(653), - [sym__use] = STATE(653), - [sym__nested_directive] = STATE(653), - [sym_fragment] = STATE(653), - [sym_section] = STATE(653), - [sym_inlineSection] = STATE(653), - [sym_once] = STATE(653), - [sym_verbatim] = STATE(653), - [sym_stack] = STATE(653), - [sym__push] = STATE(3049), - [sym__pushOnce] = STATE(3049), - [sym__pushIf] = STATE(3049), - [sym__prepend] = STATE(3049), - [sym__prependOnce] = STATE(3049), - [sym_conditional] = STATE(653), - [sym__if] = STATE(3050), - [sym__unless] = STATE(3050), - [sym__isset] = STATE(3050), - [sym__empty] = STATE(3050), - [sym__auth] = STATE(3050), - [sym__guest] = STATE(3050), - [sym__production] = STATE(3050), - [sym__env] = STATE(3050), - [sym__hasSection] = STATE(3050), - [sym__sectionMissing] = STATE(3050), - [sym__error] = STATE(3050), - [sym_authorization] = STATE(3050), - [sym__can] = STATE(3051), - [sym__cannot] = STATE(3051), - [sym__canany] = STATE(3051), - [sym__feature] = STATE(3050), - [sym__custom] = STATE(3050), - [sym_switch] = STATE(653), - [sym_loop] = STATE(653), - [sym_loop_operator] = STATE(653), - [sym__for] = STATE(3052), - [sym__foreach] = STATE(3052), - [sym__forelse] = STATE(3052), - [sym__while] = STATE(3052), - [sym_envoy] = STATE(653), - [sym__setup] = STATE(3048), - [sym__task] = STATE(3053), - [sym__story] = STATE(3053), - [sym__hooks] = STATE(3048), - [sym__before] = STATE(3048), - [sym__after] = STATE(3048), - [sym__envoy_error] = STATE(3048), - [sym__success] = STATE(3048), - [sym__finished] = STATE(3048), - [sym_livewire] = STATE(653), - [sym__persist] = STATE(3054), - [sym__teleport] = STATE(3054), - [sym__volt] = STATE(3054), - [aux_sym__directive_body] = STATE(653), - [sym_text] = STATE(653), - [sym__text] = STATE(913), - [aux_sym_php_only_repeat1] = STATE(913), - [sym_comment] = ACTIONS(11009), - [aux_sym_keyword_token1] = ACTIONS(4659), - [anon_sym_LBRACE_LBRACE] = ACTIONS(4661), - [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4663), - [anon_sym_ATphp] = ACTIONS(4665), - [anon_sym_ATjs] = ACTIONS(4667), - [aux_sym_attribute_token1] = ACTIONS(4669), - [aux_sym__inline_directive_token1] = ACTIONS(4671), - [aux_sym__inline_directive_token2] = ACTIONS(4673), - [anon_sym_ATuse] = ACTIONS(4675), - [anon_sym_ATfragment] = ACTIONS(4677), - [anon_sym_ATsection] = ACTIONS(4679), - [aux_sym_section_token1] = ACTIONS(11011), - [anon_sym_ATonce] = ACTIONS(4683), - [anon_sym_ATverbatim] = ACTIONS(4685), - [anon_sym_ATpush] = ACTIONS(4687), - [anon_sym_ATpushOnce] = ACTIONS(4689), - [anon_sym_ATpushIf] = ACTIONS(4691), - [anon_sym_ATprepend] = ACTIONS(4693), - [anon_sym_ATprependOnce] = ACTIONS(4695), - [anon_sym_ATif] = ACTIONS(4697), - [anon_sym_ATunless] = ACTIONS(4699), - [anon_sym_ATisset] = ACTIONS(4701), - [anon_sym_ATempty] = ACTIONS(4703), - [anon_sym_ATauth] = ACTIONS(4705), - [anon_sym_ATguest] = ACTIONS(4707), - [anon_sym_ATproduction] = ACTIONS(4709), - [anon_sym_ATenv] = ACTIONS(4711), - [anon_sym_AThasSection] = ACTIONS(4713), - [anon_sym_ATsectionMissing] = ACTIONS(4715), - [anon_sym_ATerror] = ACTIONS(4717), - [anon_sym_ATcan] = ACTIONS(4719), - [anon_sym_ATcannot] = ACTIONS(4721), - [anon_sym_ATcanany] = ACTIONS(4723), - [anon_sym_ATfeature] = ACTIONS(4725), - [aux_sym__custom_token1] = ACTIONS(4727), - [aux_sym__custom_token2] = ACTIONS(4729), - [anon_sym_ATswitch] = ACTIONS(4731), - [aux_sym_loop_operator_token1] = ACTIONS(4733), - [anon_sym_ATfor] = ACTIONS(4735), - [anon_sym_ATforeach] = ACTIONS(4737), - [anon_sym_ATforelse] = ACTIONS(4739), - [anon_sym_ATwhile] = ACTIONS(4741), - [anon_sym_ATsetup] = ACTIONS(4743), - [anon_sym_ATtask] = ACTIONS(4745), - [anon_sym_ATstory] = ACTIONS(4747), - [anon_sym_ATbefore] = ACTIONS(4749), - [anon_sym_ATafter] = ACTIONS(4751), - [anon_sym_ATsuccess] = ACTIONS(4753), - [anon_sym_ATfinished] = ACTIONS(4755), - [anon_sym_ATpersist] = ACTIONS(4757), - [anon_sym_ATteleport] = ACTIONS(4759), - [anon_sym_ATvolt] = ACTIONS(4761), - [aux_sym__text_token1] = ACTIONS(4763), - [aux_sym__text_token2] = ACTIONS(4763), - [aux_sym__text_token3] = ACTIONS(4765), + [631] = { + [sym__definition] = STATE(629), + [sym_keyword] = STATE(629), + [sym_php_statement] = STATE(629), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(629), + [sym__inline_directive] = STATE(629), + [sym__use] = STATE(629), + [sym__nested_directive] = STATE(629), + [sym_fragment] = STATE(629), + [sym_section] = STATE(629), + [sym_inlineSection] = STATE(629), + [sym_once] = STATE(629), + [sym_verbatim] = STATE(629), + [sym_stack] = STATE(629), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(629), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(629), + [sym_loop] = STATE(629), + [sym_loop_operator] = STATE(629), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(629), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(629), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(629), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(629), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10935), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10937), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), }, -}; + [632] = { + [sym__definition] = STATE(634), + [sym_keyword] = STATE(634), + [sym_php_statement] = STATE(634), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(634), + [sym__inline_directive] = STATE(634), + [sym__use] = STATE(634), + [sym__nested_directive] = STATE(634), + [sym_fragment] = STATE(634), + [sym_section] = STATE(634), + [sym_inlineSection] = STATE(634), + [sym_once] = STATE(634), + [sym_verbatim] = STATE(634), + [sym_stack] = STATE(634), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(634), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(634), + [sym_loop] = STATE(634), + [sym_loop_operator] = STATE(634), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(634), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(634), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(634), + [sym_text] = STATE(634), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10939), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(10941), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [633] = { + [sym__definition] = STATE(636), + [sym_keyword] = STATE(636), + [sym_php_statement] = STATE(636), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(636), + [sym__inline_directive] = STATE(636), + [sym__use] = STATE(636), + [sym__nested_directive] = STATE(636), + [sym_fragment] = STATE(636), + [sym_section] = STATE(636), + [sym_inlineSection] = STATE(636), + [sym_once] = STATE(636), + [sym_verbatim] = STATE(636), + [sym_stack] = STATE(636), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(636), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(636), + [sym_loop] = STATE(636), + [sym_loop_operator] = STATE(636), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(636), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(636), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(636), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(636), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10943), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10945), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [634] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(10947), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [635] = { + [sym__definition] = STATE(639), + [sym_keyword] = STATE(639), + [sym_php_statement] = STATE(639), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(639), + [sym__inline_directive] = STATE(639), + [sym__use] = STATE(639), + [sym__nested_directive] = STATE(639), + [sym_fragment] = STATE(639), + [sym_section] = STATE(639), + [sym_inlineSection] = STATE(639), + [sym_once] = STATE(639), + [sym_verbatim] = STATE(639), + [sym_stack] = STATE(639), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(639), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(639), + [sym_loop] = STATE(639), + [sym_loop_operator] = STATE(639), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(639), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(639), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(639), + [sym_text] = STATE(639), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10949), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(10951), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [636] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10953), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [637] = { + [sym__definition] = STATE(640), + [sym_keyword] = STATE(640), + [sym_php_statement] = STATE(640), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(640), + [sym__inline_directive] = STATE(640), + [sym__use] = STATE(640), + [sym__nested_directive] = STATE(640), + [sym_fragment] = STATE(640), + [sym_section] = STATE(640), + [sym_inlineSection] = STATE(640), + [sym_once] = STATE(640), + [sym_verbatim] = STATE(640), + [sym_stack] = STATE(640), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(640), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(640), + [sym_loop] = STATE(640), + [sym_loop_operator] = STATE(640), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(640), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(640), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(640), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(640), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10955), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10953), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [638] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10937), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [639] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(10957), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [640] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10959), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [641] = { + [sym__definition] = STATE(580), + [sym_keyword] = STATE(580), + [sym_php_statement] = STATE(580), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(580), + [sym__inline_directive] = STATE(580), + [sym__use] = STATE(580), + [sym__nested_directive] = STATE(580), + [sym_fragment] = STATE(580), + [sym_section] = STATE(580), + [sym_inlineSection] = STATE(580), + [sym_once] = STATE(580), + [sym_verbatim] = STATE(580), + [sym_stack] = STATE(580), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(580), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(580), + [sym_loop] = STATE(580), + [sym_loop_operator] = STATE(580), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(580), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(580), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(580), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(580), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10961), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10963), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [642] = { + [sym__definition] = STATE(648), + [sym_keyword] = STATE(648), + [sym_php_statement] = STATE(648), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(648), + [sym__inline_directive] = STATE(648), + [sym__use] = STATE(648), + [sym__nested_directive] = STATE(648), + [sym_fragment] = STATE(648), + [sym_section] = STATE(648), + [sym_inlineSection] = STATE(648), + [sym_once] = STATE(648), + [sym_verbatim] = STATE(648), + [sym_stack] = STATE(648), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(648), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(648), + [sym_loop] = STATE(648), + [sym_loop_operator] = STATE(648), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(648), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(648), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(648), + [sym_text] = STATE(648), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(10965), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10967), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [643] = { + [sym__definition] = STATE(539), + [sym_keyword] = STATE(539), + [sym_php_statement] = STATE(539), + [sym__escaped] = STATE(2093), + [sym__unescaped] = STATE(2093), + [sym__raw] = STATE(2093), + [sym__inline_raw] = STATE(2093), + [sym__multi_line_raw] = STATE(2093), + [sym__js] = STATE(2093), + [sym_attribute] = STATE(539), + [sym__inline_directive] = STATE(539), + [sym__use] = STATE(539), + [sym__nested_directive] = STATE(539), + [sym_fragment] = STATE(539), + [sym_section] = STATE(539), + [sym_inlineSection] = STATE(539), + [sym_once] = STATE(539), + [sym_verbatim] = STATE(539), + [sym_stack] = STATE(539), + [sym__push] = STATE(2092), + [sym__pushOnce] = STATE(2092), + [sym__pushIf] = STATE(2092), + [sym__prepend] = STATE(2092), + [sym__prependOnce] = STATE(2092), + [sym_conditional] = STATE(539), + [sym__if] = STATE(2091), + [sym__unless] = STATE(2091), + [sym__isset] = STATE(2091), + [sym__empty] = STATE(2091), + [sym__auth] = STATE(2091), + [sym__guest] = STATE(2091), + [sym__production] = STATE(2091), + [sym__env] = STATE(2091), + [sym__hasSection] = STATE(2091), + [sym__sectionMissing] = STATE(2091), + [sym__error] = STATE(2091), + [sym_authorization] = STATE(2091), + [sym__can] = STATE(2090), + [sym__cannot] = STATE(2090), + [sym__canany] = STATE(2090), + [sym__feature] = STATE(2091), + [sym__custom] = STATE(2091), + [sym_switch] = STATE(539), + [sym_loop] = STATE(539), + [sym_loop_operator] = STATE(539), + [sym__for] = STATE(2089), + [sym__foreach] = STATE(2089), + [sym__forelse] = STATE(2089), + [sym__while] = STATE(2089), + [sym_envoy] = STATE(539), + [sym__setup] = STATE(2093), + [sym__task] = STATE(2088), + [sym__story] = STATE(2088), + [sym__hooks] = STATE(2093), + [sym__before] = STATE(2093), + [sym__after] = STATE(2093), + [sym__envoy_error] = STATE(2093), + [sym__success] = STATE(2093), + [sym__finished] = STATE(2093), + [sym_livewire] = STATE(539), + [sym__persist] = STATE(2087), + [sym__teleport] = STATE(2087), + [sym__volt] = STATE(2087), + [aux_sym__directive_body] = STATE(539), + [sym_text] = STATE(539), + [sym__text] = STATE(1326), + [aux_sym_php_only_repeat1] = STATE(1326), + [sym_comment] = ACTIONS(10969), + [aux_sym_keyword_token1] = ACTIONS(10039), + [anon_sym_LBRACE_LBRACE] = ACTIONS(10041), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(10043), + [anon_sym_ATphp] = ACTIONS(10045), + [anon_sym_ATjs] = ACTIONS(10047), + [aux_sym_attribute_token1] = ACTIONS(10049), + [aux_sym__inline_directive_token1] = ACTIONS(10051), + [aux_sym__inline_directive_token2] = ACTIONS(10053), + [anon_sym_ATuse] = ACTIONS(10055), + [anon_sym_ATfragment] = ACTIONS(10057), + [anon_sym_ATsection] = ACTIONS(10059), + [anon_sym_ATonce] = ACTIONS(10061), + [anon_sym_ATverbatim] = ACTIONS(10063), + [anon_sym_ATpush] = ACTIONS(10065), + [anon_sym_ATpushOnce] = ACTIONS(10067), + [anon_sym_ATpushIf] = ACTIONS(10069), + [anon_sym_ATprepend] = ACTIONS(10071), + [anon_sym_ATprependOnce] = ACTIONS(10073), + [anon_sym_ATendPrependOnce] = ACTIONS(4429), + [anon_sym_ATif] = ACTIONS(10075), + [anon_sym_ATunless] = ACTIONS(10077), + [anon_sym_ATisset] = ACTIONS(10079), + [anon_sym_ATempty] = ACTIONS(10081), + [anon_sym_ATauth] = ACTIONS(10083), + [anon_sym_ATguest] = ACTIONS(10085), + [anon_sym_ATproduction] = ACTIONS(10087), + [anon_sym_ATenv] = ACTIONS(10089), + [anon_sym_AThasSection] = ACTIONS(10091), + [anon_sym_ATsectionMissing] = ACTIONS(10093), + [anon_sym_ATerror] = ACTIONS(10095), + [anon_sym_ATcan] = ACTIONS(10097), + [anon_sym_ATcannot] = ACTIONS(10099), + [anon_sym_ATcanany] = ACTIONS(10101), + [anon_sym_ATfeature] = ACTIONS(10103), + [aux_sym__custom_token1] = ACTIONS(10105), + [aux_sym__custom_token2] = ACTIONS(10107), + [anon_sym_ATswitch] = ACTIONS(10109), + [aux_sym_loop_operator_token1] = ACTIONS(10111), + [anon_sym_ATfor] = ACTIONS(10113), + [anon_sym_ATforeach] = ACTIONS(10115), + [anon_sym_ATforelse] = ACTIONS(10117), + [anon_sym_ATwhile] = ACTIONS(10119), + [anon_sym_ATsetup] = ACTIONS(10121), + [anon_sym_ATtask] = ACTIONS(10123), + [anon_sym_ATstory] = ACTIONS(10125), + [anon_sym_ATbefore] = ACTIONS(10127), + [anon_sym_ATafter] = ACTIONS(10129), + [anon_sym_ATsuccess] = ACTIONS(10131), + [anon_sym_ATfinished] = ACTIONS(10133), + [anon_sym_ATpersist] = ACTIONS(10135), + [anon_sym_ATteleport] = ACTIONS(10137), + [anon_sym_ATvolt] = ACTIONS(10139), + [aux_sym__text_token1] = ACTIONS(10141), + [aux_sym__text_token2] = ACTIONS(10141), + [aux_sym__text_token3] = ACTIONS(10143), + }, + [644] = { + [sym__definition] = STATE(271), + [sym_keyword] = STATE(271), + [sym_php_statement] = STATE(271), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(271), + [sym__inline_directive] = STATE(271), + [sym__use] = STATE(271), + [sym__nested_directive] = STATE(271), + [sym_fragment] = STATE(271), + [sym_section] = STATE(271), + [sym_inlineSection] = STATE(271), + [sym_once] = STATE(271), + [sym_verbatim] = STATE(271), + [sym_stack] = STATE(271), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(271), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(271), + [sym_loop] = STATE(271), + [sym_loop_operator] = STATE(271), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(271), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(271), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(271), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(271), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(4669), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10963), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [645] = { + [sym__definition] = STATE(649), + [sym_keyword] = STATE(649), + [sym_php_statement] = STATE(649), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(649), + [sym__inline_directive] = STATE(649), + [sym__use] = STATE(649), + [sym__nested_directive] = STATE(649), + [sym_fragment] = STATE(649), + [sym_section] = STATE(649), + [sym_inlineSection] = STATE(649), + [sym_once] = STATE(649), + [sym_verbatim] = STATE(649), + [sym_stack] = STATE(649), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(649), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(649), + [sym_loop] = STATE(649), + [sym_loop_operator] = STATE(649), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(649), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(649), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(649), + [sym_text] = STATE(649), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(10971), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10973), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [646] = { + [sym__definition] = STATE(630), + [sym_keyword] = STATE(630), + [sym_php_statement] = STATE(630), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(630), + [sym__inline_directive] = STATE(630), + [sym__use] = STATE(630), + [sym__nested_directive] = STATE(630), + [sym_fragment] = STATE(630), + [sym_section] = STATE(630), + [sym_inlineSection] = STATE(630), + [sym_once] = STATE(630), + [sym_verbatim] = STATE(630), + [sym_stack] = STATE(630), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(630), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(630), + [sym_loop] = STATE(630), + [sym_loop_operator] = STATE(630), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(630), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(630), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(630), + [sym_text] = STATE(630), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10975), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(10977), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [647] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(10979), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [648] = { + [sym__definition] = STATE(273), + [sym_keyword] = STATE(273), + [sym_php_statement] = STATE(273), + [sym__escaped] = STATE(3442), + [sym__unescaped] = STATE(3442), + [sym__raw] = STATE(3442), + [sym__inline_raw] = STATE(3442), + [sym__multi_line_raw] = STATE(3442), + [sym__js] = STATE(3442), + [sym_attribute] = STATE(273), + [sym__inline_directive] = STATE(273), + [sym__use] = STATE(273), + [sym__nested_directive] = STATE(273), + [sym_fragment] = STATE(273), + [sym_section] = STATE(273), + [sym_inlineSection] = STATE(273), + [sym_once] = STATE(273), + [sym_verbatim] = STATE(273), + [sym_stack] = STATE(273), + [sym__push] = STATE(3443), + [sym__pushOnce] = STATE(3443), + [sym__pushIf] = STATE(3443), + [sym__prepend] = STATE(3443), + [sym__prependOnce] = STATE(3443), + [sym_conditional] = STATE(273), + [sym__if] = STATE(3446), + [sym__unless] = STATE(3446), + [sym__isset] = STATE(3446), + [sym__empty] = STATE(3446), + [sym__auth] = STATE(3446), + [sym__guest] = STATE(3446), + [sym__production] = STATE(3446), + [sym__env] = STATE(3446), + [sym__hasSection] = STATE(3446), + [sym__sectionMissing] = STATE(3446), + [sym__error] = STATE(3446), + [sym_authorization] = STATE(3446), + [sym__can] = STATE(3447), + [sym__cannot] = STATE(3447), + [sym__canany] = STATE(3447), + [sym__feature] = STATE(3446), + [sym__custom] = STATE(3446), + [sym_switch] = STATE(273), + [sym_loop] = STATE(273), + [sym_loop_operator] = STATE(273), + [sym__for] = STATE(3448), + [sym__foreach] = STATE(3448), + [sym__forelse] = STATE(3448), + [sym__while] = STATE(3448), + [sym_envoy] = STATE(273), + [sym__setup] = STATE(3442), + [sym__task] = STATE(3449), + [sym__story] = STATE(3449), + [sym__hooks] = STATE(3442), + [sym__before] = STATE(3442), + [sym__after] = STATE(3442), + [sym__envoy_error] = STATE(3442), + [sym__success] = STATE(3442), + [sym__finished] = STATE(3442), + [sym_livewire] = STATE(273), + [sym__persist] = STATE(3450), + [sym__teleport] = STATE(3450), + [sym__volt] = STATE(3450), + [aux_sym__directive_body] = STATE(273), + [sym_text] = STATE(273), + [sym__text] = STATE(1861), + [aux_sym_php_only_repeat1] = STATE(1861), + [sym_comment] = ACTIONS(4551), + [aux_sym_keyword_token1] = ACTIONS(4553), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4555), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4557), + [anon_sym_ATphp] = ACTIONS(4559), + [anon_sym_ATjs] = ACTIONS(4561), + [aux_sym_attribute_token1] = ACTIONS(4563), + [aux_sym__inline_directive_token1] = ACTIONS(4565), + [aux_sym__inline_directive_token2] = ACTIONS(4567), + [anon_sym_ATuse] = ACTIONS(4569), + [anon_sym_ATfragment] = ACTIONS(4571), + [anon_sym_ATsection] = ACTIONS(4573), + [anon_sym_ATonce] = ACTIONS(4575), + [anon_sym_ATendonce] = ACTIONS(10981), + [anon_sym_ATverbatim] = ACTIONS(4579), + [anon_sym_ATpush] = ACTIONS(4581), + [anon_sym_ATpushOnce] = ACTIONS(4583), + [anon_sym_ATpushIf] = ACTIONS(4585), + [anon_sym_ATprepend] = ACTIONS(4587), + [anon_sym_ATprependOnce] = ACTIONS(4589), + [anon_sym_ATif] = ACTIONS(4591), + [anon_sym_ATunless] = ACTIONS(4593), + [anon_sym_ATisset] = ACTIONS(4595), + [anon_sym_ATempty] = ACTIONS(4597), + [anon_sym_ATauth] = ACTIONS(4599), + [anon_sym_ATguest] = ACTIONS(4601), + [anon_sym_ATproduction] = ACTIONS(4603), + [anon_sym_ATenv] = ACTIONS(4605), + [anon_sym_AThasSection] = ACTIONS(4607), + [anon_sym_ATsectionMissing] = ACTIONS(4609), + [anon_sym_ATerror] = ACTIONS(4611), + [anon_sym_ATcan] = ACTIONS(4613), + [anon_sym_ATcannot] = ACTIONS(4615), + [anon_sym_ATcanany] = ACTIONS(4617), + [anon_sym_ATfeature] = ACTIONS(4619), + [aux_sym__custom_token1] = ACTIONS(4621), + [aux_sym__custom_token2] = ACTIONS(4623), + [anon_sym_ATswitch] = ACTIONS(4625), + [aux_sym_loop_operator_token1] = ACTIONS(4627), + [anon_sym_ATfor] = ACTIONS(4629), + [anon_sym_ATforeach] = ACTIONS(4631), + [anon_sym_ATforelse] = ACTIONS(4633), + [anon_sym_ATwhile] = ACTIONS(4635), + [anon_sym_ATsetup] = ACTIONS(4637), + [anon_sym_ATtask] = ACTIONS(4639), + [anon_sym_ATstory] = ACTIONS(4641), + [anon_sym_ATbefore] = ACTIONS(4643), + [anon_sym_ATafter] = ACTIONS(4645), + [anon_sym_ATsuccess] = ACTIONS(4647), + [anon_sym_ATfinished] = ACTIONS(4649), + [anon_sym_ATpersist] = ACTIONS(4651), + [anon_sym_ATteleport] = ACTIONS(4653), + [anon_sym_ATvolt] = ACTIONS(4655), + [aux_sym__text_token1] = ACTIONS(4657), + [aux_sym__text_token2] = ACTIONS(4657), + [aux_sym__text_token3] = ACTIONS(4659), + }, + [649] = { + [sym__definition] = STATE(283), + [sym_keyword] = STATE(283), + [sym_php_statement] = STATE(283), + [sym__escaped] = STATE(3546), + [sym__unescaped] = STATE(3546), + [sym__raw] = STATE(3546), + [sym__inline_raw] = STATE(3546), + [sym__multi_line_raw] = STATE(3546), + [sym__js] = STATE(3546), + [sym_attribute] = STATE(283), + [sym__inline_directive] = STATE(283), + [sym__use] = STATE(283), + [sym__nested_directive] = STATE(283), + [sym_fragment] = STATE(283), + [sym_section] = STATE(283), + [sym_inlineSection] = STATE(283), + [sym_once] = STATE(283), + [sym_verbatim] = STATE(283), + [sym_stack] = STATE(283), + [sym__push] = STATE(3550), + [sym__pushOnce] = STATE(3550), + [sym__pushIf] = STATE(3550), + [sym__prepend] = STATE(3550), + [sym__prependOnce] = STATE(3550), + [sym_conditional] = STATE(283), + [sym__if] = STATE(3551), + [sym__unless] = STATE(3551), + [sym__isset] = STATE(3551), + [sym__empty] = STATE(3551), + [sym__auth] = STATE(3551), + [sym__guest] = STATE(3551), + [sym__production] = STATE(3551), + [sym__env] = STATE(3551), + [sym__hasSection] = STATE(3551), + [sym__sectionMissing] = STATE(3551), + [sym__error] = STATE(3551), + [sym_authorization] = STATE(3551), + [sym__can] = STATE(3552), + [sym__cannot] = STATE(3552), + [sym__canany] = STATE(3552), + [sym__feature] = STATE(3551), + [sym__custom] = STATE(3551), + [sym_switch] = STATE(283), + [sym_loop] = STATE(283), + [sym_loop_operator] = STATE(283), + [sym__for] = STATE(3553), + [sym__foreach] = STATE(3553), + [sym__forelse] = STATE(3553), + [sym__while] = STATE(3553), + [sym_envoy] = STATE(283), + [sym__setup] = STATE(3546), + [sym__task] = STATE(3581), + [sym__story] = STATE(3581), + [sym__hooks] = STATE(3546), + [sym__before] = STATE(3546), + [sym__after] = STATE(3546), + [sym__envoy_error] = STATE(3546), + [sym__success] = STATE(3546), + [sym__finished] = STATE(3546), + [sym_livewire] = STATE(283), + [sym__persist] = STATE(3555), + [sym__teleport] = STATE(3555), + [sym__volt] = STATE(3555), + [aux_sym__directive_body] = STATE(283), + [sym_text] = STATE(283), + [sym__text] = STATE(1773), + [aux_sym_php_only_repeat1] = STATE(1773), + [sym_comment] = ACTIONS(4441), + [aux_sym_keyword_token1] = ACTIONS(4443), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4445), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4447), + [anon_sym_ATphp] = ACTIONS(4449), + [anon_sym_ATjs] = ACTIONS(4451), + [aux_sym_attribute_token1] = ACTIONS(4453), + [aux_sym__inline_directive_token1] = ACTIONS(4455), + [aux_sym__inline_directive_token2] = ACTIONS(4457), + [anon_sym_ATuse] = ACTIONS(4459), + [anon_sym_ATfragment] = ACTIONS(4461), + [anon_sym_ATsection] = ACTIONS(4463), + [anon_sym_ATonce] = ACTIONS(4465), + [anon_sym_ATverbatim] = ACTIONS(4467), + [anon_sym_ATendverbatim] = ACTIONS(10983), + [anon_sym_ATpush] = ACTIONS(4471), + [anon_sym_ATpushOnce] = ACTIONS(4473), + [anon_sym_ATpushIf] = ACTIONS(4475), + [anon_sym_ATprepend] = ACTIONS(4477), + [anon_sym_ATprependOnce] = ACTIONS(4479), + [anon_sym_ATif] = ACTIONS(4481), + [anon_sym_ATunless] = ACTIONS(4483), + [anon_sym_ATisset] = ACTIONS(4485), + [anon_sym_ATempty] = ACTIONS(4487), + [anon_sym_ATauth] = ACTIONS(4489), + [anon_sym_ATguest] = ACTIONS(4491), + [anon_sym_ATproduction] = ACTIONS(4493), + [anon_sym_ATenv] = ACTIONS(4495), + [anon_sym_AThasSection] = ACTIONS(4497), + [anon_sym_ATsectionMissing] = ACTIONS(4499), + [anon_sym_ATerror] = ACTIONS(4501), + [anon_sym_ATcan] = ACTIONS(4503), + [anon_sym_ATcannot] = ACTIONS(4505), + [anon_sym_ATcanany] = ACTIONS(4507), + [anon_sym_ATfeature] = ACTIONS(4509), + [aux_sym__custom_token1] = ACTIONS(4511), + [aux_sym__custom_token2] = ACTIONS(4513), + [anon_sym_ATswitch] = ACTIONS(4515), + [aux_sym_loop_operator_token1] = ACTIONS(4517), + [anon_sym_ATfor] = ACTIONS(4519), + [anon_sym_ATforeach] = ACTIONS(4521), + [anon_sym_ATforelse] = ACTIONS(4523), + [anon_sym_ATwhile] = ACTIONS(4525), + [anon_sym_ATsetup] = ACTIONS(4527), + [anon_sym_ATtask] = ACTIONS(4529), + [anon_sym_ATstory] = ACTIONS(4531), + [anon_sym_ATbefore] = ACTIONS(4533), + [anon_sym_ATafter] = ACTIONS(4535), + [anon_sym_ATsuccess] = ACTIONS(4537), + [anon_sym_ATfinished] = ACTIONS(4539), + [anon_sym_ATpersist] = ACTIONS(4541), + [anon_sym_ATteleport] = ACTIONS(4543), + [anon_sym_ATvolt] = ACTIONS(4545), + [aux_sym__text_token1] = ACTIONS(4547), + [aux_sym__text_token2] = ACTIONS(4547), + [aux_sym__text_token3] = ACTIONS(4549), + }, + [650] = { + [sym__definition] = STATE(657), + [sym_keyword] = STATE(657), + [sym_php_statement] = STATE(657), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(657), + [sym__inline_directive] = STATE(657), + [sym__use] = STATE(657), + [sym__nested_directive] = STATE(657), + [sym_fragment] = STATE(657), + [sym_section] = STATE(657), + [sym_inlineSection] = STATE(657), + [sym_once] = STATE(657), + [sym_verbatim] = STATE(657), + [sym_stack] = STATE(657), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(657), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(657), + [sym_loop] = STATE(657), + [sym_loop_operator] = STATE(657), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(657), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(657), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(657), + [sym_text] = STATE(657), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10985), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(10987), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [651] = { + [sym__definition] = STATE(551), + [sym_keyword] = STATE(551), + [sym_php_statement] = STATE(551), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(551), + [sym__inline_directive] = STATE(551), + [sym__use] = STATE(551), + [sym__nested_directive] = STATE(551), + [sym_fragment] = STATE(551), + [sym_section] = STATE(551), + [sym_inlineSection] = STATE(551), + [sym_once] = STATE(551), + [sym_verbatim] = STATE(551), + [sym_stack] = STATE(551), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(551), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(551), + [sym_loop] = STATE(551), + [sym_loop_operator] = STATE(551), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(551), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(551), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(551), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(551), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(10989), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(10991), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [652] = { + [sym__definition] = STATE(620), + [sym_keyword] = STATE(620), + [sym_php_statement] = STATE(620), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(620), + [sym__inline_directive] = STATE(620), + [sym__use] = STATE(620), + [sym__nested_directive] = STATE(620), + [sym_fragment] = STATE(620), + [sym_section] = STATE(620), + [sym_inlineSection] = STATE(620), + [sym_once] = STATE(620), + [sym_verbatim] = STATE(620), + [sym_stack] = STATE(620), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(620), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(620), + [sym_loop] = STATE(620), + [sym_loop_operator] = STATE(620), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(620), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(620), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(620), + [sym_text] = STATE(620), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10993), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(10995), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [653] = { + [sym__definition] = STATE(654), + [sym_keyword] = STATE(654), + [sym_php_statement] = STATE(654), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(654), + [sym__inline_directive] = STATE(654), + [sym__use] = STATE(654), + [sym__nested_directive] = STATE(654), + [sym_fragment] = STATE(654), + [sym_section] = STATE(654), + [sym_inlineSection] = STATE(654), + [sym_once] = STATE(654), + [sym_verbatim] = STATE(654), + [sym_stack] = STATE(654), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(654), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(654), + [sym_loop] = STATE(654), + [sym_loop_operator] = STATE(654), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(654), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(654), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(654), + [sym_text] = STATE(654), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(10997), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(10999), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [654] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(11001), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, + [655] = { + [sym__definition] = STATE(644), + [sym_keyword] = STATE(644), + [sym_php_statement] = STATE(644), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(644), + [sym__inline_directive] = STATE(644), + [sym__use] = STATE(644), + [sym__nested_directive] = STATE(644), + [sym_fragment] = STATE(644), + [sym_section] = STATE(644), + [sym_inlineSection] = STATE(644), + [sym_once] = STATE(644), + [sym_verbatim] = STATE(644), + [sym_stack] = STATE(644), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(644), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(644), + [sym_loop] = STATE(644), + [sym_loop_operator] = STATE(644), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(644), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(644), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(644), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(644), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(11003), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(11005), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [656] = { + [sym__definition] = STATE(638), + [sym_keyword] = STATE(638), + [sym_php_statement] = STATE(638), + [sym__escaped] = STATE(3168), + [sym__unescaped] = STATE(3168), + [sym__raw] = STATE(3168), + [sym__inline_raw] = STATE(3168), + [sym__multi_line_raw] = STATE(3168), + [sym__js] = STATE(3168), + [sym_attribute] = STATE(638), + [sym__inline_directive] = STATE(638), + [sym__use] = STATE(638), + [sym__nested_directive] = STATE(638), + [sym_fragment] = STATE(638), + [sym_section] = STATE(638), + [sym_inlineSection] = STATE(638), + [sym_once] = STATE(638), + [sym_verbatim] = STATE(638), + [sym_stack] = STATE(638), + [sym__push] = STATE(3169), + [sym__pushOnce] = STATE(3169), + [sym__pushIf] = STATE(3169), + [sym__prepend] = STATE(3169), + [sym__prependOnce] = STATE(3169), + [sym_conditional] = STATE(638), + [sym__if] = STATE(3170), + [sym__unless] = STATE(3170), + [sym__isset] = STATE(3170), + [sym__empty] = STATE(3170), + [sym__auth] = STATE(3170), + [sym__guest] = STATE(3170), + [sym__production] = STATE(3170), + [sym__env] = STATE(3170), + [sym__hasSection] = STATE(3170), + [sym__sectionMissing] = STATE(3170), + [sym__error] = STATE(3170), + [sym_authorization] = STATE(3170), + [sym__can] = STATE(3171), + [sym__cannot] = STATE(3171), + [sym__canany] = STATE(3171), + [sym__feature] = STATE(3170), + [sym__custom] = STATE(3170), + [sym_switch] = STATE(638), + [sym_loop] = STATE(638), + [sym_loop_operator] = STATE(638), + [sym__for] = STATE(3172), + [sym__foreach] = STATE(3172), + [sym__forelse] = STATE(3172), + [sym__while] = STATE(3172), + [sym_envoy] = STATE(638), + [sym__setup] = STATE(3168), + [sym__task] = STATE(3173), + [sym__story] = STATE(3173), + [sym__hooks] = STATE(3168), + [sym__before] = STATE(3168), + [sym__after] = STATE(3168), + [sym__envoy_error] = STATE(3168), + [sym__success] = STATE(3168), + [sym__finished] = STATE(3168), + [sym_livewire] = STATE(638), + [sym__persist] = STATE(3174), + [sym__teleport] = STATE(3174), + [sym__volt] = STATE(3174), + [sym_text] = STATE(638), + [sym__text] = STATE(929), + [aux_sym_blade_repeat1] = STATE(638), + [aux_sym_php_only_repeat1] = STATE(929), + [sym_comment] = ACTIONS(11007), + [aux_sym_keyword_token1] = ACTIONS(4671), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4673), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4675), + [anon_sym_ATphp] = ACTIONS(4677), + [anon_sym_ATjs] = ACTIONS(4679), + [aux_sym_attribute_token1] = ACTIONS(4681), + [aux_sym__inline_directive_token1] = ACTIONS(4683), + [aux_sym__inline_directive_token2] = ACTIONS(4685), + [anon_sym_ATuse] = ACTIONS(4687), + [anon_sym_ATfragment] = ACTIONS(4689), + [anon_sym_ATsection] = ACTIONS(4691), + [anon_sym_ATonce] = ACTIONS(4693), + [anon_sym_ATverbatim] = ACTIONS(4695), + [anon_sym_ATpush] = ACTIONS(4697), + [anon_sym_ATpushOnce] = ACTIONS(4699), + [anon_sym_ATpushIf] = ACTIONS(4701), + [anon_sym_ATprepend] = ACTIONS(4703), + [anon_sym_ATprependOnce] = ACTIONS(4705), + [anon_sym_ATif] = ACTIONS(4707), + [anon_sym_ATunless] = ACTIONS(4709), + [anon_sym_ATisset] = ACTIONS(4711), + [anon_sym_ATempty] = ACTIONS(4713), + [anon_sym_ATauth] = ACTIONS(4715), + [anon_sym_ATguest] = ACTIONS(4717), + [anon_sym_ATproduction] = ACTIONS(4719), + [anon_sym_ATenv] = ACTIONS(4721), + [anon_sym_AThasSection] = ACTIONS(4723), + [anon_sym_ATsectionMissing] = ACTIONS(4725), + [anon_sym_ATerror] = ACTIONS(4727), + [anon_sym_ATcan] = ACTIONS(4729), + [anon_sym_ATcannot] = ACTIONS(4731), + [anon_sym_ATcanany] = ACTIONS(4733), + [anon_sym_ATfeature] = ACTIONS(4735), + [aux_sym__custom_token1] = ACTIONS(4737), + [aux_sym__custom_token2] = ACTIONS(4739), + [anon_sym_ATswitch] = ACTIONS(4741), + [anon_sym_ATendswitch] = ACTIONS(11009), + [aux_sym_loop_operator_token1] = ACTIONS(4745), + [anon_sym_ATfor] = ACTIONS(4747), + [anon_sym_ATforeach] = ACTIONS(4749), + [anon_sym_ATforelse] = ACTIONS(4751), + [anon_sym_ATwhile] = ACTIONS(4753), + [anon_sym_ATsetup] = ACTIONS(4755), + [anon_sym_ATtask] = ACTIONS(4757), + [anon_sym_ATstory] = ACTIONS(4759), + [anon_sym_ATbefore] = ACTIONS(4761), + [anon_sym_ATafter] = ACTIONS(4763), + [anon_sym_ATsuccess] = ACTIONS(4765), + [anon_sym_ATfinished] = ACTIONS(4767), + [anon_sym_ATpersist] = ACTIONS(4769), + [anon_sym_ATteleport] = ACTIONS(4771), + [anon_sym_ATvolt] = ACTIONS(4773), + [aux_sym__text_token1] = ACTIONS(4775), + [aux_sym__text_token2] = ACTIONS(4775), + [aux_sym__text_token3] = ACTIONS(4777), + }, + [657] = { + [sym__definition] = STATE(260), + [sym_keyword] = STATE(260), + [sym_php_statement] = STATE(260), + [sym__escaped] = STATE(3081), + [sym__unescaped] = STATE(3081), + [sym__raw] = STATE(3081), + [sym__inline_raw] = STATE(3081), + [sym__multi_line_raw] = STATE(3081), + [sym__js] = STATE(3081), + [sym_attribute] = STATE(260), + [sym__inline_directive] = STATE(260), + [sym__use] = STATE(260), + [sym__nested_directive] = STATE(260), + [sym_fragment] = STATE(260), + [sym_section] = STATE(260), + [sym_inlineSection] = STATE(260), + [sym_once] = STATE(260), + [sym_verbatim] = STATE(260), + [sym_stack] = STATE(260), + [sym__push] = STATE(3082), + [sym__pushOnce] = STATE(3082), + [sym__pushIf] = STATE(3082), + [sym__prepend] = STATE(3082), + [sym__prependOnce] = STATE(3082), + [sym_conditional] = STATE(260), + [sym__if] = STATE(3083), + [sym__unless] = STATE(3083), + [sym__isset] = STATE(3083), + [sym__empty] = STATE(3083), + [sym__auth] = STATE(3083), + [sym__guest] = STATE(3083), + [sym__production] = STATE(3083), + [sym__env] = STATE(3083), + [sym__hasSection] = STATE(3083), + [sym__sectionMissing] = STATE(3083), + [sym__error] = STATE(3083), + [sym_authorization] = STATE(3083), + [sym__can] = STATE(3084), + [sym__cannot] = STATE(3084), + [sym__canany] = STATE(3084), + [sym__feature] = STATE(3083), + [sym__custom] = STATE(3083), + [sym_switch] = STATE(260), + [sym_loop] = STATE(260), + [sym_loop_operator] = STATE(260), + [sym__for] = STATE(3085), + [sym__foreach] = STATE(3085), + [sym__forelse] = STATE(3085), + [sym__while] = STATE(3085), + [sym_envoy] = STATE(260), + [sym__setup] = STATE(3081), + [sym__task] = STATE(3086), + [sym__story] = STATE(3086), + [sym__hooks] = STATE(3081), + [sym__before] = STATE(3081), + [sym__after] = STATE(3081), + [sym__envoy_error] = STATE(3081), + [sym__success] = STATE(3081), + [sym__finished] = STATE(3081), + [sym_livewire] = STATE(260), + [sym__persist] = STATE(3087), + [sym__teleport] = STATE(3087), + [sym__volt] = STATE(3087), + [aux_sym__directive_body] = STATE(260), + [sym_text] = STATE(260), + [sym__text] = STATE(931), + [aux_sym_php_only_repeat1] = STATE(931), + [sym_comment] = ACTIONS(4217), + [aux_sym_keyword_token1] = ACTIONS(4219), + [anon_sym_LBRACE_LBRACE] = ACTIONS(4221), + [anon_sym_LBRACE_BANG_BANG] = ACTIONS(4223), + [anon_sym_ATphp] = ACTIONS(4225), + [anon_sym_ATjs] = ACTIONS(4227), + [aux_sym_attribute_token1] = ACTIONS(4229), + [aux_sym__inline_directive_token1] = ACTIONS(4231), + [aux_sym__inline_directive_token2] = ACTIONS(4233), + [anon_sym_ATuse] = ACTIONS(4235), + [anon_sym_ATfragment] = ACTIONS(4237), + [anon_sym_ATsection] = ACTIONS(4239), + [aux_sym_section_token1] = ACTIONS(11011), + [anon_sym_ATonce] = ACTIONS(4243), + [anon_sym_ATverbatim] = ACTIONS(4245), + [anon_sym_ATpush] = ACTIONS(4247), + [anon_sym_ATpushOnce] = ACTIONS(4249), + [anon_sym_ATpushIf] = ACTIONS(4251), + [anon_sym_ATprepend] = ACTIONS(4253), + [anon_sym_ATprependOnce] = ACTIONS(4255), + [anon_sym_ATif] = ACTIONS(4257), + [anon_sym_ATunless] = ACTIONS(4259), + [anon_sym_ATisset] = ACTIONS(4261), + [anon_sym_ATempty] = ACTIONS(4263), + [anon_sym_ATauth] = ACTIONS(4265), + [anon_sym_ATguest] = ACTIONS(4267), + [anon_sym_ATproduction] = ACTIONS(4269), + [anon_sym_ATenv] = ACTIONS(4271), + [anon_sym_AThasSection] = ACTIONS(4273), + [anon_sym_ATsectionMissing] = ACTIONS(4275), + [anon_sym_ATerror] = ACTIONS(4277), + [anon_sym_ATcan] = ACTIONS(4279), + [anon_sym_ATcannot] = ACTIONS(4281), + [anon_sym_ATcanany] = ACTIONS(4283), + [anon_sym_ATfeature] = ACTIONS(4285), + [aux_sym__custom_token1] = ACTIONS(4287), + [aux_sym__custom_token2] = ACTIONS(4289), + [anon_sym_ATswitch] = ACTIONS(4291), + [aux_sym_loop_operator_token1] = ACTIONS(4293), + [anon_sym_ATfor] = ACTIONS(4295), + [anon_sym_ATforeach] = ACTIONS(4297), + [anon_sym_ATforelse] = ACTIONS(4299), + [anon_sym_ATwhile] = ACTIONS(4301), + [anon_sym_ATsetup] = ACTIONS(4303), + [anon_sym_ATtask] = ACTIONS(4305), + [anon_sym_ATstory] = ACTIONS(4307), + [anon_sym_ATbefore] = ACTIONS(4309), + [anon_sym_ATafter] = ACTIONS(4311), + [anon_sym_ATsuccess] = ACTIONS(4313), + [anon_sym_ATfinished] = ACTIONS(4315), + [anon_sym_ATpersist] = ACTIONS(4317), + [anon_sym_ATteleport] = ACTIONS(4319), + [anon_sym_ATvolt] = ACTIONS(4321), + [aux_sym__text_token1] = ACTIONS(4323), + [aux_sym__text_token2] = ACTIONS(4323), + [aux_sym__text_token3] = ACTIONS(4325), + }, +}; static const uint16_t ts_small_parse_table[] = { [0] = 5, ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(136), 1, + STATE(86), 1, sym__directive_parameter, - STATE(6602), 1, + STATE(6990), 1, sym__if_statement_directive_body, ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, @@ -109471,81 +109535,2199 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6409), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATelse, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, + [72] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6442), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATendcan, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [144] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6481), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATenderror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [216] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6950), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATendproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [288] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6403), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATendcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [360] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(7028), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATendauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [432] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6520), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_ATendenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [504] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6559), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATendempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [576] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6598), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATendisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [648] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6638), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATendunless, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [720] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6677), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATendif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [792] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6364), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATendcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [864] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6325), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + anon_sym_ATendfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [936] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6285), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + aux_sym__custom_token3, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [1008] = 4, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(801), 1, + sym__directive_parameter, + ACTIONS(11021), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11019), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATendempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [1077] = 5, + ACTIONS(11029), 1, + aux_sym__text_token3, + ACTIONS(11027), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(692), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11023), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATendisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [1148] = 4, + ACTIONS(11031), 1, + anon_sym_LPAREN2, + STATE(1880), 1, + sym__directive_parameter, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATendcan, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [1217] = 5, + ACTIONS(11040), 1, + aux_sym__text_token3, + ACTIONS(11037), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(675), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11033), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + anon_sym_ATendfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [1288] = 4, + ACTIONS(11043), 1, + anon_sym_LPAREN2, + STATE(818), 1, + sym__directive_parameter, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATendproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [1357] = 4, + ACTIONS(11045), 1, + anon_sym_LPAREN2, + STATE(907), 1, + sym__directive_parameter, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATendguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [1426] = 4, + ACTIONS(11047), 1, + anon_sym_LPAREN2, + STATE(986), 1, + sym__directive_parameter, + ACTIONS(11021), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11019), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATenderror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [1495] = 5, + ACTIONS(11052), 1, + aux_sym__text_token3, + ACTIONS(11049), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(679), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11033), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATendcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [1566] = 5, + ACTIONS(11057), 1, + aux_sym__text_token3, + ACTIONS(11055), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(686), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11023), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATenderror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [1637] = 5, + ACTIONS(11062), 1, + aux_sym__text_token3, + ACTIONS(11059), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(681), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11033), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATendcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [1708] = 5, + ACTIONS(11068), 1, + aux_sym__text_token3, + ACTIONS(11065), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(682), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11033), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATendproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [1779] = 4, + ACTIONS(11045), 1, + anon_sym_LPAREN2, + STATE(1718), 1, + sym__directive_parameter, + ACTIONS(11021), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11019), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATendguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [1848] = 5, + ACTIONS(11074), 1, + aux_sym__text_token3, + ACTIONS(11071), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(684), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11033), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATendcan, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [1919] = 5, + ACTIONS(11079), 1, + aux_sym__text_token3, + ACTIONS(11077), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(688), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11023), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_ATendenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [1990] = 5, + ACTIONS(11084), 1, + aux_sym__text_token3, + ACTIONS(11081), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(686), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11033), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATenderror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [2061] = 4, + ACTIONS(11047), 1, + anon_sym_LPAREN2, + STATE(1792), 1, + sym__directive_parameter, + ACTIONS(11015), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATenderror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [2130] = 5, + ACTIONS(11090), 1, + aux_sym__text_token3, + ACTIONS(11087), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(688), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11033), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_ATendenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [2201] = 4, + ACTIONS(11043), 1, + anon_sym_LPAREN2, + STATE(1693), 1, + sym__directive_parameter, + ACTIONS(11021), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11019), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATendproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [2270] = 5, + ACTIONS(11096), 1, + aux_sym__text_token3, + ACTIONS(11093), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(690), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11033), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATendempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [2341] = 5, + ACTIONS(11101), 1, + aux_sym__text_token3, + ACTIONS(11099), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(690), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 10, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11023), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATendempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [2412] = 5, + ACTIONS(11106), 1, + aux_sym__text_token3, + ACTIONS(11103), 2, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATendcan, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - aux_sym__text_token3, - [144] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6468), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + STATE(692), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -109556,9 +111738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11033), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -109576,6 +111756,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -109584,7 +111765,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -109604,15 +111784,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [216] = 5, - ACTIONS(11017), 1, + [2483] = 4, + ACTIONS(11109), 1, anon_sym_LPAREN2, - STATE(136), 1, + STATE(1860), 1, sym__directive_parameter, - STATE(6208), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -109625,7 +111802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -109672,14 +111849,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [288] = 5, - ACTIONS(11017), 1, + [2552] = 4, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(136), 1, + STATE(889), 1, sym__directive_parameter, - STATE(6529), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -109692,7 +111867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -109739,14 +111914,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [360] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6840), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + [2621] = 5, + ACTIONS(11116), 1, + aux_sym__text_token3, + ACTIONS(11113), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(695), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -109757,9 +111934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11033), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -109776,12 +111951,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -109805,15 +111980,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [2692] = 5, + ACTIONS(11121), 1, aux_sym__text_token3, - [432] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6585), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + ACTIONS(11119), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(711), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -109824,9 +112000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -109845,7 +112019,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -109857,6 +112030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -109872,14 +112046,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [504] = 5, - ACTIONS(11017), 1, + [2763] = 4, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(136), 1, + STATE(1704), 1, sym__directive_parameter, - STATE(6647), 1, - sym__if_statement_directive_body, ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -109911,12 +112082,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -109940,14 +112111,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [576] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6704), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + [2832] = 5, + ACTIONS(11126), 1, + aux_sym__text_token3, + ACTIONS(11123), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(698), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -109958,9 +112131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11033), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -109977,11 +112148,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -110006,15 +112177,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [648] = 5, - ACTIONS(11017), 1, + [2903] = 4, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(136), 1, + STATE(1082), 1, sym__directive_parameter, - STATE(6759), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110027,7 +112195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110044,7 +112212,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -110054,6 +112221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -110074,14 +112242,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [720] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6281), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + [2972] = 5, + ACTIONS(11132), 1, + aux_sym__text_token3, + ACTIONS(11129), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(700), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110092,9 +112262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11033), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110111,6 +112279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -110122,7 +112291,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -110140,15 +112308,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [3043] = 5, + ACTIONS(11137), 1, aux_sym__text_token3, - [792] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6347), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + ACTIONS(11135), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(675), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110159,9 +112328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110188,9 +112355,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -110207,15 +112374,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [3114] = 5, + ACTIONS(11141), 1, aux_sym__text_token3, - [864] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6226), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + ACTIONS(11139), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(684), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110226,9 +112394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110254,10 +112420,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -110274,14 +112440,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [936] = 5, - ACTIONS(11017), 1, + [3185] = 4, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(136), 1, + STATE(1071), 1, sym__directive_parameter, - STATE(6169), 1, - sym__if_statement_directive_body, ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -110342,16 +112505,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1008] = 5, - ACTIONS(11025), 1, + [3254] = 5, + ACTIONS(11147), 1, aux_sym__text_token3, - ACTIONS(11023), 2, + ACTIONS(11145), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(675), 2, + STATE(682), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110362,7 +112525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110384,13 +112547,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -110408,16 +112571,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1079] = 5, - ACTIONS(11029), 1, - aux_sym__text_token3, - ACTIONS(11027), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(694), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [3325] = 4, + ACTIONS(11109), 1, + anon_sym_LPAREN2, + STATE(1420), 1, + sym__directive_parameter, + ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110428,7 +112587,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110445,10 +112606,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -110474,16 +112635,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1150] = 5, - ACTIONS(11033), 1, aux_sym__text_token3, - ACTIONS(11031), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(687), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [3394] = 4, + ACTIONS(11149), 1, + anon_sym_LPAREN2, + STATE(1178), 1, + sym__directive_parameter, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110494,7 +112652,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110517,11 +112677,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -110540,16 +112700,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1221] = 5, - ACTIONS(11042), 1, aux_sym__text_token3, - ACTIONS(11039), 2, + [3463] = 5, + ACTIONS(11153), 1, + aux_sym__text_token3, + ACTIONS(11151), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(675), 2, + STATE(679), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110560,7 +112721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110606,10 +112767,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1292] = 4, - ACTIONS(11045), 1, + [3534] = 4, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(1862), 1, + STATE(1170), 1, sym__directive_parameter, ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, @@ -110650,10 +112811,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -110671,78 +112832,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1361] = 5, - ACTIONS(11050), 1, - aux_sym__text_token3, - ACTIONS(11047), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(677), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 10, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATelse, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - ACTIONS(11035), 45, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATcannot, - anon_sym_ATendcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - [1432] = 4, - ACTIONS(11057), 1, + [3603] = 4, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(1755), 1, + STATE(1968), 1, sym__directive_parameter, - ACTIONS(11055), 12, + ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110755,7 +112850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11013), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110776,13 +112871,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -110802,12 +112897,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1501] = 4, - ACTIONS(11059), 1, - anon_sym_LPAREN2, - STATE(1842), 1, - sym__directive_parameter, - ACTIONS(11055), 12, + [3672] = 5, + ACTIONS(11160), 1, + aux_sym__text_token3, + ACTIONS(11157), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(710), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110818,9 +112917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11033), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110866,17 +112963,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [3743] = 5, + ACTIONS(11166), 1, aux_sym__text_token3, - [1570] = 5, - ACTIONS(11063), 1, - aux_sym__text_token3, - ACTIONS(11061), 2, + ACTIONS(11163), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(724), 2, + STATE(711), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + ACTIONS(11035), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110887,7 +112983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + ACTIONS(11033), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110908,7 +113004,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -110918,6 +113013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -110933,12 +113029,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1641] = 4, - ACTIONS(11065), 1, + [3814] = 4, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(977), 1, + STATE(1272), 1, sym__directive_parameter, - ACTIONS(11055), 12, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -110951,7 +113047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -110977,9 +113073,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -110998,16 +113094,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [1710] = 5, - ACTIONS(11070), 1, + [3883] = 5, + ACTIONS(11173), 1, aux_sym__text_token3, - ACTIONS(11067), 2, + ACTIONS(11171), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(682), 2, + STATE(681), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111018,7 +113114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111044,8 +113140,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -111064,16 +113160,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1781] = 5, - ACTIONS(11075), 1, - aux_sym__text_token3, - ACTIONS(11073), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(690), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [3954] = 4, + ACTIONS(11169), 1, + anon_sym_LPAREN2, + STATE(1268), 1, + sym__directive_parameter, + ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111084,7 +113176,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111103,7 +113197,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -111113,6 +113206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -111130,16 +113224,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1852] = 5, - ACTIONS(11080), 1, aux_sym__text_token3, - ACTIONS(11077), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(684), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + [4023] = 4, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(1615), 1, + sym__directive_parameter, + ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111150,7 +113241,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111169,6 +113262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -111176,7 +113270,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -111196,16 +113289,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1923] = 5, - ACTIONS(11086), 1, aux_sym__text_token3, - ACTIONS(11083), 2, + [4092] = 5, + ACTIONS(11177), 1, + aux_sym__text_token3, + ACTIONS(11175), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(685), 2, + STATE(698), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111216,7 +113310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111237,8 +113331,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -111262,10 +113356,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [1994] = 4, - ACTIONS(11065), 1, + [4163] = 4, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(1775), 1, + STATE(1340), 1, sym__directive_parameter, ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, @@ -111297,6 +113391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -111306,7 +113401,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -111327,16 +113421,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2063] = 5, - ACTIONS(11092), 1, - aux_sym__text_token3, - ACTIONS(11089), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(687), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + [4232] = 4, + ACTIONS(11155), 1, + anon_sym_LPAREN2, + STATE(1366), 1, + sym__directive_parameter, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111347,7 +113437,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111370,13 +113462,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -111393,12 +113485,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2134] = 4, - ACTIONS(11057), 1, + aux_sym__text_token3, + [4301] = 4, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(926), 1, + STATE(757), 1, sym__directive_parameter, - ACTIONS(11015), 12, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111411,7 +113504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111429,10 +113522,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -111458,12 +113551,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2203] = 4, - ACTIONS(11095), 1, + [4370] = 4, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(1756), 1, + STATE(1434), 1, sym__directive_parameter, - ACTIONS(11055), 12, + ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111476,7 +113569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11013), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111493,12 +113586,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -111523,16 +113616,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2272] = 5, - ACTIONS(11100), 1, + [4439] = 5, + ACTIONS(11187), 1, aux_sym__text_token3, - ACTIONS(11097), 2, + ACTIONS(11185), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(690), 2, + STATE(700), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111543,7 +113636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111560,9 +113653,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -111589,12 +113682,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2343] = 4, - ACTIONS(11103), 1, + [4510] = 4, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(795), 1, + STATE(1180), 1, sym__directive_parameter, - ACTIONS(11055), 12, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111607,7 +113700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111624,8 +113717,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -111654,16 +113747,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2412] = 5, - ACTIONS(11108), 1, - aux_sym__text_token3, - ACTIONS(11105), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(692), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + [4579] = 4, + ACTIONS(11143), 1, + anon_sym_LPAREN2, + STATE(1460), 1, + sym__directive_parameter, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111674,7 +113763,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111692,7 +113783,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -111705,6 +113795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -111720,12 +113811,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2483] = 4, - ACTIONS(11095), 1, + aux_sym__text_token3, + [4648] = 4, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(817), 1, + STATE(883), 1, sym__directive_parameter, - ACTIONS(11015), 12, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111738,7 +113830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111755,12 +113847,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -111785,16 +113877,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [2552] = 5, - ACTIONS(11114), 1, - aux_sym__text_token3, - ACTIONS(11111), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(694), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + [4717] = 4, + ACTIONS(11181), 1, + anon_sym_LPAREN2, + STATE(1525), 1, + sym__directive_parameter, + ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111805,7 +113893,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111822,8 +113912,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -111851,16 +113941,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2623] = 5, - ACTIONS(11119), 1, aux_sym__text_token3, - ACTIONS(11117), 2, + [4786] = 5, + ACTIONS(11191), 1, + aux_sym__text_token3, + ACTIONS(11189), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(720), 2, + STATE(695), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -111871,71 +113962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - aux_sym__custom_token3, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - [2694] = 4, - ACTIONS(11059), 1, - anon_sym_LPAREN2, - STATE(1435), 1, - sym__directive_parameter, - ACTIONS(11015), 12, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATelse, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -111952,10 +113979,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -111981,17 +114008,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [4857] = 5, + ACTIONS(11195), 1, aux_sym__text_token3, - [2763] = 5, - ACTIONS(11124), 1, - aux_sym__text_token3, - ACTIONS(11121), 2, + ACTIONS(11193), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(697), 2, + STATE(710), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -112002,7 +114028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + ACTIONS(11023), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112019,10 +114045,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -112048,27 +114074,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2834] = 5, - ACTIONS(11129), 1, - aux_sym__text_token3, - ACTIONS(11127), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(709), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [4928] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6129), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112083,7 +114108,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -112097,13 +114121,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -112114,27 +114138,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2905] = 5, - ACTIONS(11133), 1, aux_sym__text_token3, - ACTIONS(11131), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(692), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [4998] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6833), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112147,12 +114171,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -112180,25 +114203,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [2976] = 4, - ACTIONS(11135), 1, + aux_sym__text_token3, + [5068] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1688), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11015), 12, + STATE(6716), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112213,7 +114238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -112221,7 +114246,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -112245,25 +114269,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3045] = 4, - ACTIONS(11045), 1, + [5138] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1072), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11055), 12, + STATE(5835), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112278,7 +114303,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -112289,12 +114313,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -112310,27 +114334,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3114] = 5, - ACTIONS(11139), 1, - aux_sym__text_token3, - ACTIONS(11137), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(685), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [5208] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6755), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112344,15 +114367,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -112376,25 +114398,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3185] = 4, - ACTIONS(11141), 1, + aux_sym__text_token3, + [5278] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1057), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11015), 12, + STATE(6794), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112408,8 +114432,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -112424,7 +114448,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -112441,27 +114464,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3254] = 5, - ACTIONS(11145), 1, - aux_sym__text_token3, - ACTIONS(11143), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(684), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [5348] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6246), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112476,7 +114498,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -112487,13 +114508,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -112507,25 +114528,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3325] = 4, - ACTIONS(11135), 1, + aux_sym__text_token3, + [5418] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(881), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11055), 12, + STATE(6207), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112540,7 +114563,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -112548,7 +114570,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -112559,6 +114580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -112572,25 +114594,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3394] = 4, - ACTIONS(11147), 1, + [5488] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1167), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11055), 12, + STATE(7146), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11013), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112605,7 +114629,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -112617,7 +114640,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -112637,27 +114659,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3463] = 5, - ACTIONS(11151), 1, - aux_sym__text_token3, - ACTIONS(11149), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(677), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [5558] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6168), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112672,7 +114693,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -112684,7 +114704,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -112692,6 +114711,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -112703,25 +114723,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3534] = 4, - ACTIONS(11153), 1, + aux_sym__text_token3, + [5628] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1158), 1, + STATE(86), 1, sym__directive_parameter, + STATE(5911), 1, + sym__if_statement_directive_body, ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, + aux_sym_loop_operator_token1, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11013), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112736,7 +114759,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -112750,10 +114772,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, - aux_sym_loop_operator_token1, + anon_sym_ATbreak, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -112768,93 +114789,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3603] = 5, - ACTIONS(11158), 1, - aux_sym__text_token3, - ACTIONS(11155), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(709), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + [5698] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(6872), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - anon_sym_ATendfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - [3674] = 5, - ACTIONS(11163), 1, - aux_sym__text_token3, - ACTIONS(11161), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(718), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATelse, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - ACTIONS(11019), 45, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112866,15 +114820,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -112900,25 +114853,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [3745] = 4, - ACTIONS(11165), 1, + aux_sym__text_token3, + [5768] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(883), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11055), 12, + STATE(6911), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112928,14 +114883,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -112965,25 +114919,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3814] = 4, - ACTIONS(11167), 1, + [5838] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1260), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11055), 12, + STATE(6090), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -112998,7 +114953,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -113011,7 +114965,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -113021,6 +114974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -113030,91 +114984,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [3883] = 5, - ACTIONS(11171), 1, - aux_sym__text_token3, - ACTIONS(11169), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(682), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATelse, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - ACTIONS(11019), 45, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATendcan, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - [3954] = 4, - ACTIONS(11167), 1, + [5908] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1256), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11015), 12, + STATE(7067), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113126,10 +115015,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -113142,7 +115031,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -113161,25 +115049,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4023] = 4, - ACTIONS(11147), 1, + [5978] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1949), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11015), 12, + STATE(6051), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113194,7 +115083,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -113206,7 +115094,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -113218,6 +115105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -113226,25 +115114,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4092] = 4, + [6048] = 5, ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1600), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11015), 12, + STATE(6012), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113259,11 +115148,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -113288,28 +115175,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4161] = 4, - ACTIONS(11173), 1, + [6118] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1328), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11015), 12, + STATE(5973), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113324,9 +115213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -113354,93 +115241,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4230] = 5, - ACTIONS(11178), 1, - aux_sym__text_token3, - ACTIONS(11175), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(718), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 10, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATelse, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - ACTIONS(11035), 45, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATendauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - [4301] = 4, - ACTIONS(11153), 1, + [6188] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1353), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11055), 12, + STATE(5899), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113455,7 +115278,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -113469,7 +115291,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -113486,28 +115307,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [4370] = 5, - ACTIONS(11184), 1, - aux_sym__text_token3, - ACTIONS(11181), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(720), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + [6258] = 5, + ACTIONS(11017), 1, + anon_sym_LPAREN2, + STATE(86), 1, + sym__directive_parameter, + STATE(5823), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113517,12 +115338,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -113537,7 +115358,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -113553,25 +115373,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [4441] = 4, - ACTIONS(11165), 1, + aux_sym__text_token3, + [6328] = 5, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1421), 1, + STATE(86), 1, sym__directive_parameter, - ACTIONS(11015), 12, + STATE(7106), 1, + sym__if_statement_directive_body, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113582,13 +115404,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -113618,12 +115439,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4510] = 4, - ACTIONS(11141), 1, - anon_sym_LPAREN2, - STATE(1446), 1, - sym__directive_parameter, - ACTIONS(11055), 12, + [6398] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -113636,7 +115453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113683,12 +115500,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4579] = 4, - ACTIONS(11173), 1, - anon_sym_LPAREN2, - STATE(1247), 1, - sym__directive_parameter, - ACTIONS(11055), 12, + [6461] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -113701,7 +115514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113748,16 +115561,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4648] = 5, - ACTIONS(11190), 1, - aux_sym__text_token3, - ACTIONS(11187), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(724), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + [6524] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -113768,7 +115573,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113789,8 +115596,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -113814,12 +115621,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [4719] = 4, - ACTIONS(11103), 1, - anon_sym_LPAREN2, - STATE(1511), 1, - sym__directive_parameter, - ACTIONS(11015), 12, + aux_sym__text_token3, + [6587] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -113832,7 +115636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113850,11 +115654,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -113879,16 +115683,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4788] = 5, - ACTIONS(11195), 1, - aux_sym__text_token3, - ACTIONS(11193), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(697), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [6650] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -113899,7 +115695,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 45, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113916,12 +115714,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -113945,12 +115743,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [4859] = 4, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(785), 1, - sym__directive_parameter, - ACTIONS(11055), 12, + aux_sym__text_token3, + [6713] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -113963,7 +115758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -113982,10 +115777,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114010,26 +115805,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4928] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(5942), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [6776] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114044,12 +115834,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114063,7 +115855,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -114075,26 +115866,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [4998] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(5802), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [6839] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114109,12 +115895,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114124,7 +115912,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -114140,26 +115927,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5068] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6981), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [6902] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114172,11 +115954,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -114205,26 +115988,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5138] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6808), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [6965] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114239,13 +116017,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114270,26 +116049,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5208] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6871), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7028] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114303,14 +116077,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114335,26 +116110,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5278] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6930), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7091] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114368,14 +116138,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114400,26 +116171,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5348] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(7080), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7154] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114429,18 +116195,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114465,26 +116232,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5418] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6111), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7217] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114499,12 +116261,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114515,7 +116279,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -114530,26 +116293,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5488] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6050), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7280] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114564,12 +116322,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114581,7 +116341,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -114595,26 +116354,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5558] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(5994), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7343] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114629,12 +116383,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114647,7 +116403,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -114660,27 +116415,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5628] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(5878), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 12, + [7406] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, - aux_sym_loop_operator_token1, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 44, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114695,12 +116444,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114710,7 +116461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATbreak, + aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -114725,27 +116476,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5698] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6322), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7469] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, - ts_builtin_sym_end, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114760,12 +116505,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114790,26 +116537,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5768] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(5847), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7532] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114824,12 +116566,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114845,7 +116589,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -114855,26 +116598,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5838] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(5852), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7595] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114889,12 +116627,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114911,7 +116651,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -114920,26 +116659,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5908] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6605), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7658] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -114954,12 +116688,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -114981,30 +116717,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [5978] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6067), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7721] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115016,16 +116746,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115050,26 +116781,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6048] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6890), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7784] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115084,12 +116810,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115112,29 +116840,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6118] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(7034), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7847] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115146,16 +116868,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115180,26 +116903,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6188] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6351), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7910] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115214,12 +116932,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115243,28 +116963,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [6258] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(5732), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [7973] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115274,18 +116988,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115310,26 +117025,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6328] = 5, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - STATE(136), 1, - sym__directive_parameter, - STATE(6244), 1, - sym__if_statement_directive_body, - ACTIONS(11015), 11, + [8036] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115340,17 +117050,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115375,8 +117086,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6398] = 2, - ACTIONS(11199), 12, + [8099] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -115389,7 +117100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115409,9 +117120,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115436,8 +117147,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6461] = 2, - ACTIONS(11203), 12, + [8162] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -115450,7 +117161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115467,12 +117178,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115497,24 +117208,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6524] = 4, - ACTIONS(11205), 1, - anon_sym_LPAREN2, - STATE(3453), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [8225] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115524,18 +117232,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115560,8 +117269,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6591] = 2, - ACTIONS(11209), 12, + [8288] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -115574,7 +117283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115621,8 +117330,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6654] = 2, - ACTIONS(11213), 12, + [8351] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -115635,7 +117344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115682,8 +117391,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6717] = 2, - ACTIONS(11217), 12, + [8414] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -115696,7 +117405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115743,8 +117452,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6780] = 2, - ACTIONS(11221), 12, + [8477] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -115757,7 +117466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115804,8 +117513,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6843] = 2, - ACTIONS(11055), 12, + [8540] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -115818,7 +117527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115837,10 +117546,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -115865,8 +117574,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6906] = 2, - ACTIONS(11225), 12, + [8603] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -115879,7 +117588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115926,8 +117635,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [6969] = 2, - ACTIONS(11229), 12, + [8666] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -115940,7 +117649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -115987,8 +117696,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7032] = 2, - ACTIONS(11233), 12, + [8729] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116001,7 +117710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116048,8 +117757,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7095] = 2, - ACTIONS(11237), 12, + [8792] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116062,7 +117771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116109,8 +117818,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7158] = 2, - ACTIONS(11241), 12, + [8855] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116123,7 +117832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116170,8 +117879,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7221] = 2, - ACTIONS(11245), 12, + [8918] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116184,7 +117893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116231,8 +117940,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7284] = 2, - ACTIONS(11249), 12, + [8981] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116245,7 +117954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116292,8 +118001,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7347] = 2, - ACTIONS(11253), 12, + [9044] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116306,7 +118015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116353,8 +118062,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7410] = 2, - ACTIONS(11257), 12, + [9107] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116367,7 +118076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116414,8 +118123,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7473] = 2, - ACTIONS(11261), 12, + [9170] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116428,7 +118137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116475,8 +118184,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7536] = 2, - ACTIONS(11265), 12, + [9233] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116489,7 +118198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116536,8 +118245,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7599] = 2, - ACTIONS(11269), 12, + [9296] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116550,7 +118259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116597,8 +118306,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7662] = 2, - ACTIONS(11273), 12, + [9359] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116611,7 +118320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116658,8 +118367,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7725] = 2, - ACTIONS(11277), 12, + [9422] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116672,7 +118381,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116719,8 +118428,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7788] = 2, - ACTIONS(11281), 12, + [9485] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116733,7 +118442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116780,21 +118489,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7851] = 2, - ACTIONS(11285), 12, + [9548] = 4, + ACTIONS(11389), 1, + anon_sym_LPAREN2, + STATE(3681), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116804,19 +118516,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -116841,8 +118552,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7914] = 2, - ACTIONS(11289), 12, + [9615] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116855,7 +118566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116874,10 +118585,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -116902,8 +118613,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [7977] = 2, - ACTIONS(11293), 12, + [9678] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116916,7 +118627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -116935,10 +118646,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -116963,8 +118674,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8040] = 2, - ACTIONS(11297), 12, + [9741] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -116977,7 +118688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117024,8 +118735,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8103] = 2, - ACTIONS(11301), 12, + [9804] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117038,7 +118749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117085,8 +118796,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8166] = 2, - ACTIONS(11305), 12, + [9867] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117099,7 +118810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117146,8 +118857,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8229] = 2, - ACTIONS(11203), 12, + [9930] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117160,7 +118871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117207,21 +118918,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8292] = 2, - ACTIONS(11309), 12, + [9993] = 5, + ACTIONS(11410), 1, + aux_sym__text_token3, + ACTIONS(11407), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(806), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117233,17 +118949,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -117267,9 +118982,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [8355] = 2, - ACTIONS(11313), 12, + [10062] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117282,7 +118996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117329,8 +119043,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8418] = 2, - ACTIONS(11317), 12, + [10125] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117343,7 +119057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117390,8 +119104,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8481] = 2, - ACTIONS(11321), 12, + [10188] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117404,7 +119118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117451,8 +119165,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8544] = 2, - ACTIONS(11325), 12, + [10251] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117465,7 +119179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117512,8 +119226,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8607] = 2, - ACTIONS(11329), 12, + [10314] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117526,7 +119240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117573,8 +119287,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8670] = 2, - ACTIONS(11333), 12, + [10377] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117587,7 +119301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117606,9 +119320,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -117634,8 +119348,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8733] = 2, - ACTIONS(11337), 12, + [10440] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117648,7 +119362,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117695,8 +119409,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8796] = 2, - ACTIONS(11341), 12, + [10503] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117709,7 +119423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117756,8 +119470,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8859] = 2, - ACTIONS(11345), 12, + [10566] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117770,7 +119484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117817,8 +119531,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8922] = 2, - ACTIONS(11349), 12, + [10629] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117831,7 +119545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117878,8 +119592,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [8985] = 2, - ACTIONS(11353), 12, + [10692] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117892,7 +119606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -117939,8 +119653,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9048] = 2, - ACTIONS(11357), 12, + [10755] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -117953,7 +119667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118000,8 +119714,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9111] = 2, - ACTIONS(11199), 12, + [10818] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118014,7 +119728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118061,8 +119775,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9174] = 2, - ACTIONS(11361), 12, + [10881] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118075,7 +119789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118093,11 +119807,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -118122,8 +119836,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9237] = 2, - ACTIONS(11365), 12, + [10944] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118136,7 +119850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118183,8 +119897,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9300] = 2, - ACTIONS(11333), 12, + [11007] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118197,7 +119911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118215,11 +119929,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -118244,8 +119958,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9363] = 2, - ACTIONS(11369), 12, + [11070] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118258,7 +119972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118305,8 +120019,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9426] = 2, - ACTIONS(11373), 12, + [11133] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118319,7 +120033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118366,8 +120080,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9489] = 2, - ACTIONS(11377), 12, + [11196] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118380,7 +120094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118427,8 +120141,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9552] = 2, - ACTIONS(11381), 12, + [11259] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118441,7 +120155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118488,8 +120202,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9615] = 2, - ACTIONS(11385), 12, + [11322] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118502,7 +120216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118549,8 +120263,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9678] = 2, - ACTIONS(11389), 12, + [11385] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118563,7 +120277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118610,8 +120324,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9741] = 2, - ACTIONS(11393), 12, + [11448] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118624,7 +120338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118671,8 +120385,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9804] = 2, - ACTIONS(11397), 12, + [11511] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118685,7 +120399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118732,8 +120446,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9867] = 2, - ACTIONS(11401), 12, + [11574] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118746,7 +120460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118793,8 +120507,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9930] = 2, - ACTIONS(11405), 12, + [11637] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118807,7 +120521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118854,8 +120568,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [9993] = 2, - ACTIONS(11409), 12, + [11700] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118868,7 +120582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118915,8 +120629,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10056] = 2, - ACTIONS(11413), 12, + [11763] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118929,7 +120643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -118950,8 +120664,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -118976,8 +120690,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10119] = 2, - ACTIONS(11417), 12, + [11826] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -118990,7 +120704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119037,8 +120751,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10182] = 2, - ACTIONS(11421), 12, + [11889] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119051,7 +120765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119098,8 +120812,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10245] = 2, - ACTIONS(11425), 12, + [11952] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119112,7 +120826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119159,16 +120873,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10308] = 5, - ACTIONS(11430), 1, - aux_sym__text_token3, - ACTIONS(11427), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(811), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [12015] = 4, + ACTIONS(11529), 1, + anon_sym_LPAREN2, + STATE(3599), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119178,7 +120888,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119190,7 +120902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -119223,8 +120935,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [10377] = 2, - ACTIONS(11435), 12, + aux_sym__text_token3, + [12082] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119237,7 +120950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119258,8 +120971,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119284,8 +120997,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10440] = 2, - ACTIONS(11439), 12, + [12145] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119298,7 +121011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119319,8 +121032,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119345,8 +121058,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10503] = 2, - ACTIONS(11443), 12, + [12208] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119359,7 +121072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119380,8 +121093,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119406,8 +121119,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10566] = 2, - ACTIONS(11447), 12, + [12271] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119420,7 +121133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119441,8 +121154,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119467,8 +121180,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10629] = 2, - ACTIONS(11451), 12, + [12334] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119481,7 +121194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119502,8 +121215,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119528,8 +121241,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10692] = 2, - ACTIONS(11455), 12, + [12397] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119542,7 +121255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119563,8 +121276,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119589,8 +121302,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10755] = 2, - ACTIONS(11459), 12, + [12460] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119603,7 +121316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119624,8 +121337,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119650,21 +121363,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10818] = 2, - ACTIONS(11055), 12, + [12523] = 5, + ACTIONS(11533), 1, + aux_sym__text_token3, + ACTIONS(11531), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1710), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119674,15 +121392,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -119710,9 +121427,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [10881] = 2, - ACTIONS(11413), 12, + [12592] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119725,7 +121441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119746,8 +121462,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119772,8 +121488,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [10944] = 2, - ACTIONS(11463), 12, + [12655] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119786,7 +121502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119807,8 +121523,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119833,8 +121549,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11007] = 2, - ACTIONS(11467), 12, + [12718] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119847,7 +121563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119868,8 +121584,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119894,8 +121610,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11070] = 2, - ACTIONS(11471), 12, + [12781] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119908,7 +121624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119929,8 +121645,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -119955,8 +121671,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11133] = 2, - ACTIONS(11475), 12, + [12844] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -119969,7 +121685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -119990,8 +121706,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120016,8 +121732,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11196] = 2, - ACTIONS(11479), 12, + [12907] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120030,7 +121746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120051,8 +121767,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120077,8 +121793,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11259] = 2, - ACTIONS(11483), 12, + [12970] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120091,7 +121807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120112,8 +121828,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120138,8 +121854,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11322] = 2, - ACTIONS(11487), 12, + [13033] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120152,7 +121868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120173,8 +121889,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120199,8 +121915,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11385] = 2, - ACTIONS(11491), 12, + [13096] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120213,7 +121929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120234,8 +121950,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120260,8 +121976,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11448] = 2, - ACTIONS(11495), 12, + [13159] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120274,7 +121990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120295,8 +122011,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120321,8 +122037,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11511] = 2, - ACTIONS(11499), 12, + [13222] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120335,7 +122051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120356,8 +122072,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120382,24 +122098,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11574] = 4, - ACTIONS(11501), 1, - anon_sym_LPAREN2, - STATE(3365), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [13285] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120411,15 +122124,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -120445,8 +122159,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11641] = 2, - ACTIONS(11505), 12, + [13348] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120459,7 +122173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120481,8 +122195,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -120506,8 +122220,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11704] = 2, - ACTIONS(11509), 12, + [13411] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120520,7 +122234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120541,8 +122255,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120567,8 +122281,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11767] = 2, - ACTIONS(11513), 12, + [13474] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120581,7 +122295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120602,8 +122316,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120628,8 +122342,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11830] = 2, - ACTIONS(11517), 12, + [13537] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120642,7 +122356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120663,8 +122377,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120689,8 +122403,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11893] = 2, - ACTIONS(11521), 12, + [13600] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120703,7 +122417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120724,8 +122438,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120750,8 +122464,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [11956] = 2, - ACTIONS(11525), 12, + [13663] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120764,7 +122478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120785,8 +122499,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -120811,8 +122525,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12019] = 2, - ACTIONS(11209), 12, + [13726] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120825,7 +122539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120872,26 +122586,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12082] = 5, - ACTIONS(11529), 1, - aux_sym__text_token3, - ACTIONS(11527), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1694), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [13789] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120901,17 +122610,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -120936,8 +122646,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [12151] = 2, - ACTIONS(11213), 12, + aux_sym__text_token3, + [13852] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -120950,7 +122661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -120997,8 +122708,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12214] = 2, - ACTIONS(11217), 12, + [13915] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121011,7 +122722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121058,8 +122769,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12277] = 2, - ACTIONS(11221), 12, + [13978] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121072,7 +122783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121119,8 +122830,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12340] = 2, - ACTIONS(11225), 12, + [14041] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121133,7 +122844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121180,8 +122891,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12403] = 2, - ACTIONS(11229), 12, + [14104] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121194,7 +122905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121211,11 +122922,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -121241,8 +122952,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12466] = 2, - ACTIONS(11233), 12, + [14167] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121255,7 +122966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121302,8 +123013,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12529] = 2, - ACTIONS(11237), 12, + [14230] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121316,7 +123027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121363,8 +123074,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12592] = 2, - ACTIONS(11241), 12, + [14293] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121377,7 +123088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121424,8 +123135,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12655] = 2, - ACTIONS(11245), 12, + [14356] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121438,7 +123149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121485,8 +123196,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12718] = 2, - ACTIONS(11249), 12, + [14419] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121499,7 +123210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121546,8 +123257,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12781] = 2, - ACTIONS(11253), 12, + [14482] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121560,7 +123271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121607,8 +123318,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12844] = 2, - ACTIONS(11257), 12, + [14545] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121621,7 +123332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121668,8 +123379,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12907] = 2, - ACTIONS(11055), 12, + [14608] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121682,7 +123393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121703,9 +123414,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -121729,8 +123440,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [12970] = 2, - ACTIONS(11261), 12, + [14671] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121743,7 +123454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121790,8 +123501,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13033] = 2, - ACTIONS(11265), 12, + [14734] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121804,7 +123515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121851,8 +123562,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13096] = 2, - ACTIONS(11269), 12, + [14797] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121865,7 +123576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121912,8 +123623,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13159] = 2, - ACTIONS(11273), 12, + [14860] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121926,7 +123637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -121943,11 +123654,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -121973,8 +123684,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13222] = 2, - ACTIONS(11277), 12, + [14923] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -121987,7 +123698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122034,8 +123745,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13285] = 2, - ACTIONS(11281), 12, + [14986] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122048,7 +123759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122095,8 +123806,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13348] = 2, - ACTIONS(11285), 12, + [15049] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122109,7 +123820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122156,8 +123867,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13411] = 2, - ACTIONS(11289), 12, + [15112] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122170,7 +123881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122217,8 +123928,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13474] = 2, - ACTIONS(11293), 12, + [15175] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122231,7 +123942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122278,8 +123989,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13537] = 2, - ACTIONS(11297), 12, + [15238] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122292,7 +124003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122313,9 +124024,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -122339,8 +124050,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13600] = 2, - ACTIONS(11301), 12, + [15301] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122353,7 +124064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122400,8 +124111,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13663] = 2, - ACTIONS(11533), 12, + [15364] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122414,7 +124125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122431,11 +124142,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -122461,8 +124172,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13726] = 2, - ACTIONS(11305), 12, + [15427] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122475,7 +124186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122522,8 +124233,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13789] = 2, - ACTIONS(11203), 12, + [15490] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122536,7 +124247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122583,8 +124294,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13852] = 2, - ACTIONS(11309), 12, + [15553] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122597,7 +124308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122644,8 +124355,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13915] = 2, - ACTIONS(11313), 12, + [15616] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122658,7 +124369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122705,8 +124416,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [13978] = 2, - ACTIONS(11317), 12, + [15679] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122719,7 +124430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122766,8 +124477,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14041] = 2, - ACTIONS(11321), 12, + [15742] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122780,7 +124491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122827,8 +124538,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14104] = 2, - ACTIONS(11325), 12, + [15805] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122841,7 +124552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122888,8 +124599,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14167] = 2, - ACTIONS(11329), 12, + [15868] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122902,7 +124613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -122949,8 +124660,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14230] = 2, - ACTIONS(11337), 12, + [15931] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -122963,7 +124674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123010,21 +124721,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14293] = 2, - ACTIONS(11341), 12, + [15994] = 5, + ACTIONS(11546), 1, + aux_sym__text_token3, + ACTIONS(11543), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(901), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123035,17 +124751,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -123070,9 +124785,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [14356] = 2, - ACTIONS(11345), 12, + [16063] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123085,7 +124799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123132,8 +124846,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14419] = 2, - ACTIONS(11349), 12, + [16126] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123146,7 +124860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123193,8 +124907,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14482] = 2, - ACTIONS(11353), 12, + [16189] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123207,7 +124921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123254,8 +124968,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14545] = 2, - ACTIONS(11357), 12, + [16252] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123268,7 +124982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123315,8 +125029,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14608] = 2, - ACTIONS(11199), 12, + [16315] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123329,7 +125043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123376,8 +125090,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14671] = 2, - ACTIONS(11361), 12, + [16378] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123390,7 +125104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123437,8 +125151,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14734] = 2, - ACTIONS(11333), 12, + [16441] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123451,7 +125165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123472,9 +125186,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -123498,8 +125212,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14797] = 2, - ACTIONS(11365), 12, + [16504] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123512,7 +125226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123529,11 +125243,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -123559,8 +125273,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14860] = 2, - ACTIONS(11333), 12, + [16567] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123573,7 +125287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123590,11 +125304,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -123620,8 +125334,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14923] = 2, - ACTIONS(11369), 12, + [16630] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123634,7 +125348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123681,8 +125395,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [14986] = 2, - ACTIONS(11373), 12, + [16693] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123695,7 +125409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123742,8 +125456,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15049] = 2, - ACTIONS(11377), 12, + [16756] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123756,7 +125470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123803,8 +125517,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15112] = 2, - ACTIONS(11381), 12, + [16819] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123817,7 +125531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123864,8 +125578,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15175] = 2, - ACTIONS(11385), 12, + [16882] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123878,7 +125592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123925,8 +125639,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15238] = 2, - ACTIONS(11389), 12, + [16945] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -123939,7 +125653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -123986,21 +125700,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [15301] = 2, - ACTIONS(11393), 12, + [17008] = 5, + ACTIONS(11552), 1, + aux_sym__text_token3, + ACTIONS(11549), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(917), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, + aux_sym_loop_operator_token1, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11033), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124015,13 +125735,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -124032,7 +125750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - aux_sym_loop_operator_token1, + anon_sym_ATbreak, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -124046,17 +125764,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [17077] = 5, + ACTIONS(11558), 1, aux_sym__text_token3, - [15364] = 5, - ACTIONS(11538), 1, - aux_sym__text_token3, - ACTIONS(11535), 2, + ACTIONS(11555), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(891), 2, + STATE(918), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 10, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -124065,9 +125782,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, - aux_sym_loop_operator_token1, anon_sym_ATfor, - ACTIONS(11035), 43, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124097,7 +125813,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATbreak, + anon_sym_ATendswitch, + aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -124111,26 +125828,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [15433] = 5, - ACTIONS(11544), 1, - aux_sym__text_token3, - ACTIONS(11541), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(892), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [17146] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124145,7 +125857,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -124160,7 +125874,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -124175,16 +125888,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [15502] = 5, - ACTIONS(11550), 1, aux_sym__text_token3, - ACTIONS(11547), 2, + [17209] = 5, + ACTIONS(11568), 1, + aux_sym__text_token3, + ACTIONS(11565), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(893), 2, + STATE(920), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -124194,7 +125908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124239,21 +125953,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [15571] = 2, - ACTIONS(11397), 12, + [17278] = 5, + ACTIONS(11574), 1, + aux_sym__text_token3, + ACTIONS(11571), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(921), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124268,13 +125987,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -124299,17 +126016,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, + [17347] = 5, + ACTIONS(11580), 1, aux_sym__text_token3, - [15634] = 5, - ACTIONS(11556), 1, - aux_sym__text_token3, - ACTIONS(11553), 2, + ACTIONS(11577), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(895), 2, + STATE(922), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -124319,7 +126036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124362,18 +126079,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, - [15703] = 5, - ACTIONS(11562), 1, + [17416] = 5, + ACTIONS(11586), 1, aux_sym__text_token3, - ACTIONS(11559), 2, + ACTIONS(11583), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(896), 2, + STATE(923), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -124383,7 +126100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124425,19 +126142,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, - [15772] = 5, - ACTIONS(11568), 1, + [17485] = 5, + ACTIONS(11592), 1, aux_sym__text_token3, - ACTIONS(11565), 2, + ACTIONS(11589), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(897), 2, + STATE(924), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -124447,7 +126164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124484,24 +126201,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [15841] = 5, - ACTIONS(11574), 1, + [17554] = 5, + ACTIONS(11598), 1, aux_sym__text_token3, - ACTIONS(11571), 2, + ACTIONS(11595), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(898), 2, + STATE(925), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -124511,7 +126228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124547,8 +126264,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -124556,21 +126273,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [15910] = 2, - ACTIONS(11401), 12, + [17623] = 5, + ACTIONS(11604), 1, + aux_sym__text_token3, + ACTIONS(11601), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(926), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124585,13 +126307,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -124606,6 +126326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -124616,22 +126337,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [17692] = 5, + ACTIONS(11609), 1, aux_sym__text_token3, - [15973] = 2, - ACTIONS(11405), 12, + ACTIONS(11607), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(917), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 10, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, + aux_sym_loop_operator_token1, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11023), 43, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124646,13 +126372,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -124663,7 +126387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - aux_sym_loop_operator_token1, + anon_sym_ATbreak, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -124677,17 +126401,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [17761] = 5, + ACTIONS(11614), 1, aux_sym__text_token3, - [16036] = 5, - ACTIONS(11580), 1, - aux_sym__text_token3, - ACTIONS(11577), 2, + ACTIONS(11611), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(901), 2, + STATE(928), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -124697,7 +126420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124730,10 +126453,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -124742,21 +126465,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [16105] = 2, - ACTIONS(11409), 12, + [17830] = 5, + ACTIONS(11619), 1, + aux_sym__text_token3, + ACTIONS(11617), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(918), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124771,13 +126499,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -124788,6 +126514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -124802,22 +126529,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [17899] = 5, + ACTIONS(11624), 1, aux_sym__text_token3, - [16168] = 2, - ACTIONS(11585), 12, + ACTIONS(11621), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(930), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124832,13 +126563,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -124851,6 +126580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -124863,17 +126593,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + [17968] = 5, + ACTIONS(11629), 1, aux_sym__text_token3, - [16231] = 5, - ACTIONS(11590), 1, - aux_sym__text_token3, - ACTIONS(11587), 2, + ACTIONS(11627), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(904), 2, + STATE(920), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -124883,7 +126612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124893,6 +126622,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -124917,7 +126647,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -124928,16 +126657,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [16300] = 5, - ACTIONS(11595), 1, - aux_sym__text_token3, - ACTIONS(11593), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(891), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 10, + [18037] = 4, + ACTIONS(11631), 1, + anon_sym_LPAREN2, + STATE(3273), 1, + sym__directive_parameter, + ACTIONS(11015), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -124948,7 +126673,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token2, aux_sym_loop_operator_token1, anon_sym_ATfor, - ACTIONS(11019), 43, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -124992,8 +126719,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [16369] = 2, - ACTIONS(11417), 12, + aux_sym__text_token3, + [18104] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125006,7 +126734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125053,8 +126781,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16432] = 2, - ACTIONS(11421), 12, + [18167] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125067,7 +126795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125114,16 +126842,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16495] = 5, - ACTIONS(11600), 1, - aux_sym__text_token3, - ACTIONS(11597), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(908), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [18230] = 4, + ACTIONS(11633), 1, + anon_sym_LPAREN2, + STATE(2931), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125133,7 +126857,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125146,6 +126872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -125166,7 +126893,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -125178,26 +126904,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [16564] = 5, - ACTIONS(11605), 1, aux_sym__text_token3, - ACTIONS(11603), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(892), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [18297] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125212,12 +126934,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -125227,7 +126951,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -125242,8 +126965,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [16633] = 2, - ACTIONS(11425), 12, + aux_sym__text_token3, + [18360] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125256,7 +126980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125277,8 +127001,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -125303,21 +127027,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [16696] = 2, - ACTIONS(11609), 12, + [18423] = 5, + ACTIONS(11638), 1, + aux_sym__text_token3, + ACTIONS(11635), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(938), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125332,9 +127061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -125350,6 +127077,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -125363,17 +127091,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [16759] = 5, - ACTIONS(11614), 1, - aux_sym__text_token3, - ACTIONS(11611), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(912), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [18492] = 4, + ACTIONS(11641), 1, + anon_sym_LPAREN2, + STATE(3186), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125383,7 +127106,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125413,9 +127138,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -125428,26 +127153,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [16828] = 5, - ACTIONS(11619), 1, aux_sym__text_token3, - ACTIONS(11617), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(893), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [18559] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125457,17 +127178,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -125492,26 +127214,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [16897] = 5, - ACTIONS(11624), 1, aux_sym__text_token3, - ACTIONS(11621), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(914), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [18622] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125522,16 +127240,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -125556,8 +127275,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [16966] = 2, - ACTIONS(11435), 12, + aux_sym__text_token3, + [18685] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125570,7 +127290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125617,16 +127337,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17029] = 5, - ACTIONS(11630), 1, + [18748] = 5, + ACTIONS(11645), 1, aux_sym__text_token3, - ACTIONS(11627), 2, + ACTIONS(11643), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(916), 2, + STATE(1798), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125636,7 +127356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125648,6 +127368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -125667,7 +127388,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -125681,8 +127401,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [17098] = 2, - ACTIONS(11439), 12, + [18817] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125695,7 +127415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125742,12 +127462,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17161] = 4, - ACTIONS(11633), 1, + [18880] = 5, + ACTIONS(11649), 1, + aux_sym__text_token3, + ACTIONS(11647), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(921), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11023), 44, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + anon_sym_ATendvolt, + [18949] = 4, + ACTIONS(11651), 1, anon_sym_LPAREN2, - STATE(3238), 1, + STATE(3099), 1, sym__directive_parameter, - ACTIONS(11015), 12, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125756,11 +127540,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, - aux_sym_loop_operator_token1, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 44, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125770,6 +127553,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -125790,7 +127574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATbreak, + aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -125805,8 +127589,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17228] = 2, - ACTIONS(11443), 12, + [19016] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125819,7 +127603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125866,8 +127650,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17291] = 2, - ACTIONS(11609), 12, + [19079] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125880,7 +127664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125900,9 +127684,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -125927,8 +127711,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17354] = 2, - ACTIONS(11533), 12, + [19142] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -125941,7 +127725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -125961,9 +127745,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -125988,8 +127772,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17417] = 2, - ACTIONS(11447), 12, + [19205] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126002,7 +127786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126049,16 +127833,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17480] = 5, - ACTIONS(11637), 1, + [19268] = 5, + ACTIONS(11655), 1, aux_sym__text_token3, - ACTIONS(11635), 2, + ACTIONS(11653), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(895), 2, + STATE(922), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126068,7 +127852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126111,26 +127895,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, - [17549] = 4, - ACTIONS(11639), 1, - anon_sym_LPAREN2, - STATE(3152), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [19337] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126145,11 +127926,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -126160,7 +127943,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -126176,21 +127958,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17616] = 2, - ACTIONS(11451), 12, + [19400] = 4, + ACTIONS(11657), 1, + anon_sym_LPAREN2, + STATE(3012), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126205,13 +127990,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -126236,9 +128019,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [17679] = 2, - ACTIONS(11455), 12, + [19467] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126251,7 +128035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126298,24 +128082,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17742] = 4, - ACTIONS(11641), 1, - anon_sym_LPAREN2, - STATE(2815), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [19530] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126328,13 +128109,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -126361,8 +128143,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17809] = 2, - ACTIONS(11609), 12, + [19593] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126375,7 +128157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126396,12 +128178,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -126422,8 +128204,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17872] = 2, - ACTIONS(11533), 12, + [19656] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126436,7 +128218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126483,8 +128265,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17935] = 2, - ACTIONS(11459), 12, + [19719] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126497,7 +128279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126517,8 +128299,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -126544,16 +128326,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [17998] = 5, - ACTIONS(11645), 1, + [19782] = 5, + ACTIONS(11661), 1, aux_sym__text_token3, - ACTIONS(11643), 2, + ACTIONS(11659), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(896), 2, + STATE(923), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126563,7 +128345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126605,13 +128387,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, - [18067] = 4, - ACTIONS(11647), 1, + [19851] = 4, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(3066), 1, + STATE(2925), 1, sym__directive_parameter, ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, @@ -126635,7 +128417,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -126669,10 +128450,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18134] = 2, - ACTIONS(11055), 12, + [19918] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126685,7 +128467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126702,10 +128484,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -126732,8 +128514,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18197] = 2, - ACTIONS(11609), 12, + [19981] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126746,7 +128528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126793,21 +128575,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18260] = 2, - ACTIONS(11505), 12, + [20044] = 5, + ACTIONS(11667), 1, + aux_sym__text_token3, + ACTIONS(11665), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(924), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126822,13 +128609,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -126846,6 +128631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -126853,22 +128639,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [18323] = 2, - ACTIONS(11463), 12, + [20113] = 4, + ACTIONS(11669), 1, + anon_sym_LPAREN2, + STATE(2838), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126883,13 +128671,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -126912,11 +128698,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18386] = 2, - ACTIONS(11533), 12, + [20180] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126929,7 +128716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -126976,8 +128763,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18449] = 2, - ACTIONS(11467), 12, + [20243] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -126990,7 +128777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127010,8 +128797,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -127037,26 +128824,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18512] = 5, - ACTIONS(11651), 1, - aux_sym__text_token3, - ACTIONS(11649), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(897), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [20306] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127071,10 +128853,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -127098,27 +128882,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18581] = 4, - ACTIONS(11653), 1, - anon_sym_LPAREN2, - STATE(2981), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + aux_sym__text_token3, + [20369] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127133,7 +128914,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -127162,23 +128945,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [18648] = 2, - ACTIONS(11471), 12, + [20432] = 5, + ACTIONS(11673), 1, + aux_sym__text_token3, + ACTIONS(11671), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(925), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127193,13 +128980,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -127216,6 +129001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -127224,22 +129010,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [18711] = 2, - ACTIONS(11475), 12, + [20501] = 4, + ACTIONS(11675), 1, + anon_sym_LPAREN2, + STATE(2751), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127254,13 +129042,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -127278,6 +129064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -127286,26 +129073,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18774] = 5, - ACTIONS(11657), 1, - aux_sym__text_token3, - ACTIONS(11655), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(898), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [20568] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127320,10 +129102,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -127342,7 +129126,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -127350,8 +129133,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [18843] = 2, - ACTIONS(11479), 12, + aux_sym__text_token3, + [20631] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -127364,7 +129148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127384,8 +129168,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -127411,24 +129195,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18906] = 4, - ACTIONS(11659), 1, - anon_sym_LPAREN2, - STATE(2895), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [20694] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127443,10 +129224,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -127471,11 +129254,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [18973] = 2, - ACTIONS(11483), 12, + [20757] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -127488,7 +129270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127508,8 +129290,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -127535,21 +129317,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19036] = 2, - ACTIONS(11487), 12, + [20820] = 5, + ACTIONS(11679), 1, + aux_sym__text_token3, + ACTIONS(11677), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(926), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127564,13 +129351,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -127585,6 +129370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -127595,22 +129381,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [19099] = 2, - ACTIONS(11055), 12, + [20889] = 4, + ACTIONS(11681), 1, + anon_sym_LPAREN2, + STATE(2664), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127625,7 +129413,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -127636,7 +129423,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -127648,6 +129434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -127657,8 +129444,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19162] = 2, - ACTIONS(11491), 12, + [20956] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -127671,7 +129458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127691,8 +129478,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -127718,8 +129505,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19225] = 2, - ACTIONS(11495), 12, + [21019] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -127732,7 +129519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127752,8 +129539,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -127779,16 +129566,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19288] = 5, - ACTIONS(11663), 1, + [21082] = 5, + ACTIONS(11685), 1, aux_sym__text_token3, - ACTIONS(11661), 2, + ACTIONS(11683), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(901), 2, + STATE(928), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -127798,7 +129585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127831,10 +129618,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -127843,10 +129630,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [19357] = 4, - ACTIONS(11665), 1, + [21151] = 4, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(2809), 1, + STATE(2577), 1, sym__directive_parameter, ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, @@ -127894,6 +129681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -127902,12 +129690,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19424] = 2, - ACTIONS(11499), 12, + [21218] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -127920,7 +129707,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11341), 46, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATendauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [21281] = 2, + ACTIONS(11339), 12, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATelse, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -127940,8 +129788,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -127967,8 +129815,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19487] = 2, - ACTIONS(11289), 12, + [21344] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -127981,7 +129829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128028,16 +129876,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19550] = 5, - ACTIONS(11669), 1, + [21407] = 5, + ACTIONS(11691), 1, aux_sym__text_token3, - ACTIONS(11667), 2, + ACTIONS(11689), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(904), 2, + STATE(930), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128047,7 +129895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128079,9 +129927,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -128092,10 +129940,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [19619] = 4, - ACTIONS(11671), 1, + [21476] = 4, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(2723), 1, + STATE(2490), 1, sym__directive_parameter, ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, @@ -128142,11 +129990,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -128155,8 +130003,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19686] = 2, - ACTIONS(11509), 12, + [21543] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128169,7 +130017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128190,12 +130038,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -128216,8 +130064,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19749] = 2, - ACTIONS(11513), 12, + [21606] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128230,7 +130078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128250,8 +130098,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -128277,8 +130125,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19812] = 2, - ACTIONS(11517), 12, + [21669] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128291,7 +130139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128311,8 +130159,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -128338,8 +130186,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19875] = 2, - ACTIONS(11533), 12, + [21732] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128352,7 +130200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128369,10 +130217,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -128399,16 +130247,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [19938] = 5, - ACTIONS(11675), 1, + [21795] = 5, + ACTIONS(11697), 1, aux_sym__text_token3, - ACTIONS(11673), 2, + ACTIONS(11695), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(908), 2, + STATE(938), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128418,7 +130266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128449,9 +130297,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -128463,10 +130311,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [20007] = 4, - ACTIONS(11677), 1, + [21864] = 4, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(2637), 1, + STATE(2403), 1, sym__directive_parameter, ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, @@ -128512,11 +130360,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -128526,8 +130374,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20074] = 2, - ACTIONS(11521), 12, + [21931] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128540,7 +130388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128560,8 +130408,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -128587,8 +130435,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20137] = 2, - ACTIONS(11525), 12, + [21994] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128601,7 +130449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128621,8 +130469,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, @@ -128648,8 +130496,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20200] = 2, - ACTIONS(11209), 12, + [22057] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128662,7 +130510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128709,21 +130557,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20263] = 2, - ACTIONS(11213), 12, + [22120] = 4, + ACTIONS(11701), 1, + anon_sym_LPAREN2, + STATE(2316), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128738,12 +130589,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -128756,6 +130605,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -128770,26 +130620,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20326] = 5, - ACTIONS(11681), 1, - aux_sym__text_token3, - ACTIONS(11679), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(912), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [22187] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128804,10 +130649,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -128821,7 +130668,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -128834,24 +130680,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [20395] = 4, - ACTIONS(11683), 1, - anon_sym_LPAREN2, - STATE(2551), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + aux_sym__text_token3, + [22250] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128866,6 +130710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -128880,12 +130725,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -128897,8 +130742,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20462] = 2, - ACTIONS(11217), 12, + [22313] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128911,7 +130756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128931,7 +130776,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -128942,6 +130786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -128958,8 +130803,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20525] = 2, - ACTIONS(11221), 12, + [22376] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -128972,7 +130817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -128992,7 +130837,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129003,6 +130847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129019,26 +130864,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20588] = 5, - ACTIONS(11687), 1, - aux_sym__text_token3, - ACTIONS(11685), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(916), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [22439] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129053,6 +130893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -129067,9 +130908,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -129083,24 +130924,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [20657] = 4, - ACTIONS(11689), 1, - anon_sym_LPAREN2, - STATE(2465), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + aux_sym__text_token3, + [22502] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129115,6 +130954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -129129,11 +130969,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -129146,8 +130986,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20724] = 2, - ACTIONS(11225), 12, + [22565] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129160,7 +131000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129180,7 +131020,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129188,6 +131027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -129207,8 +131047,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20787] = 2, - ACTIONS(11229), 12, + [22628] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129221,7 +131061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129241,7 +131081,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129252,6 +131091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129268,8 +131108,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20850] = 2, - ACTIONS(11233), 12, + [22691] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129282,7 +131122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129302,7 +131142,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129313,6 +131152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129329,8 +131169,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20913] = 2, - ACTIONS(11237), 12, + [22754] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129343,7 +131183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129363,7 +131203,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129374,6 +131213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129390,8 +131230,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [20976] = 2, - ACTIONS(11333), 12, + [22817] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129404,7 +131244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129430,11 +131270,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129451,24 +131291,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21039] = 4, - ACTIONS(11691), 1, - anon_sym_LPAREN2, - STATE(2379), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [22880] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129483,6 +131320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -129497,10 +131335,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -129514,8 +131352,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21106] = 2, - ACTIONS(11241), 12, + [22943] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129528,7 +131366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129548,7 +131386,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129559,6 +131396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129575,8 +131413,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21169] = 2, - ACTIONS(11245), 12, + [23006] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129589,7 +131427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129609,7 +131447,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129620,6 +131457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129636,8 +131474,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21232] = 2, - ACTIONS(11249), 12, + [23069] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129650,7 +131488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129670,7 +131508,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129681,6 +131518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129697,8 +131535,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21295] = 2, - ACTIONS(11253), 12, + [23132] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129711,7 +131549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129731,7 +131569,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129742,6 +131579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129758,24 +131596,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21358] = 4, - ACTIONS(11693), 1, - anon_sym_LPAREN2, - STATE(2293), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [23195] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129790,6 +131625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -129804,9 +131640,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -129821,8 +131657,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21425] = 2, - ACTIONS(11257), 12, + [23258] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129835,7 +131671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129855,7 +131691,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -129866,6 +131701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -129882,8 +131718,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21488] = 2, - ACTIONS(11209), 12, + [23321] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129896,7 +131732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -129943,8 +131779,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21551] = 2, - ACTIONS(11213), 12, + [23384] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -129957,7 +131793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130004,8 +131840,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21614] = 2, - ACTIONS(11217), 12, + [23447] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130018,7 +131854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130035,6 +131871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -130048,7 +131885,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -130065,8 +131901,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21677] = 2, - ACTIONS(11221), 12, + [23510] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130079,7 +131915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130126,8 +131962,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21740] = 2, - ACTIONS(11225), 12, + [23573] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130140,7 +131976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130187,8 +132023,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21803] = 2, - ACTIONS(11229), 12, + [23636] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130201,7 +132037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130248,8 +132084,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21866] = 2, - ACTIONS(11233), 12, + [23699] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130262,7 +132098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130309,8 +132145,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21929] = 2, - ACTIONS(11237), 12, + [23762] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130323,7 +132159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130370,8 +132206,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [21992] = 2, - ACTIONS(11241), 12, + [23825] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130384,7 +132220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130431,8 +132267,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22055] = 2, - ACTIONS(11245), 12, + [23888] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130445,7 +132281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130492,8 +132328,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22118] = 2, - ACTIONS(11249), 12, + [23951] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130506,7 +132342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130553,8 +132389,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22181] = 2, - ACTIONS(11253), 12, + [24014] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130567,7 +132403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130614,8 +132450,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22244] = 2, - ACTIONS(11257), 12, + [24077] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130628,7 +132464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130675,8 +132511,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22307] = 2, - ACTIONS(11261), 12, + [24140] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130689,7 +132525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130736,8 +132572,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22370] = 2, - ACTIONS(11265), 12, + [24203] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130750,7 +132586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130797,8 +132633,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22433] = 2, - ACTIONS(11269), 12, + [24266] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130811,7 +132647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130858,8 +132694,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22496] = 2, - ACTIONS(11273), 12, + [24329] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130872,7 +132708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130919,8 +132755,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22559] = 2, - ACTIONS(11277), 12, + [24392] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130933,7 +132769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -130953,6 +132789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -130963,7 +132800,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -130980,8 +132816,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22622] = 2, - ACTIONS(11281), 12, + [24455] = 4, + ACTIONS(11703), 1, + anon_sym_LPAREN2, + STATE(2244), 1, + sym__directive_parameter, + ACTIONS(11015), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATendPushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [24522] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -130994,7 +132893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131041,8 +132940,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22685] = 2, - ACTIONS(11285), 12, + [24585] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131055,7 +132954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131102,8 +133001,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22748] = 2, - ACTIONS(11289), 12, + [24648] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131116,7 +133015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131163,8 +133062,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22811] = 2, - ACTIONS(11293), 12, + [24711] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131177,7 +133076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131224,8 +133123,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22874] = 2, - ACTIONS(11609), 12, + [24774] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131238,7 +133137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131255,7 +133154,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -131269,6 +133167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -131285,8 +133184,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [22937] = 2, - ACTIONS(11297), 12, + [24837] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131299,7 +133198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131346,8 +133245,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23000] = 2, - ACTIONS(11301), 12, + [24900] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131360,7 +133259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131407,8 +133306,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23063] = 2, - ACTIONS(11305), 12, + [24963] = 5, + ACTIONS(11707), 1, + aux_sym__text_token3, + ACTIONS(11705), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1886), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + ACTIONS(11023), 44, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + [25032] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131421,7 +133384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131468,8 +133431,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23126] = 2, - ACTIONS(11203), 12, + [25095] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131482,7 +133445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131529,8 +133492,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23189] = 2, - ACTIONS(11309), 12, + [25158] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131543,7 +133506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131590,8 +133553,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23252] = 2, - ACTIONS(11313), 12, + [25221] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131604,7 +133567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131651,8 +133614,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23315] = 2, - ACTIONS(11317), 12, + [25284] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131665,7 +133628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131712,8 +133675,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23378] = 2, - ACTIONS(11321), 12, + [25347] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131726,7 +133689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131773,8 +133736,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23441] = 2, - ACTIONS(11325), 12, + [25410] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131787,7 +133750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131834,8 +133797,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23504] = 2, - ACTIONS(11329), 12, + [25473] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131848,7 +133811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131868,6 +133831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -131878,7 +133842,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -131895,8 +133858,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23567] = 2, - ACTIONS(11337), 12, + [25536] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131909,7 +133872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -131956,8 +133919,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23630] = 2, - ACTIONS(11341), 12, + [25599] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -131970,7 +133933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132017,8 +133980,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23693] = 2, - ACTIONS(11345), 12, + [25662] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132031,7 +133994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132051,6 +134014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -132061,7 +134025,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -132078,8 +134041,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23756] = 2, - ACTIONS(11349), 12, + [25725] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132092,7 +134055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132118,11 +134081,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -132139,8 +134102,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23819] = 2, - ACTIONS(11261), 12, + [25788] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132153,7 +134116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132200,24 +134163,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23882] = 4, - ACTIONS(11695), 1, - anon_sym_LPAREN2, - STATE(2218), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [25851] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132231,8 +134191,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -132247,6 +134207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -132263,8 +134224,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [23949] = 2, - ACTIONS(11353), 12, + [25914] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132277,7 +134238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132324,8 +134285,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24012] = 2, - ACTIONS(11357), 12, + [25977] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132338,7 +134299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132385,8 +134346,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24075] = 2, - ACTIONS(11199), 12, + [26040] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132399,7 +134360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132446,8 +134407,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24138] = 2, - ACTIONS(11361), 12, + [26103] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132460,7 +134421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132507,8 +134468,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24201] = 2, - ACTIONS(11365), 12, + [26166] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132521,7 +134482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132568,8 +134529,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24264] = 2, - ACTIONS(11369), 12, + [26229] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132582,7 +134543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132629,8 +134590,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24327] = 2, - ACTIONS(11373), 12, + [26292] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132643,7 +134604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132690,26 +134651,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24390] = 5, - ACTIONS(11699), 1, - aux_sym__text_token3, - ACTIONS(11697), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1868), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [26355] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132721,14 +134677,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -132754,8 +134711,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [24459] = 2, - ACTIONS(11377), 12, + aux_sym__text_token3, + [26418] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132768,7 +134726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132815,8 +134773,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24522] = 2, - ACTIONS(11381), 12, + [26481] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132829,7 +134787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132847,6 +134805,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -132859,7 +134818,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -132876,8 +134834,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24585] = 2, - ACTIONS(11385), 12, + [26544] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132890,7 +134848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132937,8 +134895,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24648] = 2, - ACTIONS(11389), 12, + [26607] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -132951,7 +134909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -132998,8 +134956,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24711] = 2, - ACTIONS(11393), 12, + [26670] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133012,7 +134970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133059,8 +135017,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24774] = 2, - ACTIONS(11397), 12, + [26733] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133073,7 +135031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133093,6 +135051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -133103,7 +135062,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -133120,8 +135078,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24837] = 2, - ACTIONS(11401), 12, + [26796] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133134,7 +135092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133181,8 +135139,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24900] = 2, - ACTIONS(11265), 12, + [26859] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133195,7 +135153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133242,8 +135200,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [24963] = 2, - ACTIONS(11405), 12, + [26922] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133256,7 +135214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133303,8 +135261,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25026] = 2, - ACTIONS(11409), 12, + [26985] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133317,7 +135275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133364,8 +135322,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25089] = 2, - ACTIONS(11269), 12, + [27048] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133378,7 +135336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133398,7 +135356,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -133409,6 +135366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -133425,8 +135383,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25152] = 2, - ACTIONS(11055), 12, + [27111] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133439,7 +135397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133465,11 +135423,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -133486,8 +135444,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25215] = 2, - ACTIONS(11273), 12, + [27174] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133500,7 +135458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133520,7 +135478,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -133531,6 +135488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -133547,8 +135505,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25278] = 2, - ACTIONS(11585), 12, + [27237] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133561,7 +135519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133608,8 +135566,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25341] = 2, - ACTIONS(11417), 12, + [27300] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133622,7 +135580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133669,8 +135627,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25404] = 2, - ACTIONS(11421), 12, + [27363] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133683,7 +135641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133703,6 +135661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -133713,7 +135672,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -133730,8 +135688,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25467] = 2, - ACTIONS(11425), 12, + [27426] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133744,7 +135702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133791,72 +135749,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25530] = 5, - ACTIONS(11704), 1, - aux_sym__text_token3, - ACTIONS(11701), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1049), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - ACTIONS(11035), 44, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - [25599] = 2, - ACTIONS(11435), 12, + [27489] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133869,7 +135763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133916,8 +135810,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25662] = 2, - ACTIONS(11439), 12, + [27552] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133930,7 +135824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -133977,8 +135871,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25725] = 2, - ACTIONS(11277), 12, + [27615] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -133991,7 +135885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134011,13 +135905,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -134038,8 +135932,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25788] = 2, - ACTIONS(11443), 12, + [27678] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134052,7 +135946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134099,8 +135993,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25851] = 2, - ACTIONS(11447), 12, + [27741] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134113,7 +136007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134133,6 +136027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -134143,7 +136038,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -134160,8 +136054,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25914] = 2, - ACTIONS(11533), 12, + [27804] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134174,7 +136068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134192,9 +136086,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -134221,8 +136115,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [25977] = 2, - ACTIONS(11451), 12, + [27867] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134235,7 +136129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134282,8 +136176,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26040] = 2, - ACTIONS(11455), 12, + [27930] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134296,7 +136190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134343,8 +136237,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26103] = 2, - ACTIONS(11281), 12, + [27993] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134357,7 +136251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134377,7 +136271,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -134388,6 +136281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -134404,8 +136298,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26166] = 2, - ACTIONS(11459), 12, + [28056] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134418,7 +136312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134465,8 +136359,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26229] = 2, - ACTIONS(11285), 12, + [28119] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134479,7 +136373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134499,7 +136393,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -134510,6 +136403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -134526,8 +136420,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26292] = 2, - ACTIONS(11413), 12, + [28182] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134540,7 +136434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134587,8 +136481,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26355] = 2, - ACTIONS(11463), 12, + [28245] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134601,7 +136495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134648,8 +136542,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26418] = 2, - ACTIONS(11467), 12, + [28308] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134662,7 +136556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134682,6 +136576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -134692,7 +136587,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -134709,8 +136603,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26481] = 2, - ACTIONS(11471), 12, + [28371] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134723,7 +136617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134743,6 +136637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -134753,7 +136648,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -134770,8 +136664,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26544] = 2, - ACTIONS(11475), 12, + [28434] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134784,7 +136678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134831,8 +136725,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26607] = 2, - ACTIONS(11479), 12, + [28497] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134845,7 +136739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134874,8 +136768,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -134892,8 +136786,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26670] = 2, - ACTIONS(11483), 12, + [28560] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134906,7 +136800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134935,8 +136829,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -134953,8 +136847,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26733] = 2, - ACTIONS(11357), 12, + [28623] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -134967,7 +136861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -134987,7 +136881,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -134997,6 +136890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -135014,8 +136908,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26796] = 2, - ACTIONS(11487), 12, + [28686] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135028,7 +136922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135057,8 +136951,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135075,8 +136969,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26859] = 2, - ACTIONS(11491), 12, + [28749] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135089,7 +136983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135118,8 +137012,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135136,8 +137030,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26922] = 2, - ACTIONS(11293), 12, + [28812] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135150,7 +137044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135170,7 +137064,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -135180,6 +137073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -135197,8 +137091,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [26985] = 2, - ACTIONS(11333), 12, + [28875] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135211,7 +137105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135237,10 +137131,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -135258,8 +137152,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27048] = 2, - ACTIONS(11495), 12, + [28938] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135272,7 +137166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135301,8 +137195,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135319,8 +137213,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27111] = 2, - ACTIONS(11297), 12, + [29001] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135333,7 +137227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135353,7 +137247,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -135363,6 +137256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -135380,8 +137274,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27174] = 2, - ACTIONS(11499), 12, + [29064] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135394,7 +137288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135423,8 +137317,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135441,8 +137335,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27237] = 2, - ACTIONS(11505), 12, + [29127] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135455,7 +137349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135484,8 +137378,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135502,8 +137396,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27300] = 2, - ACTIONS(11509), 12, + [29190] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135516,7 +137410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135545,8 +137439,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135563,8 +137457,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27363] = 2, - ACTIONS(11513), 12, + [29253] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135577,7 +137471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135606,8 +137500,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135624,8 +137518,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27426] = 2, - ACTIONS(11517), 12, + [29316] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135638,7 +137532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135667,8 +137561,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135685,8 +137579,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27489] = 2, - ACTIONS(11521), 12, + [29379] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135699,7 +137593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135728,8 +137622,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135746,8 +137640,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27552] = 2, - ACTIONS(11301), 12, + [29442] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135760,7 +137654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135780,7 +137674,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -135790,6 +137683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -135807,8 +137701,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27615] = 2, - ACTIONS(11305), 12, + [29505] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135821,7 +137715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135839,9 +137733,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -135868,8 +137762,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27678] = 2, - ACTIONS(11525), 12, + [29568] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135882,7 +137776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135911,8 +137805,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -135929,8 +137823,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27741] = 2, - ACTIONS(11209), 12, + [29631] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -135943,7 +137837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -135990,8 +137884,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27804] = 2, - ACTIONS(11213), 12, + [29694] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136004,7 +137898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136051,8 +137945,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27867] = 2, - ACTIONS(11217), 12, + [29757] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136065,7 +137959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136112,8 +138006,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27930] = 2, - ACTIONS(11221), 12, + [29820] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136126,7 +138020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136173,8 +138067,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [27993] = 2, - ACTIONS(11225), 12, + [29883] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136187,7 +138081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136234,8 +138128,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28056] = 2, - ACTIONS(11229), 12, + [29946] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136248,7 +138142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136295,8 +138189,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28119] = 2, - ACTIONS(11233), 12, + [30009] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136309,7 +138203,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136356,8 +138250,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28182] = 2, - ACTIONS(11237), 12, + [30072] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136370,7 +138264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136417,8 +138311,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28245] = 2, - ACTIONS(11241), 12, + [30135] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136431,7 +138325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136478,8 +138372,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28308] = 2, - ACTIONS(11245), 12, + [30198] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136492,7 +138386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136539,8 +138433,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28371] = 2, - ACTIONS(11249), 12, + [30261] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136553,7 +138447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136600,8 +138494,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28434] = 2, - ACTIONS(11253), 12, + [30324] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136614,7 +138508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136661,8 +138555,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28497] = 2, - ACTIONS(11257), 12, + [30387] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136675,7 +138569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136722,8 +138616,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28560] = 2, - ACTIONS(11261), 12, + [30450] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136736,7 +138630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136756,6 +138650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -136765,7 +138660,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -136783,21 +138677,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28623] = 2, - ACTIONS(11265), 12, + [30513] = 4, + ACTIONS(11709), 1, + anon_sym_LPAREN2, + STATE(2160), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136811,8 +138708,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -136826,7 +138723,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -136844,8 +138740,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28686] = 2, - ACTIONS(11269), 12, + [30580] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136858,7 +138754,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136905,8 +138801,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28749] = 2, - ACTIONS(11273), 12, + [30643] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136919,7 +138815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -136966,8 +138862,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28812] = 2, - ACTIONS(11277), 12, + [30706] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -136980,7 +138876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137027,8 +138923,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28875] = 2, - ACTIONS(11609), 12, + [30769] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137041,7 +138937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137059,7 +138955,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -137071,6 +138966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -137088,8 +138984,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [28938] = 2, - ACTIONS(11281), 12, + [30832] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137102,7 +138998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137149,8 +139045,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29001] = 2, - ACTIONS(11285), 12, + [30895] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137163,7 +139059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137210,8 +139106,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29064] = 2, - ACTIONS(11289), 12, + [30958] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137224,7 +139120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137271,21 +139167,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29127] = 2, - ACTIONS(11293), 12, + [31021] = 5, + ACTIONS(11713), 1, + aux_sym__text_token3, + ACTIONS(11711), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1974), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137299,8 +139200,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -137314,7 +139215,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -137331,9 +139231,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [29190] = 2, - ACTIONS(11297), 12, + [31090] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137346,7 +139245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137393,8 +139292,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29253] = 2, - ACTIONS(11301), 12, + [31153] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137407,7 +139306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137454,8 +139353,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29316] = 2, - ACTIONS(11305), 12, + [31216] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137468,7 +139367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137515,8 +139414,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29379] = 2, - ACTIONS(11203), 12, + [31279] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137529,7 +139428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137576,8 +139475,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29442] = 2, - ACTIONS(11309), 12, + [31342] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137590,7 +139489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137637,8 +139536,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29505] = 2, - ACTIONS(11313), 12, + [31405] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137651,7 +139550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137698,8 +139597,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29568] = 2, - ACTIONS(11317), 12, + [31468] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137712,7 +139611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137759,8 +139658,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29631] = 2, - ACTIONS(11321), 12, + [31531] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137773,7 +139672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137793,6 +139692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -137802,7 +139702,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -137820,8 +139719,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29694] = 2, - ACTIONS(11325), 12, + [31594] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137834,7 +139733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137881,8 +139780,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29757] = 2, - ACTIONS(11329), 12, + [31657] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137895,7 +139794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -137942,8 +139841,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29820] = 2, - ACTIONS(11203), 12, + [31720] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -137956,7 +139855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138003,24 +139902,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29883] = 4, - ACTIONS(11707), 1, - anon_sym_LPAREN2, - STATE(2136), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [31783] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138034,8 +139930,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -138047,6 +139943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -138066,8 +139963,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [29950] = 2, - ACTIONS(11337), 12, + [31846] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138080,7 +139977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138100,6 +139997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -138109,7 +140007,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -138127,8 +140024,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30013] = 2, - ACTIONS(11341), 12, + [31909] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138141,7 +140038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138188,8 +140085,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30076] = 2, - ACTIONS(11345), 12, + [31972] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138202,7 +140099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138249,8 +140146,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30139] = 2, - ACTIONS(11349), 12, + [32035] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138263,7 +140160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138310,8 +140207,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30202] = 2, - ACTIONS(11353), 12, + [32098] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138324,7 +140221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138371,8 +140268,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30265] = 2, - ACTIONS(11357), 12, + [32161] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138385,7 +140282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138432,8 +140329,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30328] = 2, - ACTIONS(11199), 12, + [32224] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138446,7 +140343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138493,26 +140390,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30391] = 5, - ACTIONS(11711), 1, - aux_sym__text_token3, - ACTIONS(11709), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1955), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [32287] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138525,9 +140417,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -138541,6 +140433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -138557,8 +140450,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [30460] = 2, - ACTIONS(11361), 12, + aux_sym__text_token3, + [32350] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138571,7 +140465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138618,8 +140512,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30523] = 2, - ACTIONS(11365), 12, + [32413] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138632,7 +140526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138679,8 +140573,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30586] = 2, - ACTIONS(11369), 12, + [32476] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138693,7 +140587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138740,8 +140634,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30649] = 2, - ACTIONS(11373), 12, + [32539] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138754,7 +140648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138773,6 +140667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -138783,7 +140678,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -138801,8 +140695,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30712] = 2, - ACTIONS(11377), 12, + [32602] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138815,7 +140709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138862,21 +140756,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30775] = 2, - ACTIONS(11381), 12, + [32665] = 5, + ACTIONS(11718), 1, + aux_sym__text_token3, + ACTIONS(11715), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1162), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138891,7 +140790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -138905,7 +140804,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -138922,9 +140820,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [30838] = 2, - ACTIONS(11385), 12, + [32734] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138937,7 +140834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -138984,8 +140881,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30901] = 2, - ACTIONS(11309), 12, + [32797] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -138998,7 +140895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139045,8 +140942,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [30964] = 2, - ACTIONS(11389), 12, + [32860] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139059,7 +140956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139106,8 +141003,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31027] = 2, - ACTIONS(11393), 12, + [32923] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139120,7 +141017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139140,6 +141037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -139149,7 +141047,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -139167,8 +141064,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31090] = 2, - ACTIONS(11313), 12, + [32986] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139181,7 +141078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139201,7 +141098,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -139211,6 +141107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -139228,8 +141125,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31153] = 2, - ACTIONS(11055), 12, + [33049] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139242,7 +141139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139269,9 +141166,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -139289,8 +141186,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31216] = 2, - ACTIONS(11317), 12, + [33112] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139303,7 +141200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139323,7 +141220,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -139333,6 +141229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -139350,8 +141247,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31279] = 2, - ACTIONS(11397), 12, + [33175] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139364,7 +141261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139411,8 +141308,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31342] = 2, - ACTIONS(11401), 12, + [33238] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139425,7 +141322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139472,8 +141369,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31405] = 2, - ACTIONS(11405), 12, + [33301] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139486,7 +141383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139533,8 +141430,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31468] = 2, - ACTIONS(11409), 12, + [33364] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139547,7 +141444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139594,8 +141491,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31531] = 2, - ACTIONS(11585), 12, + [33427] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139608,7 +141505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139628,6 +141525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -139637,7 +141535,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -139655,8 +141552,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31594] = 2, - ACTIONS(11417), 12, + [33490] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139669,7 +141566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139716,8 +141613,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31657] = 2, - ACTIONS(11421), 12, + [33553] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139730,7 +141627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139777,8 +141674,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31720] = 2, - ACTIONS(11321), 12, + [33616] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139791,7 +141688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139811,7 +141708,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -139821,6 +141717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -139838,8 +141735,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31783] = 2, - ACTIONS(11425), 12, + [33679] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139852,7 +141749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139879,9 +141776,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -139899,26 +141796,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31846] = 5, - ACTIONS(11716), 1, - aux_sym__text_token3, - ACTIONS(11713), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1149), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [33742] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139932,8 +141824,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -139947,6 +141839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -139963,8 +141856,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [31915] = 2, - ACTIONS(11533), 12, + aux_sym__text_token3, + [33805] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -139977,7 +141871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -139994,9 +141888,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -140024,8 +141918,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [31978] = 2, - ACTIONS(11435), 12, + [33868] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140038,7 +141932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140085,8 +141979,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32041] = 2, - ACTIONS(11439), 12, + [33931] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140099,7 +141993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140146,8 +142040,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32104] = 2, - ACTIONS(11325), 12, + [33994] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140160,7 +142054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140180,7 +142074,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -140190,6 +142083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -140207,8 +142101,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32167] = 2, - ACTIONS(11443), 12, + [34057] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140221,7 +142115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140241,6 +142135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -140250,7 +142145,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -140268,8 +142162,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32230] = 2, - ACTIONS(11329), 12, + [34120] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140282,7 +142176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140302,7 +142196,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -140312,6 +142205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -140329,8 +142223,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32293] = 2, - ACTIONS(11447), 12, + [34183] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140343,7 +142237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140390,8 +142284,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32356] = 2, - ACTIONS(11451), 12, + [34246] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140404,7 +142298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140451,8 +142345,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32419] = 2, - ACTIONS(11455), 12, + [34309] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140465,7 +142359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140512,8 +142406,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32482] = 2, - ACTIONS(11459), 12, + [34372] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140526,7 +142420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140573,8 +142467,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32545] = 2, - ACTIONS(11413), 12, + [34435] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140587,7 +142481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140634,8 +142528,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32608] = 2, - ACTIONS(11463), 12, + [34498] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140648,7 +142542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140695,8 +142589,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32671] = 2, - ACTIONS(11467), 12, + [34561] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140709,7 +142603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140729,6 +142623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -140738,7 +142633,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -140756,8 +142650,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32734] = 2, - ACTIONS(11337), 12, + [34624] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140770,7 +142664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140817,8 +142711,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32797] = 2, - ACTIONS(11471), 12, + [34687] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140831,7 +142725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140878,8 +142772,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32860] = 2, - ACTIONS(11475), 12, + [34750] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140892,7 +142786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140920,8 +142814,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -140939,8 +142833,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32923] = 2, - ACTIONS(11479), 12, + [34813] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -140953,7 +142847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -140981,8 +142875,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141000,8 +142894,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [32986] = 2, - ACTIONS(11333), 12, + [34876] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141014,7 +142908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141041,8 +142935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -141061,8 +142955,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33049] = 2, - ACTIONS(11483), 12, + [34939] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141075,7 +142969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141103,8 +142997,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141122,8 +143016,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33112] = 2, - ACTIONS(11341), 12, + [35002] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141136,7 +143030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141156,7 +143050,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -141165,6 +143058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -141183,8 +143077,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33175] = 2, - ACTIONS(11487), 12, + [35065] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141197,7 +143091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141225,8 +143119,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141244,8 +143138,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33238] = 2, - ACTIONS(11491), 12, + [35128] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141258,7 +143152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141286,8 +143180,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141305,8 +143199,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33301] = 2, - ACTIONS(11345), 12, + [35191] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141319,7 +143213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141339,7 +143233,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -141348,6 +143241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -141366,8 +143260,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33364] = 2, - ACTIONS(11495), 12, + [35254] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141380,7 +143274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141408,8 +143302,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141427,8 +143321,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33427] = 2, - ACTIONS(11499), 12, + [35317] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141441,7 +143335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141469,8 +143363,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141488,8 +143382,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33490] = 2, - ACTIONS(11505), 12, + [35380] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141502,7 +143396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141530,8 +143424,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141549,8 +143443,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33553] = 2, - ACTIONS(11509), 12, + [35443] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141563,7 +143457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141591,8 +143485,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141610,8 +143504,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33616] = 2, - ACTIONS(11513), 12, + [35506] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141624,7 +143518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141652,8 +143546,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141671,8 +143565,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33679] = 2, - ACTIONS(11517), 12, + [35569] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141685,7 +143579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141704,6 +143598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -141714,7 +143609,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141732,8 +143626,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33742] = 2, - ACTIONS(11521), 12, + [35632] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141746,7 +143640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141774,8 +143668,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141793,8 +143687,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33805] = 2, - ACTIONS(11349), 12, + [35695] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141807,7 +143701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141827,7 +143721,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -141836,6 +143729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -141854,8 +143748,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33868] = 2, - ACTIONS(11353), 12, + [35758] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141868,7 +143762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141888,7 +143782,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -141897,6 +143790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -141915,8 +143809,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33931] = 2, - ACTIONS(11525), 12, + [35821] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141929,7 +143823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -141957,8 +143851,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -141976,8 +143870,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [33994] = 2, - ACTIONS(11209), 12, + [35884] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -141990,7 +143884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142037,8 +143931,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34057] = 2, - ACTIONS(11213), 12, + [35947] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142051,7 +143945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142098,8 +143992,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34120] = 2, - ACTIONS(11217), 12, + [36010] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142112,7 +144006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142159,8 +144053,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34183] = 2, - ACTIONS(11221), 12, + [36073] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142173,7 +144067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142220,8 +144114,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34246] = 2, - ACTIONS(11225), 12, + [36136] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142234,7 +144128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142281,8 +144175,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34309] = 2, - ACTIONS(11229), 12, + [36199] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142295,7 +144189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142342,8 +144236,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34372] = 2, - ACTIONS(11233), 12, + [36262] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142356,7 +144250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142403,8 +144297,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34435] = 2, - ACTIONS(11237), 12, + [36325] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142417,7 +144311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142464,8 +144358,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34498] = 2, - ACTIONS(11241), 12, + [36388] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142478,7 +144372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142525,8 +144419,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34561] = 2, - ACTIONS(11245), 12, + [36451] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142539,7 +144433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142586,8 +144480,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34624] = 2, - ACTIONS(11249), 12, + [36514] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142600,7 +144494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142620,6 +144514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -142628,7 +144523,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -142647,8 +144541,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34687] = 2, - ACTIONS(11253), 12, + [36577] = 4, + ACTIONS(11721), 1, + anon_sym_LPAREN2, + STATE(2076), 1, + sym__directive_parameter, + ACTIONS(11015), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11013), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATendPrependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [36644] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142661,7 +144618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142708,8 +144665,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34750] = 2, - ACTIONS(11257), 12, + [36707] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142722,7 +144679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142769,8 +144726,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34813] = 2, - ACTIONS(11261), 12, + [36770] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142783,7 +144740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142830,8 +144787,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34876] = 2, - ACTIONS(11609), 12, + [36833] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142844,7 +144801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142863,7 +144820,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -142873,6 +144829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -142891,8 +144848,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [34939] = 2, - ACTIONS(11265), 12, + [36896] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142905,7 +144862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -142952,8 +144909,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35002] = 2, - ACTIONS(11269), 12, + [36959] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -142966,7 +144923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143013,8 +144970,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35065] = 2, - ACTIONS(11273), 12, + [37022] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143027,7 +144984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143074,21 +145031,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35128] = 2, - ACTIONS(11277), 12, + [37085] = 5, + ACTIONS(11725), 1, + aux_sym__text_token3, + ACTIONS(11723), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1262), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143102,8 +145064,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -143116,7 +145078,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -143134,9 +145095,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [35191] = 2, - ACTIONS(11281), 12, + [37154] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143149,7 +145109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143196,8 +145156,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35254] = 2, - ACTIONS(11285), 12, + [37217] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143210,7 +145170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143257,8 +145217,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35317] = 2, - ACTIONS(11289), 12, + [37280] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143271,7 +145231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143318,8 +145278,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35380] = 2, - ACTIONS(11293), 12, + [37343] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143332,7 +145292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143379,8 +145339,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35443] = 2, - ACTIONS(11297), 12, + [37406] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143393,7 +145353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143440,8 +145400,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35506] = 2, - ACTIONS(11301), 12, + [37469] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143454,7 +145414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143501,8 +145461,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35569] = 2, - ACTIONS(11305), 12, + [37532] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143515,7 +145475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143562,8 +145522,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35632] = 2, - ACTIONS(11203), 12, + [37595] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143576,7 +145536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143596,6 +145556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -143604,7 +145565,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -143623,8 +145583,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35695] = 2, - ACTIONS(11309), 12, + [37658] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143637,7 +145597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143684,8 +145644,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35758] = 2, - ACTIONS(11313), 12, + [37721] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143698,7 +145658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143745,8 +145705,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35821] = 2, - ACTIONS(11401), 12, + [37784] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143759,7 +145719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143779,7 +145739,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -143788,6 +145747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -143806,24 +145766,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35884] = 4, - ACTIONS(11719), 1, - anon_sym_LPAREN2, - STATE(2054), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [37847] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143838,11 +145795,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -143869,8 +145827,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [35951] = 2, - ACTIONS(11317), 12, + [37910] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143883,7 +145841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143930,8 +145888,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36014] = 2, - ACTIONS(11321), 12, + [37973] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -143944,7 +145902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -143991,8 +145949,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36077] = 2, - ACTIONS(11325), 12, + [38036] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144005,7 +145963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144052,8 +146010,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36140] = 2, - ACTIONS(11329), 12, + [38099] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144066,7 +146024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144113,8 +146071,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36203] = 2, - ACTIONS(11337), 12, + [38162] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144127,7 +146085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144174,8 +146132,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36266] = 2, - ACTIONS(11341), 12, + [38225] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144188,7 +146146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144235,8 +146193,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36329] = 2, - ACTIONS(11345), 12, + [38288] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144249,7 +146207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144296,72 +146254,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36392] = 5, - ACTIONS(11723), 1, - aux_sym__text_token3, - ACTIONS(11721), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1250), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - ACTIONS(11019), 44, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATendPushIf, - anon_sym_ATprependOnce, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - [36461] = 2, - ACTIONS(11349), 12, + [38351] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144374,7 +146268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144421,8 +146315,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36524] = 2, - ACTIONS(11353), 12, + [38414] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144435,7 +146329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144482,8 +146376,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36587] = 2, - ACTIONS(11357), 12, + [38477] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144496,7 +146390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144543,8 +146437,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36650] = 2, - ACTIONS(11199), 12, + [38540] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144557,7 +146451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144584,8 +146478,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -144604,8 +146498,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36713] = 2, - ACTIONS(11361), 12, + [38603] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144618,7 +146512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144665,8 +146559,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36776] = 2, - ACTIONS(11365), 12, + [38666] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144679,7 +146573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144726,8 +146620,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36839] = 2, - ACTIONS(11369), 12, + [38729] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144740,7 +146634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144787,8 +146681,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36902] = 2, - ACTIONS(11297), 12, + [38792] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144801,7 +146695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144821,6 +146715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -144828,7 +146723,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -144848,8 +146742,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [36965] = 2, - ACTIONS(11373), 12, + [38855] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144862,7 +146756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144909,8 +146803,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37028] = 2, - ACTIONS(11377), 12, + [38918] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -144923,7 +146817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144943,6 +146837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -144951,7 +146846,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -144970,21 +146864,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37091] = 2, - ACTIONS(11055), 12, + [38981] = 5, + ACTIONS(11730), 1, + aux_sym__text_token3, + ACTIONS(11727), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1262), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -144998,8 +146897,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -145012,7 +146911,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -145030,9 +146928,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [37154] = 2, - ACTIONS(11361), 12, + [39050] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145045,7 +146942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145065,7 +146962,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -145074,6 +146970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -145092,8 +146989,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37217] = 2, - ACTIONS(11381), 12, + [39113] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145106,7 +147003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145153,8 +147050,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37280] = 2, - ACTIONS(11385), 12, + [39176] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145167,7 +147064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145214,8 +147111,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37343] = 2, - ACTIONS(11389), 12, + [39239] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145228,7 +147125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145275,8 +147172,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37406] = 2, - ACTIONS(11393), 12, + [39302] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145289,7 +147186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145336,8 +147233,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37469] = 2, - ACTIONS(11397), 12, + [39365] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145350,7 +147247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145397,8 +147294,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37532] = 2, - ACTIONS(11401), 12, + [39428] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145411,7 +147308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145458,8 +147355,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37595] = 2, - ACTIONS(11405), 12, + [39491] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145472,7 +147369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145519,8 +147416,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37658] = 2, - ACTIONS(11365), 12, + [39554] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145533,7 +147430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145553,7 +147450,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -145562,6 +147458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -145580,8 +147477,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37721] = 2, - ACTIONS(11409), 12, + [39617] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145594,7 +147491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145641,8 +147538,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37784] = 2, - ACTIONS(11585), 12, + [39680] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145655,7 +147552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145702,8 +147599,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37847] = 2, - ACTIONS(11301), 12, + [39743] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145716,7 +147613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145736,6 +147633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -145743,7 +147641,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -145763,8 +147660,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37910] = 2, - ACTIONS(11417), 12, + [39806] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145777,7 +147674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145824,8 +147721,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [37973] = 2, - ACTIONS(11421), 12, + [39869] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145838,7 +147735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145885,8 +147782,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38036] = 2, - ACTIONS(11333), 12, + [39932] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145899,7 +147796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -145916,7 +147813,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -145928,6 +147824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -145946,8 +147843,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38099] = 2, - ACTIONS(11425), 12, + [39995] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -145960,7 +147857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146007,8 +147904,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38162] = 2, - ACTIONS(11369), 12, + [40058] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146021,7 +147918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146041,7 +147938,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -146050,6 +147946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -146068,26 +147965,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38225] = 5, - ACTIONS(11728), 1, - aux_sym__text_token3, - ACTIONS(11725), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1250), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [40121] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146101,8 +147993,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -146115,6 +148007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -146132,8 +148025,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [38294] = 2, - ACTIONS(11435), 12, + aux_sym__text_token3, + [40184] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146146,7 +148040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146166,6 +148060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -146174,7 +148069,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -146193,8 +148087,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38357] = 2, - ACTIONS(11439), 12, + [40247] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146207,7 +148101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146254,8 +148148,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38420] = 2, - ACTIONS(11443), 12, + [40310] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146268,7 +148162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146315,8 +148209,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38483] = 2, - ACTIONS(11447), 12, + [40373] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146329,7 +148223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146376,8 +148270,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38546] = 2, - ACTIONS(11451), 12, + [40436] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146390,7 +148284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146437,8 +148331,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38609] = 2, - ACTIONS(11455), 12, + [40499] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146451,7 +148345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146498,8 +148392,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38672] = 2, - ACTIONS(11459), 12, + [40562] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146512,7 +148406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146559,8 +148453,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38735] = 2, - ACTIONS(11413), 12, + [40625] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146573,7 +148467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146620,8 +148514,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38798] = 2, - ACTIONS(11463), 12, + [40688] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146634,7 +148528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146654,6 +148548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -146662,7 +148557,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -146681,8 +148575,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38861] = 2, - ACTIONS(11333), 12, + [40751] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146695,7 +148589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146715,6 +148609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -146723,7 +148618,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -146742,8 +148636,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38924] = 2, - ACTIONS(11467), 12, + [40814] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146756,7 +148650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146803,8 +148697,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [38987] = 2, - ACTIONS(11373), 12, + [40877] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146817,7 +148711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146837,7 +148731,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -146845,6 +148738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -146864,8 +148758,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39050] = 2, - ACTIONS(11471), 12, + [40940] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146878,7 +148772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146905,8 +148799,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -146925,8 +148819,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39113] = 2, - ACTIONS(11475), 12, + [41003] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -146939,7 +148833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -146966,8 +148860,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -146986,8 +148880,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39176] = 2, - ACTIONS(11479), 12, + [41066] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147000,7 +148894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147027,8 +148921,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147047,8 +148941,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39239] = 2, - ACTIONS(11483), 12, + [41129] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147061,7 +148955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147088,8 +148982,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147108,8 +149002,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39302] = 2, - ACTIONS(11487), 12, + [41192] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147122,7 +149016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147149,8 +149043,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147169,8 +149063,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39365] = 2, - ACTIONS(11491), 12, + [41255] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147183,7 +149077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147210,8 +149104,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147230,8 +149124,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39428] = 2, - ACTIONS(11377), 12, + [41318] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147244,7 +149138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147264,7 +149158,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -147272,6 +149165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -147291,8 +149185,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39491] = 2, - ACTIONS(11495), 12, + [41381] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147305,7 +149199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147332,8 +149226,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147352,8 +149246,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39554] = 2, - ACTIONS(11499), 12, + [41444] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147366,7 +149260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147393,8 +149287,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147413,8 +149307,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39617] = 2, - ACTIONS(11505), 12, + [41507] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147427,7 +149321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147454,8 +149348,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147474,8 +149368,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39680] = 2, - ACTIONS(11509), 12, + [41570] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147488,7 +149382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147515,8 +149409,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147535,8 +149429,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39743] = 2, - ACTIONS(11513), 12, + [41633] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147549,7 +149443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147576,8 +149470,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147596,8 +149490,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39806] = 2, - ACTIONS(11517), 12, + [41696] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147610,7 +149504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147637,8 +149531,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147657,8 +149551,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39869] = 2, - ACTIONS(11521), 12, + [41759] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147671,7 +149565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147698,8 +149592,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147718,8 +149612,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39932] = 2, - ACTIONS(11381), 12, + [41822] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147732,7 +149626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147752,7 +149646,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -147760,6 +149653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -147779,8 +149673,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [39995] = 2, - ACTIONS(11385), 12, + [41885] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147793,7 +149687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147813,7 +149707,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -147821,6 +149714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -147840,8 +149734,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40058] = 2, - ACTIONS(11525), 12, + [41948] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147854,7 +149748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147881,8 +149775,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -147901,8 +149795,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40121] = 2, - ACTIONS(11209), 12, + [42011] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147915,7 +149809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -147962,8 +149856,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40184] = 2, - ACTIONS(11213), 12, + [42074] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -147976,7 +149870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148023,8 +149917,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40247] = 2, - ACTIONS(11217), 12, + [42137] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148037,7 +149931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148084,8 +149978,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40310] = 2, - ACTIONS(11221), 12, + [42200] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148098,7 +149992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148145,8 +150039,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40373] = 2, - ACTIONS(11225), 12, + [42263] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148159,7 +150053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148206,8 +150100,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40436] = 2, - ACTIONS(11229), 12, + [42326] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148220,7 +150114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148267,8 +150161,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40499] = 2, - ACTIONS(11233), 12, + [42389] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148281,7 +150175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148298,6 +150192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -148308,7 +150203,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148328,8 +150222,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40562] = 2, - ACTIONS(11237), 12, + [42452] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148342,7 +150236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148362,6 +150256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -148369,7 +150264,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148389,8 +150283,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40625] = 2, - ACTIONS(11241), 12, + [42515] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148403,7 +150297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148423,6 +150317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -148430,7 +150325,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148450,8 +150344,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40688] = 2, - ACTIONS(11245), 12, + [42578] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148464,7 +150358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148481,6 +150375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -148491,7 +150386,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148511,8 +150405,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40751] = 2, - ACTIONS(11305), 12, + [42641] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148525,7 +150419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148542,6 +150436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -148552,7 +150447,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148572,8 +150466,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40814] = 2, - ACTIONS(11249), 12, + [42704] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148586,7 +150480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148603,6 +150497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -148613,7 +150508,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148633,8 +150527,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40877] = 2, - ACTIONS(11253), 12, + [42767] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148647,7 +150541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148664,6 +150558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -148674,7 +150569,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148694,8 +150588,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [40940] = 2, - ACTIONS(11257), 12, + [42830] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148708,7 +150602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148725,6 +150619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -148735,7 +150630,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148755,8 +150649,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41003] = 2, - ACTIONS(11389), 12, + [42893] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148769,7 +150663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148786,10 +150680,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -148816,8 +150710,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41066] = 2, - ACTIONS(11261), 12, + [42956] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148830,7 +150724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148847,6 +150741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -148857,7 +150752,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148877,21 +150771,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41129] = 2, - ACTIONS(11265), 12, + [43019] = 5, + ACTIONS(11735), 1, + aux_sym__text_token3, + ACTIONS(11733), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1162), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148906,7 +150805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -148918,7 +150817,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148937,9 +150835,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [41192] = 2, - ACTIONS(11269), 12, + [43088] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -148952,7 +150849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -148969,6 +150866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -148979,7 +150877,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -148999,8 +150896,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41255] = 2, - ACTIONS(11273), 12, + [43151] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149013,7 +150910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149030,6 +150927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -149040,7 +150938,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -149060,8 +150957,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41318] = 2, - ACTIONS(11277), 12, + [43214] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149074,7 +150971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149091,6 +150988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -149101,7 +150999,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -149121,8 +151018,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41381] = 2, - ACTIONS(11281), 12, + [43277] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149135,7 +151032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149152,6 +151049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -149162,7 +151060,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -149182,8 +151079,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41444] = 2, - ACTIONS(11285), 12, + [43340] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149196,7 +151093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149213,6 +151110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -149223,7 +151121,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -149243,8 +151140,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41507] = 2, - ACTIONS(11289), 12, + [43403] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149257,7 +151154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149274,6 +151171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -149284,7 +151182,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -149304,8 +151201,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41570] = 2, - ACTIONS(11293), 12, + [43466] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149318,7 +151215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149335,6 +151232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -149345,7 +151243,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -149365,8 +151262,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41633] = 2, - ACTIONS(11525), 12, + [43529] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149379,7 +151276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149396,10 +151293,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -149426,8 +151323,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41696] = 2, - ACTIONS(11393), 12, + [43592] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149440,7 +151337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149457,10 +151354,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -149487,8 +151384,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41759] = 2, - ACTIONS(11397), 12, + [43655] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149501,7 +151398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149518,10 +151415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -149548,8 +151445,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41822] = 2, - ACTIONS(11521), 12, + [43718] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149562,7 +151459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149579,7 +151476,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -149592,6 +151488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -149609,8 +151506,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41885] = 2, - ACTIONS(11517), 12, + [43781] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149623,7 +151520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149640,10 +151537,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -149670,8 +151567,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [41948] = 2, - ACTIONS(11513), 12, + [43844] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149684,7 +151581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149731,8 +151628,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42011] = 2, - ACTIONS(11509), 12, + [43907] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149745,7 +151642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149792,8 +151689,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42074] = 2, - ACTIONS(11505), 12, + [43970] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149806,7 +151703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149853,8 +151750,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42137] = 2, - ACTIONS(11499), 12, + [44033] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149867,7 +151764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149914,8 +151811,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42200] = 2, - ACTIONS(11495), 12, + [44096] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -149928,7 +151825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -149975,26 +151872,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42263] = 5, - ACTIONS(11733), 1, - aux_sym__text_token3, - ACTIONS(11731), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1149), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [44159] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150008,9 +151900,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -150039,8 +151932,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [42332] = 2, - ACTIONS(11491), 12, + aux_sym__text_token3, + [44222] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150053,7 +151947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150100,8 +151994,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42395] = 2, - ACTIONS(11487), 12, + [44285] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150114,7 +152008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150131,7 +152025,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -150142,6 +152035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -150161,8 +152055,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42458] = 2, - ACTIONS(11483), 12, + [44348] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150175,7 +152069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150222,8 +152116,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42521] = 2, - ACTIONS(11479), 12, + [44411] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150236,7 +152130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150283,8 +152177,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42584] = 2, - ACTIONS(11475), 12, + [44474] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150297,7 +152191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150314,13 +152208,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -150344,8 +152238,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42647] = 2, - ACTIONS(11471), 12, + [44537] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150358,7 +152252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150405,8 +152299,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42710] = 2, - ACTIONS(11467), 12, + [44600] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150419,7 +152313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150466,8 +152360,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42773] = 2, - ACTIONS(11459), 12, + [44663] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150480,7 +152374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150497,10 +152391,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -150527,8 +152421,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42836] = 2, - ACTIONS(11463), 12, + [44726] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150541,7 +152435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150558,10 +152452,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -150588,8 +152482,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42899] = 2, - ACTIONS(11413), 12, + [44789] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150602,7 +152496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150649,8 +152543,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [42962] = 2, - ACTIONS(11055), 12, + [44852] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150663,7 +152557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150683,6 +152577,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -150692,7 +152587,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -150710,7 +152604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43025] = 2, + [44915] = 2, ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -150741,10 +152635,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -150771,8 +152665,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43088] = 2, - ACTIONS(11459), 12, + [44978] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150785,7 +152679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150832,8 +152726,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43151] = 2, - ACTIONS(11455), 12, + [45041] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150846,7 +152740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150893,8 +152787,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43214] = 2, - ACTIONS(11451), 12, + [45104] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150907,7 +152801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -150954,8 +152848,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43277] = 2, - ACTIONS(11447), 12, + [45167] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -150968,7 +152862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151015,8 +152909,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43340] = 2, - ACTIONS(11443), 12, + [45230] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151029,7 +152923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151076,8 +152970,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43403] = 2, - ACTIONS(11439), 12, + [45293] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151090,7 +152984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151137,8 +153031,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43466] = 2, - ACTIONS(11435), 12, + [45356] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151151,7 +153045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151198,8 +153092,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43529] = 2, - ACTIONS(11409), 12, + [45419] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151212,7 +153106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151229,10 +153123,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -151259,8 +153153,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43592] = 2, - ACTIONS(11425), 12, + [45482] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151273,7 +153167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151320,8 +153214,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43655] = 2, - ACTIONS(11421), 12, + [45545] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151334,7 +153228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151351,7 +153245,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -151364,6 +153257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -151381,8 +153275,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43718] = 2, - ACTIONS(11533), 12, + [45608] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151395,7 +153289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151412,13 +153306,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -151442,8 +153336,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43781] = 2, - ACTIONS(11417), 12, + [45671] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151456,7 +153350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151473,10 +153367,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -151503,8 +153397,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43844] = 2, - ACTIONS(11585), 12, + [45734] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151517,7 +153411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151564,8 +153458,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43907] = 2, - ACTIONS(11585), 12, + [45797] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151578,7 +153472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151595,10 +153489,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -151625,8 +153519,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [43970] = 2, - ACTIONS(11409), 12, + [45860] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151639,7 +153533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151686,8 +153580,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44033] = 2, - ACTIONS(11417), 12, + [45923] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151700,7 +153594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151717,10 +153611,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -151747,8 +153641,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44096] = 2, - ACTIONS(11405), 12, + [45986] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151761,7 +153655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151808,8 +153702,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44159] = 2, - ACTIONS(11401), 12, + [46049] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151822,7 +153716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151869,8 +153763,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44222] = 2, - ACTIONS(11397), 12, + [46112] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151883,7 +153777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151930,8 +153824,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44285] = 2, - ACTIONS(11393), 12, + [46175] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -151944,7 +153838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -151961,12 +153855,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -151991,8 +153885,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44348] = 2, - ACTIONS(11389), 12, + [46238] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152005,7 +153899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152052,8 +153946,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44411] = 2, - ACTIONS(11385), 12, + [46301] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152066,7 +153960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152113,8 +154007,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44474] = 2, - ACTIONS(11381), 12, + [46364] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152127,7 +154021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152174,8 +154068,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44537] = 2, - ACTIONS(11377), 12, + [46427] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152188,7 +154082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152235,8 +154129,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44600] = 2, - ACTIONS(11373), 12, + [46490] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152249,7 +154143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152296,8 +154190,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44663] = 2, - ACTIONS(11369), 12, + [46553] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152310,7 +154204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152357,8 +154251,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44726] = 2, - ACTIONS(11333), 12, + [46616] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152371,7 +154265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152388,6 +154282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -152400,7 +154295,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -152418,8 +154312,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44789] = 2, - ACTIONS(11365), 12, + [46679] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152432,7 +154326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152479,8 +154373,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44852] = 2, - ACTIONS(11421), 12, + [46742] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152493,7 +154387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152510,10 +154404,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -152540,8 +154434,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44915] = 2, - ACTIONS(11361), 12, + [46805] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152554,7 +154448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152601,8 +154495,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [44978] = 2, - ACTIONS(11199), 12, + [46868] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152615,7 +154509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152662,8 +154556,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45041] = 2, - ACTIONS(11357), 12, + [46931] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152676,7 +154570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152723,8 +154617,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45104] = 2, - ACTIONS(11353), 12, + [46994] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152737,7 +154631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152784,8 +154678,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45167] = 2, - ACTIONS(11349), 12, + [47057] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152798,7 +154692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152845,8 +154739,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45230] = 2, - ACTIONS(11345), 12, + [47120] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152859,7 +154753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152906,8 +154800,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45293] = 2, - ACTIONS(11341), 12, + [47183] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152920,7 +154814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -152967,8 +154861,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45356] = 2, - ACTIONS(11337), 12, + [47246] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -152981,7 +154875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153028,8 +154922,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45419] = 2, - ACTIONS(11329), 12, + [47309] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153042,7 +154936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153089,8 +154983,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45482] = 2, - ACTIONS(11325), 12, + [47372] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153103,7 +154997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153150,8 +155044,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45545] = 2, - ACTIONS(11321), 12, + [47435] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153164,7 +155058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153181,13 +155075,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -153211,8 +155105,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45608] = 2, - ACTIONS(11317), 12, + [47498] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153225,7 +155119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153272,8 +155166,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45671] = 2, - ACTIONS(11313), 12, + [47561] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153286,7 +155180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153333,8 +155227,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45734] = 2, - ACTIONS(11309), 12, + [47624] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153347,7 +155241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153394,8 +155288,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45797] = 2, - ACTIONS(11585), 12, + [47687] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153408,7 +155302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153425,12 +155319,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -153455,8 +155349,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45860] = 2, - ACTIONS(11305), 12, + [47750] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153469,7 +155363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153516,8 +155410,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45923] = 2, - ACTIONS(11301), 12, + [47813] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153530,7 +155424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153577,8 +155471,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [45986] = 2, - ACTIONS(11297), 12, + [47876] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153591,7 +155485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153638,8 +155532,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46049] = 2, - ACTIONS(11293), 12, + [47939] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153652,7 +155546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153699,8 +155593,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46112] = 2, - ACTIONS(11289), 12, + [48002] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153713,7 +155607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153760,8 +155654,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46175] = 2, - ACTIONS(11285), 12, + [48065] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153774,7 +155668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153821,8 +155715,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46238] = 2, - ACTIONS(11281), 12, + [48128] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153835,7 +155729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153882,8 +155776,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46301] = 2, - ACTIONS(11277), 12, + [48191] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153896,7 +155790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -153943,8 +155837,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46364] = 2, - ACTIONS(11273), 12, + [48254] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -153957,7 +155851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154004,8 +155898,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46427] = 2, - ACTIONS(11269), 12, + [48317] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154018,7 +155912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154035,7 +155929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154065,8 +155959,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46490] = 2, - ACTIONS(11265), 12, + [48380] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154079,7 +155973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154096,10 +155990,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -154126,8 +156020,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46553] = 2, - ACTIONS(11261), 12, + [48443] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154140,7 +156034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154157,10 +156051,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -154187,8 +156081,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46616] = 2, - ACTIONS(11609), 12, + [48506] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154201,7 +156095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154218,13 +156112,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -154248,8 +156142,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46679] = 2, - ACTIONS(11257), 12, + [48569] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154262,7 +156156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154279,7 +156173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154309,8 +156203,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46742] = 2, - ACTIONS(11253), 12, + [48632] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154323,7 +156217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154340,7 +156234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154370,8 +156264,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46805] = 2, - ACTIONS(11249), 12, + [48695] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154384,7 +156278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154401,7 +156295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154431,8 +156325,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46868] = 2, - ACTIONS(11245), 12, + [48758] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154445,7 +156339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154462,7 +156356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154492,8 +156386,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46931] = 2, - ACTIONS(11241), 12, + [48821] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154506,7 +156400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154523,7 +156417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154553,8 +156447,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [46994] = 2, - ACTIONS(11237), 12, + [48884] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154567,7 +156461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154584,7 +156478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154614,8 +156508,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47057] = 2, - ACTIONS(11233), 12, + [48947] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154628,7 +156522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154645,10 +156539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -154675,8 +156569,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47120] = 2, - ACTIONS(11229), 12, + [49010] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154689,7 +156583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154706,7 +156600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154736,8 +156630,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47183] = 2, - ACTIONS(11225), 12, + [49073] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154750,7 +156644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154767,7 +156661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154797,8 +156691,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47246] = 2, - ACTIONS(11221), 12, + [49136] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154811,7 +156705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154828,7 +156722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154858,8 +156752,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47309] = 2, - ACTIONS(11217), 12, + [49199] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154872,7 +156766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154889,7 +156783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154919,8 +156813,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47372] = 2, - ACTIONS(11213), 12, + [49262] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154933,7 +156827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -154950,7 +156844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -154980,8 +156874,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47435] = 2, - ACTIONS(11209), 12, + [49325] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -154994,7 +156888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155011,7 +156905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -155041,8 +156935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47498] = 2, - ACTIONS(11525), 12, + [49388] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155055,7 +156949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155102,8 +156996,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47561] = 2, - ACTIONS(11425), 12, + [49451] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155116,7 +157010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155163,8 +157057,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47624] = 2, - ACTIONS(11435), 12, + [49514] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155177,7 +157071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155194,10 +157088,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -155224,8 +157118,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47687] = 2, - ACTIONS(11521), 12, + [49577] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155238,7 +157132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155285,8 +157179,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47750] = 2, - ACTIONS(11517), 12, + [49640] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155299,7 +157193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155316,7 +157210,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -155330,6 +157223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -155346,8 +157240,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47813] = 2, - ACTIONS(11513), 12, + [49703] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155360,7 +157254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155377,7 +157271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, + anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -155407,8 +157301,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47876] = 2, - ACTIONS(11509), 12, + [49766] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155421,7 +157315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155468,8 +157362,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [47939] = 2, - ACTIONS(11505), 12, + [49829] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155482,7 +157376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155529,8 +157423,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48002] = 2, - ACTIONS(11499), 12, + [49892] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155543,7 +157437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155590,8 +157484,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48065] = 2, - ACTIONS(11495), 12, + [49955] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155604,7 +157498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155651,26 +157545,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48128] = 5, - ACTIONS(11737), 1, - aux_sym__text_token3, - ACTIONS(11735), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1049), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [50018] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155685,8 +157574,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -155715,8 +157605,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [48197] = 2, - ACTIONS(11491), 12, + aux_sym__text_token3, + [50081] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155729,7 +157620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155776,8 +157667,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48260] = 2, - ACTIONS(11487), 12, + [50144] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155790,7 +157681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155837,8 +157728,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48323] = 2, - ACTIONS(11483), 12, + [50207] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155851,7 +157742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155868,7 +157759,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -155879,6 +157769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -155898,8 +157789,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48386] = 2, - ACTIONS(11479), 12, + [50270] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155912,7 +157803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -155959,8 +157850,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48449] = 2, - ACTIONS(11475), 12, + [50333] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -155973,7 +157864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156020,8 +157911,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48512] = 2, - ACTIONS(11471), 12, + [50396] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156034,7 +157925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156051,7 +157942,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -156061,6 +157951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -156081,8 +157972,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48575] = 2, - ACTIONS(11467), 12, + [50459] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156095,7 +157986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156142,8 +158033,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48638] = 2, - ACTIONS(11439), 12, + [50522] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156156,7 +158047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156173,10 +158064,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -156203,8 +158094,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48701] = 2, - ACTIONS(11463), 12, + [50585] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156217,7 +158108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156264,8 +158155,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48764] = 2, - ACTIONS(11413), 12, + [50648] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156278,7 +158169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156295,10 +158186,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -156325,8 +158216,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48827] = 2, - ACTIONS(11055), 12, + [50711] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156339,7 +158230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156356,6 +158247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -156369,7 +158261,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -156386,8 +158277,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48890] = 2, - ACTIONS(11443), 12, + [50774] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156400,7 +158291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156447,8 +158338,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [48953] = 2, - ACTIONS(11459), 12, + [50837] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156461,7 +158352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156508,8 +158399,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49016] = 2, - ACTIONS(11455), 12, + [50900] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156522,7 +158413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156569,8 +158460,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49079] = 2, - ACTIONS(11451), 12, + [50963] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156583,7 +158474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156630,8 +158521,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49142] = 2, - ACTIONS(11447), 12, + [51026] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156644,7 +158535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156691,8 +158582,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49205] = 2, - ACTIONS(11443), 12, + [51089] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156705,7 +158596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156752,8 +158643,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49268] = 2, - ACTIONS(11439), 12, + [51152] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156766,7 +158657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156813,8 +158704,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49331] = 2, - ACTIONS(11435), 12, + [51215] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156827,7 +158718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156874,8 +158765,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49394] = 2, - ACTIONS(11447), 12, + [51278] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156888,7 +158779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156905,10 +158796,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -156935,8 +158826,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49457] = 2, - ACTIONS(11425), 12, + [51341] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -156949,7 +158840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -156996,8 +158887,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49520] = 2, - ACTIONS(11421), 12, + [51404] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157010,7 +158901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157057,8 +158948,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49583] = 2, - ACTIONS(11533), 12, + [51467] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157071,7 +158962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157097,11 +158988,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -157118,8 +159009,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49646] = 2, - ACTIONS(11417), 12, + [51530] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157132,7 +159023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157179,8 +159070,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49709] = 2, - ACTIONS(11585), 12, + [51593] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157193,7 +159084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157240,8 +159131,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49772] = 2, - ACTIONS(11451), 12, + [51656] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157254,7 +159145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157271,10 +159162,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -157301,8 +159192,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49835] = 2, - ACTIONS(11409), 12, + [51719] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157315,7 +159206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157362,8 +159253,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49898] = 2, - ACTIONS(11455), 12, + [51782] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157376,7 +159267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157393,10 +159284,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -157423,8 +159314,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [49961] = 2, - ACTIONS(11405), 12, + [51845] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157437,7 +159328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157484,8 +159375,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50024] = 2, - ACTIONS(11401), 12, + [51908] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157498,7 +159389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157545,8 +159436,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50087] = 2, - ACTIONS(11397), 12, + [51971] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157559,7 +159450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157606,8 +159497,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50150] = 2, - ACTIONS(11393), 12, + [52034] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157620,7 +159511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157667,8 +159558,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50213] = 2, - ACTIONS(11389), 12, + [52097] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157681,7 +159572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157728,8 +159619,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50276] = 2, - ACTIONS(11385), 12, + [52160] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157742,7 +159633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157789,8 +159680,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50339] = 2, - ACTIONS(11381), 12, + [52223] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157803,7 +159694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157850,8 +159741,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50402] = 2, - ACTIONS(11377), 12, + [52286] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157864,7 +159755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157911,8 +159802,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50465] = 2, - ACTIONS(11373), 12, + [52349] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157925,7 +159816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -157972,8 +159863,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50528] = 2, - ACTIONS(11369), 12, + [52412] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -157986,7 +159877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158033,8 +159924,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50591] = 2, - ACTIONS(11333), 12, + [52475] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158047,7 +159938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158064,6 +159955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, + anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -158077,7 +159969,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -158094,8 +159985,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50654] = 2, - ACTIONS(11365), 12, + [52538] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158108,7 +159999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158155,8 +160046,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50717] = 2, - ACTIONS(11361), 12, + [52601] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158169,7 +160060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158216,8 +160107,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50780] = 2, - ACTIONS(11199), 12, + [52664] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158230,7 +160121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158277,8 +160168,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50843] = 2, - ACTIONS(11357), 12, + [52727] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158291,7 +160182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158338,8 +160229,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50906] = 2, - ACTIONS(11353), 12, + [52790] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158352,7 +160243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158399,8 +160290,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [50969] = 2, - ACTIONS(11349), 12, + [52853] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158413,7 +160304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158460,8 +160351,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51032] = 2, - ACTIONS(11345), 12, + [52916] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158474,7 +160365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158521,8 +160412,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51095] = 2, - ACTIONS(11341), 12, + [52979] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158535,7 +160426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158582,8 +160473,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51158] = 2, - ACTIONS(11337), 12, + [53042] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158596,7 +160487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158643,8 +160534,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51221] = 2, - ACTIONS(11329), 12, + [53105] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158657,7 +160548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158704,8 +160595,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51284] = 2, - ACTIONS(11325), 12, + [53168] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158718,7 +160609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158765,8 +160656,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51347] = 2, - ACTIONS(11321), 12, + [53231] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158779,7 +160670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158826,8 +160717,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51410] = 2, - ACTIONS(11317), 12, + [53294] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158840,7 +160731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158857,7 +160748,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, @@ -158867,6 +160757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -158887,8 +160778,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51473] = 2, - ACTIONS(11313), 12, + [53357] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158901,7 +160792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -158948,8 +160839,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51536] = 2, - ACTIONS(11309), 12, + [53420] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -158962,7 +160853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159009,8 +160900,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51599] = 2, - ACTIONS(11203), 12, + [53483] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159023,7 +160914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159070,8 +160961,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51662] = 2, - ACTIONS(11305), 12, + [53546] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159084,7 +160975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159131,8 +161022,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51725] = 2, - ACTIONS(11301), 12, + [53609] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159145,7 +161036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159192,8 +161083,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51788] = 2, - ACTIONS(11297), 12, + [53672] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159206,7 +161097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159253,8 +161144,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51851] = 2, - ACTIONS(11293), 12, + [53735] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159267,7 +161158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159314,8 +161205,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51914] = 2, - ACTIONS(11289), 12, + [53798] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159328,7 +161219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159375,8 +161266,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [51977] = 2, - ACTIONS(11285), 12, + [53861] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159389,7 +161280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159436,8 +161327,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52040] = 2, - ACTIONS(11281), 12, + [53924] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159450,7 +161341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159497,8 +161388,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52103] = 2, - ACTIONS(11277), 12, + [53987] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159511,7 +161402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159558,8 +161449,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52166] = 2, - ACTIONS(11273), 12, + [54050] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159572,7 +161463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159619,8 +161510,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52229] = 2, - ACTIONS(11269), 12, + [54113] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159633,7 +161524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159680,8 +161571,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52292] = 2, - ACTIONS(11265), 12, + [54176] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159694,7 +161585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159711,8 +161602,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -159741,8 +161632,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52355] = 2, - ACTIONS(11261), 12, + [54239] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159755,7 +161646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159772,10 +161663,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -159802,8 +161693,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52418] = 2, - ACTIONS(11609), 12, + [54302] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159816,7 +161707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159836,13 +161727,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -159863,8 +161754,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52481] = 2, - ACTIONS(11257), 12, + [54365] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159877,7 +161768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159894,8 +161785,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -159924,8 +161815,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52544] = 2, - ACTIONS(11253), 12, + [54428] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159938,7 +161829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -159955,8 +161846,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -159985,8 +161876,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52607] = 2, - ACTIONS(11249), 12, + [54491] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -159999,7 +161890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160016,8 +161907,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160046,8 +161937,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52670] = 2, - ACTIONS(11245), 12, + [54554] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160060,7 +161951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160077,8 +161968,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160107,8 +161998,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52733] = 2, - ACTIONS(11241), 12, + [54617] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160121,7 +162012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160138,8 +162029,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160168,8 +162059,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52796] = 2, - ACTIONS(11237), 12, + [54680] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160182,7 +162073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160199,8 +162090,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160229,8 +162120,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52859] = 2, - ACTIONS(11233), 12, + [54743] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160243,7 +162134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160260,8 +162151,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160290,8 +162181,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52922] = 2, - ACTIONS(11229), 12, + [54806] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160304,7 +162195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160321,10 +162212,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -160351,8 +162242,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [52985] = 2, - ACTIONS(11225), 12, + [54869] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160365,7 +162256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160382,8 +162273,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160412,8 +162303,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53048] = 2, - ACTIONS(11221), 12, + [54932] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160426,7 +162317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160443,8 +162334,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160473,8 +162364,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53111] = 2, - ACTIONS(11217), 12, + [54995] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160487,7 +162378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160504,8 +162395,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160534,8 +162425,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53174] = 2, - ACTIONS(11213), 12, + [55058] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160548,7 +162439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160565,8 +162456,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160595,8 +162486,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53237] = 2, - ACTIONS(11209), 12, + [55121] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160609,7 +162500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160626,8 +162517,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendunless, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -160656,8 +162547,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53300] = 2, - ACTIONS(11525), 12, + [55184] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160670,7 +162561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160717,8 +162608,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53363] = 2, - ACTIONS(11479), 12, + [55247] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160731,7 +162622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160749,9 +162640,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -160778,8 +162669,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53426] = 2, - ACTIONS(11055), 12, + [55310] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160792,7 +162683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160809,10 +162700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATprependOnce, aux_sym_conditional_keyword_token1, anon_sym_ATif, - anon_sym_ATendif, anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -160839,8 +162730,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53489] = 2, - ACTIONS(11521), 12, + [55373] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160853,7 +162744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160900,8 +162791,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53552] = 2, - ACTIONS(11517), 12, + [55436] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160914,7 +162805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -160961,8 +162852,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53615] = 2, - ACTIONS(11513), 12, + [55499] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -160975,7 +162866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161022,8 +162913,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53678] = 2, - ACTIONS(11509), 12, + [55562] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161036,7 +162927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161083,8 +162974,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53741] = 2, - ACTIONS(11505), 12, + [55625] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161097,7 +162988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161144,8 +163035,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53804] = 2, - ACTIONS(11499), 12, + [55688] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161158,7 +163049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161205,8 +163096,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53867] = 2, - ACTIONS(11495), 12, + [55751] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161219,7 +163110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161266,69 +163157,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [53930] = 2, - ACTIONS(11413), 12, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATelse, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11411), 46, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATendauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - aux_sym__text_token3, - [53993] = 2, - ACTIONS(11491), 12, + [55814] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161341,7 +163171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161388,8 +163218,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54056] = 2, - ACTIONS(11487), 12, + [55877] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161402,7 +163232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161449,8 +163279,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54119] = 2, - ACTIONS(11483), 12, + [55940] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161463,7 +163293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161481,7 +163311,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -161491,6 +163320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -161510,8 +163340,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54182] = 2, - ACTIONS(11479), 12, + [56003] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161524,7 +163354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161571,8 +163401,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54245] = 2, - ACTIONS(11475), 12, + [56066] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161585,7 +163415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161632,8 +163462,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54308] = 2, - ACTIONS(11471), 12, + [56129] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161646,7 +163476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161664,7 +163494,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -161673,6 +163502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -161693,8 +163523,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54371] = 2, - ACTIONS(11467), 12, + [56192] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161707,7 +163537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161754,8 +163584,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54434] = 2, - ACTIONS(11463), 12, + [56255] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161768,7 +163598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161786,9 +163616,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -161815,8 +163645,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54497] = 2, - ACTIONS(11463), 12, + [56318] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161829,7 +163659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161876,8 +163706,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54560] = 2, - ACTIONS(11413), 12, + [56381] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161890,7 +163720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161908,9 +163738,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -161937,8 +163767,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54623] = 2, - ACTIONS(11459), 12, + [56444] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -161951,7 +163781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -161998,8 +163828,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54686] = 2, - ACTIONS(11455), 12, + [56507] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162012,7 +163842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162030,9 +163860,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -162059,8 +163889,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54749] = 2, - ACTIONS(11451), 12, + [56570] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162073,7 +163903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162120,8 +163950,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54812] = 2, - ACTIONS(11447), 12, + [56633] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162134,7 +163964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162181,8 +164011,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54875] = 2, - ACTIONS(11443), 12, + [56696] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162195,7 +164025,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162242,8 +164072,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [54938] = 2, - ACTIONS(11439), 12, + [56759] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162256,7 +164086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162303,8 +164133,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55001] = 2, - ACTIONS(11435), 12, + [56822] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162317,7 +164147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162364,8 +164194,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55064] = 2, - ACTIONS(11467), 12, + [56885] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162378,7 +164208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162396,9 +164226,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -162425,8 +164255,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55127] = 2, - ACTIONS(11425), 12, + [56948] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162439,7 +164269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162486,8 +164316,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55190] = 2, - ACTIONS(11421), 12, + [57011] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162500,7 +164330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162547,8 +164377,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55253] = 2, - ACTIONS(11533), 12, + [57074] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162561,7 +164391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162579,6 +164409,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -162587,7 +164418,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -162608,8 +164438,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55316] = 2, - ACTIONS(11417), 12, + [57137] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162622,7 +164452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162669,8 +164499,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55379] = 2, - ACTIONS(11585), 12, + [57200] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162683,7 +164513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162730,8 +164560,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55442] = 2, - ACTIONS(11471), 12, + [57263] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162744,7 +164574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162762,9 +164592,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -162791,8 +164621,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55505] = 2, - ACTIONS(11409), 12, + [57326] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162805,7 +164635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162852,8 +164682,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55568] = 2, - ACTIONS(11475), 12, + [57389] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162866,7 +164696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162884,9 +164714,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, + anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -162913,8 +164743,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55631] = 2, - ACTIONS(11405), 12, + [57452] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162927,7 +164757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -162974,8 +164804,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55694] = 2, - ACTIONS(11401), 12, + [57515] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -162988,7 +164818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163035,8 +164865,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55757] = 2, - ACTIONS(11397), 12, + [57578] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163049,7 +164879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163096,8 +164926,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55820] = 2, - ACTIONS(11393), 12, + [57641] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163110,7 +164940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163157,8 +164987,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55883] = 2, - ACTIONS(11389), 12, + [57704] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163171,7 +165001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163218,8 +165048,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [55946] = 2, - ACTIONS(11385), 12, + [57767] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163232,7 +165062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163279,8 +165109,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56009] = 2, - ACTIONS(11381), 12, + [57830] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163293,7 +165123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163340,8 +165170,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56072] = 2, - ACTIONS(11377), 12, + [57893] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163354,7 +165184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163401,8 +165231,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56135] = 2, - ACTIONS(11373), 12, + [57956] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163415,7 +165245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163462,8 +165292,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56198] = 2, - ACTIONS(11369), 12, + [58019] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163476,7 +165306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163523,8 +165353,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56261] = 2, - ACTIONS(11365), 12, + [58082] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163537,7 +165367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163584,8 +165414,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56324] = 2, - ACTIONS(11361), 12, + [58145] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163598,7 +165428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163645,8 +165475,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56387] = 2, - ACTIONS(11199), 12, + [58208] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163659,7 +165489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163706,8 +165536,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56450] = 2, - ACTIONS(11357), 12, + [58271] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163720,7 +165550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163767,8 +165597,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56513] = 2, - ACTIONS(11353), 12, + [58334] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163781,7 +165611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163828,8 +165658,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56576] = 2, - ACTIONS(11349), 12, + [58397] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163842,7 +165672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163889,8 +165719,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56639] = 2, - ACTIONS(11345), 12, + [58460] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163903,7 +165733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -163950,8 +165780,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56702] = 2, - ACTIONS(11341), 12, + [58523] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -163964,7 +165794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164011,8 +165841,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56765] = 2, - ACTIONS(11337), 12, + [58586] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164025,7 +165855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164072,8 +165902,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56828] = 2, - ACTIONS(11329), 12, + [58649] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164086,7 +165916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164133,8 +165963,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56891] = 2, - ACTIONS(11325), 12, + [58712] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164147,7 +165977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164194,8 +166024,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [56954] = 2, - ACTIONS(11321), 12, + [58775] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164208,7 +166038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164255,8 +166085,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57017] = 2, - ACTIONS(11317), 12, + [58838] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164269,7 +166099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164316,8 +166146,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57080] = 2, - ACTIONS(11313), 12, + [58901] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164330,7 +166160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164377,8 +166207,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57143] = 2, - ACTIONS(11309), 12, + [58964] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164391,7 +166221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164409,7 +166239,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, @@ -164418,6 +166247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -164438,8 +166268,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57206] = 2, - ACTIONS(11203), 12, + [59027] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164452,7 +166282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164499,8 +166329,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57269] = 2, - ACTIONS(11305), 12, + [59090] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164513,7 +166343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164560,8 +166390,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57332] = 2, - ACTIONS(11301), 12, + [59153] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164574,7 +166404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164621,8 +166451,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57395] = 2, - ACTIONS(11297), 12, + [59216] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164635,7 +166465,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164682,8 +166512,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57458] = 2, - ACTIONS(11293), 12, + [59279] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164696,7 +166526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164743,8 +166573,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57521] = 2, - ACTIONS(11289), 12, + [59342] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164757,7 +166587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164804,8 +166634,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57584] = 2, - ACTIONS(11285), 12, + [59405] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164818,7 +166648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164865,8 +166695,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57647] = 2, - ACTIONS(11281), 12, + [59468] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164879,7 +166709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164926,8 +166756,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57710] = 2, - ACTIONS(11277), 12, + [59531] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -164940,7 +166770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -164987,8 +166817,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57773] = 2, - ACTIONS(11273), 12, + [59594] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165001,7 +166831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165048,8 +166878,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57836] = 2, - ACTIONS(11269), 12, + [59657] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165062,7 +166892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165109,8 +166939,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57899] = 2, - ACTIONS(11265), 12, + [59720] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165123,7 +166953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165170,8 +167000,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [57962] = 2, - ACTIONS(11261), 12, + [59783] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165184,7 +167014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165231,8 +167061,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58025] = 2, - ACTIONS(11609), 12, + [59846] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165245,7 +167075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165264,6 +167094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -165271,7 +167102,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -165292,8 +167122,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58088] = 2, - ACTIONS(11257), 12, + [59909] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165306,7 +167136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165324,9 +167154,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -165353,8 +167183,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58151] = 2, - ACTIONS(11253), 12, + [59972] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165367,7 +167197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165385,9 +167215,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -165414,8 +167244,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58214] = 2, - ACTIONS(11249), 12, + [60035] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165428,7 +167258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165446,8 +167276,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -165475,8 +167305,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58277] = 2, - ACTIONS(11245), 12, + [60098] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165489,7 +167319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165507,8 +167337,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -165536,8 +167366,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58340] = 2, - ACTIONS(11241), 12, + [60161] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165550,7 +167380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165568,8 +167398,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -165597,8 +167427,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58403] = 2, - ACTIONS(11237), 12, + [60224] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165611,7 +167441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165629,8 +167459,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -165658,8 +167488,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58466] = 2, - ACTIONS(11233), 12, + [60287] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165672,7 +167502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165690,8 +167520,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -165719,8 +167549,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58529] = 2, - ACTIONS(11229), 12, + [60350] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165733,7 +167563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165751,8 +167581,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -165780,8 +167610,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58592] = 2, - ACTIONS(11225), 12, + [60413] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165794,7 +167624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165812,8 +167642,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -165841,8 +167671,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58655] = 2, - ACTIONS(11221), 12, + [60476] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165855,7 +167685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165873,9 +167703,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -165902,8 +167732,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58718] = 2, - ACTIONS(11217), 12, + [60539] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165916,7 +167746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165934,8 +167764,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -165963,8 +167793,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58781] = 2, - ACTIONS(11213), 12, + [60602] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -165977,7 +167807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -165995,8 +167825,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -166024,8 +167854,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58844] = 2, - ACTIONS(11209), 12, + [60665] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166038,7 +167868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166056,8 +167886,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, - anon_sym_ATendisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -166085,8 +167915,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58907] = 2, - ACTIONS(11525), 12, + [60728] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166099,7 +167929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166146,8 +167976,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [58970] = 2, - ACTIONS(11525), 12, + [60791] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166160,7 +167990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166179,8 +168009,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -166207,8 +168037,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59033] = 2, - ACTIONS(11483), 12, + [60854] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166221,7 +168051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166240,8 +168070,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -166268,8 +168098,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59096] = 2, - ACTIONS(11521), 12, + [60917] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166282,7 +168112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166329,8 +168159,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59159] = 2, - ACTIONS(11517), 12, + [60980] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166343,7 +168173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166362,8 +168192,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -166390,8 +168220,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59222] = 2, - ACTIONS(11513), 12, + [61043] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166404,7 +168234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166451,8 +168281,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59285] = 2, - ACTIONS(11509), 12, + [61106] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166465,7 +168295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166512,8 +168342,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59348] = 2, - ACTIONS(11505), 12, + [61169] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166526,7 +168356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166573,8 +168403,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59411] = 2, - ACTIONS(11499), 12, + [61232] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166587,7 +168417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166634,8 +168464,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59474] = 2, - ACTIONS(11495), 12, + [61295] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166648,7 +168478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166695,8 +168525,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59537] = 2, - ACTIONS(11487), 12, + [61358] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166709,7 +168539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166728,8 +168558,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -166756,8 +168586,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59600] = 2, - ACTIONS(11491), 12, + [61421] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166770,7 +168600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166817,8 +168647,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59663] = 2, - ACTIONS(11487), 12, + [61484] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166831,7 +168661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166878,8 +168708,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59726] = 2, - ACTIONS(11483), 12, + [61547] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166892,7 +168722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166939,8 +168769,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59789] = 2, - ACTIONS(11479), 12, + [61610] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -166953,7 +168783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -166972,7 +168802,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -166981,6 +168810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -167000,8 +168830,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59852] = 2, - ACTIONS(11475), 12, + [61673] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167014,7 +168844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167061,8 +168891,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59915] = 2, - ACTIONS(11471), 12, + [61736] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167075,7 +168905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167122,8 +168952,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [59978] = 2, - ACTIONS(11467), 12, + [61799] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167136,7 +168966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167155,7 +168985,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -167164,6 +168993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -167183,8 +169013,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60041] = 2, - ACTIONS(11491), 12, + [61862] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167197,7 +169027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167216,8 +169046,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -167244,8 +169074,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60104] = 2, - ACTIONS(11463), 12, + [61925] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167258,7 +169088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167305,8 +169135,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60167] = 2, - ACTIONS(11413), 12, + [61988] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167319,7 +169149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167366,8 +169196,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60230] = 2, - ACTIONS(11459), 12, + [62051] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167380,7 +169210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167399,8 +169229,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -167427,8 +169257,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60293] = 2, - ACTIONS(11455), 12, + [62114] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167441,7 +169271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167488,8 +169318,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60356] = 2, - ACTIONS(11451), 12, + [62177] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167502,7 +169332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167521,8 +169351,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -167549,8 +169379,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60419] = 2, - ACTIONS(11447), 12, + [62240] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167563,7 +169393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167610,8 +169440,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60482] = 2, - ACTIONS(11443), 12, + [62303] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167624,7 +169454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167671,8 +169501,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60545] = 2, - ACTIONS(11439), 12, + [62366] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167685,7 +169515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167732,8 +169562,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60608] = 2, - ACTIONS(11435), 12, + [62429] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167746,7 +169576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167793,8 +169623,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60671] = 2, - ACTIONS(11495), 12, + [62492] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167807,7 +169637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167826,8 +169656,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -167854,8 +169684,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60734] = 2, - ACTIONS(11425), 12, + [62555] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167868,7 +169698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167915,8 +169745,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60797] = 2, - ACTIONS(11421), 12, + [62618] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167929,7 +169759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -167976,8 +169806,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60860] = 2, - ACTIONS(11533), 12, + [62681] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -167990,7 +169820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168009,6 +169839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -168017,7 +169848,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -168037,8 +169867,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60923] = 2, - ACTIONS(11417), 12, + [62744] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168051,7 +169881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168098,8 +169928,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [60986] = 2, - ACTIONS(11585), 12, + [62807] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168112,7 +169942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168159,8 +169989,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61049] = 2, - ACTIONS(11499), 12, + [62870] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168173,7 +170003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168192,8 +170022,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -168220,8 +170050,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61112] = 2, - ACTIONS(11409), 12, + [62933] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168234,7 +170064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168281,8 +170111,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61175] = 2, - ACTIONS(11505), 12, + [62996] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168295,7 +170125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168314,8 +170144,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -168342,8 +170172,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61238] = 2, - ACTIONS(11405), 12, + [63059] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168356,7 +170186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168403,8 +170233,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61301] = 2, - ACTIONS(11401), 12, + [63122] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168417,7 +170247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168464,8 +170294,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61364] = 2, - ACTIONS(11397), 12, + [63185] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168478,7 +170308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168525,8 +170355,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61427] = 2, - ACTIONS(11393), 12, + [63248] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168539,7 +170369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168586,8 +170416,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61490] = 2, - ACTIONS(11389), 12, + [63311] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168600,7 +170430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168647,8 +170477,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61553] = 2, - ACTIONS(11385), 12, + [63374] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168661,7 +170491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168708,8 +170538,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61616] = 2, - ACTIONS(11381), 12, + [63437] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168722,7 +170552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168769,8 +170599,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61679] = 2, - ACTIONS(11377), 12, + [63500] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168783,7 +170613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168830,8 +170660,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61742] = 2, - ACTIONS(11373), 12, + [63563] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168844,7 +170674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168891,8 +170721,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61805] = 2, - ACTIONS(11369), 12, + [63626] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168905,7 +170735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -168952,8 +170782,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61868] = 2, - ACTIONS(11365), 12, + [63689] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -168966,7 +170796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169013,8 +170843,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61931] = 2, - ACTIONS(11361), 12, + [63752] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169027,7 +170857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169074,8 +170904,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [61994] = 2, - ACTIONS(11199), 12, + [63815] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169088,7 +170918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169135,8 +170965,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62057] = 2, - ACTIONS(11357), 12, + [63878] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169149,7 +170979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169196,8 +171026,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62120] = 2, - ACTIONS(11353), 12, + [63941] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169210,7 +171040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169257,8 +171087,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62183] = 2, - ACTIONS(11349), 12, + [64004] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169271,7 +171101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169318,8 +171148,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62246] = 2, - ACTIONS(11345), 12, + [64067] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169332,7 +171162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169379,8 +171209,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62309] = 2, - ACTIONS(11341), 12, + [64130] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169393,7 +171223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169440,8 +171270,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62372] = 2, - ACTIONS(11337), 12, + [64193] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169454,7 +171284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169501,8 +171331,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62435] = 2, - ACTIONS(11329), 12, + [64256] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169515,7 +171345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169562,8 +171392,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62498] = 2, - ACTIONS(11325), 12, + [64319] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169576,7 +171406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169623,8 +171453,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62561] = 2, - ACTIONS(11321), 12, + [64382] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169637,7 +171467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169684,8 +171514,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62624] = 2, - ACTIONS(11317), 12, + [64445] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169698,7 +171528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169745,8 +171575,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62687] = 2, - ACTIONS(11313), 12, + [64508] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169759,7 +171589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169806,8 +171636,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62750] = 2, - ACTIONS(11309), 12, + [64571] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169820,7 +171650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169867,8 +171697,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62813] = 2, - ACTIONS(11203), 12, + [64634] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169881,7 +171711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169900,7 +171730,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -169909,6 +171738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -169928,8 +171758,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62876] = 2, - ACTIONS(11305), 12, + [64697] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -169942,7 +171772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -169989,8 +171819,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [62939] = 2, - ACTIONS(11301), 12, + [64760] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170003,7 +171833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170050,8 +171880,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63002] = 2, - ACTIONS(11297), 12, + [64823] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170064,7 +171894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170111,8 +171941,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63065] = 2, - ACTIONS(11293), 12, + [64886] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170125,7 +171955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170172,8 +172002,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63128] = 2, - ACTIONS(11289), 12, + [64949] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170186,7 +172016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170233,8 +172063,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63191] = 2, - ACTIONS(11285), 12, + [65012] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170247,7 +172077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170294,8 +172124,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63254] = 2, - ACTIONS(11281), 12, + [65075] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170308,7 +172138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170355,8 +172185,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63317] = 2, - ACTIONS(11277), 12, + [65138] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170369,7 +172199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170416,8 +172246,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63380] = 2, - ACTIONS(11273), 12, + [65201] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170430,7 +172260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170477,8 +172307,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63443] = 2, - ACTIONS(11269), 12, + [65264] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170491,7 +172321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170538,8 +172368,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63506] = 2, - ACTIONS(11265), 12, + [65327] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170552,7 +172382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170599,8 +172429,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63569] = 2, - ACTIONS(11261), 12, + [65390] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170613,7 +172443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170660,8 +172490,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63632] = 2, - ACTIONS(11609), 12, + [65453] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170674,7 +172504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170693,6 +172523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, + anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, @@ -170701,7 +172532,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -170721,8 +172551,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63695] = 2, - ACTIONS(11257), 12, + [65516] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170735,7 +172565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170754,11 +172584,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -170782,8 +172612,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63758] = 2, - ACTIONS(11253), 12, + [65579] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170796,7 +172626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170815,8 +172645,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -170843,8 +172673,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63821] = 2, - ACTIONS(11249), 12, + [65642] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170857,7 +172687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170876,8 +172706,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -170904,8 +172734,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63884] = 2, - ACTIONS(11245), 12, + [65705] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170918,7 +172748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170937,11 +172767,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -170965,8 +172795,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [63947] = 2, - ACTIONS(11241), 12, + [65768] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -170979,7 +172809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -170998,11 +172828,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171026,8 +172856,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64010] = 2, - ACTIONS(11237), 12, + [65831] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171040,7 +172870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171059,11 +172889,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171087,8 +172917,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64073] = 2, - ACTIONS(11233), 12, + [65894] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171101,7 +172931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171120,11 +172950,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171148,8 +172978,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64136] = 2, - ACTIONS(11229), 12, + [65957] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171162,7 +172992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171181,11 +173011,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171209,8 +173039,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64199] = 2, - ACTIONS(11225), 12, + [66020] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171223,7 +173053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171242,11 +173072,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171270,8 +173100,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64262] = 2, - ACTIONS(11221), 12, + [66083] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171284,7 +173114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171303,11 +173133,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171331,8 +173161,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64325] = 2, - ACTIONS(11217), 12, + [66146] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171345,7 +173175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171364,10 +173194,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, @@ -171392,8 +173222,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64388] = 2, - ACTIONS(11213), 12, + [66209] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171406,7 +173236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171425,11 +173255,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171453,8 +173283,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64451] = 2, - ACTIONS(11209), 12, + [66272] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171467,7 +173297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171486,11 +173316,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, - anon_sym_ATendempty, anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171514,8 +173344,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64514] = 2, - ACTIONS(11525), 12, + [66335] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171528,7 +173358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171575,8 +173405,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64577] = 2, - ACTIONS(11509), 12, + [66398] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171589,7 +173419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171609,10 +173439,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171636,8 +173466,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64640] = 2, - ACTIONS(11513), 12, + [66461] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171650,7 +173480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171670,10 +173500,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -171697,8 +173527,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64703] = 2, - ACTIONS(11521), 12, + [66524] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171711,7 +173541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171758,8 +173588,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64766] = 2, - ACTIONS(11517), 12, + [66587] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171772,7 +173602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171819,8 +173649,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64829] = 2, - ACTIONS(11513), 12, + [66650] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171833,7 +173663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171880,8 +173710,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64892] = 2, - ACTIONS(11509), 12, + [66713] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171894,7 +173724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -171941,8 +173771,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [64955] = 2, - ACTIONS(11505), 12, + [66776] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -171955,7 +173785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172002,8 +173832,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65018] = 2, - ACTIONS(11499), 12, + [66839] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172016,7 +173846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172063,8 +173893,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65081] = 2, - ACTIONS(11495), 12, + [66902] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172077,7 +173907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172124,8 +173954,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65144] = 2, - ACTIONS(11517), 12, + [66965] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172138,7 +173968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172158,10 +173988,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -172185,8 +174015,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65207] = 2, - ACTIONS(11491), 12, + [67028] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172199,7 +174029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172246,8 +174076,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65270] = 2, - ACTIONS(11487), 12, + [67091] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172260,7 +174090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172307,8 +174137,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65333] = 2, - ACTIONS(11483), 12, + [67154] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172321,7 +174151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172368,21 +174198,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65396] = 2, - ACTIONS(11479), 12, + [67217] = 5, + ACTIONS(11740), 1, + aux_sym__text_token3, + ACTIONS(11737), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1710), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172392,12 +174227,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -172405,7 +174240,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -172428,9 +174262,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [65459] = 2, - ACTIONS(11475), 12, + [67286] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172443,7 +174276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172490,8 +174323,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65522] = 2, - ACTIONS(11471), 12, + [67349] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172504,7 +174337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172551,8 +174384,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65585] = 2, - ACTIONS(11467), 12, + [67412] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172565,7 +174398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172588,12 +174421,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -172612,8 +174445,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65648] = 2, - ACTIONS(11463), 12, + [67475] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172626,7 +174459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172673,8 +174506,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65711] = 2, - ACTIONS(11413), 12, + [67538] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172687,7 +174520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172734,8 +174567,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65774] = 2, - ACTIONS(11459), 12, + [67601] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172748,7 +174581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172795,8 +174628,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65837] = 2, - ACTIONS(11455), 12, + [67664] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172809,7 +174642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172856,8 +174689,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65900] = 2, - ACTIONS(11451), 12, + [67727] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172870,7 +174703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172891,9 +174724,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -172917,8 +174750,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [65963] = 2, - ACTIONS(11447), 12, + [67790] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172931,7 +174764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -172978,8 +174811,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66026] = 2, - ACTIONS(11443), 12, + [67853] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -172992,7 +174825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173039,8 +174872,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66089] = 2, - ACTIONS(11439), 12, + [67916] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173053,7 +174886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173100,8 +174933,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66152] = 2, - ACTIONS(11435), 12, + [67979] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173114,7 +174947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173161,26 +174994,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66215] = 5, - ACTIONS(11742), 1, - aux_sym__text_token3, - ACTIONS(11739), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1694), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [68042] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173190,12 +175018,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -173203,6 +175031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -173225,8 +175054,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [66284] = 2, - ACTIONS(11425), 12, + aux_sym__text_token3, + [68105] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173239,7 +175069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173286,8 +175116,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66347] = 2, - ACTIONS(11421), 12, + [68168] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173300,7 +175130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173347,8 +175177,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66410] = 2, - ACTIONS(11533), 12, + [68231] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173361,7 +175191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173384,12 +175214,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -173408,8 +175238,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66473] = 2, - ACTIONS(11417), 12, + [68294] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173422,7 +175252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173469,8 +175299,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66536] = 2, - ACTIONS(11585), 12, + [68357] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173483,7 +175313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173530,8 +175360,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66599] = 2, - ACTIONS(11409), 12, + [68420] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173544,7 +175374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173591,8 +175421,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66662] = 2, - ACTIONS(11521), 12, + [68483] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173605,7 +175435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173625,10 +175455,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -173652,8 +175482,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66725] = 2, - ACTIONS(11405), 12, + [68546] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173666,7 +175496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173713,8 +175543,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66788] = 2, - ACTIONS(11401), 12, + [68609] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173727,7 +175557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173774,8 +175604,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66851] = 2, - ACTIONS(11397), 12, + [68672] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173788,7 +175618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173835,8 +175665,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66914] = 2, - ACTIONS(11393), 12, + [68735] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173849,7 +175679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173896,8 +175726,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [66977] = 2, - ACTIONS(11389), 12, + [68798] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173910,7 +175740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -173957,8 +175787,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67040] = 2, - ACTIONS(11385), 12, + [68861] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -173971,7 +175801,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174018,8 +175848,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67103] = 2, - ACTIONS(11381), 12, + [68924] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174032,7 +175862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174079,8 +175909,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67166] = 2, - ACTIONS(11377), 12, + [68987] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174093,7 +175923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174140,8 +175970,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67229] = 2, - ACTIONS(11373), 12, + [69050] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174154,7 +175984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174201,8 +176031,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67292] = 2, - ACTIONS(11369), 12, + [69113] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174215,7 +176045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174262,8 +176092,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67355] = 2, - ACTIONS(11365), 12, + [69176] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174276,7 +176106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174323,8 +176153,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67418] = 2, - ACTIONS(11361), 12, + [69239] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174337,7 +176167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174384,8 +176214,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67481] = 2, - ACTIONS(11199), 12, + [69302] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174398,7 +176228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174445,8 +176275,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67544] = 2, - ACTIONS(11357), 12, + [69365] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174459,7 +176289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174506,8 +176336,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67607] = 2, - ACTIONS(11353), 12, + [69428] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174520,7 +176350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174567,8 +176397,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67670] = 2, - ACTIONS(11349), 12, + [69491] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174581,7 +176411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174628,8 +176458,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67733] = 2, - ACTIONS(11345), 12, + [69554] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174642,7 +176472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174689,8 +176519,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67796] = 2, - ACTIONS(11341), 12, + [69617] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174703,7 +176533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174750,8 +176580,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67859] = 2, - ACTIONS(11337), 12, + [69680] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174764,7 +176594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174811,8 +176641,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67922] = 2, - ACTIONS(11329), 12, + [69743] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174825,7 +176655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174872,8 +176702,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [67985] = 2, - ACTIONS(11325), 12, + [69806] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174886,7 +176716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174933,8 +176763,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68048] = 2, - ACTIONS(11321), 12, + [69869] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -174947,7 +176777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -174994,8 +176824,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68111] = 2, - ACTIONS(11317), 12, + [69932] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175008,7 +176838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175055,8 +176885,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68174] = 2, - ACTIONS(11313), 12, + [69995] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175069,7 +176899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175116,8 +176946,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68237] = 2, - ACTIONS(11309), 12, + [70058] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175130,7 +176960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175177,8 +177007,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68300] = 2, - ACTIONS(11203), 12, + [70121] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175191,7 +177021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175238,8 +177068,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68363] = 2, - ACTIONS(11305), 12, + [70184] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175252,7 +177082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175275,12 +177105,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, + anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -175299,8 +177129,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68426] = 2, - ACTIONS(11301), 12, + [70247] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175313,7 +177143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175360,8 +177190,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68489] = 2, - ACTIONS(11297), 12, + [70310] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175374,7 +177204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175421,8 +177251,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68552] = 2, - ACTIONS(11293), 12, + [70373] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175435,7 +177265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175482,8 +177312,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68615] = 2, - ACTIONS(11289), 12, + [70436] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175496,7 +177326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175543,8 +177373,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68678] = 2, - ACTIONS(11285), 12, + [70499] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175557,7 +177387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175604,8 +177434,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68741] = 2, - ACTIONS(11281), 12, + [70562] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175618,7 +177448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175665,8 +177495,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68804] = 2, - ACTIONS(11277), 12, + [70625] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175679,7 +177509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175726,8 +177556,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68867] = 2, - ACTIONS(11273), 12, + [70688] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175740,7 +177570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175787,8 +177617,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68930] = 2, - ACTIONS(11269), 12, + [70751] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175801,7 +177631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175848,8 +177678,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [68993] = 2, - ACTIONS(11265), 12, + [70814] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175862,7 +177692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175909,8 +177739,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69056] = 2, - ACTIONS(11261), 12, + [70877] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175923,7 +177753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -175970,8 +177800,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69119] = 2, - ACTIONS(11609), 12, + [70940] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -175984,7 +177814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176007,12 +177837,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, + anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, anon_sym_ATcanany, - anon_sym_ATendcanany, anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, @@ -176031,8 +177861,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69182] = 2, - ACTIONS(11257), 12, + [71003] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176045,7 +177875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176092,8 +177922,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69245] = 2, - ACTIONS(11253), 12, + [71066] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176106,7 +177936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176129,10 +177959,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176153,8 +177983,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69308] = 2, - ACTIONS(11249), 12, + [71129] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176167,7 +177997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176189,8 +178019,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, + anon_sym_ATendproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -176214,21 +178044,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69371] = 2, - ACTIONS(11245), 12, + [71192] = 5, + ACTIONS(11745), 1, + aux_sym__text_token3, + ACTIONS(11743), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(806), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176240,10 +178075,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -176251,7 +178086,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -176274,9 +178108,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [69434] = 2, - ACTIONS(11241), 12, + [71261] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176289,7 +178122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176312,10 +178145,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176336,8 +178169,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69497] = 2, - ACTIONS(11237), 12, + [71324] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176350,7 +178183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176373,10 +178206,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176397,8 +178230,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69560] = 2, - ACTIONS(11233), 12, + [71387] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176411,7 +178244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176434,10 +178267,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176458,8 +178291,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69623] = 2, - ACTIONS(11229), 12, + [71450] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176472,7 +178305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176495,10 +178328,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176519,8 +178352,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69686] = 2, - ACTIONS(11225), 12, + [71513] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176533,7 +178366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176556,10 +178389,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176580,8 +178413,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69749] = 2, - ACTIONS(11221), 12, + [71576] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176594,7 +178427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176617,10 +178450,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176641,8 +178474,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69812] = 2, - ACTIONS(11217), 12, + [71639] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176655,7 +178488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176678,10 +178511,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176702,21 +178535,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69875] = 2, - ACTIONS(11213), 12, + [71702] = 4, + ACTIONS(11747), 1, + anon_sym_LPAREN2, + STATE(3567), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176728,10 +178564,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -176739,7 +178575,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, @@ -176763,8 +178598,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [69938] = 2, - ACTIONS(11209), 12, + [71769] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176777,7 +178612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176800,10 +178635,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, - anon_sym_ATendenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176824,8 +178659,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70001] = 2, - ACTIONS(11525), 12, + [71832] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176838,7 +178673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176885,8 +178720,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70064] = 2, - ACTIONS(11333), 12, + [71895] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176899,7 +178734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176920,12 +178755,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -176946,8 +178781,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70127] = 2, - ACTIONS(11333), 12, + [71958] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -176960,7 +178795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -176982,11 +178817,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -177007,8 +178842,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70190] = 2, - ACTIONS(11521), 12, + [72021] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177021,7 +178856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177068,8 +178903,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70253] = 2, - ACTIONS(11517), 12, + [72084] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177082,7 +178917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177129,8 +178964,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70316] = 2, - ACTIONS(11513), 12, + [72147] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177143,7 +178978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177190,8 +179025,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70379] = 2, - ACTIONS(11509), 12, + [72210] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177204,7 +179039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177251,8 +179086,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70442] = 2, - ACTIONS(11505), 12, + [72273] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177265,7 +179100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177312,8 +179147,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70505] = 2, - ACTIONS(11499), 12, + [72336] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177326,7 +179161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177373,8 +179208,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70568] = 2, - ACTIONS(11495), 12, + [72399] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177387,7 +179222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177434,8 +179269,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70631] = 2, - ACTIONS(11055), 12, + [72462] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177448,7 +179283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177470,11 +179305,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATauth, anon_sym_ATguest, anon_sym_ATproduction, - anon_sym_ATendproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -177495,8 +179330,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70694] = 2, - ACTIONS(11491), 12, + [72525] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177509,7 +179344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177556,8 +179391,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70757] = 2, - ACTIONS(11487), 12, + [72588] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177570,7 +179405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177617,8 +179452,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70820] = 2, - ACTIONS(11483), 12, + [72651] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177631,7 +179466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177678,8 +179513,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70883] = 2, - ACTIONS(11479), 12, + [72714] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177692,7 +179527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177739,21 +179574,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [70946] = 2, - ACTIONS(11475), 12, + [72777] = 5, + ACTIONS(11752), 1, + aux_sym__text_token3, + ACTIONS(11749), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1798), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177765,10 +179605,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -177779,7 +179619,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -177799,9 +179638,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [71009] = 2, - ACTIONS(11471), 12, + [72846] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177814,7 +179652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177861,8 +179699,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71072] = 2, - ACTIONS(11467), 12, + [72909] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177875,7 +179713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177922,8 +179760,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71135] = 2, - ACTIONS(11463), 12, + [72972] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177936,7 +179774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -177962,10 +179800,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -177983,8 +179821,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71198] = 2, - ACTIONS(11413), 12, + [73035] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -177997,7 +179835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178044,8 +179882,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71261] = 2, - ACTIONS(11459), 12, + [73098] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178058,7 +179896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178105,8 +179943,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71324] = 2, - ACTIONS(11455), 12, + [73161] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178119,7 +179957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178166,8 +180004,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71387] = 2, - ACTIONS(11451), 12, + [73224] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178180,7 +180018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178227,8 +180065,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71450] = 2, - ACTIONS(11447), 12, + [73287] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178241,7 +180079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178262,12 +180100,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, + anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -178288,8 +180126,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71513] = 2, - ACTIONS(11443), 12, + [73350] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178302,7 +180140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178349,8 +180187,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71576] = 2, - ACTIONS(11439), 12, + [73413] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178363,7 +180201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178410,8 +180248,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71639] = 2, - ACTIONS(11435), 12, + [73476] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178424,7 +180262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178471,72 +180309,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71702] = 5, - ACTIONS(11747), 1, - aux_sym__text_token3, - ACTIONS(11745), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(811), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, - ACTIONS(11019), 44, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATendverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - [71771] = 2, - ACTIONS(11425), 12, + [73539] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178549,7 +180323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178596,8 +180370,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71834] = 2, - ACTIONS(11421), 12, + [73602] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178610,7 +180384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178657,8 +180431,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71897] = 2, - ACTIONS(11533), 12, + [73665] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178671,7 +180445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178697,10 +180471,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -178718,8 +180492,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [71960] = 2, - ACTIONS(11417), 12, + [73728] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178732,7 +180506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178779,8 +180553,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72023] = 2, - ACTIONS(11585), 12, + [73791] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178793,7 +180567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178840,8 +180614,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72086] = 2, - ACTIONS(11409), 12, + [73854] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178854,7 +180628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178901,24 +180675,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72149] = 4, - ACTIONS(11749), 1, - anon_sym_LPAREN2, - STATE(3549), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [73917] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -178930,10 +180701,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -178944,6 +180715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -178964,8 +180736,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72216] = 2, - ACTIONS(11405), 12, + [73980] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -178978,7 +180750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179025,8 +180797,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72279] = 2, - ACTIONS(11401), 12, + [74043] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179039,7 +180811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179086,8 +180858,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72342] = 2, - ACTIONS(11397), 12, + [74106] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179100,7 +180872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179147,8 +180919,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72405] = 2, - ACTIONS(11393), 12, + [74169] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179161,7 +180933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179208,8 +180980,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72468] = 2, - ACTIONS(11389), 12, + [74232] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179222,7 +180994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179269,8 +181041,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72531] = 2, - ACTIONS(11385), 12, + [74295] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179283,7 +181055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179330,8 +181102,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72594] = 2, - ACTIONS(11381), 12, + [74358] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179344,7 +181116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179391,8 +181163,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72657] = 2, - ACTIONS(11377), 12, + [74421] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179405,7 +181177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179452,8 +181224,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72720] = 2, - ACTIONS(11373), 12, + [74484] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179466,7 +181238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179513,8 +181285,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72783] = 2, - ACTIONS(11369), 12, + [74547] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179527,7 +181299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179574,8 +181346,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72846] = 2, - ACTIONS(11365), 12, + [74610] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179588,7 +181360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179635,8 +181407,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72909] = 2, - ACTIONS(11361), 12, + [74673] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179649,7 +181421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179696,8 +181468,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [72972] = 2, - ACTIONS(11199), 12, + [74736] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179710,7 +181482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179757,8 +181529,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73035] = 2, - ACTIONS(11357), 12, + [74799] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179771,7 +181543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179818,8 +181590,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73098] = 2, - ACTIONS(11353), 12, + [74862] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179832,7 +181604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179879,8 +181651,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73161] = 2, - ACTIONS(11349), 12, + [74925] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179893,7 +181665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -179940,8 +181712,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73224] = 2, - ACTIONS(11345), 12, + [74988] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -179954,7 +181726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180001,8 +181773,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73287] = 2, - ACTIONS(11341), 12, + [75051] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180015,7 +181787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180062,8 +181834,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73350] = 2, - ACTIONS(11337), 12, + [75114] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180076,7 +181848,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180123,8 +181895,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73413] = 2, - ACTIONS(11329), 12, + [75177] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180137,7 +181909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180184,8 +181956,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73476] = 2, - ACTIONS(11325), 12, + [75240] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180198,7 +181970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180245,8 +182017,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73539] = 2, - ACTIONS(11321), 12, + [75303] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180259,7 +182031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180306,8 +182078,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73602] = 2, - ACTIONS(11317), 12, + [75366] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180320,7 +182092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180367,8 +182139,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73665] = 2, - ACTIONS(11313), 12, + [75429] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180381,7 +182153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180428,8 +182200,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73728] = 2, - ACTIONS(11309), 12, + [75492] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180442,7 +182214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180489,8 +182261,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73791] = 2, - ACTIONS(11203), 12, + [75555] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180503,7 +182275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180550,8 +182322,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73854] = 2, - ACTIONS(11305), 12, + [75618] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180564,7 +182336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180611,8 +182383,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73917] = 2, - ACTIONS(11301), 12, + [75681] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180625,7 +182397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180672,8 +182444,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [73980] = 2, - ACTIONS(11297), 12, + [75744] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180686,7 +182458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180712,10 +182484,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, + anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -180733,8 +182505,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74043] = 2, - ACTIONS(11293), 12, + [75807] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180747,7 +182519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180794,8 +182566,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74106] = 2, - ACTIONS(11289), 12, + [75870] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180808,7 +182580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180855,8 +182627,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74169] = 2, - ACTIONS(11285), 12, + [75933] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180869,7 +182641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180916,8 +182688,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74232] = 2, - ACTIONS(11281), 12, + [75996] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180930,7 +182702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -180977,8 +182749,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74295] = 2, - ACTIONS(11277), 12, + [76059] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -180991,7 +182763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181038,8 +182810,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74358] = 2, - ACTIONS(11273), 12, + [76122] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181052,7 +182824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181099,8 +182871,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74421] = 2, - ACTIONS(11269), 12, + [76185] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181113,7 +182885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181160,8 +182932,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74484] = 2, - ACTIONS(11265), 12, + [76248] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181174,7 +182946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181221,8 +182993,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74547] = 2, - ACTIONS(11261), 12, + [76311] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181235,7 +183007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181282,8 +183054,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74610] = 2, - ACTIONS(11609), 12, + [76374] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181296,7 +183068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181322,10 +183094,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, - anon_sym_ATendfeature, aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, @@ -181343,8 +183115,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74673] = 2, - ACTIONS(11257), 12, + [76437] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181357,7 +183129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181404,8 +183176,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74736] = 2, - ACTIONS(11253), 12, + [76500] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181418,7 +183190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181465,8 +183237,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74799] = 2, - ACTIONS(11249), 12, + [76563] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181479,7 +183251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181526,8 +183298,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74862] = 2, - ACTIONS(11245), 12, + [76626] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181540,7 +183312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181566,7 +183338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -181587,8 +183359,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74925] = 2, - ACTIONS(11241), 12, + [76689] = 2, + ACTIONS(11231), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181601,7 +183373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11229), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181621,13 +183393,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -181648,21 +183420,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [74988] = 2, - ACTIONS(11237), 12, + [76752] = 5, + ACTIONS(11757), 1, + aux_sym__text_token3, + ACTIONS(11755), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(901), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11235), 46, + ACTIONS(11023), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181673,11 +183450,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -181688,7 +183465,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -181708,9 +183484,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [75051] = 2, - ACTIONS(11233), 12, + [76821] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181723,7 +183498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181749,7 +183524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -181770,8 +183545,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75114] = 2, - ACTIONS(11229), 12, + [76884] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181784,7 +183559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181810,7 +183585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -181831,8 +183606,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75177] = 2, - ACTIONS(11225), 12, + [76947] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181845,7 +183620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181871,7 +183646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -181892,8 +183667,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75240] = 2, - ACTIONS(11221), 12, + [77010] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181906,7 +183681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181932,7 +183707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -181953,8 +183728,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75303] = 2, - ACTIONS(11217), 12, + [77073] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -181967,7 +183742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -181993,7 +183768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -182014,8 +183789,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75366] = 2, - ACTIONS(11213), 12, + [77136] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182028,7 +183803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182054,7 +183829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -182075,8 +183850,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75429] = 2, - ACTIONS(11209), 12, + [77199] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182089,7 +183864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182115,7 +183890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATenderror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -182136,21 +183911,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75492] = 2, - ACTIONS(11525), 12, + [77262] = 4, + ACTIONS(11759), 1, + anon_sym_LPAREN2, + STATE(3462), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11013), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182161,11 +183939,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -182176,7 +183954,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -182197,8 +183974,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75555] = 2, - ACTIONS(11333), 12, + [77329] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182211,7 +183988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11331), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182231,13 +184008,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -182258,8 +184035,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75618] = 2, - ACTIONS(11055), 12, + [77392] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182272,7 +184049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182293,12 +184070,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATempty, anon_sym_ATauth, anon_sym_ATguest, - anon_sym_ATendguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -182319,8 +184096,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75681] = 2, - ACTIONS(11521), 12, + [77455] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182333,7 +184110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182380,8 +184157,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75744] = 2, - ACTIONS(11517), 12, + [77518] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182394,7 +184171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182441,8 +184218,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75807] = 2, - ACTIONS(11513), 12, + [77581] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182455,7 +184232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182502,8 +184279,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75870] = 2, - ACTIONS(11509), 12, + [77644] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182516,7 +184293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182563,8 +184340,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75933] = 2, - ACTIONS(11505), 12, + [77707] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182577,7 +184354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182624,8 +184401,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [75996] = 2, - ACTIONS(11499), 12, + [77770] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182638,7 +184415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182685,8 +184462,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76059] = 2, - ACTIONS(11495), 12, + [77833] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182699,7 +184476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182746,26 +184523,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76122] = 5, - ACTIONS(11753), 1, - aux_sym__text_token3, - ACTIONS(11751), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(914), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [77896] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182776,11 +184548,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -182791,6 +184563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -182810,8 +184583,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [76191] = 2, - ACTIONS(11491), 12, + aux_sym__text_token3, + [77959] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182824,7 +184598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182871,8 +184645,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76254] = 2, - ACTIONS(11487), 12, + [78022] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182885,7 +184659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182932,8 +184706,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76317] = 2, - ACTIONS(11483), 12, + [78085] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -182946,7 +184720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -182993,8 +184767,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76380] = 2, - ACTIONS(11479), 12, + [78148] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183007,7 +184781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183054,8 +184828,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76443] = 2, - ACTIONS(11475), 12, + [78211] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183068,7 +184842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183115,8 +184889,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76506] = 2, - ACTIONS(11471), 12, + [78274] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183129,7 +184903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183176,21 +184950,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76569] = 2, - ACTIONS(11467), 12, + [78337] = 5, + ACTIONS(11764), 1, + aux_sym__text_token3, + ACTIONS(11761), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1886), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183203,9 +184982,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -183216,7 +184995,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -183236,9 +185014,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [76632] = 2, - ACTIONS(11463), 12, + [78406] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183251,7 +185028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183298,8 +185075,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76695] = 2, - ACTIONS(11413), 12, + [78469] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183312,7 +185089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183359,8 +185136,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76758] = 2, - ACTIONS(11459), 12, + [78532] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183373,7 +185150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11535), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183399,11 +185176,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -183420,8 +185197,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76821] = 2, - ACTIONS(11455), 12, + [78595] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183434,7 +185211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183481,8 +185258,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76884] = 2, - ACTIONS(11451), 12, + [78658] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183495,7 +185272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183542,8 +185319,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [76947] = 2, - ACTIONS(11447), 12, + [78721] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183556,7 +185333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183603,8 +185380,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77010] = 2, - ACTIONS(11443), 12, + [78784] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183617,7 +185394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183664,21 +185441,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77073] = 2, - ACTIONS(11439), 12, + [78847] = 4, + ACTIONS(11767), 1, + anon_sym_LPAREN2, + STATE(3349), 1, + sym__directive_parameter, + ACTIONS(11015), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11013), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183693,7 +185474,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -183704,7 +185484,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -183725,8 +185504,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77136] = 2, - ACTIONS(11435), 12, + [78914] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183739,7 +185518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183786,26 +185565,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77199] = 5, - ACTIONS(11758), 1, - aux_sym__text_token3, - ACTIONS(11755), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1868), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [78977] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183817,10 +185591,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -183831,6 +185605,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -183850,8 +185625,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [77268] = 2, - ACTIONS(11425), 12, + aux_sym__text_token3, + [79040] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183864,7 +185640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183911,8 +185687,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77331] = 2, - ACTIONS(11421), 12, + [79103] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183925,7 +185701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -183972,8 +185748,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77394] = 2, - ACTIONS(11533), 12, + [79166] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -183986,7 +185762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 46, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184012,11 +185788,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -184033,8 +185809,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77457] = 2, - ACTIONS(11417), 12, + [79229] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184047,7 +185823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184094,8 +185870,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77520] = 2, - ACTIONS(11585), 12, + [79292] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184108,7 +185884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184155,8 +185931,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77583] = 2, - ACTIONS(11409), 12, + [79355] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184169,7 +185945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184216,24 +185992,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77646] = 4, - ACTIONS(11761), 1, - anon_sym_LPAREN2, - STATE(3637), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [79418] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184244,11 +186017,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -184259,6 +186032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -184279,8 +186053,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77713] = 2, - ACTIONS(11405), 12, + [79481] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184293,7 +186067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184340,8 +186114,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77776] = 2, - ACTIONS(11401), 12, + [79544] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184354,7 +186128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184401,8 +186175,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77839] = 2, - ACTIONS(11397), 12, + [79607] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184415,7 +186189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184462,8 +186236,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77902] = 2, - ACTIONS(11393), 12, + [79670] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184476,7 +186250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184523,8 +186297,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [77965] = 2, - ACTIONS(11389), 12, + [79733] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184537,7 +186311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184584,8 +186358,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78028] = 2, - ACTIONS(11385), 12, + [79796] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184598,7 +186372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184645,8 +186419,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78091] = 2, - ACTIONS(11381), 12, + [79859] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184659,7 +186433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184706,8 +186480,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78154] = 2, - ACTIONS(11377), 12, + [79922] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184720,7 +186494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184767,8 +186541,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78217] = 2, - ACTIONS(11373), 12, + [79985] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184781,7 +186555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184828,8 +186602,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78280] = 2, - ACTIONS(11369), 12, + [80048] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184842,7 +186616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184889,8 +186663,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78343] = 2, - ACTIONS(11365), 12, + [80111] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184903,7 +186677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -184950,8 +186724,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78406] = 2, - ACTIONS(11361), 12, + [80174] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -184964,7 +186738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185011,8 +186785,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78469] = 2, - ACTIONS(11199), 12, + [80237] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185025,7 +186799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11273), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185072,8 +186846,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78532] = 2, - ACTIONS(11357), 12, + [80300] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185086,7 +186860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11277), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185133,8 +186907,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78595] = 2, - ACTIONS(11353), 12, + [80363] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185147,7 +186921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11281), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185194,8 +186968,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78658] = 2, - ACTIONS(11349), 12, + [80426] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185208,7 +186982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11285), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185255,8 +187029,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78721] = 2, - ACTIONS(11345), 12, + [80489] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185269,7 +187043,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11289), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185316,8 +187090,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78784] = 2, - ACTIONS(11341), 12, + [80552] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185330,7 +187104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11293), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185377,8 +187151,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78847] = 2, - ACTIONS(11337), 12, + [80615] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185391,7 +187165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11297), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185438,8 +187212,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78910] = 2, - ACTIONS(11329), 12, + [80678] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185452,7 +187226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11301), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185499,8 +187273,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [78973] = 2, - ACTIONS(11325), 12, + [80741] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185513,7 +187287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11305), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185560,8 +187334,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79036] = 2, - ACTIONS(11321), 12, + [80804] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185574,7 +187348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11309), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185621,8 +187395,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79099] = 2, - ACTIONS(11317), 12, + [80867] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185635,7 +187409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11313), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185682,8 +187456,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79162] = 2, - ACTIONS(11313), 12, + [80930] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185696,7 +187470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11317), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185743,8 +187517,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79225] = 2, - ACTIONS(11309), 12, + [80993] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185757,7 +187531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11321), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185804,8 +187578,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79288] = 2, - ACTIONS(11203), 12, + [81056] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185818,7 +187592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11325), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185865,8 +187639,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79351] = 2, - ACTIONS(11305), 12, + [81119] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185879,7 +187653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 46, + ACTIONS(11329), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185926,8 +187700,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79414] = 2, - ACTIONS(11301), 12, + [81182] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -185940,7 +187714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 46, + ACTIONS(11333), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -185987,8 +187761,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79477] = 2, - ACTIONS(11297), 12, + [81245] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186001,7 +187775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 46, + ACTIONS(11337), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186048,8 +187822,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79540] = 2, - ACTIONS(11293), 12, + [81308] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186062,7 +187836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 46, + ACTIONS(11561), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186088,11 +187862,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, + aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -186109,8 +187883,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79603] = 2, - ACTIONS(11289), 12, + [81371] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186123,7 +187897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 46, + ACTIONS(11341), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186170,8 +187944,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79666] = 2, - ACTIONS(11285), 12, + [81434] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186184,7 +187958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 46, + ACTIONS(11345), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186231,8 +188005,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79729] = 2, - ACTIONS(11281), 12, + [81497] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186245,7 +188019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 46, + ACTIONS(11349), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186292,8 +188066,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79792] = 2, - ACTIONS(11277), 12, + [81560] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186306,7 +188080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 46, + ACTIONS(11353), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186353,8 +188127,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79855] = 2, - ACTIONS(11273), 12, + [81623] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186367,7 +188141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 46, + ACTIONS(11357), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186414,8 +188188,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79918] = 2, - ACTIONS(11269), 12, + [81686] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186428,7 +188202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 46, + ACTIONS(11361), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186475,8 +188249,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [79981] = 2, - ACTIONS(11265), 12, + [81749] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186489,7 +188263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 46, + ACTIONS(11365), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186536,8 +188310,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80044] = 2, - ACTIONS(11261), 12, + [81812] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186550,7 +188324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 46, + ACTIONS(11197), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186597,8 +188371,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80107] = 2, - ACTIONS(11609), 12, + [81875] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186611,7 +188385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 46, + ACTIONS(11369), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186637,11 +188411,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, + anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, - aux_sym__custom_token3, anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, @@ -186658,8 +188432,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80170] = 2, - ACTIONS(11257), 12, + [81938] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186672,7 +188446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 46, + ACTIONS(11373), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186719,8 +188493,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80233] = 2, - ACTIONS(11253), 12, + [82001] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186733,7 +188507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 46, + ACTIONS(11377), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186780,8 +188554,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80296] = 2, - ACTIONS(11249), 12, + [82064] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186794,7 +188568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 46, + ACTIONS(11381), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186841,8 +188615,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80359] = 2, - ACTIONS(11245), 12, + [82127] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186855,7 +188629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 46, + ACTIONS(11385), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186902,8 +188676,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80422] = 2, - ACTIONS(11241), 12, + [82190] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -186916,7 +188690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 46, + ACTIONS(11525), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -186942,8 +188716,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -186963,82 +188737,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80485] = 2, - ACTIONS(11237), 12, - anon_sym_LBRACE_LBRACE, - aux_sym__inline_directive_token2, - anon_sym_ATsection, - anon_sym_ATpush, - anon_sym_ATprepend, - anon_sym_ATelse, - anon_sym_ATunless, - anon_sym_ATcan, - aux_sym__custom_token2, - anon_sym_ATfor, + [82253] = 5, + ACTIONS(11772), 1, + aux_sym__text_token3, + ACTIONS(11769), 2, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 46, - sym_comment, - aux_sym_keyword_token1, - anon_sym_LBRACE_BANG_BANG, - anon_sym_ATphp, - anon_sym_ATjs, - aux_sym_attribute_token1, - aux_sym__inline_directive_token1, - anon_sym_ATuse, - anon_sym_ATfragment, - anon_sym_ATonce, - anon_sym_ATverbatim, - anon_sym_ATpushOnce, - anon_sym_ATpushIf, - anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, - anon_sym_ATif, - anon_sym_ATisset, - anon_sym_ATempty, - anon_sym_ATauth, - anon_sym_ATguest, - anon_sym_ATproduction, - anon_sym_ATenv, - anon_sym_AThasSection, - anon_sym_ATsectionMissing, - anon_sym_ATerror, - anon_sym_ATendcan, - anon_sym_ATcannot, - anon_sym_ATcanany, - anon_sym_ATfeature, - aux_sym__custom_token1, - anon_sym_ATswitch, - aux_sym_loop_operator_token1, - anon_sym_ATforeach, - anon_sym_ATforelse, - anon_sym_ATwhile, - anon_sym_ATsetup, - anon_sym_ATtask, - anon_sym_ATstory, - anon_sym_ATbefore, - anon_sym_ATafter, - anon_sym_ATsuccess, - anon_sym_ATfinished, - anon_sym_ATpersist, - anon_sym_ATteleport, - anon_sym_ATvolt, - aux_sym__text_token3, - [80548] = 2, - ACTIONS(11233), 12, + STATE(1948), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11231), 46, + ACTIONS(11033), 44, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187053,7 +188772,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -187064,7 +188782,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -187084,9 +188801,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [80611] = 2, - ACTIONS(11229), 12, + [82322] = 2, + ACTIONS(11021), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187099,7 +188815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 46, + ACTIONS(11019), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187119,13 +188835,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, + anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, anon_sym_ATcanany, anon_sym_ATfeature, @@ -187146,8 +188862,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80674] = 2, - ACTIONS(11225), 12, + [82385] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187160,7 +188876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 46, + ACTIONS(11521), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187186,8 +188902,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -187207,8 +188923,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80737] = 2, - ACTIONS(11221), 12, + [82448] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187221,7 +188937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 46, + ACTIONS(11517), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187247,8 +188963,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -187268,8 +188984,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80800] = 2, - ACTIONS(11217), 12, + [82511] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187282,7 +188998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 46, + ACTIONS(11513), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187308,8 +189024,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -187329,8 +189045,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80863] = 2, - ACTIONS(11213), 12, + [82574] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187343,7 +189059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 46, + ACTIONS(11509), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187369,8 +189085,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -187390,8 +189106,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80926] = 2, - ACTIONS(11209), 12, + [82637] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187404,7 +189120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 46, + ACTIONS(11505), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187430,8 +189146,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AThasSection, anon_sym_ATsectionMissing, anon_sym_ATerror, - anon_sym_ATendcan, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -187451,8 +189167,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [80989] = 2, - ACTIONS(11525), 12, + [82700] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187465,7 +189181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 46, + ACTIONS(11501), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187512,25 +189228,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81052] = 4, - ACTIONS(11763), 1, - anon_sym_LPAREN2, - STATE(3526), 1, - sym__directive_parameter, - ACTIONS(11015), 11, + [82763] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11013), 45, - ts_builtin_sym_end, + ACTIONS(11497), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187545,6 +189257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -187556,6 +189269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -187575,16 +189289,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81119] = 5, - ACTIONS(11768), 1, + [82826] = 5, + ACTIONS(11777), 1, aux_sym__text_token3, - ACTIONS(11765), 2, + ACTIONS(11775), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(1930), 2, + STATE(1948), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + ACTIONS(11025), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187594,7 +189308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + ACTIONS(11023), 44, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, @@ -187639,8 +189353,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [81188] = 2, - ACTIONS(11521), 12, + [82895] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187653,7 +189367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 46, + ACTIONS(11433), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187700,8 +189414,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81251] = 2, - ACTIONS(11517), 12, + [82958] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187714,7 +189428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 46, + ACTIONS(11493), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187761,8 +189475,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81314] = 2, - ACTIONS(11513), 12, + [83021] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187775,7 +189489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 46, + ACTIONS(11489), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187822,8 +189536,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81377] = 2, - ACTIONS(11509), 12, + [83084] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187836,7 +189550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 46, + ACTIONS(11485), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187883,8 +189597,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81440] = 2, - ACTIONS(11505), 12, + [83147] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187897,7 +189611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 46, + ACTIONS(11481), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -187944,8 +189658,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81503] = 2, - ACTIONS(11499), 12, + [83210] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -187958,7 +189672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 46, + ACTIONS(11477), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188005,8 +189719,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81566] = 2, - ACTIONS(11495), 12, + [83273] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188019,7 +189733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 46, + ACTIONS(11473), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188066,8 +189780,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81629] = 2, - ACTIONS(11055), 12, + [83336] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188080,7 +189794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11053), 46, + ACTIONS(11469), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188100,7 +189814,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATisset, anon_sym_ATempty, anon_sym_ATauth, - anon_sym_ATendauth, anon_sym_ATguest, anon_sym_ATproduction, anon_sym_ATenv, @@ -188108,6 +189821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -188127,8 +189841,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81692] = 2, - ACTIONS(11491), 12, + [83399] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188141,7 +189855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 46, + ACTIONS(11465), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188188,8 +189902,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81755] = 2, - ACTIONS(11487), 12, + [83462] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188202,7 +189916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 46, + ACTIONS(11461), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188249,8 +189963,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81818] = 2, - ACTIONS(11483), 12, + [83525] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188263,7 +189977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 46, + ACTIONS(11457), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188310,8 +190024,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81881] = 2, - ACTIONS(11479), 12, + [83588] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188324,7 +190038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 46, + ACTIONS(11453), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188371,8 +190085,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [81944] = 2, - ACTIONS(11475), 12, + [83651] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188385,7 +190099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 46, + ACTIONS(11449), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188432,8 +190146,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82007] = 2, - ACTIONS(11471), 12, + [83714] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188446,7 +190160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 46, + ACTIONS(11445), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188493,8 +190207,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82070] = 2, - ACTIONS(11467), 12, + [83777] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188507,7 +190221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 46, + ACTIONS(11441), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188554,8 +190268,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82133] = 2, - ACTIONS(11463), 12, + [83840] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188568,7 +190282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 46, + ACTIONS(11437), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188615,21 +190329,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82196] = 2, - ACTIONS(11413), 12, + [83903] = 5, + ACTIONS(11782), 1, + aux_sym__text_token3, + ACTIONS(11779), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(1974), 2, + sym__text, + aux_sym_php_only_repeat1, + ACTIONS(11035), 9, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11411), 46, + ACTIONS(11033), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188643,8 +190362,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -188656,7 +190375,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -188675,9 +190393,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - aux_sym__text_token3, - [82259] = 2, - ACTIONS(11459), 12, + [83972] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188690,7 +190407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 46, + ACTIONS(11429), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188737,8 +190454,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82322] = 2, - ACTIONS(11455), 12, + [84035] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188751,7 +190468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 46, + ACTIONS(11425), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188798,8 +190515,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82385] = 2, - ACTIONS(11451), 12, + [84098] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188812,7 +190529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 46, + ACTIONS(11421), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188859,8 +190576,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82448] = 2, - ACTIONS(11447), 12, + [84161] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188873,7 +190590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 46, + ACTIONS(11417), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188920,8 +190637,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82511] = 2, - ACTIONS(11443), 12, + [84224] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188934,7 +190651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 46, + ACTIONS(11413), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -188981,8 +190698,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82574] = 2, - ACTIONS(11439), 12, + [84287] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -188995,7 +190712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 46, + ACTIONS(11391), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189042,8 +190759,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82637] = 2, - ACTIONS(11435), 12, + [84350] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189056,7 +190773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 46, + ACTIONS(11403), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189103,26 +190820,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82700] = 5, - ACTIONS(11774), 1, - aux_sym__text_token3, - ACTIONS(11771), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1955), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11037), 9, + [84413] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11035), 44, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11399), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189135,9 +190847,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -189149,6 +190861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -189167,8 +190880,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [82769] = 2, - ACTIONS(11425), 12, + aux_sym__text_token3, + [84476] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189181,7 +190895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 46, + ACTIONS(11395), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189228,8 +190942,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82832] = 2, - ACTIONS(11421), 12, + [84539] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189242,7 +190956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 46, + ACTIONS(11539), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189289,27 +191003,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [82895] = 5, - ACTIONS(11779), 1, - aux_sym__text_token3, - ACTIONS(11777), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(1930), 2, - sym__text, - aux_sym_php_only_repeat1, - ACTIONS(11021), 9, + [84602] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, + anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, - ACTIONS(11019), 44, - ts_builtin_sym_end, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11205), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189324,6 +191032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -189335,6 +191044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, + anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -189353,8 +191063,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - [82964] = 2, - ACTIONS(11417), 12, + aux_sym__text_token3, + [84665] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189367,7 +191078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 46, + ACTIONS(11209), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189414,8 +191125,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83027] = 2, - ACTIONS(11585), 12, + [84728] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189428,7 +191139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 46, + ACTIONS(11213), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189475,8 +191186,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83090] = 2, - ACTIONS(11409), 12, + [84791] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189489,7 +191200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 46, + ACTIONS(11217), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189536,8 +191247,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83153] = 2, - ACTIONS(11405), 12, + [84854] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189550,7 +191261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 46, + ACTIONS(11221), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189597,8 +191308,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83216] = 2, - ACTIONS(11401), 12, + [84917] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189611,7 +191322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 46, + ACTIONS(11225), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189658,8 +191369,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83279] = 2, - ACTIONS(11397), 12, + [84980] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189672,7 +191383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 46, + ACTIONS(11233), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189719,8 +191430,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83342] = 2, - ACTIONS(11393), 12, + [85043] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189733,7 +191444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 46, + ACTIONS(11237), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189780,8 +191491,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83405] = 2, - ACTIONS(11389), 12, + [85106] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189794,7 +191505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 46, + ACTIONS(11241), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189841,8 +191552,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83468] = 2, - ACTIONS(11385), 12, + [85169] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189855,7 +191566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 46, + ACTIONS(11245), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189902,8 +191613,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83531] = 2, - ACTIONS(11381), 12, + [85232] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189916,7 +191627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 46, + ACTIONS(11249), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -189963,8 +191674,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83594] = 2, - ACTIONS(11377), 12, + [85295] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -189977,7 +191688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 46, + ACTIONS(11253), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190024,8 +191735,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83657] = 2, - ACTIONS(11373), 12, + [85358] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -190038,7 +191749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 46, + ACTIONS(11257), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190085,8 +191796,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83720] = 2, - ACTIONS(11369), 12, + [85421] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -190099,7 +191810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 46, + ACTIONS(11261), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190146,8 +191857,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83783] = 2, - ACTIONS(11365), 12, + [85484] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -190160,7 +191871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 46, + ACTIONS(11201), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190207,8 +191918,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83846] = 2, - ACTIONS(11361), 12, + [85547] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -190221,7 +191932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 46, + ACTIONS(11265), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190268,8 +191979,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83909] = 2, - ACTIONS(11199), 12, + [85610] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -190282,7 +191993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 46, + ACTIONS(11269), 46, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190329,8 +192040,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [83972] = 2, - ACTIONS(11357), 12, + [85673] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -190343,7 +192054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 46, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190370,7 +192081,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190390,8 +192100,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84035] = 2, - ACTIONS(11353), 12, + [85735] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -190404,7 +192114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 46, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190431,7 +192141,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190451,21 +192160,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84098] = 2, - ACTIONS(11349), 12, + [85797] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 46, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190480,7 +192188,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -190492,7 +192199,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190509,24 +192215,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84161] = 2, - ACTIONS(11345), 12, + [85858] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 46, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190536,12 +192242,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -190553,7 +192259,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190573,21 +192278,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84224] = 2, - ACTIONS(11341), 12, + [85919] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 46, + ACTIONS(11525), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190602,7 +192307,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -190614,7 +192318,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190634,21 +192337,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84287] = 2, - ACTIONS(11337), 12, + [85980] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 46, + ACTIONS(11521), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190663,7 +192366,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -190675,7 +192377,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190695,21 +192396,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84350] = 2, - ACTIONS(11329), 12, + [86041] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 46, + ACTIONS(11517), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190724,7 +192425,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -190736,7 +192436,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190756,21 +192455,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84413] = 2, - ACTIONS(11325), 12, + [86102] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 46, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190785,7 +192483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -190797,7 +192495,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190817,21 +192514,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84476] = 2, - ACTIONS(11321), 12, + [86163] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 46, + ACTIONS(11513), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190846,7 +192543,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -190858,7 +192554,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190878,21 +192573,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84539] = 2, - ACTIONS(11317), 12, + [86224] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 46, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190907,7 +192601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -190919,7 +192613,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -190939,21 +192632,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84602] = 2, - ACTIONS(11313), 12, + [86285] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 46, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -190968,7 +192660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -190980,7 +192672,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -191000,21 +192691,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84665] = 2, - ACTIONS(11309), 12, + [86346] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 46, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191029,7 +192719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -191041,7 +192731,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -191061,21 +192750,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84728] = 2, - ACTIONS(11203), 12, + [86407] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 46, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191090,7 +192778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -191102,7 +192790,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsectionMissing, anon_sym_ATerror, anon_sym_ATcannot, - anon_sym_ATendcannot, anon_sym_ATcanany, anon_sym_ATfeature, aux_sym__custom_token1, @@ -191122,21 +192809,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84791] = 2, - ACTIONS(11609), 12, + [86468] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191151,7 +192837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -191182,21 +192868,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84853] = 2, - ACTIONS(11533), 12, + [86529] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, anon_sym_ATpush, anon_sym_ATprepend, - anon_sym_ATelse, anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191211,7 +192896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - aux_sym_conditional_keyword_token1, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -191242,8 +192927,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84915] = 2, - ACTIONS(11491), 11, + [86590] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191255,7 +192940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191268,9 +192953,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -191301,8 +192986,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [84976] = 2, - ACTIONS(11225), 11, + [86651] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191314,7 +192999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191329,6 +193014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -191356,12 +193042,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85037] = 2, - ACTIONS(11209), 11, + [86712] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191373,7 +193058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191419,8 +193104,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85098] = 2, - ACTIONS(11213), 11, + [86773] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191432,7 +193117,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11509), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191447,7 +193133,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -191478,8 +193163,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85159] = 2, - ACTIONS(11217), 11, + [86834] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191491,7 +193176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191537,8 +193222,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85220] = 2, - ACTIONS(11221), 11, + [86895] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191550,7 +193235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191596,8 +193281,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85281] = 2, - ACTIONS(11225), 11, + [86956] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191609,7 +193294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191655,8 +193340,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85342] = 2, - ACTIONS(11229), 11, + [87017] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191668,7 +193353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191714,8 +193399,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85403] = 2, - ACTIONS(11233), 11, + [87078] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191727,7 +193412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191773,8 +193458,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85464] = 2, - ACTIONS(11237), 11, + [87139] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191786,7 +193471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191832,8 +193517,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85525] = 2, - ACTIONS(11241), 11, + [87200] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191845,7 +193530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191891,8 +193576,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85586] = 2, - ACTIONS(11245), 11, + [87261] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191904,7 +193589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -191950,8 +193635,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85647] = 2, - ACTIONS(11249), 11, + [87322] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -191963,7 +193648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192009,8 +193694,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85708] = 2, - ACTIONS(11253), 11, + [87383] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192022,7 +193707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192068,8 +193753,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85769] = 2, - ACTIONS(11257), 11, + [87444] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192081,7 +193766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192127,8 +193812,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85830] = 2, - ACTIONS(11261), 11, + [87505] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192140,7 +193825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192186,8 +193871,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85891] = 2, - ACTIONS(11265), 11, + [87566] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192199,7 +193884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192245,8 +193930,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [85952] = 2, - ACTIONS(11269), 11, + [87627] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192258,7 +193943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192304,8 +193989,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86013] = 2, - ACTIONS(11273), 11, + [87688] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192317,7 +194002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192363,8 +194048,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86074] = 2, - ACTIONS(11277), 11, + [87749] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192376,7 +194061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192422,8 +194107,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86135] = 2, - ACTIONS(11249), 11, + [87810] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192435,7 +194120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192449,8 +194134,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -192481,8 +194166,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86196] = 2, - ACTIONS(11285), 11, + [87871] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192494,7 +194179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192540,8 +194225,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86257] = 2, - ACTIONS(11289), 11, + [87932] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192553,7 +194238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192599,8 +194284,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86318] = 2, - ACTIONS(11293), 11, + [87993] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192612,7 +194297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192658,8 +194343,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86379] = 2, - ACTIONS(11297), 11, + [88054] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192671,7 +194356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192717,8 +194402,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86440] = 2, - ACTIONS(11301), 11, + [88115] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192730,7 +194415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192776,8 +194461,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86501] = 2, - ACTIONS(11305), 11, + [88176] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192789,7 +194474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192835,7 +194520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86562] = 2, + [88237] = 2, ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -192894,8 +194579,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86623] = 2, - ACTIONS(11309), 11, + [88298] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192907,7 +194592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -192953,8 +194638,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86684] = 2, - ACTIONS(11313), 11, + [88359] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -192966,7 +194651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193012,8 +194697,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86745] = 2, - ACTIONS(11317), 11, + [88420] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193025,7 +194710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193071,8 +194756,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86806] = 2, - ACTIONS(11321), 11, + [88481] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193084,7 +194769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193130,8 +194815,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86867] = 2, - ACTIONS(11325), 11, + [88542] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193143,7 +194828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193189,8 +194874,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86928] = 2, - ACTIONS(11329), 11, + [88603] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193202,7 +194887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193248,8 +194933,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [86989] = 2, - ACTIONS(11337), 11, + [88664] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193261,7 +194946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193307,8 +194992,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87050] = 2, - ACTIONS(11341), 11, + [88725] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193320,7 +195005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193366,8 +195051,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87111] = 2, - ACTIONS(11345), 11, + [88786] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193379,7 +195064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193425,8 +195110,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87172] = 2, - ACTIONS(11349), 11, + [88847] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193438,7 +195123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193484,8 +195169,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87233] = 2, - ACTIONS(11353), 11, + [88908] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193497,7 +195182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193543,8 +195228,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87294] = 2, - ACTIONS(11357), 11, + [88969] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193556,7 +195241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193602,8 +195287,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87355] = 2, - ACTIONS(11199), 11, + [89030] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193615,7 +195300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193661,8 +195346,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87416] = 2, - ACTIONS(11361), 11, + [89091] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193674,7 +195359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193720,8 +195405,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87477] = 2, - ACTIONS(11365), 11, + [89152] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193733,7 +195418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193779,8 +195464,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87538] = 2, - ACTIONS(11369), 11, + [89213] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193792,7 +195477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193838,8 +195523,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87599] = 2, - ACTIONS(11373), 11, + [89274] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193851,7 +195536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193897,8 +195582,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87660] = 2, - ACTIONS(11377), 11, + [89335] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193910,7 +195595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -193956,8 +195641,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87721] = 2, - ACTIONS(11381), 11, + [89396] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -193969,7 +195654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194015,8 +195700,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87782] = 2, - ACTIONS(11385), 11, + [89457] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194028,7 +195713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194043,7 +195728,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -194060,6 +195744,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -194074,8 +195759,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87843] = 2, - ACTIONS(11389), 11, + [89518] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194087,7 +195772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194133,8 +195818,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87904] = 2, - ACTIONS(11393), 11, + [89579] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194146,7 +195831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194192,8 +195877,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [87965] = 2, - ACTIONS(11397), 11, + [89640] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194205,7 +195890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194251,8 +195936,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88026] = 2, - ACTIONS(11401), 11, + [89701] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194264,7 +195949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194310,8 +195995,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88087] = 2, - ACTIONS(11405), 11, + [89762] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194323,7 +196008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194369,8 +196054,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88148] = 2, - ACTIONS(11409), 11, + [89823] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194382,7 +196067,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11505), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194397,7 +196083,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -194428,8 +196113,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88209] = 2, - ACTIONS(11533), 11, + [89884] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194441,7 +196126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194456,6 +196141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -194472,7 +196158,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -194487,8 +196172,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88270] = 2, - ACTIONS(11585), 11, + [89945] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194500,7 +196185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194546,8 +196231,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88331] = 2, - ACTIONS(11417), 11, + [90006] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194559,7 +196244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194605,8 +196290,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88392] = 2, - ACTIONS(11421), 11, + [90067] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194618,7 +196303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194664,8 +196349,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88453] = 2, - ACTIONS(11425), 11, + [90128] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194677,7 +196362,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194723,8 +196408,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88514] = 2, - ACTIONS(11435), 11, + [90189] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194736,7 +196421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194782,8 +196467,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88575] = 2, - ACTIONS(11439), 11, + [90250] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194795,7 +196480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194841,8 +196526,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88636] = 2, - ACTIONS(11443), 11, + [90311] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194854,7 +196539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194900,8 +196585,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88697] = 2, - ACTIONS(11447), 11, + [90372] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194913,7 +196598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -194959,8 +196644,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88758] = 2, - ACTIONS(11451), 11, + [90433] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -194972,7 +196657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195018,8 +196703,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88819] = 2, - ACTIONS(11455), 11, + [90494] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195031,7 +196716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195045,8 +196730,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -195077,8 +196762,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88880] = 2, - ACTIONS(11459), 11, + [90555] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195090,7 +196775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195136,8 +196821,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [88941] = 2, - ACTIONS(11413), 11, + [90616] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195149,7 +196834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195195,8 +196880,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89002] = 2, - ACTIONS(11463), 11, + [90677] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195208,7 +196893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195254,8 +196939,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89063] = 2, - ACTIONS(11467), 11, + [90738] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195267,7 +196952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195313,8 +196998,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89124] = 2, - ACTIONS(11471), 11, + [90799] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195326,7 +197011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195372,8 +197057,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89185] = 2, - ACTIONS(11475), 11, + [90860] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195385,7 +197070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195431,8 +197116,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89246] = 2, - ACTIONS(11479), 11, + [90921] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195444,7 +197129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195490,8 +197175,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89307] = 2, - ACTIONS(11483), 11, + [90982] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195503,7 +197188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195549,8 +197234,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89368] = 2, - ACTIONS(11487), 11, + [91043] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195562,7 +197247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195608,8 +197293,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89429] = 2, - ACTIONS(11491), 11, + [91104] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195621,7 +197306,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195667,8 +197352,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89490] = 2, - ACTIONS(11495), 11, + [91165] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195680,7 +197365,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195726,8 +197411,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89551] = 2, - ACTIONS(11499), 11, + [91226] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195739,7 +197424,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195785,8 +197470,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89612] = 2, - ACTIONS(11505), 11, + [91287] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195798,7 +197483,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195844,8 +197529,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89673] = 2, - ACTIONS(11509), 11, + [91348] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195857,7 +197542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195871,8 +197556,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -195903,8 +197588,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89734] = 2, - ACTIONS(11513), 11, + [91409] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195916,7 +197601,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195930,8 +197615,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -195962,8 +197647,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89795] = 2, - ACTIONS(11517), 11, + [91470] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -195975,7 +197660,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -195989,8 +197674,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -196021,8 +197706,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89856] = 2, - ACTIONS(11521), 11, + [91531] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196034,7 +197719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196048,8 +197733,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -196080,8 +197765,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89917] = 2, - ACTIONS(11525), 11, + [91592] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196093,7 +197778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196107,8 +197792,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -196139,8 +197824,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [89978] = 2, - ACTIONS(11209), 11, + [91653] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196152,7 +197837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196198,8 +197883,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90039] = 2, - ACTIONS(11213), 11, + [91714] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196211,7 +197896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196257,8 +197942,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90100] = 2, - ACTIONS(11217), 11, + [91775] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196270,7 +197955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196316,8 +198001,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90161] = 2, - ACTIONS(11221), 11, + [91836] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196329,7 +198014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196375,8 +198060,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90222] = 2, - ACTIONS(11225), 11, + [91897] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196388,7 +198073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196434,8 +198119,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90283] = 2, - ACTIONS(11229), 11, + [91958] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196447,7 +198132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196493,8 +198178,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90344] = 2, - ACTIONS(11233), 11, + [92019] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196506,7 +198191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196552,8 +198237,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90405] = 2, - ACTIONS(11237), 11, + [92080] = 2, + ACTIONS(11563), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11561), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATendfor, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [92141] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196565,7 +198309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196611,8 +198355,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90466] = 2, - ACTIONS(11241), 11, + [92202] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196624,7 +198368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196670,8 +198414,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90527] = 2, - ACTIONS(11245), 11, + [92263] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196683,7 +198427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196729,8 +198473,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90588] = 2, - ACTIONS(11405), 11, + [92324] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196742,7 +198486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196788,8 +198532,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90649] = 2, - ACTIONS(11253), 11, + [92385] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196801,7 +198545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196847,8 +198591,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90710] = 2, - ACTIONS(11257), 11, + [92446] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196860,7 +198604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196906,8 +198650,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90771] = 2, - ACTIONS(11609), 11, + [92507] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196919,7 +198663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -196933,6 +198677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -196950,7 +198695,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -196965,8 +198709,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90832] = 2, - ACTIONS(11261), 11, + [92568] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -196978,7 +198722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197024,8 +198768,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90893] = 2, - ACTIONS(11265), 11, + [92629] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197037,7 +198781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197083,8 +198827,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [90954] = 2, - ACTIONS(11269), 11, + [92690] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197096,7 +198840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197142,8 +198886,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91015] = 2, - ACTIONS(11273), 11, + [92751] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197155,7 +198899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197201,8 +198945,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91076] = 2, - ACTIONS(11277), 11, + [92812] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197214,7 +198958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197260,8 +199004,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91137] = 2, - ACTIONS(11281), 11, + [92873] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197273,7 +199017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197319,8 +199063,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91198] = 2, - ACTIONS(11285), 11, + [92934] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197332,7 +199076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197378,8 +199122,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91259] = 2, - ACTIONS(11289), 11, + [92995] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197391,7 +199135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197437,8 +199181,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91320] = 2, - ACTIONS(11293), 11, + [93056] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197450,7 +199194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197496,8 +199240,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91381] = 2, - ACTIONS(11297), 11, + [93117] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197509,7 +199253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197555,8 +199299,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91442] = 2, - ACTIONS(11301), 11, + [93178] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197568,7 +199312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197614,8 +199358,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91503] = 2, - ACTIONS(11305), 11, + [93239] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197627,7 +199371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197673,8 +199417,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91564] = 2, - ACTIONS(11203), 11, + [93300] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197686,7 +199430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197732,8 +199476,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91625] = 2, - ACTIONS(11309), 11, + [93361] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197745,7 +199489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197791,8 +199535,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91686] = 2, - ACTIONS(11313), 11, + [93422] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197804,7 +199548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197850,8 +199594,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91747] = 2, - ACTIONS(11317), 11, + [93483] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197863,7 +199607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197909,8 +199653,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91808] = 2, - ACTIONS(11321), 11, + [93544] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197922,7 +199666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -197968,8 +199712,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91869] = 2, - ACTIONS(11325), 11, + [93605] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -197981,7 +199725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198027,8 +199771,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91930] = 2, - ACTIONS(11329), 11, + [93666] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198040,7 +199784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198086,8 +199830,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [91991] = 2, - ACTIONS(11337), 11, + [93727] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198099,7 +199843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198145,8 +199889,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92052] = 2, - ACTIONS(11341), 11, + [93788] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198158,7 +199902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198204,8 +199948,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92113] = 2, - ACTIONS(11345), 11, + [93849] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198217,7 +199961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198263,8 +200007,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92174] = 2, - ACTIONS(11349), 11, + [93910] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198276,7 +200020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198322,8 +200066,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92235] = 2, - ACTIONS(11353), 11, + [93971] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198335,7 +200079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198381,8 +200125,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92296] = 2, - ACTIONS(11357), 11, + [94032] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198394,7 +200138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198440,8 +200184,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92357] = 2, - ACTIONS(11199), 11, + [94093] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198453,7 +200197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198499,8 +200243,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92418] = 2, - ACTIONS(11361), 11, + [94154] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198512,7 +200256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198558,8 +200302,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92479] = 2, - ACTIONS(11365), 11, + [94215] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198571,7 +200315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198617,8 +200361,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92540] = 2, - ACTIONS(11369), 11, + [94276] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198630,7 +200374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198676,8 +200420,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92601] = 2, - ACTIONS(11373), 11, + [94337] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198689,7 +200433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198735,8 +200479,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92662] = 2, - ACTIONS(11377), 11, + [94398] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198748,7 +200492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198794,8 +200538,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92723] = 2, - ACTIONS(11381), 11, + [94459] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198807,7 +200551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198853,8 +200597,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92784] = 2, - ACTIONS(11385), 11, + [94520] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198866,7 +200610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198912,8 +200656,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92845] = 2, - ACTIONS(11389), 11, + [94581] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198925,7 +200669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -198971,8 +200715,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92906] = 2, - ACTIONS(11393), 11, + [94642] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -198984,7 +200728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199030,8 +200774,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [92967] = 2, - ACTIONS(11397), 11, + [94703] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199043,7 +200787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199089,8 +200833,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93028] = 2, - ACTIONS(11401), 11, + [94764] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199102,7 +200846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199116,7 +200860,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -199135,6 +200878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -199148,8 +200892,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93089] = 2, - ACTIONS(11425), 11, + [94825] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199161,7 +200905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199175,7 +200919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -199207,8 +200951,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93150] = 2, - ACTIONS(11409), 11, + [94886] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199220,7 +200964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199266,8 +201010,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93211] = 2, - ACTIONS(11585), 11, + [94947] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199279,7 +201023,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11501), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199293,7 +201038,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -199325,8 +201069,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93272] = 2, - ACTIONS(11417), 11, + [95008] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199338,7 +201082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199352,7 +201096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -199384,8 +201128,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93333] = 2, - ACTIONS(11421), 11, + [95069] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199397,7 +201141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199443,8 +201187,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93394] = 2, - ACTIONS(11425), 11, + [95130] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199456,7 +201200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199502,8 +201246,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93455] = 2, - ACTIONS(11533), 11, + [95191] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199515,7 +201259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199529,6 +201273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -199547,7 +201292,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -199561,8 +201305,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93516] = 2, - ACTIONS(11435), 11, + [95252] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199574,7 +201318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199620,8 +201364,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93577] = 2, - ACTIONS(11439), 11, + [95313] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199633,7 +201377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199679,8 +201423,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93638] = 2, - ACTIONS(11443), 11, + [95374] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199692,7 +201436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199738,8 +201482,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93699] = 2, - ACTIONS(11447), 11, + [95435] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199751,7 +201495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199797,8 +201541,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93760] = 2, - ACTIONS(11451), 11, + [95496] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199810,7 +201554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199856,8 +201600,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93821] = 2, - ACTIONS(11455), 11, + [95557] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199869,7 +201613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199915,8 +201659,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93882] = 2, - ACTIONS(11459), 11, + [95618] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199928,7 +201672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -199974,8 +201718,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [93943] = 2, - ACTIONS(11413), 11, + [95679] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -199987,7 +201731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200033,8 +201777,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94004] = 2, - ACTIONS(11463), 11, + [95740] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200046,7 +201790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200092,8 +201836,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94065] = 2, - ACTIONS(11467), 11, + [95801] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200105,7 +201849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200151,8 +201895,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94126] = 2, - ACTIONS(11471), 11, + [95862] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200164,7 +201908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200210,8 +201954,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94187] = 2, - ACTIONS(11475), 11, + [95923] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200223,7 +201967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200269,8 +202013,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94248] = 2, - ACTIONS(11479), 11, + [95984] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200282,7 +202026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200328,8 +202072,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94309] = 2, - ACTIONS(11483), 11, + [96045] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200341,7 +202085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200387,8 +202131,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94370] = 2, - ACTIONS(11487), 11, + [96106] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200400,7 +202144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200446,8 +202190,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94431] = 2, - ACTIONS(11491), 11, + [96167] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200459,7 +202203,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200505,8 +202249,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94492] = 2, - ACTIONS(11495), 11, + [96228] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200518,7 +202262,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200564,8 +202308,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94553] = 2, - ACTIONS(11499), 11, + [96289] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200577,7 +202321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200623,8 +202367,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94614] = 2, - ACTIONS(11505), 11, + [96350] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200636,7 +202380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200682,8 +202426,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94675] = 2, - ACTIONS(11509), 11, + [96411] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200695,7 +202439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200741,8 +202485,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94736] = 2, - ACTIONS(11513), 11, + [96472] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200754,7 +202498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200768,7 +202512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -200800,8 +202544,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94797] = 2, - ACTIONS(11517), 11, + [96533] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200813,7 +202557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200827,7 +202571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -200859,8 +202603,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94858] = 2, - ACTIONS(11521), 11, + [96594] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200872,7 +202616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200886,7 +202630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -200918,8 +202662,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94919] = 2, - ACTIONS(11525), 11, + [96655] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200931,7 +202675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -200945,7 +202689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -200977,8 +202721,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [94980] = 2, - ACTIONS(11209), 11, + [96716] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -200990,7 +202734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201036,8 +202780,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95041] = 2, - ACTIONS(11213), 11, + [96777] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201049,7 +202793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201095,8 +202839,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95102] = 2, - ACTIONS(11217), 11, + [96838] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201108,7 +202852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201154,8 +202898,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95163] = 2, - ACTIONS(11221), 11, + [96899] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201167,7 +202911,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201213,8 +202957,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95224] = 2, - ACTIONS(11225), 11, + [96960] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201226,7 +202970,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201272,8 +203016,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95285] = 2, - ACTIONS(11229), 11, + [97021] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201285,7 +203029,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201331,8 +203075,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95346] = 2, - ACTIONS(11233), 11, + [97082] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201344,7 +203088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201390,8 +203134,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95407] = 2, - ACTIONS(11237), 11, + [97143] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201403,7 +203147,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201449,8 +203193,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95468] = 2, - ACTIONS(11241), 11, + [97204] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201462,7 +203206,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201508,8 +203252,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95529] = 2, - ACTIONS(11245), 11, + [97265] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201521,7 +203265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201567,8 +203311,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95590] = 2, - ACTIONS(11249), 11, + [97326] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201580,7 +203324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201626,8 +203370,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95651] = 2, - ACTIONS(11253), 11, + [97387] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201639,7 +203383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201653,7 +203397,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -201672,6 +203415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -201685,8 +203429,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95712] = 2, - ACTIONS(11257), 11, + [97448] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201698,7 +203442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201744,8 +203488,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95773] = 2, - ACTIONS(11261), 11, + [97509] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201757,7 +203501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201803,8 +203547,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95834] = 2, - ACTIONS(11265), 11, + [97570] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201816,7 +203560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201862,8 +203606,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95895] = 2, - ACTIONS(11269), 11, + [97631] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201875,7 +203619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201921,8 +203665,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [95956] = 2, - ACTIONS(11273), 11, + [97692] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201934,7 +203678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -201980,8 +203724,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96017] = 2, - ACTIONS(11609), 11, + [97753] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -201993,7 +203737,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202007,6 +203751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -202025,7 +203770,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -202039,8 +203783,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96078] = 2, - ACTIONS(11277), 11, + [97814] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202052,7 +203796,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202098,8 +203842,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96139] = 2, - ACTIONS(11281), 11, + [97875] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202111,7 +203855,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202157,8 +203901,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96200] = 2, - ACTIONS(11285), 11, + [97936] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202170,7 +203914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202216,8 +203960,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96261] = 2, - ACTIONS(11289), 11, + [97997] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202229,7 +203973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202275,8 +204019,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96322] = 2, - ACTIONS(11293), 11, + [98058] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202288,7 +204032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202334,8 +204078,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96383] = 2, - ACTIONS(11297), 11, + [98119] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202347,7 +204091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202393,8 +204137,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96444] = 2, - ACTIONS(11301), 11, + [98180] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202406,7 +204150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202452,8 +204196,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96505] = 2, - ACTIONS(11305), 11, + [98241] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202465,7 +204209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202511,8 +204255,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96566] = 2, - ACTIONS(11203), 11, + [98302] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202524,7 +204268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202537,8 +204281,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -202570,8 +204314,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96627] = 2, - ACTIONS(11309), 11, + [98363] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202583,7 +204327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202629,8 +204373,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96688] = 2, - ACTIONS(11313), 11, + [98424] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202642,7 +204386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202688,8 +204432,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96749] = 2, - ACTIONS(11317), 11, + [98485] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202701,7 +204445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202747,8 +204491,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96810] = 2, - ACTIONS(11321), 11, + [98546] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202760,7 +204504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202806,8 +204550,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96871] = 2, - ACTIONS(11325), 11, + [98607] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202819,7 +204563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202865,8 +204609,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96932] = 2, - ACTIONS(11329), 11, + [98668] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202878,7 +204622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202924,8 +204668,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [96993] = 2, - ACTIONS(11337), 11, + [98729] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202937,7 +204681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -202983,8 +204727,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97054] = 2, - ACTIONS(11341), 11, + [98790] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -202996,7 +204740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203042,8 +204786,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97115] = 2, - ACTIONS(11345), 11, + [98851] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203055,7 +204799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203101,8 +204845,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97176] = 2, - ACTIONS(11349), 11, + [98912] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203114,7 +204858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203160,8 +204904,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97237] = 2, - ACTIONS(11353), 11, + [98973] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203173,7 +204917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203219,8 +204963,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97298] = 2, - ACTIONS(11357), 11, + [99034] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203232,7 +204976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203278,8 +205022,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97359] = 2, - ACTIONS(11199), 11, + [99095] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203291,7 +205035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203337,8 +205081,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97420] = 2, - ACTIONS(11361), 11, + [99156] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203350,7 +205094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203396,8 +205140,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97481] = 2, - ACTIONS(11365), 11, + [99217] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203409,7 +205153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203455,8 +205199,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97542] = 2, - ACTIONS(11369), 11, + [99278] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203468,7 +205212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203514,8 +205258,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97603] = 2, - ACTIONS(11373), 11, + [99339] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203527,7 +205271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203573,8 +205317,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97664] = 2, - ACTIONS(11377), 11, + [99400] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203586,7 +205330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203632,8 +205376,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97725] = 2, - ACTIONS(11381), 11, + [99461] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203645,7 +205389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203691,8 +205435,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97786] = 2, - ACTIONS(11385), 11, + [99522] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203704,7 +205448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203750,8 +205494,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97847] = 2, - ACTIONS(11389), 11, + [99583] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203763,7 +205507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203809,7 +205553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97908] = 2, + [99644] = 2, ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -203868,8 +205612,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [97969] = 2, - ACTIONS(11397), 11, + [99705] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203881,7 +205625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203927,8 +205671,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98030] = 2, - ACTIONS(11401), 11, + [99766] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203940,7 +205684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -203986,8 +205730,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98091] = 2, - ACTIONS(11405), 11, + [99827] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -203999,7 +205743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204045,8 +205789,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98152] = 2, - ACTIONS(11409), 11, + [99888] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204058,7 +205802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204104,8 +205848,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98213] = 2, - ACTIONS(11585), 11, + [99949] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204117,7 +205861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204163,8 +205907,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98274] = 2, - ACTIONS(11417), 11, + [100010] = 2, + ACTIONS(11499), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11497), 45, + ts_builtin_sym_end, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [100071] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204176,7 +205979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204190,7 +205993,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -204210,6 +206012,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -204222,8 +206025,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98335] = 2, - ACTIONS(11421), 11, + [100132] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204235,7 +206038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204281,8 +206084,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98396] = 2, - ACTIONS(11505), 11, + [100193] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204294,7 +206097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204340,8 +206143,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98457] = 2, - ACTIONS(11435), 11, + [100254] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204353,7 +206156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204399,8 +206202,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98518] = 2, - ACTIONS(11439), 11, + [100315] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204412,7 +206215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204458,8 +206261,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98579] = 2, - ACTIONS(11443), 11, + [100376] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204471,7 +206274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204517,8 +206320,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98640] = 2, - ACTIONS(11447), 11, + [100437] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204530,7 +206333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204576,8 +206379,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98701] = 2, - ACTIONS(11533), 11, + [100498] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204589,7 +206392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204603,6 +206406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -204622,7 +206426,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -204635,8 +206438,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98762] = 2, - ACTIONS(11451), 11, + [100559] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204648,7 +206451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204694,8 +206497,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98823] = 2, - ACTIONS(11455), 11, + [100620] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204707,7 +206510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204753,8 +206556,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98884] = 2, - ACTIONS(11459), 11, + [100681] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204766,7 +206569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204812,8 +206615,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [98945] = 2, - ACTIONS(11413), 11, + [100742] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204825,7 +206628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204871,8 +206674,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99006] = 2, - ACTIONS(11463), 11, + [100803] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204884,7 +206687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204930,8 +206733,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99067] = 2, - ACTIONS(11467), 11, + [100864] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -204943,7 +206746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -204989,8 +206792,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99128] = 2, - ACTIONS(11471), 11, + [100925] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205002,7 +206805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205048,8 +206851,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99189] = 2, - ACTIONS(11475), 11, + [100986] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205061,7 +206864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205107,8 +206910,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99250] = 2, - ACTIONS(11479), 11, + [101047] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205120,7 +206923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205166,8 +206969,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99311] = 2, - ACTIONS(11483), 11, + [101108] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205179,7 +206982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205225,8 +207028,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99372] = 2, - ACTIONS(11487), 11, + [101169] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205238,7 +207041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205284,8 +207087,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99433] = 2, - ACTIONS(11491), 11, + [101230] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205297,7 +207100,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205343,8 +207146,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99494] = 2, - ACTIONS(11495), 11, + [101291] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205356,7 +207159,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205402,8 +207205,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99555] = 2, - ACTIONS(11499), 11, + [101352] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205415,7 +207218,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205461,8 +207264,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99616] = 2, - ACTIONS(11199), 11, + [101413] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205474,7 +207277,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205487,8 +207290,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -205520,8 +207323,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99677] = 2, - ACTIONS(11509), 11, + [101474] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205533,7 +207336,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205579,8 +207382,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99738] = 2, - ACTIONS(11513), 11, + [101535] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205592,7 +207395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205638,8 +207441,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99799] = 2, - ACTIONS(11517), 11, + [101596] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205651,7 +207454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205664,8 +207467,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -205697,8 +207500,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99860] = 2, - ACTIONS(11521), 11, + [101657] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205710,7 +207513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205723,8 +207526,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -205756,8 +207559,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99921] = 2, - ACTIONS(11525), 11, + [101718] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205769,7 +207572,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205782,8 +207585,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -205815,8 +207618,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [99982] = 2, - ACTIONS(11209), 11, + [101779] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205828,7 +207631,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205874,8 +207677,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100043] = 2, - ACTIONS(11213), 11, + [101840] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205887,7 +207690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205933,8 +207736,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100104] = 2, - ACTIONS(11217), 11, + [101901] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -205946,7 +207749,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -205992,8 +207795,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100165] = 2, - ACTIONS(11221), 11, + [101962] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206005,7 +207808,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206051,8 +207854,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100226] = 2, - ACTIONS(11225), 11, + [102023] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206064,7 +207867,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206110,8 +207913,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100287] = 2, - ACTIONS(11229), 11, + [102084] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206123,7 +207926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206169,8 +207972,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100348] = 2, - ACTIONS(11233), 11, + [102145] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206182,7 +207985,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206228,8 +208031,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100409] = 2, - ACTIONS(11237), 11, + [102206] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206241,7 +208044,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206287,8 +208090,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100470] = 2, - ACTIONS(11241), 11, + [102267] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206300,7 +208103,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206346,8 +208149,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100531] = 2, - ACTIONS(11245), 11, + [102328] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206359,7 +208162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206405,8 +208208,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100592] = 2, - ACTIONS(11249), 11, + [102389] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206418,7 +208221,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206464,8 +208267,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100653] = 2, - ACTIONS(11253), 11, + [102450] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206477,7 +208280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206523,8 +208326,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100714] = 2, - ACTIONS(11257), 11, + [102511] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206536,7 +208339,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206582,8 +208385,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100775] = 2, - ACTIONS(11261), 11, + [102572] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206595,7 +208398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206641,8 +208444,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100836] = 2, - ACTIONS(11265), 11, + [102633] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206654,7 +208457,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206700,8 +208503,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100897] = 2, - ACTIONS(11269), 11, + [102694] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206713,7 +208516,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206726,7 +208529,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -206747,6 +208549,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -206759,8 +208562,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [100958] = 2, - ACTIONS(11273), 11, + [102755] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206772,7 +208575,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206818,8 +208621,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101019] = 2, - ACTIONS(11277), 11, + [102816] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206831,7 +208634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206877,8 +208680,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101080] = 2, - ACTIONS(11281), 11, + [102877] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206890,7 +208693,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206936,8 +208739,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101141] = 2, - ACTIONS(11285), 11, + [102938] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -206949,7 +208752,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -206995,8 +208798,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101202] = 2, - ACTIONS(11289), 11, + [102999] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207008,7 +208811,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207054,8 +208857,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101263] = 2, - ACTIONS(11609), 11, + [103060] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207067,7 +208870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207080,6 +208883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -207100,7 +208904,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -207113,8 +208916,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101324] = 2, - ACTIONS(11293), 11, + [103121] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207126,7 +208929,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207172,8 +208975,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101385] = 2, - ACTIONS(11297), 11, + [103182] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207185,7 +208988,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207231,8 +209034,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101446] = 2, - ACTIONS(11301), 11, + [103243] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207244,7 +209047,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207290,8 +209093,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101507] = 2, - ACTIONS(11305), 11, + [103304] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207303,7 +209106,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207349,8 +209152,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101568] = 2, - ACTIONS(11203), 11, + [103365] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207362,7 +209165,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207408,8 +209211,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101629] = 2, - ACTIONS(11309), 11, + [103426] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207421,7 +209224,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207467,8 +209270,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101690] = 2, - ACTIONS(11313), 11, + [103487] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207480,7 +209283,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207526,8 +209329,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101751] = 2, - ACTIONS(11317), 11, + [103548] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207539,7 +209342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207552,7 +209355,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -207571,6 +209373,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -207585,8 +209388,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101812] = 2, - ACTIONS(11321), 11, + [103609] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207598,7 +209401,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207644,8 +209447,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101873] = 2, - ACTIONS(11325), 11, + [103670] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207657,7 +209460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207703,8 +209506,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101934] = 2, - ACTIONS(11329), 11, + [103731] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207716,7 +209519,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207729,7 +209532,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -207748,6 +209550,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -207762,8 +209565,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [101995] = 2, - ACTIONS(11337), 11, + [103792] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207775,7 +209578,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207788,7 +209591,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -207807,6 +209609,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -207821,8 +209624,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102056] = 2, - ACTIONS(11341), 11, + [103853] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207834,7 +209637,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207847,7 +209650,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -207866,6 +209668,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -207880,8 +209683,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102117] = 2, - ACTIONS(11525), 11, + [103914] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207893,7 +209696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207939,8 +209742,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102178] = 2, - ACTIONS(11345), 11, + [103975] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -207952,7 +209755,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -207965,7 +209768,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -207984,6 +209786,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -207998,8 +209801,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102239] = 2, - ACTIONS(11349), 11, + [104036] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208011,7 +209814,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208024,7 +209827,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -208043,6 +209845,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -208057,8 +209860,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102300] = 2, - ACTIONS(11521), 11, + [104097] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208070,7 +209873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208116,8 +209919,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102361] = 2, - ACTIONS(11517), 11, + [104158] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208129,7 +209932,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208142,6 +209945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -208160,7 +209964,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -208175,8 +209978,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102422] = 2, - ACTIONS(11513), 11, + [104219] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208188,7 +209991,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208234,8 +210037,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102483] = 2, - ACTIONS(11509), 11, + [104280] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208247,7 +210050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208293,8 +210096,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102544] = 2, - ACTIONS(11505), 11, + [104341] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208306,7 +210109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208352,8 +210155,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102605] = 2, - ACTIONS(11499), 11, + [104402] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208365,7 +210168,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208411,8 +210214,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102666] = 2, - ACTIONS(11495), 11, + [104463] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208424,7 +210227,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208470,8 +210273,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102727] = 2, - ACTIONS(11353), 11, + [104524] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208483,7 +210286,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208496,7 +210299,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -208515,6 +210317,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -208529,8 +210332,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102788] = 2, - ACTIONS(11491), 11, + [104585] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208542,7 +210345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208588,8 +210391,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102849] = 2, - ACTIONS(11487), 11, + [104646] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208601,7 +210404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208647,8 +210450,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102910] = 2, - ACTIONS(11483), 11, + [104707] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208660,7 +210463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208706,8 +210509,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [102971] = 2, - ACTIONS(11479), 11, + [104768] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208719,7 +210522,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208765,8 +210568,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103032] = 2, - ACTIONS(11475), 11, + [104829] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208778,7 +210581,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208824,8 +210627,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103093] = 2, - ACTIONS(11471), 11, + [104890] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208837,7 +210640,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208883,8 +210686,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103154] = 2, - ACTIONS(11467), 11, + [104951] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208896,7 +210699,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -208942,8 +210745,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103215] = 2, - ACTIONS(11463), 11, + [105012] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -208955,7 +210758,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209001,8 +210804,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103276] = 2, - ACTIONS(11413), 11, + [105073] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209014,7 +210817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209060,8 +210863,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103337] = 2, - ACTIONS(11459), 11, + [105134] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209073,7 +210876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209119,8 +210922,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103398] = 2, - ACTIONS(11455), 11, + [105195] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209132,7 +210935,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209145,6 +210948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -209163,7 +210967,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -209178,8 +210981,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103459] = 2, - ACTIONS(11451), 11, + [105256] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209191,7 +210994,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209237,8 +211040,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103520] = 2, - ACTIONS(11447), 11, + [105317] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209250,7 +211053,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209296,8 +211099,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103581] = 2, - ACTIONS(11443), 11, + [105378] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209309,7 +211112,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209340,10 +211143,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -209355,8 +211158,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103642] = 2, - ACTIONS(11439), 11, + [105439] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209368,7 +211171,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209414,8 +211217,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103703] = 2, - ACTIONS(11435), 11, + [105500] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209427,7 +211230,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209473,8 +211276,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103764] = 2, - ACTIONS(11357), 11, + [105561] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209486,7 +211289,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209499,7 +211302,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -209518,6 +211320,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -209532,8 +211335,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103825] = 2, - ACTIONS(11425), 11, + [105622] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209545,7 +211348,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209591,8 +211394,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103886] = 2, - ACTIONS(11421), 11, + [105683] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209604,7 +211407,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209650,8 +211453,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [103947] = 2, - ACTIONS(11533), 11, + [105744] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209663,7 +211466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209694,10 +211497,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -209709,8 +211512,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104008] = 2, - ACTIONS(11417), 11, + [105805] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209722,7 +211525,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209768,8 +211571,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104069] = 2, - ACTIONS(11585), 11, + [105866] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209781,7 +211584,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209827,8 +211630,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104130] = 2, - ACTIONS(11409), 11, + [105927] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209840,7 +211643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209886,8 +211689,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104191] = 2, - ACTIONS(11405), 11, + [105988] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209899,7 +211702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -209945,8 +211748,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104252] = 2, - ACTIONS(11401), 11, + [106049] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -209958,7 +211761,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210004,8 +211807,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104313] = 2, - ACTIONS(11397), 11, + [106110] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210017,7 +211820,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210063,8 +211866,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104374] = 2, - ACTIONS(11393), 11, + [106171] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210076,7 +211879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210122,8 +211925,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104435] = 2, - ACTIONS(11389), 11, + [106232] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210135,7 +211938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210181,8 +211984,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104496] = 2, - ACTIONS(11385), 11, + [106293] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210194,7 +211997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210240,8 +212043,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104557] = 2, - ACTIONS(11381), 11, + [106354] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210253,7 +212056,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210299,8 +212102,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104618] = 2, - ACTIONS(11377), 11, + [106415] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210312,7 +212115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210358,8 +212161,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104679] = 2, - ACTIONS(11373), 11, + [106476] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210371,7 +212174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210417,8 +212220,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104740] = 2, - ACTIONS(11369), 11, + [106537] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210430,7 +212233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210476,8 +212279,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104801] = 2, - ACTIONS(11365), 11, + [106598] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210489,7 +212292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210535,8 +212338,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104862] = 2, - ACTIONS(11361), 11, + [106659] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210548,7 +212351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210594,8 +212397,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104923] = 2, - ACTIONS(11199), 11, + [106720] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210607,7 +212410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210653,8 +212456,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [104984] = 2, - ACTIONS(11357), 11, + [106781] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210666,7 +212469,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210712,8 +212515,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105045] = 2, - ACTIONS(11353), 11, + [106842] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210725,7 +212528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210771,8 +212574,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105106] = 2, - ACTIONS(11349), 11, + [106903] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210784,7 +212587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210830,8 +212633,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105167] = 2, - ACTIONS(11345), 11, + [106964] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210843,7 +212646,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210889,8 +212692,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105228] = 2, - ACTIONS(11341), 11, + [107025] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210902,7 +212705,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -210948,8 +212751,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105289] = 2, - ACTIONS(11337), 11, + [107086] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -210961,7 +212764,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211007,8 +212810,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105350] = 2, - ACTIONS(11329), 11, + [107147] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211020,7 +212823,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211066,8 +212869,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105411] = 2, - ACTIONS(11325), 11, + [107208] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211079,7 +212882,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211125,8 +212928,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105472] = 2, - ACTIONS(11321), 11, + [107269] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211138,7 +212941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211184,8 +212987,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105533] = 2, - ACTIONS(11317), 11, + [107330] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211197,7 +213000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211243,8 +213046,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105594] = 2, - ACTIONS(11313), 11, + [107391] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211256,7 +213059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211302,8 +213105,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105655] = 2, - ACTIONS(11309), 11, + [107452] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211315,7 +213118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211361,8 +213164,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105716] = 2, - ACTIONS(11203), 11, + [107513] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211374,7 +213177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211420,8 +213223,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105777] = 2, - ACTIONS(11305), 11, + [107574] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211433,7 +213236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211479,8 +213282,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105838] = 2, - ACTIONS(11301), 11, + [107635] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211492,7 +213295,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211538,8 +213341,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105899] = 2, - ACTIONS(11297), 11, + [107696] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211551,7 +213354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211597,8 +213400,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [105960] = 2, - ACTIONS(11293), 11, + [107757] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211610,7 +213413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211656,8 +213459,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106021] = 2, - ACTIONS(11289), 11, + [107818] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211669,7 +213472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211715,8 +213518,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106082] = 2, - ACTIONS(11285), 11, + [107879] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211728,7 +213531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211774,8 +213577,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106143] = 2, - ACTIONS(11281), 11, + [107940] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211787,7 +213590,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211833,8 +213636,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106204] = 2, - ACTIONS(11277), 11, + [108001] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211846,7 +213649,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211877,10 +213680,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -211892,8 +213695,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106265] = 2, - ACTIONS(11273), 11, + [108062] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211905,7 +213708,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -211951,8 +213754,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106326] = 2, - ACTIONS(11269), 11, + [108123] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -211964,7 +213767,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212010,8 +213813,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106387] = 2, - ACTIONS(11265), 11, + [108184] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212023,7 +213826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212069,8 +213872,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106448] = 2, - ACTIONS(11261), 11, + [108245] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212082,7 +213885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212128,8 +213931,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106509] = 2, - ACTIONS(11609), 11, + [108306] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212141,7 +213944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212172,10 +213975,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, + anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -212187,8 +213990,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106570] = 2, - ACTIONS(11257), 11, + [108367] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212200,7 +214003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212246,8 +214049,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106631] = 2, - ACTIONS(11253), 11, + [108428] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212259,7 +214062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212305,8 +214108,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106692] = 2, - ACTIONS(11249), 11, + [108489] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212318,7 +214121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212364,8 +214167,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106753] = 2, - ACTIONS(11245), 11, + [108550] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212377,7 +214180,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212423,8 +214226,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106814] = 2, - ACTIONS(11241), 11, + [108611] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212436,7 +214239,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212482,8 +214285,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106875] = 2, - ACTIONS(11237), 11, + [108672] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212495,7 +214298,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212541,8 +214344,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106936] = 2, - ACTIONS(11233), 11, + [108733] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212554,7 +214357,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212600,8 +214403,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [106997] = 2, - ACTIONS(11229), 11, + [108794] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212613,7 +214416,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212659,8 +214462,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107058] = 2, - ACTIONS(11225), 11, + [108855] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212672,7 +214475,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212703,8 +214506,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -212718,8 +214521,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107119] = 2, - ACTIONS(11221), 11, + [108916] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212731,7 +214534,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212744,6 +214547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -212762,7 +214566,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -212777,8 +214580,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107180] = 2, - ACTIONS(11217), 11, + [108977] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212790,7 +214593,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212803,6 +214606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -212821,7 +214625,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -212836,8 +214639,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107241] = 2, - ACTIONS(11213), 11, + [109038] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212849,7 +214652,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212880,8 +214683,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -212895,8 +214698,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107302] = 2, - ACTIONS(11209), 11, + [109099] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212908,7 +214711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -212939,8 +214742,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__custom_token1, anon_sym_ATswitch, aux_sym_loop_operator_token1, - anon_sym_ATendfor, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -212954,8 +214757,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107363] = 2, - ACTIONS(11525), 11, + [109160] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -212967,7 +214770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213013,8 +214816,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107424] = 2, - ACTIONS(11385), 11, + [109221] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213026,7 +214829,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213039,7 +214842,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -213059,6 +214861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -213072,8 +214875,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107485] = 2, - ACTIONS(11361), 11, + [109282] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213085,7 +214888,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213098,7 +214901,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -213118,6 +214920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -213131,8 +214934,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107546] = 2, - ACTIONS(11521), 11, + [109343] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213144,7 +214947,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213190,8 +214993,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107607] = 2, - ACTIONS(11517), 11, + [109404] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213203,7 +215006,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213249,8 +215052,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107668] = 2, - ACTIONS(11513), 11, + [109465] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213262,7 +215065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213275,6 +215078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -213294,7 +215098,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -213308,8 +215111,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107729] = 2, - ACTIONS(11509), 11, + [109526] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213321,7 +215124,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213367,8 +215170,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107790] = 2, - ACTIONS(11505), 11, + [109587] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213380,7 +215183,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213426,8 +215229,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107851] = 2, - ACTIONS(11499), 11, + [109648] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213439,7 +215242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213485,8 +215288,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107912] = 2, - ACTIONS(11495), 11, + [109709] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213498,7 +215301,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213544,8 +215347,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [107973] = 2, - ACTIONS(11365), 11, + [109770] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213557,7 +215360,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213570,7 +215373,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -213590,6 +215392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -213603,8 +215406,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108034] = 2, - ACTIONS(11491), 11, + [109831] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213616,7 +215419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213662,8 +215465,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108095] = 2, - ACTIONS(11487), 11, + [109892] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213675,7 +215478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213721,8 +215524,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108156] = 2, - ACTIONS(11483), 11, + [109953] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213734,7 +215537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213780,8 +215583,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108217] = 2, - ACTIONS(11479), 11, + [110014] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213793,7 +215596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213839,8 +215642,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108278] = 2, - ACTIONS(11475), 11, + [110075] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213852,7 +215655,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213898,8 +215701,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108339] = 2, - ACTIONS(11471), 11, + [110136] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213911,7 +215714,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -213957,8 +215760,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108400] = 2, - ACTIONS(11467), 11, + [110197] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -213970,7 +215773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214016,8 +215819,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108461] = 2, - ACTIONS(11463), 11, + [110258] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214029,7 +215832,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214075,8 +215878,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108522] = 2, - ACTIONS(11413), 11, + [110319] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214088,7 +215891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214134,8 +215937,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108583] = 2, - ACTIONS(11459), 11, + [110380] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214147,7 +215950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214193,8 +215996,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108644] = 2, - ACTIONS(11455), 11, + [110441] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214206,7 +216009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214252,8 +216055,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108705] = 2, - ACTIONS(11451), 11, + [110502] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214265,7 +216068,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214278,6 +216081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -214297,7 +216101,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -214311,8 +216114,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108766] = 2, - ACTIONS(11447), 11, + [110563] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214324,7 +216127,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214370,8 +216173,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108827] = 2, - ACTIONS(11443), 11, + [110624] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214383,7 +216186,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214429,8 +216232,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108888] = 2, - ACTIONS(11439), 11, + [110685] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214442,7 +216245,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214474,11 +216277,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -214488,8 +216291,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [108949] = 2, - ACTIONS(11435), 11, + [110746] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214501,7 +216304,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214547,8 +216350,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109010] = 2, - ACTIONS(11369), 11, + [110807] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214560,7 +216363,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214573,7 +216376,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -214593,6 +216395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -214606,8 +216409,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109071] = 2, - ACTIONS(11425), 11, + [110868] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214619,7 +216422,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214665,8 +216468,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109132] = 2, - ACTIONS(11421), 11, + [110929] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214678,7 +216481,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214724,8 +216527,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109193] = 2, - ACTIONS(11533), 11, + [110990] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214737,7 +216540,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214769,11 +216572,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -214783,8 +216586,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109254] = 2, - ACTIONS(11417), 11, + [111051] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214796,7 +216599,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214842,8 +216645,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109315] = 2, - ACTIONS(11585), 11, + [111112] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214855,7 +216658,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214901,8 +216704,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109376] = 2, - ACTIONS(11409), 11, + [111173] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214914,7 +216717,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -214960,8 +216763,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109437] = 2, - ACTIONS(11405), 11, + [111234] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -214973,7 +216776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215019,8 +216822,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109498] = 2, - ACTIONS(11401), 11, + [111295] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215032,7 +216835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215078,8 +216881,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109559] = 2, - ACTIONS(11397), 11, + [111356] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215091,7 +216894,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215137,8 +216940,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109620] = 2, - ACTIONS(11393), 11, + [111417] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215150,7 +216953,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215196,8 +216999,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109681] = 2, - ACTIONS(11389), 11, + [111478] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215209,7 +217012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215255,8 +217058,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109742] = 2, - ACTIONS(11385), 11, + [111539] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215268,7 +217071,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215314,8 +217117,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109803] = 2, - ACTIONS(11381), 11, + [111600] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215327,7 +217130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215373,8 +217176,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109864] = 2, - ACTIONS(11377), 11, + [111661] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215386,7 +217189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215432,8 +217235,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109925] = 2, - ACTIONS(11373), 11, + [111722] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215445,7 +217248,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215491,8 +217294,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [109986] = 2, - ACTIONS(11369), 11, + [111783] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215504,7 +217307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215550,8 +217353,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110047] = 2, - ACTIONS(11365), 11, + [111844] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215563,7 +217366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215609,8 +217412,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110108] = 2, - ACTIONS(11361), 11, + [111905] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215622,7 +217425,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215668,8 +217471,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110169] = 2, - ACTIONS(11199), 11, + [111966] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215681,7 +217484,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215727,8 +217530,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110230] = 2, - ACTIONS(11357), 11, + [112027] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215740,7 +217543,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215786,8 +217589,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110291] = 2, - ACTIONS(11353), 11, + [112088] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215799,7 +217602,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215845,8 +217648,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110352] = 2, - ACTIONS(11349), 11, + [112149] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215858,7 +217661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215904,8 +217707,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110413] = 2, - ACTIONS(11345), 11, + [112210] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215917,7 +217720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -215963,8 +217766,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110474] = 2, - ACTIONS(11341), 11, + [112271] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -215976,7 +217779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216022,8 +217825,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110535] = 2, - ACTIONS(11337), 11, + [112332] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216035,7 +217838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216081,8 +217884,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110596] = 2, - ACTIONS(11329), 11, + [112393] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216094,7 +217897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216140,8 +217943,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110657] = 2, - ACTIONS(11325), 11, + [112454] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216153,7 +217956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216199,8 +218002,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110718] = 2, - ACTIONS(11321), 11, + [112515] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216212,7 +218015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216258,8 +218061,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110779] = 2, - ACTIONS(11317), 11, + [112576] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216271,7 +218074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216317,8 +218120,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110840] = 2, - ACTIONS(11313), 11, + [112637] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216330,7 +218133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216376,8 +218179,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110901] = 2, - ACTIONS(11309), 11, + [112698] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216389,7 +218192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216435,8 +218238,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [110962] = 2, - ACTIONS(11203), 11, + [112759] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216448,7 +218251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216494,8 +218297,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111023] = 2, - ACTIONS(11305), 11, + [112820] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216507,7 +218310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216553,8 +218356,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111084] = 2, - ACTIONS(11301), 11, + [112881] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216566,7 +218369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216612,8 +218415,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111145] = 2, - ACTIONS(11297), 11, + [112942] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216625,7 +218428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216671,8 +218474,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111206] = 2, - ACTIONS(11293), 11, + [113003] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216684,7 +218487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216730,8 +218533,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111267] = 2, - ACTIONS(11289), 11, + [113064] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216743,7 +218546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216789,8 +218592,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111328] = 2, - ACTIONS(11285), 11, + [113125] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216802,7 +218605,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216848,8 +218651,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111389] = 2, - ACTIONS(11281), 11, + [113186] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216861,7 +218664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216907,8 +218710,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111450] = 2, - ACTIONS(11277), 11, + [113247] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216920,7 +218723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -216966,8 +218769,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111511] = 2, - ACTIONS(11273), 11, + [113308] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -216979,7 +218782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217011,11 +218814,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -217025,8 +218828,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111572] = 2, - ACTIONS(11269), 11, + [113369] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217038,7 +218841,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217084,8 +218887,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111633] = 2, - ACTIONS(11265), 11, + [113430] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217097,7 +218900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217143,8 +218946,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111694] = 2, - ACTIONS(11261), 11, + [113491] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217156,7 +218959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217202,8 +219005,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111755] = 2, - ACTIONS(11609), 11, + [113552] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217215,7 +219018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217247,11 +219050,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, + anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -217261,8 +219064,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111816] = 2, - ACTIONS(11257), 11, + [113613] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217274,7 +219077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217320,8 +219123,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111877] = 2, - ACTIONS(11253), 11, + [113674] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217333,7 +219136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217379,8 +219182,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111938] = 2, - ACTIONS(11249), 11, + [113735] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217392,7 +219195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217438,8 +219241,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [111999] = 2, - ACTIONS(11245), 11, + [113796] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217451,7 +219254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217497,8 +219300,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112060] = 2, - ACTIONS(11241), 11, + [113857] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217510,7 +219313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217556,8 +219359,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112121] = 2, - ACTIONS(11237), 11, + [113918] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217569,7 +219372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217615,8 +219418,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112182] = 2, - ACTIONS(11233), 11, + [113979] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217628,7 +219431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217674,8 +219477,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112243] = 2, - ACTIONS(11229), 11, + [114040] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217687,7 +219490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217733,8 +219536,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112304] = 2, - ACTIONS(11225), 11, + [114101] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217746,7 +219549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217792,8 +219595,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112365] = 2, - ACTIONS(11221), 11, + [114162] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217805,7 +219608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217837,8 +219640,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -217851,8 +219654,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112426] = 2, - ACTIONS(11217), 11, + [114223] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217864,7 +219667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217877,6 +219680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -217896,7 +219700,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -217910,8 +219713,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112487] = 2, - ACTIONS(11213), 11, + [114284] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217923,7 +219726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -217936,6 +219739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -217955,7 +219759,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, anon_sym_ATwhile, anon_sym_ATsetup, @@ -217969,8 +219772,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112548] = 2, - ACTIONS(11209), 11, + [114345] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -217982,7 +219785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218014,8 +219817,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, - anon_sym_ATendforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -218028,8 +219831,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112609] = 2, - ACTIONS(11525), 11, + [114406] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218041,7 +219844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218087,8 +219890,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112670] = 2, - ACTIONS(11373), 11, + [114467] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218100,7 +219903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218113,7 +219916,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -218134,6 +219936,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -218146,8 +219949,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112731] = 2, - ACTIONS(11377), 11, + [114528] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218159,7 +219962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218172,7 +219975,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -218193,6 +219995,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -218205,8 +220008,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112792] = 2, - ACTIONS(11521), 11, + [114589] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218218,7 +220021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218264,8 +220067,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112853] = 2, - ACTIONS(11517), 11, + [114650] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218277,7 +220080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218323,8 +220126,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112914] = 2, - ACTIONS(11513), 11, + [114711] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218336,7 +220139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218382,8 +220185,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [112975] = 2, - ACTIONS(11509), 11, + [114772] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218395,7 +220198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218408,6 +220211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -218428,7 +220232,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -218441,8 +220244,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113036] = 2, - ACTIONS(11505), 11, + [114833] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218454,7 +220257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218500,8 +220303,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113097] = 2, - ACTIONS(11499), 11, + [114894] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218513,7 +220316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218559,8 +220362,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113158] = 2, - ACTIONS(11495), 11, + [114955] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218572,7 +220375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218618,8 +220421,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113219] = 2, - ACTIONS(11381), 11, + [115016] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218631,7 +220434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218644,7 +220447,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -218665,6 +220467,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -218677,8 +220480,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113280] = 2, - ACTIONS(11491), 11, + [115077] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218690,7 +220493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218736,8 +220539,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113341] = 2, - ACTIONS(11487), 11, + [115138] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218749,7 +220552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218795,8 +220598,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113402] = 2, - ACTIONS(11483), 11, + [115199] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218808,7 +220611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218854,8 +220657,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113463] = 2, - ACTIONS(11479), 11, + [115260] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218867,7 +220670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218913,8 +220716,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113524] = 2, - ACTIONS(11475), 11, + [115321] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218926,7 +220729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -218972,8 +220775,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113585] = 2, - ACTIONS(11471), 11, + [115382] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -218985,7 +220788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219031,8 +220834,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113646] = 2, - ACTIONS(11467), 11, + [115443] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219044,7 +220847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219090,8 +220893,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113707] = 2, - ACTIONS(11463), 11, + [115504] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219103,7 +220906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219149,8 +220952,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113768] = 2, - ACTIONS(11413), 11, + [115565] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219162,7 +220965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219208,8 +221011,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113829] = 2, - ACTIONS(11459), 11, + [115626] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219221,7 +221024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219267,8 +221070,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113890] = 2, - ACTIONS(11455), 11, + [115687] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219280,7 +221083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219326,8 +221129,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [113951] = 2, - ACTIONS(11451), 11, + [115748] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219339,7 +221142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219385,8 +221188,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114012] = 2, - ACTIONS(11447), 11, + [115809] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219398,7 +221201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219411,6 +221214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -219431,7 +221235,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -219444,8 +221247,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114073] = 2, - ACTIONS(11443), 11, + [115870] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219457,7 +221260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219503,8 +221306,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114134] = 2, - ACTIONS(11439), 11, + [115931] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219516,7 +221319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219562,8 +221365,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114195] = 2, - ACTIONS(11435), 11, + [115992] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219575,7 +221378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219608,11 +221411,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -219621,8 +221424,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114256] = 2, - ACTIONS(11405), 11, + [116053] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219634,7 +221437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219647,7 +221450,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -219668,6 +221470,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -219680,8 +221483,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114317] = 2, - ACTIONS(11425), 11, + [116114] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219693,7 +221496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219739,8 +221542,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114378] = 2, - ACTIONS(11421), 11, + [116175] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219752,7 +221555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219798,8 +221601,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114439] = 2, - ACTIONS(11533), 11, + [116236] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219811,7 +221614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219844,11 +221647,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -219857,8 +221660,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114500] = 2, - ACTIONS(11417), 11, + [116297] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219870,7 +221673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219916,8 +221719,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114561] = 2, - ACTIONS(11585), 11, + [116358] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219929,7 +221732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -219975,8 +221778,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114622] = 2, - ACTIONS(11409), 11, + [116419] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -219988,7 +221791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220034,8 +221837,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114683] = 2, - ACTIONS(11405), 11, + [116480] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220047,7 +221850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220093,8 +221896,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114744] = 2, - ACTIONS(11401), 11, + [116541] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220106,7 +221909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220152,8 +221955,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114805] = 2, - ACTIONS(11397), 11, + [116602] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220165,7 +221968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220211,8 +222014,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114866] = 2, - ACTIONS(11393), 11, + [116663] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220224,7 +222027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220270,8 +222073,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114927] = 2, - ACTIONS(11389), 11, + [116724] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220283,7 +222086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220329,8 +222132,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [114988] = 2, - ACTIONS(11385), 11, + [116785] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220342,7 +222145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220388,8 +222191,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115049] = 2, - ACTIONS(11381), 11, + [116846] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220401,7 +222204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220447,8 +222250,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115110] = 2, - ACTIONS(11377), 11, + [116907] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220460,7 +222263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220506,8 +222309,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115171] = 2, - ACTIONS(11373), 11, + [116968] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220519,7 +222322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220565,8 +222368,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115232] = 2, - ACTIONS(11369), 11, + [117029] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220578,7 +222381,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220624,8 +222427,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115293] = 2, - ACTIONS(11365), 11, + [117090] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220637,7 +222440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220683,8 +222486,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115354] = 2, - ACTIONS(11361), 11, + [117151] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220696,7 +222499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220742,8 +222545,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115415] = 2, - ACTIONS(11199), 11, + [117212] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220755,7 +222558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220801,8 +222604,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115476] = 2, - ACTIONS(11357), 11, + [117273] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220814,7 +222617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220860,8 +222663,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115537] = 2, - ACTIONS(11353), 11, + [117334] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220873,7 +222676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220919,8 +222722,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115598] = 2, - ACTIONS(11349), 11, + [117395] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220932,7 +222735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -220978,8 +222781,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115659] = 2, - ACTIONS(11345), 11, + [117456] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -220991,7 +222794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221037,8 +222840,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115720] = 2, - ACTIONS(11341), 11, + [117517] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221050,7 +222853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221096,8 +222899,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115781] = 2, - ACTIONS(11337), 11, + [117578] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221109,7 +222912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221155,8 +222958,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115842] = 2, - ACTIONS(11329), 11, + [117639] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221168,7 +222971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221214,8 +223017,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115903] = 2, - ACTIONS(11325), 11, + [117700] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221227,7 +223030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221273,8 +223076,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [115964] = 2, - ACTIONS(11321), 11, + [117761] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221286,7 +223089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221332,8 +223135,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116025] = 2, - ACTIONS(11317), 11, + [117822] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221345,7 +223148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221391,8 +223194,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116086] = 2, - ACTIONS(11313), 11, + [117883] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221404,7 +223207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221450,8 +223253,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116147] = 2, - ACTIONS(11309), 11, + [117944] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221463,7 +223266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221509,8 +223312,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116208] = 2, - ACTIONS(11203), 11, + [118005] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221522,7 +223325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221568,8 +223371,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116269] = 2, - ACTIONS(11305), 11, + [118066] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221581,7 +223384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221627,8 +223430,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116330] = 2, - ACTIONS(11301), 11, + [118127] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221640,7 +223443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221686,8 +223489,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116391] = 2, - ACTIONS(11297), 11, + [118188] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221699,7 +223502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221745,8 +223548,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116452] = 2, - ACTIONS(11293), 11, + [118249] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221758,7 +223561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221804,8 +223607,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116513] = 2, - ACTIONS(11289), 11, + [118310] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221817,7 +223620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221863,8 +223666,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116574] = 2, - ACTIONS(11285), 11, + [118371] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221876,7 +223679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221922,8 +223725,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116635] = 2, - ACTIONS(11281), 11, + [118432] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221935,7 +223738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -221981,8 +223784,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116696] = 2, - ACTIONS(11277), 11, + [118493] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -221994,7 +223797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222040,8 +223843,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116757] = 2, - ACTIONS(11273), 11, + [118554] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222053,7 +223856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222099,8 +223902,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116818] = 2, - ACTIONS(11269), 11, + [118615] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222112,7 +223915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222145,11 +223948,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -222158,8 +223961,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116879] = 2, - ACTIONS(11265), 11, + [118676] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222171,7 +223974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222217,8 +224020,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [116940] = 2, - ACTIONS(11261), 11, + [118737] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222230,7 +224033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222276,8 +224079,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117001] = 2, - ACTIONS(11609), 11, + [118798] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222289,7 +224092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222322,11 +224125,11 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, + anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -222335,8 +224138,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117062] = 2, - ACTIONS(11257), 11, + [118859] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222348,7 +224151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222394,8 +224197,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117123] = 2, - ACTIONS(11253), 11, + [118920] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222407,7 +224210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222453,8 +224256,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117184] = 2, - ACTIONS(11249), 11, + [118981] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222466,7 +224269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222512,8 +224315,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117245] = 2, - ACTIONS(11245), 11, + [119042] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222525,7 +224328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222571,8 +224374,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117306] = 2, - ACTIONS(11241), 11, + [119103] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222584,7 +224387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222630,8 +224433,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117367] = 2, - ACTIONS(11237), 11, + [119164] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222643,7 +224446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222689,8 +224492,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117428] = 2, - ACTIONS(11233), 11, + [119225] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222702,7 +224505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222748,8 +224551,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117489] = 2, - ACTIONS(11229), 11, + [119286] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222761,7 +224564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222807,8 +224610,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117550] = 2, - ACTIONS(11225), 11, + [119347] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222820,7 +224623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222866,8 +224669,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117611] = 2, - ACTIONS(11221), 11, + [119408] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222879,7 +224682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222925,8 +224728,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117672] = 2, - ACTIONS(11217), 11, + [119469] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222938,7 +224741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -222971,8 +224774,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -222984,8 +224787,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117733] = 2, - ACTIONS(11213), 11, + [119530] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -222997,7 +224800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223010,6 +224813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -223030,7 +224834,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -223043,8 +224846,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117794] = 2, - ACTIONS(11209), 11, + [119591] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223056,7 +224859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223069,6 +224872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -223089,7 +224893,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, - anon_sym_ATendforelse, anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, @@ -223102,8 +224905,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117855] = 2, - ACTIONS(11525), 11, + [119652] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223115,7 +224918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223161,8 +224964,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117916] = 2, - ACTIONS(11389), 11, + [119713] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223174,7 +224977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223187,7 +224990,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -223209,6 +225011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -223220,8 +225023,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [117977] = 2, - ACTIONS(11393), 11, + [119774] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223233,7 +225036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223246,7 +225049,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -223268,6 +225070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -223279,8 +225082,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118038] = 2, - ACTIONS(11521), 11, + [119835] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223292,7 +225095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223338,8 +225141,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118099] = 2, - ACTIONS(11517), 11, + [119896] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223351,7 +225154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223397,8 +225200,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118160] = 2, - ACTIONS(11513), 11, + [119957] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223410,7 +225213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223456,8 +225259,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118221] = 2, - ACTIONS(11509), 11, + [120018] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223469,7 +225272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223515,8 +225318,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118282] = 2, - ACTIONS(11505), 11, + [120079] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223528,7 +225331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223541,6 +225344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -223562,7 +225366,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -223574,8 +225377,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118343] = 2, - ACTIONS(11499), 11, + [120140] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223587,7 +225390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223633,7 +225436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118404] = 2, + [120201] = 2, ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -223692,8 +225495,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118465] = 2, - ACTIONS(11397), 11, + [120262] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223705,7 +225508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223718,7 +225521,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -223740,6 +225542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -223751,8 +225554,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118526] = 2, - ACTIONS(11491), 11, + [120323] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223764,7 +225567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223810,8 +225613,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118587] = 2, - ACTIONS(11487), 11, + [120384] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223823,7 +225626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223869,8 +225672,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118648] = 2, - ACTIONS(11483), 11, + [120445] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223882,7 +225685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223928,8 +225731,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118709] = 2, - ACTIONS(11479), 11, + [120506] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -223941,7 +225744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -223987,8 +225790,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118770] = 2, - ACTIONS(11475), 11, + [120567] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224000,7 +225803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224046,8 +225849,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118831] = 2, - ACTIONS(11471), 11, + [120628] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224059,7 +225862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224105,8 +225908,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118892] = 2, - ACTIONS(11467), 11, + [120689] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224118,7 +225921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224164,8 +225967,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [118953] = 2, - ACTIONS(11463), 11, + [120750] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224177,7 +225980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224223,8 +226026,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119014] = 2, - ACTIONS(11413), 11, + [120811] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224236,7 +226039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224282,8 +226085,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119075] = 2, - ACTIONS(11459), 11, + [120872] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224295,7 +226098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224341,8 +226144,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119136] = 2, - ACTIONS(11455), 11, + [120933] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224354,7 +226157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224400,8 +226203,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119197] = 2, - ACTIONS(11451), 11, + [120994] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224413,7 +226216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224459,8 +226262,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119258] = 2, - ACTIONS(11447), 11, + [121055] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224472,7 +226275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224518,8 +226321,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119319] = 2, - ACTIONS(11443), 11, + [121116] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224531,7 +226334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224544,6 +226347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -224565,7 +226369,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -224577,8 +226380,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119380] = 2, - ACTIONS(11439), 11, + [121177] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224590,7 +226393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224636,8 +226439,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119441] = 2, - ACTIONS(11435), 11, + [121238] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224649,7 +226452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224695,8 +226498,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119502] = 2, - ACTIONS(11401), 11, + [121299] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224708,7 +226511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224721,7 +226524,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -224751,11 +226553,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119563] = 2, - ACTIONS(11425), 11, + [121360] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224767,7 +226570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224813,8 +226616,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119624] = 2, - ACTIONS(11421), 11, + [121421] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224826,7 +226629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224872,8 +226675,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119685] = 2, - ACTIONS(11533), 11, + [121482] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224885,7 +226688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224919,6 +226722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -224927,12 +226731,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119746] = 2, - ACTIONS(11417), 11, + [121543] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -224944,7 +226747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -224990,8 +226793,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119807] = 2, - ACTIONS(11585), 11, + [121604] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225003,7 +226806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225049,8 +226852,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119868] = 2, - ACTIONS(11409), 11, + [121665] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225062,7 +226865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225108,8 +226911,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119929] = 2, - ACTIONS(11405), 11, + [121726] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225121,7 +226924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225167,8 +226970,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [119990] = 2, - ACTIONS(11401), 11, + [121787] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225180,7 +226983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225226,8 +227029,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120051] = 2, - ACTIONS(11397), 11, + [121848] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225239,7 +227042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225285,8 +227088,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120112] = 2, - ACTIONS(11393), 11, + [121909] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225298,7 +227101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225344,8 +227147,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120173] = 2, - ACTIONS(11389), 11, + [121970] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225357,7 +227160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225403,8 +227206,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120234] = 2, - ACTIONS(11385), 11, + [122031] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225416,7 +227219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225462,8 +227265,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120295] = 2, - ACTIONS(11381), 11, + [122092] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225475,7 +227278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225521,8 +227324,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120356] = 2, - ACTIONS(11377), 11, + [122153] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225534,7 +227337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225580,8 +227383,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120417] = 2, - ACTIONS(11373), 11, + [122214] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225593,7 +227396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225639,8 +227442,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120478] = 2, - ACTIONS(11369), 11, + [122275] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225652,7 +227455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225698,8 +227501,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120539] = 2, - ACTIONS(11365), 11, + [122336] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225711,7 +227514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225757,8 +227560,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120600] = 2, - ACTIONS(11361), 11, + [122397] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225770,7 +227573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225816,8 +227619,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120661] = 2, - ACTIONS(11199), 11, + [122458] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225829,7 +227632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225875,8 +227678,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120722] = 2, - ACTIONS(11357), 11, + [122519] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225888,7 +227691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225934,8 +227737,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120783] = 2, - ACTIONS(11353), 11, + [122580] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -225947,7 +227750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -225993,8 +227796,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120844] = 2, - ACTIONS(11349), 11, + [122641] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226006,7 +227809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226052,8 +227855,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120905] = 2, - ACTIONS(11345), 11, + [122702] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226065,7 +227868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226111,8 +227914,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [120966] = 2, - ACTIONS(11341), 11, + [122763] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226124,7 +227927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226170,8 +227973,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121027] = 2, - ACTIONS(11337), 11, + [122824] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226183,7 +227986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226229,8 +228032,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121088] = 2, - ACTIONS(11329), 11, + [122885] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226242,7 +228045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226288,8 +228091,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121149] = 2, - ACTIONS(11325), 11, + [122946] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226301,7 +228104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226347,8 +228150,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121210] = 2, - ACTIONS(11321), 11, + [123007] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226360,7 +228163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226406,8 +228209,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121271] = 2, - ACTIONS(11317), 11, + [123068] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226419,7 +228222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226465,8 +228268,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121332] = 2, - ACTIONS(11313), 11, + [123129] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226478,7 +228281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226524,8 +228327,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121393] = 2, - ACTIONS(11309), 11, + [123190] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226537,7 +228340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226583,8 +228386,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121454] = 2, - ACTIONS(11203), 11, + [123251] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226596,7 +228399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226642,8 +228445,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121515] = 2, - ACTIONS(11305), 11, + [123312] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226655,7 +228458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226701,8 +228504,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121576] = 2, - ACTIONS(11301), 11, + [123373] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226714,7 +228517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226760,8 +228563,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121637] = 2, - ACTIONS(11297), 11, + [123434] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226773,7 +228576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226819,8 +228622,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121698] = 2, - ACTIONS(11293), 11, + [123495] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226832,7 +228635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226878,8 +228681,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121759] = 2, - ACTIONS(11289), 11, + [123556] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226891,7 +228694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226937,8 +228740,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121820] = 2, - ACTIONS(11285), 11, + [123617] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -226950,7 +228753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -226996,8 +228799,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121881] = 2, - ACTIONS(11281), 11, + [123678] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227009,7 +228812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227055,8 +228858,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [121942] = 2, - ACTIONS(11277), 11, + [123739] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227068,7 +228871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227114,8 +228917,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122003] = 2, - ACTIONS(11273), 11, + [123800] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227127,7 +228930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227173,8 +228976,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122064] = 2, - ACTIONS(11269), 11, + [123861] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227186,7 +228989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227232,8 +229035,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122125] = 2, - ACTIONS(11265), 11, + [123922] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227245,7 +229048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227279,7 +229082,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -227288,11 +229090,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122186] = 2, - ACTIONS(11261), 11, + [123983] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227304,7 +229107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227350,8 +229153,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122247] = 2, - ACTIONS(11609), 11, + [124044] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227363,7 +229166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227397,6 +229200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, + anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -227405,12 +229209,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122308] = 2, - ACTIONS(11257), 11, + [124105] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227422,7 +229225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227468,8 +229271,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122369] = 2, - ACTIONS(11253), 11, + [124166] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227481,7 +229284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227527,8 +229330,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122430] = 2, - ACTIONS(11249), 11, + [124227] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227540,7 +229343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227586,8 +229389,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122491] = 2, - ACTIONS(11245), 11, + [124288] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227599,7 +229402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227645,8 +229448,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122552] = 2, - ACTIONS(11241), 11, + [124349] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227658,7 +229461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227704,8 +229507,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122613] = 2, - ACTIONS(11237), 11, + [124410] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227717,7 +229520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227763,8 +229566,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122674] = 2, - ACTIONS(11233), 11, + [124471] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227776,7 +229579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227822,8 +229625,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122735] = 2, - ACTIONS(11229), 11, + [124532] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227835,7 +229638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227881,8 +229684,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122796] = 2, - ACTIONS(11225), 11, + [124593] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227894,7 +229697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227940,8 +229743,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122857] = 2, - ACTIONS(11221), 11, + [124654] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -227953,7 +229756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -227999,8 +229802,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122918] = 2, - ACTIONS(11217), 11, + [124715] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228012,7 +229815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228058,8 +229861,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [122979] = 2, - ACTIONS(11213), 11, + [124776] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228071,7 +229874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228105,9 +229908,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -228117,8 +229920,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123040] = 2, - ACTIONS(11209), 11, + [124837] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228130,7 +229933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228143,6 +229946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -228164,7 +229968,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, - anon_sym_ATendwhile, anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, @@ -228176,8 +229979,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123101] = 2, - ACTIONS(11525), 11, + [124898] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228189,7 +229992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228202,6 +230005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -228225,7 +230029,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -228235,8 +230038,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123162] = 2, - ACTIONS(11439), 11, + [124959] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228248,7 +230051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228261,7 +230064,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -228285,6 +230087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -228294,8 +230097,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123223] = 2, - ACTIONS(11409), 11, + [125020] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228307,7 +230110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228320,7 +230123,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -228344,6 +230146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -228353,8 +230156,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123284] = 2, - ACTIONS(11521), 11, + [125081] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228366,7 +230169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228412,8 +230215,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123345] = 2, - ACTIONS(11517), 11, + [125142] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228425,7 +230228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228471,8 +230274,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123406] = 2, - ACTIONS(11513), 11, + [125203] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228484,7 +230287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228530,8 +230333,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123467] = 2, - ACTIONS(11509), 11, + [125264] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228543,7 +230346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228589,8 +230392,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123528] = 2, - ACTIONS(11505), 11, + [125325] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228602,7 +230405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228648,8 +230451,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123589] = 2, - ACTIONS(11499), 11, + [125386] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228661,7 +230464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228674,6 +230477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -228697,7 +230501,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -228707,8 +230510,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123650] = 2, - ACTIONS(11495), 11, + [125447] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228720,7 +230523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228766,8 +230569,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123711] = 2, - ACTIONS(11585), 11, + [125508] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -228779,7 +230582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -228792,7 +230595,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -228816,6 +230618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -228825,7 +230628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123772] = 2, + [125569] = 2, ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -228884,7 +230687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123833] = 2, + [125630] = 2, ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -228943,7 +230746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123894] = 2, + [125691] = 2, ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -229002,7 +230805,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [123955] = 2, + [125752] = 2, ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -229061,7 +230864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124016] = 2, + [125813] = 2, ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -229120,7 +230923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124077] = 2, + [125874] = 2, ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -229179,7 +230982,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124138] = 2, + [125935] = 2, ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -229238,7 +231041,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124199] = 2, + [125996] = 2, ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -229297,8 +231100,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124260] = 2, - ACTIONS(11413), 11, + [126057] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229310,7 +231113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229356,8 +231159,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124321] = 2, - ACTIONS(11459), 11, + [126118] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229369,7 +231172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229415,8 +231218,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124382] = 2, - ACTIONS(11455), 11, + [126179] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229428,7 +231231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229474,8 +231277,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124443] = 2, - ACTIONS(11451), 11, + [126240] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229487,7 +231290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229533,8 +231336,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124504] = 2, - ACTIONS(11447), 11, + [126301] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229546,7 +231349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229592,8 +231395,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124565] = 2, - ACTIONS(11443), 11, + [126362] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229605,7 +231408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229651,8 +231454,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124626] = 2, - ACTIONS(11439), 11, + [126423] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229664,7 +231467,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11403), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [126484] = 2, + ACTIONS(11431), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229710,8 +231572,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124687] = 2, - ACTIONS(11435), 11, + [126545] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229723,7 +231585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229769,8 +231631,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124748] = 2, - ACTIONS(11417), 11, + [126606] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229782,7 +231644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229795,7 +231657,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -229826,10 +231687,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124809] = 2, - ACTIONS(11425), 11, + [126667] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229841,7 +231703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229887,8 +231749,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124870] = 2, - ACTIONS(11421), 11, + [126728] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229900,7 +231762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229946,8 +231808,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124931] = 2, - ACTIONS(11533), 11, + [126789] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -229959,7 +231821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -229995,6 +231857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -230002,11 +231865,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [124992] = 2, - ACTIONS(11417), 11, + [126850] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230018,7 +231880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230064,8 +231926,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125053] = 2, - ACTIONS(11585), 11, + [126911] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230077,7 +231939,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230123,8 +231985,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125114] = 2, - ACTIONS(11409), 11, + [126972] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230136,7 +231998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230182,8 +232044,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125175] = 2, - ACTIONS(11405), 11, + [127033] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230195,7 +232057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230241,8 +232103,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125236] = 2, - ACTIONS(11401), 11, + [127094] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230254,7 +232116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230300,8 +232162,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125297] = 2, - ACTIONS(11397), 11, + [127155] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230313,7 +232175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230359,8 +232221,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125358] = 2, - ACTIONS(11393), 11, + [127216] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230372,7 +232234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230418,8 +232280,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125419] = 2, - ACTIONS(11389), 11, + [127277] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230431,7 +232293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230477,8 +232339,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125480] = 2, - ACTIONS(11385), 11, + [127338] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230490,7 +232352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230536,8 +232398,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125541] = 2, - ACTIONS(11381), 11, + [127399] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230549,7 +232411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230595,8 +232457,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125602] = 2, - ACTIONS(11377), 11, + [127460] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230608,7 +232470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230654,8 +232516,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125663] = 2, - ACTIONS(11373), 11, + [127521] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230667,7 +232529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230713,8 +232575,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125724] = 2, - ACTIONS(11369), 11, + [127582] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230726,7 +232588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230772,8 +232634,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125785] = 2, - ACTIONS(11365), 11, + [127643] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230785,7 +232647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230831,8 +232693,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125846] = 2, - ACTIONS(11361), 11, + [127704] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230844,7 +232706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230890,8 +232752,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125907] = 2, - ACTIONS(11199), 11, + [127765] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230903,7 +232765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -230949,8 +232811,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [125968] = 2, - ACTIONS(11357), 11, + [127826] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -230962,7 +232824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231008,8 +232870,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126029] = 2, - ACTIONS(11353), 11, + [127887] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231021,7 +232883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231067,8 +232929,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126090] = 2, - ACTIONS(11349), 11, + [127948] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231080,7 +232942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231126,8 +232988,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126151] = 2, - ACTIONS(11345), 11, + [128009] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231139,7 +233001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231185,8 +233047,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126212] = 2, - ACTIONS(11341), 11, + [128070] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231198,7 +233060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231244,8 +233106,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126273] = 2, - ACTIONS(11337), 11, + [128131] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231257,7 +233119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231303,8 +233165,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126334] = 2, - ACTIONS(11329), 11, + [128192] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231316,7 +233178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231362,8 +233224,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126395] = 2, - ACTIONS(11325), 11, + [128253] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231375,7 +233237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231421,8 +233283,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126456] = 2, - ACTIONS(11321), 11, + [128314] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231434,7 +233296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231480,8 +233342,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126517] = 2, - ACTIONS(11317), 11, + [128375] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231493,7 +233355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231539,8 +233401,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126578] = 2, - ACTIONS(11313), 11, + [128436] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231552,7 +233414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231598,8 +233460,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126639] = 2, - ACTIONS(11309), 11, + [128497] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231611,7 +233473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231657,8 +233519,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126700] = 2, - ACTIONS(11203), 11, + [128558] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231670,7 +233532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231716,8 +233578,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126761] = 2, - ACTIONS(11305), 11, + [128619] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231729,7 +233591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231775,8 +233637,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126822] = 2, - ACTIONS(11301), 11, + [128680] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231788,7 +233650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231834,8 +233696,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126883] = 2, - ACTIONS(11297), 11, + [128741] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231847,7 +233709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231893,8 +233755,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [126944] = 2, - ACTIONS(11293), 11, + [128802] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231906,7 +233768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -231952,8 +233814,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127005] = 2, - ACTIONS(11289), 11, + [128863] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -231965,7 +233827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232011,8 +233873,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127066] = 2, - ACTIONS(11285), 11, + [128924] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232024,7 +233886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232070,8 +233932,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127127] = 2, - ACTIONS(11281), 11, + [128985] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232083,7 +233945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232129,8 +233991,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127188] = 2, - ACTIONS(11277), 11, + [129046] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232142,7 +234004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232188,8 +234050,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127249] = 2, - ACTIONS(11273), 11, + [129107] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232201,7 +234063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232247,8 +234109,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127310] = 2, - ACTIONS(11269), 11, + [129168] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232260,7 +234122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232306,8 +234168,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127371] = 2, - ACTIONS(11265), 11, + [129229] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232319,7 +234181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232355,7 +234217,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -232363,10 +234224,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127432] = 2, - ACTIONS(11261), 11, + [129290] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232378,7 +234240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232424,8 +234286,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127493] = 2, - ACTIONS(11609), 11, + [129351] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232437,7 +234299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232473,6 +234335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, + anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -232480,11 +234343,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127554] = 2, - ACTIONS(11257), 11, + [129412] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232496,7 +234358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232542,8 +234404,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127615] = 2, - ACTIONS(11253), 11, + [129473] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232555,7 +234417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232601,8 +234463,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127676] = 2, - ACTIONS(11249), 11, + [129534] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232614,7 +234476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232660,8 +234522,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127737] = 2, - ACTIONS(11245), 11, + [129595] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232673,7 +234535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232719,8 +234581,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127798] = 2, - ACTIONS(11241), 11, + [129656] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232732,7 +234594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232778,8 +234640,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127859] = 2, - ACTIONS(11237), 11, + [129717] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232791,7 +234653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232837,8 +234699,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127920] = 2, - ACTIONS(11233), 11, + [129778] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232850,7 +234712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232896,8 +234758,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [127981] = 2, - ACTIONS(11229), 11, + [129839] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232909,7 +234771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -232955,8 +234817,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128042] = 2, - ACTIONS(11225), 11, + [129900] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -232968,7 +234830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233014,8 +234876,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128103] = 2, - ACTIONS(11221), 11, + [129961] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233027,7 +234889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233073,8 +234935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128164] = 2, - ACTIONS(11217), 11, + [130022] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233086,7 +234948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233132,8 +234994,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128225] = 2, - ACTIONS(11213), 11, + [130083] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233145,7 +235007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233181,8 +235043,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -233191,8 +235053,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128286] = 2, - ACTIONS(11209), 11, + [130144] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233204,7 +235066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233217,6 +235079,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [130205] = 2, + ACTIONS(11415), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11413), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -233240,7 +235162,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATwhile, anon_sym_ATsetup, anon_sym_ATtask, - anon_sym_ATendtask, anon_sym_ATstory, anon_sym_ATbefore, anon_sym_ATafter, @@ -233250,8 +235171,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128347] = 2, - ACTIONS(11525), 11, + [130266] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233263,7 +235184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233309,8 +235230,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128408] = 2, - ACTIONS(11421), 11, + [130327] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233322,7 +235243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233335,7 +235256,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -233360,6 +235280,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -233368,8 +235289,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128469] = 2, - ACTIONS(11425), 11, + [130388] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233381,7 +235302,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11513), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATendstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [130449] = 2, + ACTIONS(11511), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233394,7 +235374,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -233419,6 +235398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -233427,8 +235407,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128530] = 2, - ACTIONS(11521), 11, + [130510] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233440,7 +235420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233486,8 +235466,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128591] = 2, - ACTIONS(11517), 11, + [130571] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233499,7 +235479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233545,8 +235525,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128652] = 2, - ACTIONS(11513), 11, + [130632] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233558,7 +235538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233604,8 +235584,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128713] = 2, - ACTIONS(11509), 11, + [130693] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233617,7 +235597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233630,6 +235610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -233654,7 +235635,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -233663,8 +235643,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128774] = 2, - ACTIONS(11505), 11, + [130754] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233676,7 +235656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233722,8 +235702,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128835] = 2, - ACTIONS(11499), 11, + [130815] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233735,7 +235715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233781,8 +235761,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128896] = 2, - ACTIONS(11495), 11, + [130876] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233794,7 +235774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233840,8 +235820,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [128957] = 2, - ACTIONS(11435), 11, + [130937] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233853,7 +235833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233866,7 +235846,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -233891,6 +235870,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -233899,8 +235879,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129018] = 2, - ACTIONS(11491), 11, + [130998] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233912,7 +235892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -233958,8 +235938,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129079] = 2, - ACTIONS(11487), 11, + [131059] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -233971,7 +235951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234017,8 +235997,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129140] = 2, - ACTIONS(11483), 11, + [131120] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234030,7 +236010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234076,8 +236056,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129201] = 2, - ACTIONS(11479), 11, + [131181] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234089,7 +236069,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234135,8 +236115,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129262] = 2, - ACTIONS(11475), 11, + [131242] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234148,7 +236128,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234194,8 +236174,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129323] = 2, - ACTIONS(11471), 11, + [131303] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234207,7 +236187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234253,8 +236233,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129384] = 2, - ACTIONS(11467), 11, + [131364] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234266,7 +236246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234312,8 +236292,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129445] = 2, - ACTIONS(11463), 11, + [131425] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234325,7 +236305,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234371,8 +236351,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129506] = 2, - ACTIONS(11413), 11, + [131486] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234384,7 +236364,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234430,8 +236410,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129567] = 2, - ACTIONS(11459), 11, + [131547] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234443,7 +236423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234489,8 +236469,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129628] = 2, - ACTIONS(11455), 11, + [131608] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234502,7 +236482,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234548,8 +236528,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129689] = 2, - ACTIONS(11451), 11, + [131669] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234561,7 +236541,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234607,8 +236587,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129750] = 2, - ACTIONS(11447), 11, + [131730] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234620,7 +236600,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234633,6 +236613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -234657,7 +236638,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -234666,8 +236646,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129811] = 2, - ACTIONS(11443), 11, + [131791] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234679,7 +236659,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234725,8 +236705,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129872] = 2, - ACTIONS(11439), 11, + [131852] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234738,7 +236718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234784,8 +236764,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [129933] = 2, - ACTIONS(11435), 11, + [131913] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234797,7 +236777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234834,7 +236814,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -234842,9 +236821,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [129994] = 2, - ACTIONS(11459), 11, + [131974] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234856,7 +236836,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234869,7 +236849,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -234894,6 +236873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -234902,8 +236882,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130055] = 2, - ACTIONS(11425), 11, + [132035] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234915,7 +236895,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -234961,8 +236941,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130116] = 2, - ACTIONS(11421), 11, + [132096] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -234974,7 +236954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235020,8 +237000,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130177] = 2, - ACTIONS(11533), 11, + [132157] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235033,7 +237013,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235070,6 +237050,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -235077,10 +237058,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [130238] = 2, - ACTIONS(11417), 11, + [132218] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235092,7 +237072,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235138,8 +237118,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130299] = 2, - ACTIONS(11585), 11, + [132279] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235151,7 +237131,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235197,8 +237177,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130360] = 2, - ACTIONS(11409), 11, + [132340] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235210,7 +237190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235256,8 +237236,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130421] = 2, - ACTIONS(11405), 11, + [132401] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235269,7 +237249,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235315,8 +237295,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130482] = 2, - ACTIONS(11401), 11, + [132462] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235328,7 +237308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235374,8 +237354,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130543] = 2, - ACTIONS(11397), 11, + [132523] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235387,7 +237367,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235433,8 +237413,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130604] = 2, - ACTIONS(11393), 11, + [132584] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235446,7 +237426,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235492,8 +237472,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130665] = 2, - ACTIONS(11389), 11, + [132645] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235505,7 +237485,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235551,8 +237531,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130726] = 2, - ACTIONS(11385), 11, + [132706] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235564,7 +237544,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235610,8 +237590,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130787] = 2, - ACTIONS(11381), 11, + [132767] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235623,7 +237603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235669,8 +237649,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130848] = 2, - ACTIONS(11377), 11, + [132828] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235682,7 +237662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235728,8 +237708,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130909] = 2, - ACTIONS(11373), 11, + [132889] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235741,7 +237721,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235787,8 +237767,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [130970] = 2, - ACTIONS(11369), 11, + [132950] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235800,7 +237780,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235846,8 +237826,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131031] = 2, - ACTIONS(11365), 11, + [133011] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235859,7 +237839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235905,8 +237885,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131092] = 2, - ACTIONS(11361), 11, + [133072] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235918,7 +237898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -235964,8 +237944,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131153] = 2, - ACTIONS(11199), 11, + [133133] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -235977,7 +237957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236023,8 +238003,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131214] = 2, - ACTIONS(11357), 11, + [133194] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236036,7 +238016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236082,8 +238062,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131275] = 2, - ACTIONS(11353), 11, + [133255] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236095,7 +238075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236141,8 +238121,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131336] = 2, - ACTIONS(11349), 11, + [133316] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236154,7 +238134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236200,8 +238180,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131397] = 2, - ACTIONS(11345), 11, + [133377] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236213,7 +238193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236259,8 +238239,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131458] = 2, - ACTIONS(11341), 11, + [133438] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236272,7 +238252,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236318,8 +238298,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131519] = 2, - ACTIONS(11337), 11, + [133499] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236331,7 +238311,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236377,8 +238357,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131580] = 2, - ACTIONS(11329), 11, + [133560] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236390,7 +238370,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236436,8 +238416,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131641] = 2, - ACTIONS(11325), 11, + [133621] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236449,7 +238429,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236495,8 +238475,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131702] = 2, - ACTIONS(11321), 11, + [133682] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236508,7 +238488,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236554,8 +238534,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131763] = 2, - ACTIONS(11317), 11, + [133743] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236567,7 +238547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236613,8 +238593,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131824] = 2, - ACTIONS(11313), 11, + [133804] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236626,7 +238606,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236672,8 +238652,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131885] = 2, - ACTIONS(11309), 11, + [133865] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236685,7 +238665,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236731,8 +238711,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [131946] = 2, - ACTIONS(11203), 11, + [133926] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236744,7 +238724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236790,8 +238770,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132007] = 2, - ACTIONS(11305), 11, + [133987] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236803,7 +238783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236849,8 +238829,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132068] = 2, - ACTIONS(11301), 11, + [134048] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236862,7 +238842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236908,8 +238888,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132129] = 2, - ACTIONS(11297), 11, + [134109] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236921,7 +238901,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -236967,8 +238947,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132190] = 2, - ACTIONS(11293), 11, + [134170] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -236980,7 +238960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237026,8 +239006,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132251] = 2, - ACTIONS(11289), 11, + [134231] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237039,7 +239019,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237085,8 +239065,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132312] = 2, - ACTIONS(11285), 11, + [134292] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237098,7 +239078,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237144,8 +239124,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132373] = 2, - ACTIONS(11281), 11, + [134353] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237157,7 +239137,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237203,8 +239183,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132434] = 2, - ACTIONS(11277), 11, + [134414] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237216,7 +239196,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237262,8 +239242,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132495] = 2, - ACTIONS(11273), 11, + [134475] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237275,7 +239255,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237321,8 +239301,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132556] = 2, - ACTIONS(11269), 11, + [134536] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237334,7 +239314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237371,7 +239351,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -237379,9 +239358,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [132617] = 2, - ACTIONS(11265), 11, + [134597] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237393,7 +239373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237439,8 +239419,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132678] = 2, - ACTIONS(11261), 11, + [134658] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237452,7 +239432,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237498,8 +239478,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132739] = 2, - ACTIONS(11609), 11, + [134719] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237511,7 +239491,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237548,6 +239528,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, + anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -237555,10 +239536,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [132800] = 2, - ACTIONS(11257), 11, + [134780] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237570,7 +239550,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237616,8 +239596,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132861] = 2, - ACTIONS(11253), 11, + [134841] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237629,7 +239609,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237675,8 +239655,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132922] = 2, - ACTIONS(11249), 11, + [134902] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237688,7 +239668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237734,8 +239714,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [132983] = 2, - ACTIONS(11245), 11, + [134963] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237747,7 +239727,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237793,8 +239773,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133044] = 2, - ACTIONS(11241), 11, + [135024] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237806,7 +239786,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237852,8 +239832,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133105] = 2, - ACTIONS(11237), 11, + [135085] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237865,7 +239845,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237911,8 +239891,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133166] = 2, - ACTIONS(11233), 11, + [135146] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237924,7 +239904,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -237970,8 +239950,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133227] = 2, - ACTIONS(11229), 11, + [135207] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -237983,7 +239963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238029,8 +240009,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133288] = 2, - ACTIONS(11225), 11, + [135268] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238042,7 +240022,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238088,8 +240068,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133349] = 2, - ACTIONS(11221), 11, + [135329] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238101,7 +240081,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238147,8 +240127,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133410] = 2, - ACTIONS(11217), 11, + [135390] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238160,7 +240140,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238197,17 +240177,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133471] = 2, - ACTIONS(11213), 11, + [135451] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238219,7 +240199,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238232,6 +240212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -238256,7 +240237,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -238265,8 +240245,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133532] = 2, - ACTIONS(11209), 11, + [135512] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238278,7 +240258,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238291,6 +240271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -238315,7 +240296,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsetup, anon_sym_ATtask, anon_sym_ATstory, - anon_sym_ATendstory, anon_sym_ATbefore, anon_sym_ATafter, anon_sym_ATsuccess, @@ -238324,8 +240304,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133593] = 2, - ACTIONS(11525), 11, + [135573] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238337,7 +240317,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238383,8 +240363,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133654] = 2, - ACTIONS(11443), 11, + [135634] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238396,7 +240376,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238409,7 +240389,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -238439,11 +240418,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133715] = 2, - ACTIONS(11447), 11, + [135695] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238455,7 +240435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238468,7 +240448,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -238498,11 +240477,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133776] = 2, - ACTIONS(11521), 11, + [135756] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238514,7 +240494,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238560,8 +240540,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133837] = 2, - ACTIONS(11517), 11, + [135817] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238573,7 +240553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238619,8 +240599,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133898] = 2, - ACTIONS(11513), 11, + [135878] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238632,7 +240612,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238678,8 +240658,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [133959] = 2, - ACTIONS(11509), 11, + [135939] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238691,7 +240671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238737,8 +240717,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134020] = 2, - ACTIONS(11505), 11, + [136000] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238750,7 +240730,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238763,6 +240743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -238792,12 +240773,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134081] = 2, - ACTIONS(11499), 11, + [136061] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238809,7 +240789,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238855,7 +240835,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134142] = 2, + [136122] = 2, ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -238914,8 +240894,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134203] = 2, - ACTIONS(11451), 11, + [136183] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238927,7 +240907,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11489), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATendpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [136244] = 2, + ACTIONS(11487), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11485), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATendpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [136305] = 2, + ACTIONS(11483), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -238940,7 +241038,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -238970,11 +241067,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134264] = 2, - ACTIONS(11491), 11, + [136366] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -238986,7 +241084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239032,8 +241130,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134325] = 2, - ACTIONS(11487), 11, + [136427] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239045,7 +241143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239091,8 +241189,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134386] = 2, - ACTIONS(11483), 11, + [136488] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239104,7 +241202,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239150,8 +241248,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134447] = 2, - ACTIONS(11479), 11, + [136549] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239163,7 +241261,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239209,8 +241307,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134508] = 2, - ACTIONS(11475), 11, + [136610] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239222,7 +241320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239268,8 +241366,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134569] = 2, - ACTIONS(11471), 11, + [136671] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239281,7 +241379,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239327,8 +241425,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134630] = 2, - ACTIONS(11467), 11, + [136732] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239340,7 +241438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239386,8 +241484,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134691] = 2, - ACTIONS(11463), 11, + [136793] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239399,7 +241497,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239445,8 +241543,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134752] = 2, - ACTIONS(11413), 11, + [136854] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239458,7 +241556,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239504,8 +241602,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134813] = 2, - ACTIONS(11459), 11, + [136915] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239517,7 +241615,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239563,8 +241661,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134874] = 2, - ACTIONS(11455), 11, + [136976] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239576,7 +241674,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239622,8 +241720,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134935] = 2, - ACTIONS(11451), 11, + [137037] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239635,7 +241733,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239648,6 +241746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -239677,12 +241776,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [134996] = 2, - ACTIONS(11447), 11, + [137098] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239694,7 +241792,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239740,8 +241838,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135057] = 2, - ACTIONS(11443), 11, + [137159] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239753,7 +241851,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239799,8 +241897,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135118] = 2, - ACTIONS(11439), 11, + [137220] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239812,7 +241910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239823,6 +241921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -239854,12 +241953,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135179] = 2, - ACTIONS(11435), 11, + [137281] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239871,7 +241969,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239917,8 +242015,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135240] = 2, - ACTIONS(11455), 11, + [137342] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239930,7 +242028,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -239943,7 +242041,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -239973,11 +242070,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135301] = 2, - ACTIONS(11425), 11, + [137403] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -239989,7 +242087,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240035,8 +242133,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135362] = 2, - ACTIONS(11421), 11, + [137464] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240048,7 +242146,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240094,8 +242192,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135423] = 2, - ACTIONS(11533), 11, + [137525] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240107,7 +242205,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240118,7 +242216,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -240150,11 +242247,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135484] = 2, - ACTIONS(11417), 11, + [137586] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240166,7 +242264,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240212,8 +242310,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135545] = 2, - ACTIONS(11585), 11, + [137647] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240225,7 +242323,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240271,8 +242369,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135606] = 2, - ACTIONS(11409), 11, + [137708] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240284,7 +242382,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240330,8 +242428,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135667] = 2, - ACTIONS(11405), 11, + [137769] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240343,7 +242441,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240389,8 +242487,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135728] = 2, - ACTIONS(11401), 11, + [137830] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240402,7 +242500,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240448,8 +242546,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135789] = 2, - ACTIONS(11397), 11, + [137891] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240461,7 +242559,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240507,8 +242605,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135850] = 2, - ACTIONS(11393), 11, + [137952] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240520,7 +242618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240566,8 +242664,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135911] = 2, - ACTIONS(11389), 11, + [138013] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240579,7 +242677,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240625,8 +242723,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [135972] = 2, - ACTIONS(11385), 11, + [138074] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240638,7 +242736,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240684,8 +242782,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136033] = 2, - ACTIONS(11381), 11, + [138135] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240697,7 +242795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240743,8 +242841,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136094] = 2, - ACTIONS(11377), 11, + [138196] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240756,7 +242854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240802,8 +242900,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136155] = 2, - ACTIONS(11373), 11, + [138257] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240815,7 +242913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240861,8 +242959,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136216] = 2, - ACTIONS(11369), 11, + [138318] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240874,7 +242972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240920,8 +243018,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136277] = 2, - ACTIONS(11365), 11, + [138379] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240933,7 +243031,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -240979,8 +243077,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136338] = 2, - ACTIONS(11361), 11, + [138440] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -240992,7 +243090,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241038,8 +243136,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136399] = 2, - ACTIONS(11199), 11, + [138501] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241051,7 +243149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241097,8 +243195,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136460] = 2, - ACTIONS(11357), 11, + [138562] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241110,7 +243208,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241156,8 +243254,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136521] = 2, - ACTIONS(11353), 11, + [138623] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241169,7 +243267,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241215,8 +243313,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136582] = 2, - ACTIONS(11349), 11, + [138684] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241228,7 +243326,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241274,8 +243372,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136643] = 2, - ACTIONS(11345), 11, + [138745] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241287,7 +243385,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241333,8 +243431,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136704] = 2, - ACTIONS(11341), 11, + [138806] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241346,7 +243444,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241392,8 +243490,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136765] = 2, - ACTIONS(11337), 11, + [138867] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241405,7 +243503,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241451,8 +243549,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136826] = 2, - ACTIONS(11329), 11, + [138928] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241464,7 +243562,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241510,8 +243608,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136887] = 2, - ACTIONS(11325), 11, + [138989] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241523,7 +243621,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241569,8 +243667,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [136948] = 2, - ACTIONS(11321), 11, + [139050] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241582,7 +243680,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241628,8 +243726,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137009] = 2, - ACTIONS(11317), 11, + [139111] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241641,7 +243739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241687,8 +243785,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137070] = 2, - ACTIONS(11313), 11, + [139172] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241700,7 +243798,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241746,8 +243844,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137131] = 2, - ACTIONS(11309), 11, + [139233] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241759,7 +243857,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241805,8 +243903,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137192] = 2, - ACTIONS(11203), 11, + [139294] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241818,7 +243916,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241864,8 +243962,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137253] = 2, - ACTIONS(11305), 11, + [139355] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241877,7 +243975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241923,8 +244021,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137314] = 2, - ACTIONS(11301), 11, + [139416] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241936,7 +244034,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -241982,8 +244080,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137375] = 2, - ACTIONS(11297), 11, + [139477] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -241995,7 +244093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242041,8 +244139,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137436] = 2, - ACTIONS(11293), 11, + [139538] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242054,7 +244152,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242100,8 +244198,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137497] = 2, - ACTIONS(11289), 11, + [139599] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242113,7 +244211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242159,8 +244257,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137558] = 2, - ACTIONS(11285), 11, + [139660] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242172,7 +244270,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242218,8 +244316,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137619] = 2, - ACTIONS(11281), 11, + [139721] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242231,7 +244329,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242277,8 +244375,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137680] = 2, - ACTIONS(11277), 11, + [139782] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242290,7 +244388,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242336,8 +244434,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137741] = 2, - ACTIONS(11273), 11, + [139843] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242349,7 +244447,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242360,6 +244458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -242391,12 +244490,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137802] = 2, - ACTIONS(11269), 11, + [139904] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242408,7 +244506,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242454,8 +244552,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137863] = 2, - ACTIONS(11265), 11, + [139965] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242467,7 +244565,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242513,8 +244611,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137924] = 2, - ACTIONS(11261), 11, + [140026] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242526,7 +244624,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242572,8 +244670,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [137985] = 2, - ACTIONS(11609), 11, + [140087] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242585,7 +244683,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242596,7 +244694,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -242628,11 +244725,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138046] = 2, - ACTIONS(11257), 11, + [140148] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242644,7 +244742,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242690,8 +244788,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138107] = 2, - ACTIONS(11253), 11, + [140209] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242703,7 +244801,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11433), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242745,12 +244844,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138168] = 2, - ACTIONS(11249), 11, + [140270] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242762,7 +244860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242808,8 +244906,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138229] = 2, - ACTIONS(11245), 11, + [140331] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242821,7 +244919,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242867,8 +244965,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138290] = 2, - ACTIONS(11241), 11, + [140392] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242880,7 +244978,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242926,8 +245024,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138351] = 2, - ACTIONS(11237), 11, + [140453] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242939,7 +245037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -242985,8 +245083,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138412] = 2, - ACTIONS(11233), 11, + [140514] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -242998,7 +245096,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243044,8 +245142,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138473] = 2, - ACTIONS(11229), 11, + [140575] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243057,7 +245155,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243103,8 +245201,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138534] = 2, - ACTIONS(11281), 11, + [140636] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243116,7 +245214,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243131,7 +245229,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -243159,11 +245256,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, + anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138595] = 2, - ACTIONS(11221), 11, + [140697] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243175,7 +245273,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243217,12 +245315,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138656] = 2, - ACTIONS(11217), 11, + [140758] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243234,7 +245332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243247,6 +245345,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -243276,12 +245375,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138717] = 2, - ACTIONS(11213), 11, + [140819] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243293,7 +245391,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243306,6 +245404,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -243335,12 +245434,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138778] = 2, - ACTIONS(11209), 11, + [140880] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243352,7 +245450,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243394,12 +245492,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATsuccess, anon_sym_ATfinished, anon_sym_ATpersist, - anon_sym_ATendpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138839] = 2, - ACTIONS(11525), 11, + [140941] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243411,7 +245509,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243457,8 +245555,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138900] = 2, - ACTIONS(11483), 11, + [141002] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243470,7 +245568,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243483,7 +245581,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -243514,10 +245611,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [138961] = 2, - ACTIONS(11413), 11, + [141063] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243529,7 +245627,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243542,7 +245640,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -243573,10 +245670,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139022] = 2, - ACTIONS(11521), 11, + [141124] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243588,7 +245686,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243634,8 +245732,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139083] = 2, - ACTIONS(11517), 11, + [141185] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243647,7 +245745,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243693,8 +245791,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139144] = 2, - ACTIONS(11513), 11, + [141246] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243706,7 +245804,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243752,8 +245850,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139205] = 2, - ACTIONS(11509), 11, + [141307] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243765,7 +245863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243778,6 +245876,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -243808,11 +245907,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139266] = 2, - ACTIONS(11505), 11, + [141368] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243824,7 +245922,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243870,8 +245968,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139327] = 2, - ACTIONS(11499), 11, + [141429] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243883,7 +245981,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243929,8 +246027,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139388] = 2, - ACTIONS(11495), 11, + [141490] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -243942,7 +246040,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -243988,8 +246086,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139449] = 2, - ACTIONS(11463), 11, + [141551] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244001,7 +246099,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244014,7 +246112,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -244045,10 +246142,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139510] = 2, - ACTIONS(11491), 11, + [141612] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244060,7 +246158,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244106,8 +246204,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139571] = 2, - ACTIONS(11487), 11, + [141673] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244119,7 +246217,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244165,8 +246263,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139632] = 2, - ACTIONS(11483), 11, + [141734] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244178,7 +246276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244224,8 +246322,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139693] = 2, - ACTIONS(11479), 11, + [141795] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244237,7 +246335,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244283,8 +246381,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139754] = 2, - ACTIONS(11475), 11, + [141856] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244296,7 +246394,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244342,8 +246440,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139815] = 2, - ACTIONS(11471), 11, + [141917] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244355,7 +246453,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244401,8 +246499,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139876] = 2, - ACTIONS(11467), 11, + [141978] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244414,7 +246512,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244460,8 +246558,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139937] = 2, - ACTIONS(11463), 11, + [142039] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244473,7 +246571,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244519,8 +246617,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [139998] = 2, - ACTIONS(11413), 11, + [142100] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244532,7 +246630,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244578,8 +246676,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140059] = 2, - ACTIONS(11459), 11, + [142161] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244591,7 +246689,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244637,8 +246735,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140120] = 2, - ACTIONS(11455), 11, + [142222] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244650,7 +246748,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244696,8 +246794,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140181] = 2, - ACTIONS(11451), 11, + [142283] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244709,7 +246807,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244755,8 +246853,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140242] = 2, - ACTIONS(11447), 11, + [142344] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244768,7 +246866,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244781,6 +246879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -244811,11 +246910,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140303] = 2, - ACTIONS(11443), 11, + [142405] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244827,7 +246925,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244873,8 +246971,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140364] = 2, - ACTIONS(11439), 11, + [142466] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244886,7 +246984,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244932,8 +247030,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140425] = 2, - ACTIONS(11435), 11, + [142527] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -244945,7 +247043,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11535), 45, + sym_comment, + aux_sym_keyword_token1, + anon_sym_LBRACE_BANG_BANG, + anon_sym_ATphp, + anon_sym_ATjs, + aux_sym_attribute_token1, + aux_sym__inline_directive_token1, + anon_sym_ATuse, + anon_sym_ATfragment, + anon_sym_ATonce, + anon_sym_ATverbatim, + anon_sym_ATendverbatim, + anon_sym_ATpushOnce, + anon_sym_ATpushIf, + anon_sym_ATprependOnce, + anon_sym_ATif, + anon_sym_ATisset, + anon_sym_ATempty, + anon_sym_ATauth, + anon_sym_ATguest, + anon_sym_ATproduction, + anon_sym_ATenv, + anon_sym_AThasSection, + anon_sym_ATsectionMissing, + anon_sym_ATerror, + anon_sym_ATcannot, + anon_sym_ATcanany, + anon_sym_ATfeature, + aux_sym__custom_token1, + anon_sym_ATswitch, + aux_sym_loop_operator_token1, + anon_sym_ATforeach, + anon_sym_ATforelse, + anon_sym_ATwhile, + anon_sym_ATsetup, + anon_sym_ATtask, + anon_sym_ATstory, + anon_sym_ATbefore, + anon_sym_ATafter, + anon_sym_ATsuccess, + anon_sym_ATfinished, + anon_sym_ATpersist, + anon_sym_ATteleport, + anon_sym_ATvolt, + aux_sym__text_token3, + [142588] = 2, + ACTIONS(11423), 11, + anon_sym_LBRACE_LBRACE, + aux_sym__inline_directive_token2, + anon_sym_ATsection, + anon_sym_ATpush, + anon_sym_ATprepend, + anon_sym_ATunless, + anon_sym_ATcan, + aux_sym__custom_token2, + anon_sym_ATfor, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -244991,8 +247148,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140486] = 2, - ACTIONS(11467), 11, + [142649] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245004,7 +247161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245017,7 +247174,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -245048,10 +247204,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140547] = 2, - ACTIONS(11425), 11, + [142710] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245063,7 +247220,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245109,8 +247266,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140608] = 2, - ACTIONS(11421), 11, + [142771] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245122,7 +247279,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245168,8 +247325,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140669] = 2, - ACTIONS(11533), 11, + [142832] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245181,7 +247338,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245193,7 +247350,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -245225,10 +247381,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140730] = 2, - ACTIONS(11417), 11, + [142893] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245240,7 +247397,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245286,8 +247443,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140791] = 2, - ACTIONS(11585), 11, + [142954] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245299,7 +247456,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245345,8 +247502,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140852] = 2, - ACTIONS(11409), 11, + [143015] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245358,7 +247515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245404,8 +247561,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140913] = 2, - ACTIONS(11405), 11, + [143076] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245417,7 +247574,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245463,8 +247620,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [140974] = 2, - ACTIONS(11401), 11, + [143137] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245476,7 +247633,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245522,8 +247679,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141035] = 2, - ACTIONS(11397), 11, + [143198] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245535,7 +247692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245581,8 +247738,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141096] = 2, - ACTIONS(11393), 11, + [143259] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245594,7 +247751,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245640,8 +247797,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141157] = 2, - ACTIONS(11389), 11, + [143320] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245653,7 +247810,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245699,8 +247856,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141218] = 2, - ACTIONS(11385), 11, + [143381] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245712,7 +247869,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245758,8 +247915,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141279] = 2, - ACTIONS(11381), 11, + [143442] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245771,7 +247928,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245817,8 +247974,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141340] = 2, - ACTIONS(11377), 11, + [143503] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245830,7 +247987,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245876,8 +248033,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141401] = 2, - ACTIONS(11373), 11, + [143564] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245889,7 +248046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245935,8 +248092,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141462] = 2, - ACTIONS(11369), 11, + [143625] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -245948,7 +248105,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -245994,8 +248151,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141523] = 2, - ACTIONS(11365), 11, + [143686] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246007,7 +248164,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246053,8 +248210,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141584] = 2, - ACTIONS(11361), 11, + [143747] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246066,7 +248223,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246112,8 +248269,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141645] = 2, - ACTIONS(11199), 11, + [143808] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246125,7 +248282,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246171,8 +248328,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141706] = 2, - ACTIONS(11357), 11, + [143869] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246184,7 +248341,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246230,8 +248387,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141767] = 2, - ACTIONS(11353), 11, + [143930] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246243,7 +248400,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246289,8 +248446,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141828] = 2, - ACTIONS(11349), 11, + [143991] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246302,7 +248459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246348,8 +248505,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141889] = 2, - ACTIONS(11345), 11, + [144052] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246361,7 +248518,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246407,8 +248564,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [141950] = 2, - ACTIONS(11341), 11, + [144113] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246420,7 +248577,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246466,8 +248623,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142011] = 2, - ACTIONS(11337), 11, + [144174] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246479,7 +248636,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246525,8 +248682,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142072] = 2, - ACTIONS(11329), 11, + [144235] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246538,7 +248695,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246584,8 +248741,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142133] = 2, - ACTIONS(11325), 11, + [144296] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246597,7 +248754,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246643,8 +248800,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142194] = 2, - ACTIONS(11321), 11, + [144357] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246656,7 +248813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246702,8 +248859,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142255] = 2, - ACTIONS(11317), 11, + [144418] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246715,7 +248872,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246761,8 +248918,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142316] = 2, - ACTIONS(11313), 11, + [144479] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246774,7 +248931,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246820,8 +248977,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142377] = 2, - ACTIONS(11309), 11, + [144540] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246833,7 +248990,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246879,8 +249036,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142438] = 2, - ACTIONS(11203), 11, + [144601] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246892,7 +249049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246938,8 +249095,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142499] = 2, - ACTIONS(11305), 11, + [144662] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -246951,7 +249108,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -246997,8 +249154,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142560] = 2, - ACTIONS(11301), 11, + [144723] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247010,7 +249167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247056,8 +249213,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142621] = 2, - ACTIONS(11297), 11, + [144784] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247069,7 +249226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247115,8 +249272,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142682] = 2, - ACTIONS(11293), 11, + [144845] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247128,7 +249285,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247174,8 +249331,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142743] = 2, - ACTIONS(11289), 11, + [144906] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247187,7 +249344,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247233,8 +249390,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142804] = 2, - ACTIONS(11285), 11, + [144967] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247246,7 +249403,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247292,8 +249449,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142865] = 2, - ACTIONS(11281), 11, + [145028] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247305,7 +249462,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247351,8 +249508,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142926] = 2, - ACTIONS(11277), 11, + [145089] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247364,7 +249521,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247410,8 +249567,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [142987] = 2, - ACTIONS(11273), 11, + [145150] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247423,7 +249580,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247435,6 +249592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -247466,11 +249624,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143048] = 2, - ACTIONS(11269), 11, + [145211] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247482,7 +249639,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247528,8 +249685,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143109] = 2, - ACTIONS(11265), 11, + [145272] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247541,7 +249698,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247587,8 +249744,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143170] = 2, - ACTIONS(11261), 11, + [145333] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247600,7 +249757,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247646,8 +249803,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143231] = 2, - ACTIONS(11609), 11, + [145394] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247659,7 +249816,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247671,7 +249828,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -247703,10 +249859,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, + anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143292] = 2, - ACTIONS(11257), 11, + [145455] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247718,7 +249875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247764,8 +249921,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143353] = 2, - ACTIONS(11253), 11, + [145516] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247777,7 +249934,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247823,8 +249980,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143414] = 2, - ACTIONS(11249), 11, + [145577] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247836,7 +249993,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247882,8 +250039,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143475] = 2, - ACTIONS(11245), 11, + [145638] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247895,7 +250052,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -247941,8 +250098,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143536] = 2, - ACTIONS(11241), 11, + [145699] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -247954,7 +250111,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248000,8 +250157,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143597] = 2, - ACTIONS(11237), 11, + [145760] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248013,7 +250170,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248059,8 +250216,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143658] = 2, - ACTIONS(11233), 11, + [145821] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248072,7 +250229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248118,8 +250275,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143719] = 2, - ACTIONS(11229), 11, + [145882] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248131,7 +250288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248177,8 +250334,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143780] = 2, - ACTIONS(11225), 11, + [145943] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248190,7 +250347,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248236,8 +250393,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143841] = 2, - ACTIONS(11221), 11, + [146004] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248249,7 +250406,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248292,11 +250449,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [143902] = 2, - ACTIONS(11217), 11, + [146065] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248308,7 +250465,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11493), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248351,11 +250509,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [143963] = 2, - ACTIONS(11213), 11, + [146126] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248367,7 +250524,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248380,6 +250537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248410,11 +250568,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, aux_sym__text_token3, - [144024] = 2, - ACTIONS(11209), 11, + [146187] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248426,7 +250583,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248469,11 +250626,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfinished, anon_sym_ATpersist, anon_sym_ATteleport, - anon_sym_ATendteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [144085] = 2, - ACTIONS(11525), 11, + [146248] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248485,7 +250642,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248531,8 +250688,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144146] = 2, - ACTIONS(11471), 11, + [146309] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248544,7 +250701,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248557,7 +250714,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248589,9 +250745,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [144207] = 2, - ACTIONS(11475), 11, + [146370] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248603,7 +250760,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248616,7 +250773,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248648,9 +250804,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [144268] = 2, - ACTIONS(11521), 11, + [146431] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248662,7 +250819,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248708,8 +250865,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144329] = 2, - ACTIONS(11517), 11, + [146492] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248721,7 +250878,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248767,8 +250924,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144390] = 2, - ACTIONS(11513), 11, + [146553] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248780,7 +250937,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248826,8 +250983,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144451] = 2, - ACTIONS(11509), 11, + [146614] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248839,7 +250996,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248852,6 +251009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -248883,10 +251041,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [144512] = 2, - ACTIONS(11505), 11, + [146675] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248898,7 +251055,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -248944,8 +251101,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144573] = 2, - ACTIONS(11499), 11, + [146736] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -248957,7 +251114,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249003,8 +251160,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144634] = 2, - ACTIONS(11495), 11, + [146797] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249016,7 +251173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249062,8 +251219,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144695] = 2, - ACTIONS(11479), 11, + [146858] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249075,7 +251232,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249088,7 +251245,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -249120,9 +251276,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [144756] = 2, - ACTIONS(11491), 11, + [146919] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249134,7 +251291,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249180,8 +251337,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144817] = 2, - ACTIONS(11487), 11, + [146980] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249193,7 +251350,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249239,8 +251396,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144878] = 2, - ACTIONS(11483), 11, + [147041] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249252,7 +251409,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249298,8 +251455,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [144939] = 2, - ACTIONS(11479), 11, + [147102] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249311,7 +251468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249357,8 +251514,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145000] = 2, - ACTIONS(11475), 11, + [147163] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249370,7 +251527,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249416,8 +251573,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145061] = 2, - ACTIONS(11471), 11, + [147224] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249429,7 +251586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249475,8 +251632,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145122] = 2, - ACTIONS(11467), 11, + [147285] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249488,7 +251645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249534,8 +251691,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145183] = 2, - ACTIONS(11463), 11, + [147346] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249547,7 +251704,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249593,8 +251750,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145244] = 2, - ACTIONS(11413), 11, + [147407] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249606,7 +251763,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249652,8 +251809,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145305] = 2, - ACTIONS(11459), 11, + [147468] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249665,7 +251822,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249711,8 +251868,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145366] = 2, - ACTIONS(11455), 11, + [147529] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249724,7 +251881,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249770,8 +251927,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145427] = 2, - ACTIONS(11451), 11, + [147590] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249783,7 +251940,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249829,8 +251986,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145488] = 2, - ACTIONS(11447), 11, + [147651] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249842,7 +251999,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249855,6 +252012,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -249886,10 +252044,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [145549] = 2, - ACTIONS(11443), 11, + [147712] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249901,7 +252058,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -249947,8 +252104,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145610] = 2, - ACTIONS(11439), 11, + [147773] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -249960,7 +252117,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250006,8 +252163,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145671] = 2, - ACTIONS(11435), 11, + [147834] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250019,7 +252176,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250032,6 +252189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -250063,10 +252221,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [145732] = 2, - ACTIONS(11517), 11, + [147895] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250078,7 +252235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250091,7 +252248,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -250123,9 +252279,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [145793] = 2, - ACTIONS(11425), 11, + [147956] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250137,7 +252294,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250183,8 +252340,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145854] = 2, - ACTIONS(11421), 11, + [148017] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250196,7 +252353,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250242,8 +252399,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [145915] = 2, - ACTIONS(11487), 11, + [148078] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250255,7 +252412,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250268,7 +252425,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -250300,9 +252456,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, + anon_sym_ATendvolt, aux_sym__text_token3, - [145976] = 2, - ACTIONS(11417), 11, + [148139] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250314,7 +252471,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250360,8 +252517,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146037] = 2, - ACTIONS(11585), 11, + [148200] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250373,7 +252530,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250419,8 +252576,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146098] = 2, - ACTIONS(11409), 11, + [148261] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250432,7 +252589,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250478,8 +252635,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146159] = 2, - ACTIONS(11405), 11, + [148322] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250491,7 +252648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250537,8 +252694,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146220] = 2, - ACTIONS(11401), 11, + [148383] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250550,7 +252707,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250596,8 +252753,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146281] = 2, - ACTIONS(11397), 11, + [148444] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250609,7 +252766,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250655,8 +252812,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146342] = 2, - ACTIONS(11393), 11, + [148505] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250668,7 +252825,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250714,8 +252871,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146403] = 2, - ACTIONS(11389), 11, + [148566] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250727,7 +252884,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250773,8 +252930,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146464] = 2, - ACTIONS(11385), 11, + [148627] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250786,7 +252943,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250832,8 +252989,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146525] = 2, - ACTIONS(11381), 11, + [148688] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250845,7 +253002,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250891,8 +253048,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146586] = 2, - ACTIONS(11377), 11, + [148749] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250904,7 +253061,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -250950,8 +253107,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146647] = 2, - ACTIONS(11373), 11, + [148810] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -250963,7 +253120,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251009,8 +253166,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146708] = 2, - ACTIONS(11369), 11, + [148871] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251022,7 +253179,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251068,8 +253225,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146769] = 2, - ACTIONS(11365), 11, + [148932] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251081,7 +253238,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251127,8 +253284,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146830] = 2, - ACTIONS(11361), 11, + [148993] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251140,7 +253297,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251186,8 +253343,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146891] = 2, - ACTIONS(11199), 11, + [149054] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251199,7 +253356,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251245,8 +253402,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [146952] = 2, - ACTIONS(11357), 11, + [149115] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251258,7 +253415,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251304,8 +253461,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147013] = 2, - ACTIONS(11353), 11, + [149176] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251317,7 +253474,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251363,8 +253520,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147074] = 2, - ACTIONS(11349), 11, + [149237] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251376,7 +253533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251422,8 +253579,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147135] = 2, - ACTIONS(11345), 11, + [149298] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251435,7 +253592,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251481,8 +253638,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147196] = 2, - ACTIONS(11341), 11, + [149359] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251494,7 +253651,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251540,8 +253697,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147257] = 2, - ACTIONS(11337), 11, + [149420] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251553,7 +253710,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251599,8 +253756,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147318] = 2, - ACTIONS(11329), 11, + [149481] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251612,7 +253769,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251658,8 +253815,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147379] = 2, - ACTIONS(11325), 11, + [149542] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251671,7 +253828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251717,8 +253874,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147440] = 2, - ACTIONS(11321), 11, + [149603] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251730,7 +253887,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251776,8 +253933,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147501] = 2, - ACTIONS(11317), 11, + [149664] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251789,7 +253946,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251835,8 +253992,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147562] = 2, - ACTIONS(11313), 11, + [149725] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251848,7 +254005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251894,8 +254051,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147623] = 2, - ACTIONS(11309), 11, + [149786] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251907,7 +254064,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -251953,8 +254110,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147684] = 2, - ACTIONS(11203), 11, + [149847] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -251966,7 +254123,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252012,8 +254169,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147745] = 2, - ACTIONS(11305), 11, + [149908] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252025,7 +254182,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252071,8 +254228,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147806] = 2, - ACTIONS(11301), 11, + [149969] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252084,7 +254241,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252130,8 +254287,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147867] = 2, - ACTIONS(11297), 11, + [150030] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252143,7 +254300,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252189,8 +254346,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147928] = 2, - ACTIONS(11293), 11, + [150091] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252202,7 +254359,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252248,8 +254405,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [147989] = 2, - ACTIONS(11289), 11, + [150152] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252261,7 +254418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252307,8 +254464,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148050] = 2, - ACTIONS(11285), 11, + [150213] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252320,7 +254477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252366,8 +254523,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148111] = 2, - ACTIONS(11281), 11, + [150274] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252379,7 +254536,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252425,8 +254582,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148172] = 2, - ACTIONS(11277), 11, + [150335] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252438,7 +254595,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252484,8 +254641,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148233] = 2, - ACTIONS(11273), 11, + [150396] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252497,7 +254654,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252543,8 +254700,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148294] = 2, - ACTIONS(11269), 11, + [150457] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252556,7 +254713,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252569,6 +254726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -252600,10 +254758,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [148355] = 2, - ACTIONS(11265), 11, + [150518] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252615,7 +254772,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252661,8 +254818,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148416] = 2, - ACTIONS(11261), 11, + [150579] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252674,7 +254831,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252720,8 +254877,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148477] = 2, - ACTIONS(11257), 11, + [150640] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252733,7 +254890,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252779,8 +254936,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148538] = 2, - ACTIONS(11253), 11, + [150701] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252792,7 +254949,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252838,8 +254995,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148599] = 2, - ACTIONS(11249), 11, + [150762] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252851,7 +255008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252897,8 +255054,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148660] = 2, - ACTIONS(11245), 11, + [150823] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252910,7 +255067,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -252956,8 +255113,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148721] = 2, - ACTIONS(11241), 11, + [150884] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -252969,7 +255126,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253015,8 +255172,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148782] = 2, - ACTIONS(11237), 11, + [150945] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253028,7 +255185,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253074,8 +255231,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148843] = 2, - ACTIONS(11233), 11, + [151006] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253087,7 +255244,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253133,8 +255290,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148904] = 2, - ACTIONS(11229), 11, + [151067] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253146,7 +255303,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253192,8 +255349,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [148965] = 2, - ACTIONS(11225), 11, + [151128] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253205,7 +255362,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253251,8 +255408,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [149026] = 2, - ACTIONS(11221), 11, + [151189] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253264,7 +255421,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253310,8 +255467,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [149087] = 2, - ACTIONS(11217), 11, + [151250] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253323,7 +255480,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253369,8 +255526,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATvolt, anon_sym_ATendvolt, aux_sym__text_token3, - [149148] = 2, - ACTIONS(11213), 11, + [151311] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253382,7 +255539,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253392,6 +255549,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -253426,10 +255584,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [149209] = 2, - ACTIONS(11209), 11, + [151372] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253441,7 +255598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253454,6 +255611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -253485,10 +255643,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpersist, anon_sym_ATteleport, anon_sym_ATvolt, - anon_sym_ATendvolt, aux_sym__text_token3, - [149270] = 2, - ACTIONS(11525), 11, + [151433] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253500,7 +255657,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253510,10 +255667,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -253546,8 +255703,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149331] = 2, - ACTIONS(11495), 11, + [151494] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253559,7 +255716,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253569,10 +255726,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -253605,8 +255762,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149392] = 2, - ACTIONS(11499), 11, + [151555] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253618,7 +255775,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253628,10 +255785,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -253664,8 +255821,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149453] = 2, - ACTIONS(11521), 11, + [151616] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253677,7 +255834,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253723,8 +255880,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149514] = 2, - ACTIONS(11517), 11, + [151677] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253736,7 +255893,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253782,8 +255939,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149575] = 2, - ACTIONS(11513), 11, + [151738] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253795,7 +255952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253841,8 +255998,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149636] = 2, - ACTIONS(11509), 11, + [151799] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253854,7 +256011,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253900,8 +256057,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149697] = 2, - ACTIONS(11505), 11, + [151860] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253913,7 +256070,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253959,8 +256116,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149758] = 2, - ACTIONS(11499), 11, + [151921] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -253972,7 +256129,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -253982,10 +256139,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -254018,8 +256175,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149819] = 2, - ACTIONS(11495), 11, + [151982] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -254031,7 +256188,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -254077,8 +256234,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149880] = 2, - ACTIONS(11505), 11, + [152043] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -254090,7 +256247,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -254100,10 +256257,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -254136,7 +256293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [149941] = 2, + [152104] = 2, ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -254195,7 +256352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150002] = 2, + [152165] = 2, ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -254254,7 +256411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150063] = 2, + [152226] = 2, ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -254313,7 +256470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150124] = 2, + [152287] = 2, ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -254372,7 +256529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150185] = 2, + [152348] = 2, ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -254431,7 +256588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150246] = 2, + [152409] = 2, ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -254490,7 +256647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150307] = 2, + [152470] = 2, ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -254549,7 +256706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150368] = 2, + [152531] = 2, ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -254608,8 +256765,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150429] = 2, - ACTIONS(11413), 11, + [152592] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -254621,7 +256778,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -254667,8 +256824,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150490] = 2, - ACTIONS(11459), 11, + [152653] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -254680,7 +256837,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -254726,8 +256883,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150551] = 2, - ACTIONS(11455), 11, + [152714] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -254739,7 +256896,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -254785,8 +256942,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150612] = 2, - ACTIONS(11451), 11, + [152775] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -254798,7 +256955,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -254844,8 +257001,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150673] = 2, - ACTIONS(11447), 11, + [152836] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -254857,7 +257014,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -254903,8 +257060,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150734] = 2, - ACTIONS(11443), 11, + [152897] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -254916,7 +257073,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -254962,8 +257119,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150795] = 2, - ACTIONS(11439), 11, + [152958] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -254975,7 +257132,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -254985,10 +257142,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -255021,8 +257178,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150856] = 2, - ACTIONS(11435), 11, + [153019] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255034,7 +257191,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255080,8 +257237,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150917] = 2, - ACTIONS(11509), 11, + [153080] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255093,7 +257250,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255103,10 +257260,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -255139,8 +257296,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [150978] = 2, - ACTIONS(11425), 11, + [153141] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255152,7 +257309,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255162,10 +257319,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -255198,8 +257355,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151039] = 2, - ACTIONS(11421), 11, + [153202] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255211,7 +257368,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255257,8 +257414,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151100] = 2, - ACTIONS(11513), 11, + [153263] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255270,7 +257427,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255280,10 +257437,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -255316,8 +257473,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151161] = 2, - ACTIONS(11417), 11, + [153324] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255329,7 +257486,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255375,8 +257532,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151222] = 2, - ACTIONS(11585), 11, + [153385] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255388,7 +257545,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255434,8 +257591,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151283] = 2, - ACTIONS(11409), 11, + [153446] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255447,7 +257604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255493,8 +257650,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151344] = 2, - ACTIONS(11405), 11, + [153507] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255506,7 +257663,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255552,8 +257709,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151405] = 2, - ACTIONS(11401), 11, + [153568] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255565,7 +257722,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255611,8 +257768,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151466] = 2, - ACTIONS(11397), 11, + [153629] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255624,7 +257781,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255670,8 +257827,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151527] = 2, - ACTIONS(11393), 11, + [153690] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255683,7 +257840,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255729,8 +257886,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151588] = 2, - ACTIONS(11389), 11, + [153751] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255742,7 +257899,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255788,8 +257945,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151649] = 2, - ACTIONS(11385), 11, + [153812] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255801,7 +257958,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255847,8 +258004,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151710] = 2, - ACTIONS(11381), 11, + [153873] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255860,7 +258017,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255906,8 +258063,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151771] = 2, - ACTIONS(11377), 11, + [153934] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255919,7 +258076,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -255965,8 +258122,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151832] = 2, - ACTIONS(11373), 11, + [153995] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -255978,7 +258135,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256024,8 +258181,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151893] = 2, - ACTIONS(11369), 11, + [154056] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256037,7 +258194,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256083,8 +258240,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [151954] = 2, - ACTIONS(11365), 11, + [154117] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256096,7 +258253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256142,8 +258299,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152015] = 2, - ACTIONS(11361), 11, + [154178] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256155,7 +258312,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256201,8 +258358,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152076] = 2, - ACTIONS(11199), 11, + [154239] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256214,7 +258371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256260,8 +258417,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152137] = 2, - ACTIONS(11357), 11, + [154300] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256273,7 +258430,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256319,8 +258476,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152198] = 2, - ACTIONS(11353), 11, + [154361] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256332,7 +258489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256378,8 +258535,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152259] = 2, - ACTIONS(11349), 11, + [154422] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256391,7 +258548,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256437,8 +258594,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152320] = 2, - ACTIONS(11345), 11, + [154483] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256450,7 +258607,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256496,8 +258653,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152381] = 2, - ACTIONS(11341), 11, + [154544] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256509,7 +258666,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256555,8 +258712,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152442] = 2, - ACTIONS(11337), 11, + [154605] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256568,7 +258725,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256614,8 +258771,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152503] = 2, - ACTIONS(11329), 11, + [154666] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256627,7 +258784,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256673,8 +258830,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152564] = 2, - ACTIONS(11325), 11, + [154727] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256686,7 +258843,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256732,8 +258889,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152625] = 2, - ACTIONS(11321), 11, + [154788] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256745,7 +258902,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256791,8 +258948,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152686] = 2, - ACTIONS(11317), 11, + [154849] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256804,7 +258961,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256850,8 +259007,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152747] = 2, - ACTIONS(11313), 11, + [154910] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256863,7 +259020,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256909,8 +259066,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152808] = 2, - ACTIONS(11309), 11, + [154971] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256922,7 +259079,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -256968,8 +259125,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152869] = 2, - ACTIONS(11203), 11, + [155032] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -256981,7 +259138,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257027,8 +259184,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152930] = 2, - ACTIONS(11305), 11, + [155093] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257040,7 +259197,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257086,8 +259243,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [152991] = 2, - ACTIONS(11301), 11, + [155154] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257099,7 +259256,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257145,8 +259302,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153052] = 2, - ACTIONS(11297), 11, + [155215] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257158,7 +259315,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257204,8 +259361,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153113] = 2, - ACTIONS(11293), 11, + [155276] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257217,7 +259374,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257263,8 +259420,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153174] = 2, - ACTIONS(11289), 11, + [155337] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257276,7 +259433,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257322,8 +259479,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153235] = 2, - ACTIONS(11285), 11, + [155398] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257335,7 +259492,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257381,8 +259538,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153296] = 2, - ACTIONS(11281), 11, + [155459] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257394,7 +259551,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257440,8 +259597,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153357] = 2, - ACTIONS(11277), 11, + [155520] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257453,7 +259610,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257499,8 +259656,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153418] = 2, - ACTIONS(11273), 11, + [155581] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257512,7 +259669,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257558,8 +259715,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153479] = 2, - ACTIONS(11269), 11, + [155642] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257571,7 +259728,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257617,8 +259774,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153540] = 2, - ACTIONS(11265), 11, + [155703] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257630,7 +259787,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257676,8 +259833,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153601] = 2, - ACTIONS(11261), 11, + [155764] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257689,7 +259846,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257699,10 +259856,10 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -257735,8 +259892,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153662] = 2, - ACTIONS(11237), 11, + [155825] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257748,7 +259905,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257758,9 +259915,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -257794,8 +259951,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153723] = 2, - ACTIONS(11257), 11, + [155886] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257807,7 +259964,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257853,8 +260010,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153784] = 2, - ACTIONS(11253), 11, + [155947] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257866,7 +260023,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257912,8 +260069,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153845] = 2, - ACTIONS(11249), 11, + [156008] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257925,7 +260082,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -257971,8 +260128,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153906] = 2, - ACTIONS(11245), 11, + [156069] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -257984,7 +260141,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258030,8 +260187,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [153967] = 2, - ACTIONS(11241), 11, + [156130] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258043,7 +260200,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258089,8 +260246,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154028] = 2, - ACTIONS(11237), 11, + [156191] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258102,7 +260259,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258148,8 +260305,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154089] = 2, - ACTIONS(11233), 11, + [156252] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258161,7 +260318,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258207,8 +260364,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154150] = 2, - ACTIONS(11229), 11, + [156313] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258220,7 +260377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258266,8 +260423,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154211] = 2, - ACTIONS(11225), 11, + [156374] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258279,7 +260436,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258325,8 +260482,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154272] = 2, - ACTIONS(11221), 11, + [156435] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258338,7 +260495,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258384,8 +260541,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154333] = 2, - ACTIONS(11217), 11, + [156496] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258397,7 +260554,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258443,8 +260600,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154394] = 2, - ACTIONS(11213), 11, + [156557] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258456,7 +260613,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258502,8 +260659,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154455] = 2, - ACTIONS(11209), 11, + [156618] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258515,7 +260672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258525,7 +260682,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -258546,6 +260702,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -258561,8 +260718,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154516] = 2, - ACTIONS(11525), 11, + [156679] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258574,7 +260731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258587,6 +260744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -258604,7 +260762,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -258620,8 +260777,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154577] = 2, - ACTIONS(11521), 11, + [156740] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258633,7 +260790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258679,8 +260836,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154638] = 2, - ACTIONS(11525), 11, + [156801] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258692,7 +260849,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258705,7 +260862,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -258723,6 +260879,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -258738,8 +260895,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154699] = 2, - ACTIONS(11521), 11, + [156862] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258751,7 +260908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258797,8 +260954,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154760] = 2, - ACTIONS(11517), 11, + [156923] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258810,7 +260967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258856,8 +261013,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154821] = 2, - ACTIONS(11513), 11, + [156984] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258869,7 +261026,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258915,8 +261072,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154882] = 2, - ACTIONS(11509), 11, + [157045] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258928,7 +261085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -258974,8 +261131,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [154943] = 2, - ACTIONS(11505), 11, + [157106] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -258987,7 +261144,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259033,7 +261190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155004] = 2, + [157167] = 2, ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -259092,8 +261249,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155065] = 2, - ACTIONS(11495), 11, + [157228] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259105,7 +261262,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11489), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259135,7 +261293,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -259151,8 +261308,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155126] = 2, - ACTIONS(11209), 11, + [157289] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259164,7 +261321,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259176,7 +261333,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -259195,6 +261351,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -259210,8 +261367,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155187] = 2, - ACTIONS(11491), 11, + [157350] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259223,7 +261380,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259269,8 +261426,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155248] = 2, - ACTIONS(11487), 11, + [157411] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259282,7 +261439,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259328,8 +261485,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155309] = 2, - ACTIONS(11483), 11, + [157472] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259341,7 +261498,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259387,8 +261544,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155370] = 2, - ACTIONS(11479), 11, + [157533] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259400,7 +261557,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259446,8 +261603,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155431] = 2, - ACTIONS(11475), 11, + [157594] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259459,7 +261616,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259505,8 +261662,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155492] = 2, - ACTIONS(11471), 11, + [157655] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259518,7 +261675,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259564,8 +261721,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155553] = 2, - ACTIONS(11467), 11, + [157716] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259577,7 +261734,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259623,8 +261780,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155614] = 2, - ACTIONS(11463), 11, + [157777] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259636,7 +261793,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259682,8 +261839,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155675] = 2, - ACTIONS(11413), 11, + [157838] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -259695,7 +261852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -259741,7 +261898,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155736] = 2, + [157899] = 2, ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -259800,7 +261957,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155797] = 2, + [157960] = 2, ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -259859,7 +262016,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155858] = 2, + [158021] = 2, ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -259918,7 +262075,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155919] = 2, + [158082] = 2, ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -259977,7 +262134,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [155980] = 2, + [158143] = 2, ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -260036,7 +262193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156041] = 2, + [158204] = 2, ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -260095,8 +262252,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156102] = 2, - ACTIONS(11435), 11, + [158265] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260108,7 +262265,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260121,6 +262278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -260138,7 +262296,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -260154,8 +262311,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156163] = 2, - ACTIONS(11213), 11, + [158326] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260167,7 +262324,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260179,7 +262336,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -260198,6 +262354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -260213,8 +262370,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156224] = 2, - ACTIONS(11425), 11, + [158387] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260226,7 +262383,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260272,8 +262429,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156285] = 2, - ACTIONS(11421), 11, + [158448] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260285,7 +262442,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260298,6 +262455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -260315,7 +262473,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -260331,8 +262488,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156346] = 2, - ACTIONS(11217), 11, + [158509] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260344,7 +262501,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260356,7 +262513,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -260375,6 +262531,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -260390,8 +262547,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156407] = 2, - ACTIONS(11417), 11, + [158570] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260403,7 +262560,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260449,8 +262606,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156468] = 2, - ACTIONS(11585), 11, + [158631] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260462,7 +262619,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260508,8 +262665,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156529] = 2, - ACTIONS(11409), 11, + [158692] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260521,7 +262678,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260567,7 +262724,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156590] = 2, + [158753] = 2, ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -260626,7 +262783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156651] = 2, + [158814] = 2, ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -260685,7 +262842,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156712] = 2, + [158875] = 2, ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -260744,8 +262901,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156773] = 2, - ACTIONS(11393), 11, + [158936] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260757,7 +262914,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260803,8 +262960,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156834] = 2, - ACTIONS(11389), 11, + [158997] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260816,7 +262973,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260862,8 +263019,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156895] = 2, - ACTIONS(11385), 11, + [159058] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260875,7 +263032,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260921,8 +263078,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [156956] = 2, - ACTIONS(11381), 11, + [159119] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260934,7 +263091,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -260980,8 +263137,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157017] = 2, - ACTIONS(11377), 11, + [159180] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -260993,7 +263150,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261039,8 +263196,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157078] = 2, - ACTIONS(11373), 11, + [159241] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261052,7 +263209,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261098,8 +263255,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157139] = 2, - ACTIONS(11369), 11, + [159302] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261111,7 +263268,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261157,8 +263314,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157200] = 2, - ACTIONS(11365), 11, + [159363] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261170,7 +263327,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261216,8 +263373,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157261] = 2, - ACTIONS(11361), 11, + [159424] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261229,7 +263386,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261275,8 +263432,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157322] = 2, - ACTIONS(11199), 11, + [159485] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261288,7 +263445,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261334,8 +263491,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157383] = 2, - ACTIONS(11357), 11, + [159546] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261347,7 +263504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261393,8 +263550,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157444] = 2, - ACTIONS(11353), 11, + [159607] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261406,7 +263563,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261452,8 +263609,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157505] = 2, - ACTIONS(11349), 11, + [159668] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261465,7 +263622,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261511,8 +263668,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157566] = 2, - ACTIONS(11345), 11, + [159729] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261524,7 +263681,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261570,8 +263727,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157627] = 2, - ACTIONS(11341), 11, + [159790] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261583,7 +263740,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261629,8 +263786,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157688] = 2, - ACTIONS(11337), 11, + [159851] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261642,7 +263799,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261688,8 +263845,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157749] = 2, - ACTIONS(11329), 11, + [159912] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261701,7 +263858,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261747,8 +263904,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157810] = 2, - ACTIONS(11325), 11, + [159973] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261760,7 +263917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261806,8 +263963,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157871] = 2, - ACTIONS(11321), 11, + [160034] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261819,7 +263976,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261865,8 +264022,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157932] = 2, - ACTIONS(11317), 11, + [160095] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261878,7 +264035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261924,8 +264081,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [157993] = 2, - ACTIONS(11313), 11, + [160156] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261937,7 +264094,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -261983,8 +264140,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158054] = 2, - ACTIONS(11309), 11, + [160217] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -261996,7 +264153,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262042,8 +264199,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158115] = 2, - ACTIONS(11203), 11, + [160278] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262055,7 +264212,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262101,8 +264258,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158176] = 2, - ACTIONS(11305), 11, + [160339] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262114,7 +264271,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262160,8 +264317,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158237] = 2, - ACTIONS(11301), 11, + [160400] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262173,7 +264330,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262219,8 +264376,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158298] = 2, - ACTIONS(11297), 11, + [160461] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262232,7 +264389,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262278,8 +264435,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158359] = 2, - ACTIONS(11293), 11, + [160522] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262291,7 +264448,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262337,8 +264494,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158420] = 2, - ACTIONS(11289), 11, + [160583] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262350,7 +264507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262396,8 +264553,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158481] = 2, - ACTIONS(11285), 11, + [160644] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262409,7 +264566,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262455,8 +264612,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158542] = 2, - ACTIONS(11281), 11, + [160705] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262468,7 +264625,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262514,8 +264671,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158603] = 2, - ACTIONS(11277), 11, + [160766] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262527,7 +264684,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262573,8 +264730,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158664] = 2, - ACTIONS(11273), 11, + [160827] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262586,7 +264743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262632,8 +264789,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158725] = 2, - ACTIONS(11269), 11, + [160888] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262645,7 +264802,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262691,8 +264848,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158786] = 2, - ACTIONS(11265), 11, + [160949] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262704,7 +264861,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262750,8 +264907,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158847] = 2, - ACTIONS(11261), 11, + [161010] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262763,7 +264920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262809,8 +264966,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158908] = 2, - ACTIONS(11221), 11, + [161071] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262822,7 +264979,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262868,8 +265025,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [158969] = 2, - ACTIONS(11257), 11, + [161132] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262881,7 +265038,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262927,8 +265084,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159030] = 2, - ACTIONS(11253), 11, + [161193] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262940,7 +265097,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -262986,8 +265143,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159091] = 2, - ACTIONS(11249), 11, + [161254] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -262999,7 +265156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263045,8 +265202,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159152] = 2, - ACTIONS(11245), 11, + [161315] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263058,7 +265215,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263104,8 +265261,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159213] = 2, - ACTIONS(11241), 11, + [161376] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263117,7 +265274,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263163,8 +265320,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159274] = 2, - ACTIONS(11237), 11, + [161437] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263176,7 +265333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263222,8 +265379,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159335] = 2, - ACTIONS(11233), 11, + [161498] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263235,7 +265392,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263281,8 +265438,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159396] = 2, - ACTIONS(11229), 11, + [161559] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263294,7 +265451,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263340,8 +265497,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159457] = 2, - ACTIONS(11225), 11, + [161620] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263353,7 +265510,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263399,8 +265556,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159518] = 2, - ACTIONS(11221), 11, + [161681] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263412,7 +265569,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263458,8 +265615,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159579] = 2, - ACTIONS(11217), 11, + [161742] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263471,7 +265628,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263517,8 +265674,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159640] = 2, - ACTIONS(11213), 11, + [161803] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263530,7 +265687,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263576,8 +265733,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159701] = 2, - ACTIONS(11209), 11, + [161864] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263589,7 +265746,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263635,8 +265792,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159762] = 2, - ACTIONS(11525), 12, + [161925] = 2, + ACTIONS(11527), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263649,7 +265806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 44, + ACTIONS(11525), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263694,8 +265851,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159823] = 2, - ACTIONS(11225), 11, + [161986] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263707,7 +265864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263719,8 +265876,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -263753,8 +265910,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159884] = 2, - ACTIONS(11229), 11, + [162047] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263766,7 +265923,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263778,8 +265935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -263812,8 +265969,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [159945] = 2, - ACTIONS(11521), 12, + [162108] = 2, + ACTIONS(11523), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263826,7 +265983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 44, + ACTIONS(11521), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263871,8 +266028,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160006] = 2, - ACTIONS(11517), 12, + [162169] = 2, + ACTIONS(11519), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263885,7 +266042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 44, + ACTIONS(11517), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263930,8 +266087,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160067] = 2, - ACTIONS(11513), 12, + [162230] = 2, + ACTIONS(11515), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -263944,7 +266101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 44, + ACTIONS(11513), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -263989,8 +266146,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160128] = 2, - ACTIONS(11509), 12, + [162291] = 2, + ACTIONS(11511), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264003,7 +266160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 44, + ACTIONS(11509), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264048,8 +266205,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160189] = 2, - ACTIONS(11505), 12, + [162352] = 2, + ACTIONS(11507), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264062,7 +266219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 44, + ACTIONS(11505), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264107,8 +266264,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160250] = 2, - ACTIONS(11499), 12, + [162413] = 2, + ACTIONS(11503), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264121,7 +266278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 44, + ACTIONS(11501), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264166,8 +266323,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160311] = 2, - ACTIONS(11495), 12, + [162474] = 2, + ACTIONS(11499), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264180,7 +266337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 44, + ACTIONS(11497), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264225,8 +266382,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160372] = 2, - ACTIONS(11233), 11, + [162535] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264238,7 +266395,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264284,8 +266441,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160433] = 2, - ACTIONS(11491), 12, + [162596] = 2, + ACTIONS(11435), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264298,7 +266455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 44, + ACTIONS(11433), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264343,8 +266500,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160494] = 2, - ACTIONS(11487), 12, + [162657] = 2, + ACTIONS(11495), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264357,7 +266514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 44, + ACTIONS(11493), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264402,8 +266559,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160555] = 2, - ACTIONS(11483), 12, + [162718] = 2, + ACTIONS(11491), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264416,7 +266573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 44, + ACTIONS(11489), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264461,8 +266618,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160616] = 2, - ACTIONS(11479), 12, + [162779] = 2, + ACTIONS(11487), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264475,7 +266632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 44, + ACTIONS(11485), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264520,8 +266677,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160677] = 2, - ACTIONS(11475), 12, + [162840] = 2, + ACTIONS(11483), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264534,7 +266691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 44, + ACTIONS(11481), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264579,8 +266736,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160738] = 2, - ACTIONS(11471), 12, + [162901] = 2, + ACTIONS(11479), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264593,7 +266750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 44, + ACTIONS(11477), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264638,8 +266795,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160799] = 2, - ACTIONS(11467), 12, + [162962] = 2, + ACTIONS(11475), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264652,7 +266809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 44, + ACTIONS(11473), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264697,8 +266854,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160860] = 2, - ACTIONS(11463), 12, + [163023] = 2, + ACTIONS(11471), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264711,7 +266868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 44, + ACTIONS(11469), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264756,8 +266913,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160921] = 2, - ACTIONS(11413), 12, + [163084] = 2, + ACTIONS(11467), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264770,7 +266927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 44, + ACTIONS(11465), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264815,8 +266972,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [160982] = 2, - ACTIONS(11459), 12, + [163145] = 2, + ACTIONS(11463), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264829,7 +266986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 44, + ACTIONS(11461), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264874,8 +267031,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161043] = 2, - ACTIONS(11455), 12, + [163206] = 2, + ACTIONS(11459), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264888,7 +267045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 44, + ACTIONS(11457), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264933,8 +267090,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161104] = 2, - ACTIONS(11451), 12, + [163267] = 2, + ACTIONS(11455), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -264947,7 +267104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 44, + ACTIONS(11453), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -264992,8 +267149,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161165] = 2, - ACTIONS(11447), 12, + [163328] = 2, + ACTIONS(11451), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265006,7 +267163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 44, + ACTIONS(11449), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265051,8 +267208,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161226] = 2, - ACTIONS(11443), 12, + [163389] = 2, + ACTIONS(11447), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265065,7 +267222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 44, + ACTIONS(11445), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265110,8 +267267,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161287] = 2, - ACTIONS(11439), 12, + [163450] = 2, + ACTIONS(11443), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265124,7 +267281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 44, + ACTIONS(11441), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265169,8 +267326,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161348] = 2, - ACTIONS(11435), 12, + [163511] = 2, + ACTIONS(11439), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265183,7 +267340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 44, + ACTIONS(11437), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265228,8 +267385,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161409] = 2, - ACTIONS(11301), 11, + [163572] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265241,7 +267398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265287,8 +267444,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161470] = 2, - ACTIONS(11425), 12, + [163633] = 2, + ACTIONS(11431), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265301,7 +267458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 44, + ACTIONS(11429), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265346,8 +267503,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161531] = 2, - ACTIONS(11421), 12, + [163694] = 2, + ACTIONS(11427), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265360,7 +267517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 44, + ACTIONS(11425), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265405,8 +267562,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161592] = 2, - ACTIONS(11241), 11, + [163755] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265418,7 +267575,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11485), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265430,7 +267588,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -265464,8 +267621,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161653] = 2, - ACTIONS(11417), 12, + [163816] = 2, + ACTIONS(11423), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265478,7 +267635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 44, + ACTIONS(11421), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265523,8 +267680,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161714] = 2, - ACTIONS(11585), 12, + [163877] = 2, + ACTIONS(11419), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265537,7 +267694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 44, + ACTIONS(11417), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265582,8 +267739,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161775] = 2, - ACTIONS(11409), 12, + [163938] = 2, + ACTIONS(11415), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265596,7 +267753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 44, + ACTIONS(11413), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265641,8 +267798,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161836] = 2, - ACTIONS(11405), 12, + [163999] = 2, + ACTIONS(11393), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265655,7 +267812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 44, + ACTIONS(11391), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265700,8 +267857,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161897] = 2, - ACTIONS(11401), 12, + [164060] = 2, + ACTIONS(11405), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265714,7 +267871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 44, + ACTIONS(11403), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265759,8 +267916,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [161958] = 2, - ACTIONS(11397), 12, + [164121] = 2, + ACTIONS(11401), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265773,7 +267930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 44, + ACTIONS(11399), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265818,8 +267975,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162019] = 2, - ACTIONS(11393), 12, + [164182] = 2, + ACTIONS(11397), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265832,7 +267989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 44, + ACTIONS(11395), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265877,8 +268034,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162080] = 2, - ACTIONS(11389), 12, + [164243] = 2, + ACTIONS(11541), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265891,7 +268048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 44, + ACTIONS(11539), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265936,8 +268093,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162141] = 2, - ACTIONS(11385), 12, + [164304] = 2, + ACTIONS(11207), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -265950,7 +268107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 44, + ACTIONS(11205), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -265995,8 +268152,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162202] = 2, - ACTIONS(11381), 12, + [164365] = 2, + ACTIONS(11211), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266009,7 +268166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 44, + ACTIONS(11209), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266054,8 +268211,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162263] = 2, - ACTIONS(11377), 12, + [164426] = 2, + ACTIONS(11215), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266068,7 +268225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 44, + ACTIONS(11213), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266113,8 +268270,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162324] = 2, - ACTIONS(11373), 12, + [164487] = 2, + ACTIONS(11219), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266127,7 +268284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 44, + ACTIONS(11217), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266172,8 +268329,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162385] = 2, - ACTIONS(11369), 12, + [164548] = 2, + ACTIONS(11223), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266186,7 +268343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 44, + ACTIONS(11221), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266231,8 +268388,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162446] = 2, - ACTIONS(11365), 12, + [164609] = 2, + ACTIONS(11227), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266245,7 +268402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 44, + ACTIONS(11225), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266290,8 +268447,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162507] = 2, - ACTIONS(11361), 12, + [164670] = 2, + ACTIONS(11235), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266304,7 +268461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 44, + ACTIONS(11233), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266349,8 +268506,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162568] = 2, - ACTIONS(11199), 12, + [164731] = 2, + ACTIONS(11239), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266363,7 +268520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 44, + ACTIONS(11237), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266408,8 +268565,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162629] = 2, - ACTIONS(11357), 12, + [164792] = 2, + ACTIONS(11243), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266422,7 +268579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 44, + ACTIONS(11241), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266467,8 +268624,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162690] = 2, - ACTIONS(11353), 12, + [164853] = 2, + ACTIONS(11247), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266481,7 +268638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 44, + ACTIONS(11245), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266526,8 +268683,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162751] = 2, - ACTIONS(11349), 12, + [164914] = 2, + ACTIONS(11251), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266540,7 +268697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 44, + ACTIONS(11249), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266585,8 +268742,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162812] = 2, - ACTIONS(11345), 12, + [164975] = 2, + ACTIONS(11255), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266599,7 +268756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 44, + ACTIONS(11253), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266644,8 +268801,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162873] = 2, - ACTIONS(11341), 12, + [165036] = 2, + ACTIONS(11259), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266658,7 +268815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 44, + ACTIONS(11257), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266703,8 +268860,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162934] = 2, - ACTIONS(11337), 12, + [165097] = 2, + ACTIONS(11263), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266717,7 +268874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 44, + ACTIONS(11261), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266762,8 +268919,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [162995] = 2, - ACTIONS(11329), 12, + [165158] = 2, + ACTIONS(11203), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266776,7 +268933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 44, + ACTIONS(11201), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266821,8 +268978,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163056] = 2, - ACTIONS(11325), 12, + [165219] = 2, + ACTIONS(11267), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266835,7 +268992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 44, + ACTIONS(11265), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266880,8 +269037,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163117] = 2, - ACTIONS(11321), 12, + [165280] = 2, + ACTIONS(11271), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266894,7 +269051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 44, + ACTIONS(11269), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266939,8 +269096,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163178] = 2, - ACTIONS(11317), 12, + [165341] = 2, + ACTIONS(11275), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -266953,7 +269110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 44, + ACTIONS(11273), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -266998,8 +269155,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163239] = 2, - ACTIONS(11313), 12, + [165402] = 2, + ACTIONS(11279), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267012,7 +269169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 44, + ACTIONS(11277), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267057,8 +269214,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163300] = 2, - ACTIONS(11309), 12, + [165463] = 2, + ACTIONS(11283), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267071,7 +269228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 44, + ACTIONS(11281), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267116,8 +269273,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163361] = 2, - ACTIONS(11203), 12, + [165524] = 2, + ACTIONS(11287), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267130,7 +269287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 44, + ACTIONS(11285), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267175,8 +269332,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163422] = 2, - ACTIONS(11305), 12, + [165585] = 2, + ACTIONS(11291), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267189,7 +269346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 44, + ACTIONS(11289), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267234,8 +269391,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163483] = 2, - ACTIONS(11301), 12, + [165646] = 2, + ACTIONS(11295), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267248,7 +269405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 44, + ACTIONS(11293), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267293,8 +269450,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163544] = 2, - ACTIONS(11297), 12, + [165707] = 2, + ACTIONS(11299), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267307,7 +269464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 44, + ACTIONS(11297), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267352,8 +269509,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163605] = 2, - ACTIONS(11293), 12, + [165768] = 2, + ACTIONS(11303), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267366,7 +269523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 44, + ACTIONS(11301), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267411,8 +269568,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163666] = 2, - ACTIONS(11289), 12, + [165829] = 2, + ACTIONS(11307), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267425,7 +269582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 44, + ACTIONS(11305), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267470,8 +269627,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163727] = 2, - ACTIONS(11285), 12, + [165890] = 2, + ACTIONS(11311), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267484,7 +269641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 44, + ACTIONS(11309), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267529,8 +269686,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163788] = 2, - ACTIONS(11281), 12, + [165951] = 2, + ACTIONS(11315), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267543,7 +269700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 44, + ACTIONS(11313), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267588,8 +269745,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163849] = 2, - ACTIONS(11277), 12, + [166012] = 2, + ACTIONS(11319), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267602,7 +269759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 44, + ACTIONS(11317), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267647,8 +269804,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163910] = 2, - ACTIONS(11273), 12, + [166073] = 2, + ACTIONS(11323), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267661,7 +269818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 44, + ACTIONS(11321), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267706,8 +269863,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [163971] = 2, - ACTIONS(11269), 12, + [166134] = 2, + ACTIONS(11327), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267720,7 +269877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 44, + ACTIONS(11325), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267765,8 +269922,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164032] = 2, - ACTIONS(11265), 12, + [166195] = 2, + ACTIONS(11331), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267779,7 +269936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 44, + ACTIONS(11329), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267824,8 +269981,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164093] = 2, - ACTIONS(11261), 12, + [166256] = 2, + ACTIONS(11335), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267838,7 +269995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 44, + ACTIONS(11333), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267883,8 +270040,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164154] = 2, - ACTIONS(11245), 11, + [166317] = 2, + ACTIONS(11339), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267893,10 +270050,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, + aux_sym_loop_operator_token1, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11337), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267908,7 +270066,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -267927,7 +270084,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - aux_sym_loop_operator_token1, + anon_sym_ATbreak, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -267942,8 +270099,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164215] = 2, - ACTIONS(11257), 12, + [166378] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -267952,11 +270109,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, - aux_sym_loop_operator_token1, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 44, + ACTIONS(11481), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -267986,7 +270143,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATbreak, + aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -268001,8 +270158,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164276] = 2, - ACTIONS(11253), 12, + [166439] = 2, + ACTIONS(11343), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268015,7 +270172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 44, + ACTIONS(11341), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268060,8 +270217,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164337] = 2, - ACTIONS(11249), 12, + [166500] = 2, + ACTIONS(11347), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268074,7 +270231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 44, + ACTIONS(11345), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268119,8 +270276,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164398] = 2, - ACTIONS(11245), 12, + [166561] = 2, + ACTIONS(11351), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268133,7 +270290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 44, + ACTIONS(11349), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268178,8 +270335,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164459] = 2, - ACTIONS(11241), 12, + [166622] = 2, + ACTIONS(11355), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268192,7 +270349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 44, + ACTIONS(11353), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268237,8 +270394,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164520] = 2, - ACTIONS(11237), 12, + [166683] = 2, + ACTIONS(11359), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268251,7 +270408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 44, + ACTIONS(11357), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268296,8 +270453,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164581] = 2, - ACTIONS(11233), 12, + [166744] = 2, + ACTIONS(11363), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268310,7 +270467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 44, + ACTIONS(11361), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268355,8 +270512,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164642] = 2, - ACTIONS(11229), 12, + [166805] = 2, + ACTIONS(11367), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268369,7 +270526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 44, + ACTIONS(11365), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268414,8 +270571,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164703] = 2, - ACTIONS(11225), 12, + [166866] = 2, + ACTIONS(11199), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268428,7 +270585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 44, + ACTIONS(11197), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268473,8 +270630,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164764] = 2, - ACTIONS(11221), 12, + [166927] = 2, + ACTIONS(11371), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268487,7 +270644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 44, + ACTIONS(11369), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268532,8 +270689,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164825] = 2, - ACTIONS(11217), 12, + [166988] = 2, + ACTIONS(11375), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268546,7 +270703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 44, + ACTIONS(11373), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268591,8 +270748,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164886] = 2, - ACTIONS(11213), 12, + [167049] = 2, + ACTIONS(11379), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268605,7 +270762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 44, + ACTIONS(11377), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268650,8 +270807,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [164947] = 2, - ACTIONS(11209), 12, + [167110] = 2, + ACTIONS(11383), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268664,7 +270821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 44, + ACTIONS(11381), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268709,8 +270866,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165008] = 2, - ACTIONS(11249), 11, + [167171] = 2, + ACTIONS(11387), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268719,10 +270876,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, + aux_sym_loop_operator_token1, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11385), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268734,7 +270892,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268753,7 +270910,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - aux_sym_loop_operator_token1, + anon_sym_ATbreak, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -268768,8 +270925,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165069] = 2, - ACTIONS(11253), 11, + [167232] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268781,7 +270938,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268827,8 +270984,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165130] = 2, - ACTIONS(11257), 11, + [167293] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268840,7 +270997,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268886,8 +271043,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165191] = 2, - ACTIONS(11261), 11, + [167354] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268899,7 +271056,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11477), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268911,7 +271069,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -268945,8 +271102,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165252] = 2, - ACTIONS(11265), 11, + [167415] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -268958,7 +271115,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11473), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -268970,7 +271128,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269004,8 +271161,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165313] = 2, - ACTIONS(11269), 11, + [167476] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269017,7 +271174,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269063,8 +271220,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165374] = 2, - ACTIONS(11273), 11, + [167537] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269076,7 +271233,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269122,8 +271279,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165435] = 2, - ACTIONS(11277), 11, + [167598] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269135,7 +271292,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11469), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269147,7 +271305,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269181,8 +271338,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165496] = 2, - ACTIONS(11281), 11, + [167659] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269194,7 +271351,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11465), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269206,7 +271364,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269240,8 +271397,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165557] = 2, - ACTIONS(11285), 11, + [167720] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269253,7 +271410,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269299,8 +271456,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165618] = 2, - ACTIONS(11289), 11, + [167781] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269312,7 +271469,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11461), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269324,7 +271482,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269358,8 +271515,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165679] = 2, - ACTIONS(11293), 11, + [167842] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269371,7 +271528,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11457), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269383,7 +271541,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269417,8 +271574,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165740] = 2, - ACTIONS(11297), 11, + [167903] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269430,7 +271587,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269476,8 +271633,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165801] = 2, - ACTIONS(11447), 11, + [167964] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269489,7 +271646,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11453), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269501,7 +271659,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269535,8 +271692,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165862] = 2, - ACTIONS(11305), 11, + [168025] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269548,7 +271705,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11449), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269560,7 +271718,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269594,8 +271751,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165923] = 2, - ACTIONS(11533), 12, + [168086] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269604,11 +271761,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, - aux_sym_loop_operator_token1, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 44, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269620,6 +271776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269638,7 +271795,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATbreak, + aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -269653,8 +271810,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [165984] = 2, - ACTIONS(11609), 12, + [168147] = 2, + ACTIONS(11537), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269667,7 +271824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 44, + ACTIONS(11535), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269712,8 +271869,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166045] = 2, - ACTIONS(11203), 11, + [168208] = 2, + ACTIONS(11563), 12, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269722,10 +271879,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATunless, anon_sym_ATcan, aux_sym__custom_token2, + aux_sym_loop_operator_token1, anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11561), 44, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269737,7 +271895,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269756,7 +271913,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - aux_sym_loop_operator_token1, + anon_sym_ATbreak, anon_sym_ATforeach, anon_sym_ATforelse, anon_sym_ATwhile, @@ -269771,8 +271928,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166106] = 2, - ACTIONS(11533), 11, + [168269] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269784,7 +271941,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269794,9 +271951,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269830,8 +271987,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166167] = 2, - ACTIONS(11609), 11, + [168330] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269843,7 +272000,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269889,8 +272046,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166228] = 2, - ACTIONS(11309), 11, + [168391] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269902,7 +272059,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269912,9 +272069,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + aux_sym_section_token1, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269948,8 +272105,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166289] = 2, - ACTIONS(11533), 11, + [168452] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -269961,7 +272118,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -269973,6 +272130,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -269991,7 +272149,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, - anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -270007,8 +272164,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166350] = 2, - ACTIONS(11609), 11, + [168513] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270020,7 +272177,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270066,8 +272223,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166411] = 2, - ACTIONS(11313), 11, + [168574] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270079,7 +272236,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270091,7 +272248,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270110,6 +272266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfeature, aux_sym__custom_token1, anon_sym_ATswitch, + anon_sym_ATendswitch, aux_sym_loop_operator_token1, anon_sym_ATforeach, anon_sym_ATforelse, @@ -270125,8 +272282,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166472] = 2, - ACTIONS(11317), 11, + [168635] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270138,7 +272295,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11445), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270150,7 +272308,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270184,8 +272341,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166533] = 2, - ACTIONS(11321), 11, + [168696] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270197,7 +272354,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270243,8 +272400,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166594] = 2, - ACTIONS(11325), 11, + [168757] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270256,7 +272413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270302,8 +272459,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166655] = 2, - ACTIONS(11329), 11, + [168818] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270315,7 +272472,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270361,8 +272518,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166716] = 2, - ACTIONS(11337), 11, + [168879] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270374,7 +272531,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11441), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270386,7 +272544,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270420,8 +272577,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166777] = 2, - ACTIONS(11341), 11, + [168940] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270433,7 +272590,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11437), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270445,7 +272603,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270479,8 +272636,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166838] = 2, - ACTIONS(11345), 11, + [169001] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270492,7 +272649,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11425), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270504,7 +272662,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270538,8 +272695,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166899] = 2, - ACTIONS(11349), 11, + [169062] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270551,7 +272708,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11535), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270563,7 +272721,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270597,8 +272754,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [166960] = 2, - ACTIONS(11353), 11, + [169123] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270610,7 +272767,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11421), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270622,7 +272780,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270656,8 +272813,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167021] = 2, - ACTIONS(11357), 11, + [169184] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270669,7 +272826,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11417), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270681,7 +272839,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270715,8 +272872,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167082] = 2, - ACTIONS(11199), 11, + [169245] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270728,7 +272885,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270774,8 +272931,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167143] = 2, - ACTIONS(11521), 11, + [169306] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270787,8 +272944,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, - ts_builtin_sym_end, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -270800,6 +272956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -270833,8 +272990,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167204] = 2, - ACTIONS(11517), 11, + [169367] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270846,7 +273003,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11413), 45, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, @@ -270892,8 +273049,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167265] = 2, - ACTIONS(11513), 11, + [169428] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270905,7 +273062,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11391), 45, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, @@ -270951,8 +273108,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167326] = 2, - ACTIONS(11509), 11, + [169489] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -270964,7 +273121,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11403), 45, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, @@ -271010,8 +273167,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167387] = 2, - ACTIONS(11361), 11, + [169550] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271023,7 +273180,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11399), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271035,7 +273193,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271069,8 +273226,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167448] = 2, - ACTIONS(11365), 11, + [169611] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271082,7 +273239,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11395), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271094,7 +273252,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271128,8 +273285,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167509] = 2, - ACTIONS(11369), 11, + [169672] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271141,7 +273298,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11539), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271153,7 +273311,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271187,8 +273344,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167570] = 2, - ACTIONS(11373), 11, + [169733] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271200,7 +273357,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11205), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271212,7 +273370,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271246,8 +273403,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167631] = 2, - ACTIONS(11377), 11, + [169794] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271259,7 +273416,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11209), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271271,7 +273429,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271305,8 +273462,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167692] = 2, - ACTIONS(11381), 11, + [169855] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271318,7 +273475,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11429), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271330,7 +273488,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271364,8 +273521,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167753] = 2, - ACTIONS(11385), 11, + [169916] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271377,7 +273534,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11217), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271389,7 +273547,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271423,8 +273580,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167814] = 2, - ACTIONS(11389), 11, + [169977] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271436,7 +273593,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11221), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271448,7 +273606,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271482,8 +273639,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167875] = 2, - ACTIONS(11393), 11, + [170038] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271495,7 +273652,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11225), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271507,7 +273665,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271541,8 +273698,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167936] = 2, - ACTIONS(11397), 11, + [170099] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271554,7 +273711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271600,8 +273757,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [167997] = 2, - ACTIONS(11401), 11, + [170160] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271613,7 +273770,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271659,8 +273816,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168058] = 2, - ACTIONS(11405), 11, + [170221] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271672,7 +273829,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11233), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271684,7 +273842,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271718,8 +273875,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168119] = 2, - ACTIONS(11409), 11, + [170282] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271731,7 +273888,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11237), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271743,7 +273901,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271777,8 +273934,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168180] = 2, - ACTIONS(11585), 11, + [170343] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271790,7 +273947,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11241), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271802,7 +273960,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271836,8 +273993,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168241] = 2, - ACTIONS(11417), 11, + [170404] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271849,7 +274006,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11245), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271861,7 +274019,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -271895,8 +274052,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168302] = 2, - ACTIONS(11505), 11, + [170465] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271908,7 +274065,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11249), 45, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, @@ -271954,8 +274111,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168363] = 2, - ACTIONS(11421), 11, + [170526] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -271967,7 +274124,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11253), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -271979,7 +274137,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272013,8 +274170,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168424] = 2, - ACTIONS(11425), 11, + [170587] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272026,7 +274183,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11257), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272038,7 +274196,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272072,8 +274229,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168485] = 2, - ACTIONS(11435), 11, + [170648] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272085,7 +274242,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11261), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272097,7 +274255,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272131,8 +274288,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168546] = 2, - ACTIONS(11439), 11, + [170709] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272144,7 +274301,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11201), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272156,7 +274314,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272190,8 +274347,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168607] = 2, - ACTIONS(11443), 11, + [170770] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272203,7 +274360,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11265), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272215,7 +274373,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272249,8 +274406,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168668] = 2, - ACTIONS(11409), 11, + [170831] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272262,7 +274419,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272272,9 +274429,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272308,8 +274465,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168729] = 2, - ACTIONS(11451), 11, + [170892] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272321,7 +274478,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272367,8 +274524,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168790] = 2, - ACTIONS(11455), 11, + [170953] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272380,7 +274537,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272426,8 +274583,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168851] = 2, - ACTIONS(11459), 11, + [171014] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272439,7 +274596,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272485,8 +274642,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168912] = 2, - ACTIONS(11413), 11, + [171075] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272498,7 +274655,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11269), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272510,7 +274668,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272544,8 +274701,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [168973] = 2, - ACTIONS(11463), 11, + [171136] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272557,7 +274714,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11273), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272569,7 +274727,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272603,8 +274760,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169034] = 2, - ACTIONS(11467), 11, + [171197] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272616,7 +274773,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11277), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272628,7 +274786,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272662,8 +274819,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169095] = 2, - ACTIONS(11471), 11, + [171258] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272675,7 +274832,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11281), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272687,7 +274845,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272721,8 +274878,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169156] = 2, - ACTIONS(11475), 11, + [171319] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272734,7 +274891,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11285), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272746,7 +274904,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272780,8 +274937,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169217] = 2, - ACTIONS(11499), 11, + [171380] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272793,7 +274950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11289), 45, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, @@ -272839,8 +274996,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169278] = 2, - ACTIONS(11479), 11, + [171441] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272852,7 +275009,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11293), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272864,7 +275022,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272898,8 +275055,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169339] = 2, - ACTIONS(11483), 11, + [171502] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272911,7 +275068,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11297), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272923,7 +275081,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -272957,8 +275114,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169400] = 2, - ACTIONS(11487), 11, + [171563] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -272970,7 +275127,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11301), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -272982,7 +275140,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273016,8 +275173,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169461] = 2, - ACTIONS(11491), 11, + [171624] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273029,7 +275186,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11305), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273041,7 +275199,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273075,8 +275232,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169522] = 2, - ACTIONS(11495), 11, + [171685] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273088,7 +275245,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11309), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273100,7 +275258,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273134,8 +275291,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169583] = 2, - ACTIONS(11499), 11, + [171746] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273147,7 +275304,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11313), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273159,7 +275317,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273193,8 +275350,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169644] = 2, - ACTIONS(11505), 11, + [171807] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273206,7 +275363,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11213), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273218,7 +275376,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273252,8 +275409,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169705] = 2, - ACTIONS(11509), 11, + [171868] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273265,7 +275422,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11321), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273277,7 +275435,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273311,8 +275468,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169766] = 2, - ACTIONS(11513), 11, + [171929] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273324,7 +275481,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11325), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273336,7 +275494,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273370,8 +275527,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169827] = 2, - ACTIONS(11517), 11, + [171990] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273383,7 +275540,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11329), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273395,7 +275553,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273429,8 +275586,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169888] = 2, - ACTIONS(11521), 11, + [172051] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273442,7 +275599,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11333), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273454,7 +275612,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273488,8 +275645,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [169949] = 2, - ACTIONS(11525), 11, + [172112] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273501,7 +275658,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11337), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273513,7 +275671,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -273547,8 +275704,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170010] = 2, - ACTIONS(11209), 11, + [172173] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273560,7 +275717,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11561), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273570,7 +275728,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -273606,8 +275763,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170071] = 2, - ACTIONS(11495), 11, + [172234] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273619,7 +275776,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11341), 45, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, @@ -273665,8 +275822,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170132] = 2, - ACTIONS(11213), 11, + [172295] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273678,7 +275835,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11345), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273688,7 +275846,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -273724,8 +275881,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170193] = 2, - ACTIONS(11217), 11, + [172356] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273737,7 +275894,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11349), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273747,7 +275905,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -273783,8 +275940,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170254] = 2, - ACTIONS(11221), 11, + [172417] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273796,7 +275953,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11353), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273806,7 +275964,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -273842,8 +275999,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170315] = 2, - ACTIONS(11225), 11, + [172478] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273855,7 +276012,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11357), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273865,7 +276023,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -273901,8 +276058,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170376] = 2, - ACTIONS(11229), 11, + [172539] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273914,7 +276071,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11361), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273924,7 +276082,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -273960,8 +276117,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170437] = 2, - ACTIONS(11233), 11, + [172600] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -273973,7 +276130,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11365), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -273983,7 +276141,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -274019,8 +276176,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170498] = 2, - ACTIONS(11237), 11, + [172661] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274032,7 +276189,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11197), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274042,7 +276200,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -274078,8 +276235,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170559] = 2, - ACTIONS(11241), 11, + [172722] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274091,7 +276248,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11369), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274101,7 +276259,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -274137,8 +276294,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170620] = 2, - ACTIONS(11245), 11, + [172783] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274150,7 +276307,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274160,9 +276317,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -274196,8 +276353,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170681] = 2, - ACTIONS(11249), 11, + [172844] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274209,7 +276366,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274219,9 +276376,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -274255,8 +276412,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170742] = 2, - ACTIONS(11253), 11, + [172905] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274268,7 +276425,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11317), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274278,7 +276436,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -274314,8 +276471,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170803] = 2, - ACTIONS(11257), 11, + [172966] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274327,7 +276484,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11373), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274337,7 +276495,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -274373,8 +276530,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170864] = 2, - ACTIONS(11609), 11, + [173027] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274386,7 +276543,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11377), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274401,7 +276559,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -274432,8 +276589,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170925] = 2, - ACTIONS(11261), 11, + [173088] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274445,7 +276602,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11381), 45, + ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274455,7 +276613,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -274491,8 +276648,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [170986] = 2, - ACTIONS(11265), 11, + [173149] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274504,7 +276661,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274514,9 +276671,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -274550,8 +276707,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171047] = 2, - ACTIONS(11491), 11, + [173210] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274563,7 +276720,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11385), 45, ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, @@ -274609,8 +276766,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171108] = 2, - ACTIONS(11269), 11, + [173271] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274622,7 +276779,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274632,9 +276789,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -274668,8 +276825,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171169] = 2, - ACTIONS(11273), 11, + [173332] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274681,7 +276838,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274691,9 +276848,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -274727,8 +276884,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171230] = 2, - ACTIONS(11277), 11, + [173393] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274740,7 +276897,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274750,9 +276907,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -274786,8 +276943,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171291] = 2, - ACTIONS(11281), 11, + [173454] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274799,7 +276956,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274809,8 +276966,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -274845,8 +277002,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171352] = 2, - ACTIONS(11285), 11, + [173515] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274858,7 +277015,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274868,8 +277025,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -274904,8 +277061,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171413] = 2, - ACTIONS(11289), 11, + [173576] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274917,7 +277074,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274927,8 +277084,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -274963,8 +277120,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171474] = 2, - ACTIONS(11293), 11, + [173637] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -274976,7 +277133,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -274986,9 +277143,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -275022,8 +277179,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171535] = 2, - ACTIONS(11297), 11, + [173698] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275035,7 +277192,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275045,9 +277202,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -275081,8 +277238,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171596] = 2, - ACTIONS(11301), 11, + [173759] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275094,7 +277251,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275104,8 +277261,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275140,8 +277297,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171657] = 2, - ACTIONS(11305), 11, + [173820] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275153,7 +277310,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275163,8 +277320,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275199,8 +277356,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171718] = 2, - ACTIONS(11203), 11, + [173881] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275212,7 +277369,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275222,8 +277379,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275258,8 +277415,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171779] = 2, - ACTIONS(11309), 11, + [173942] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275271,7 +277428,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275281,8 +277438,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275317,8 +277474,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171840] = 2, - ACTIONS(11313), 11, + [174003] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275330,7 +277487,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275340,8 +277497,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275376,8 +277533,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171901] = 2, - ACTIONS(11317), 11, + [174064] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275389,7 +277546,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275399,8 +277556,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275435,8 +277592,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [171962] = 2, - ACTIONS(11321), 11, + [174125] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275448,7 +277605,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275458,9 +277615,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -275494,8 +277651,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172023] = 2, - ACTIONS(11325), 11, + [174186] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275507,7 +277664,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275517,9 +277674,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -275553,8 +277710,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172084] = 2, - ACTIONS(11329), 11, + [174247] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275566,7 +277723,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275576,8 +277733,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275612,8 +277769,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172145] = 2, - ACTIONS(11337), 11, + [174308] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275625,7 +277782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275635,8 +277792,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275671,7 +277828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172206] = 2, + [174369] = 2, ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -275685,7 +277842,6 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__text_token1, aux_sym__text_token2, ACTIONS(11485), 45, - ts_builtin_sym_end, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275696,6 +277852,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275730,8 +277887,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172267] = 2, - ACTIONS(11341), 11, + [174430] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275743,7 +277900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275753,8 +277910,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275789,8 +277946,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172328] = 2, - ACTIONS(11345), 11, + [174491] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275802,7 +277959,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275812,8 +277969,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275848,8 +278005,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172389] = 2, - ACTIONS(11349), 11, + [174552] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275861,7 +278018,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275871,8 +278028,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275907,8 +278064,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172450] = 2, - ACTIONS(11483), 11, + [174613] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275920,8 +278077,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, - ts_builtin_sym_end, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275932,6 +278088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -275966,8 +278123,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172511] = 2, - ACTIONS(11353), 11, + [174674] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -275979,7 +278136,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -275989,8 +278146,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276025,8 +278182,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172572] = 2, - ACTIONS(11357), 11, + [174735] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276038,7 +278195,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276048,8 +278205,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276084,8 +278241,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172633] = 2, - ACTIONS(11199), 11, + [174796] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276097,7 +278254,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276107,8 +278264,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276143,8 +278300,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172694] = 2, - ACTIONS(11361), 11, + [174857] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276156,7 +278313,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276166,8 +278323,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276202,8 +278359,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172755] = 2, - ACTIONS(11365), 11, + [174918] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276215,7 +278372,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276225,8 +278382,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276261,8 +278418,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172816] = 2, - ACTIONS(11369), 11, + [174979] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276274,7 +278431,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276284,9 +278441,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -276320,8 +278477,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172877] = 2, - ACTIONS(11373), 11, + [175040] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276333,7 +278490,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276343,9 +278500,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -276379,8 +278536,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172938] = 2, - ACTIONS(11377), 11, + [175101] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276392,7 +278549,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276402,8 +278559,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276438,8 +278595,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [172999] = 2, - ACTIONS(11381), 11, + [175162] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276451,7 +278608,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276461,8 +278618,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276497,8 +278654,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173060] = 2, - ACTIONS(11385), 11, + [175223] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276510,7 +278667,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276520,8 +278677,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276556,8 +278713,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173121] = 2, - ACTIONS(11389), 11, + [175284] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276569,7 +278726,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276579,8 +278736,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276615,8 +278772,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173182] = 2, - ACTIONS(11393), 11, + [175345] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276628,7 +278785,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276674,8 +278831,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173243] = 2, - ACTIONS(11397), 11, + [175406] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276687,7 +278844,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276697,8 +278854,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -276733,8 +278890,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173304] = 2, - ACTIONS(11401), 11, + [175467] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276746,7 +278903,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276756,9 +278913,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -276792,8 +278949,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173365] = 2, - ACTIONS(11405), 11, + [175528] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276805,7 +278962,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276815,9 +278972,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -276851,8 +279008,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173426] = 2, - ACTIONS(11479), 11, + [175589] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276864,8 +279021,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, - ts_builtin_sym_end, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276877,6 +279033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -276910,8 +279067,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173487] = 2, - ACTIONS(11533), 11, + [175650] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276923,7 +279080,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276934,10 +279091,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -276969,8 +279126,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173548] = 2, - ACTIONS(11585), 11, + [175711] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -276982,7 +279139,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -276992,8 +279149,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277028,8 +279185,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173609] = 2, - ACTIONS(11417), 11, + [175772] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277041,7 +279198,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277051,9 +279208,9 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -277087,8 +279244,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173670] = 2, - ACTIONS(11533), 11, + [175833] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277100,7 +279257,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277111,11 +279268,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, - anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -277146,8 +279303,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173731] = 2, - ACTIONS(11421), 11, + [175894] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277159,7 +279316,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277169,8 +279326,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277205,8 +279362,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173792] = 2, - ACTIONS(11425), 11, + [175955] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277218,7 +279375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277228,8 +279385,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277264,8 +279421,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173853] = 2, - ACTIONS(11435), 11, + [176016] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277277,7 +279434,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277287,8 +279444,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277323,8 +279480,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173914] = 2, - ACTIONS(11439), 11, + [176077] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277336,7 +279493,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277346,8 +279503,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277382,8 +279539,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [173975] = 2, - ACTIONS(11443), 11, + [176138] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277395,7 +279552,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277405,8 +279562,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277441,8 +279598,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174036] = 2, - ACTIONS(11447), 11, + [176199] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277454,7 +279611,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277464,8 +279621,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277500,8 +279657,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174097] = 2, - ACTIONS(11451), 11, + [176260] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277513,7 +279670,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277523,8 +279680,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277559,8 +279716,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174158] = 2, - ACTIONS(11455), 11, + [176321] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277572,7 +279729,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277582,8 +279739,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277618,8 +279775,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174219] = 2, - ACTIONS(11459), 11, + [176382] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277631,7 +279788,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277641,8 +279798,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277677,8 +279834,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174280] = 2, - ACTIONS(11413), 11, + [176443] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277690,7 +279847,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277700,8 +279857,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277736,8 +279893,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174341] = 2, - ACTIONS(11475), 11, + [176504] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277749,8 +279906,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, - ts_builtin_sym_end, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277761,6 +279917,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277795,7 +279952,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174402] = 2, + [176565] = 2, ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -277818,8 +279975,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277854,8 +280011,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174463] = 2, - ACTIONS(11467), 11, + [176626] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277867,7 +280024,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277877,8 +280034,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277913,8 +280070,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174524] = 2, - ACTIONS(11471), 11, + [176687] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277926,7 +280083,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277936,8 +280093,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -277972,8 +280129,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174585] = 2, - ACTIONS(11475), 11, + [176748] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -277985,7 +280142,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -277995,8 +280152,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278031,8 +280188,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174646] = 2, - ACTIONS(11479), 11, + [176809] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278044,7 +280201,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278054,8 +280211,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278090,8 +280247,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174707] = 2, - ACTIONS(11483), 11, + [176870] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278103,7 +280260,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278113,8 +280270,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278149,8 +280306,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174768] = 2, - ACTIONS(11487), 11, + [176931] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278162,7 +280319,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278172,8 +280329,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278208,8 +280365,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174829] = 2, - ACTIONS(11491), 11, + [176992] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278221,7 +280378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278231,8 +280388,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278267,8 +280424,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174890] = 2, - ACTIONS(11495), 11, + [177053] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278280,7 +280437,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278290,8 +280447,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278326,8 +280483,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [174951] = 2, - ACTIONS(11499), 11, + [177114] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278339,7 +280496,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278349,8 +280506,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278385,8 +280542,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175012] = 2, - ACTIONS(11505), 11, + [177175] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278398,7 +280555,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278408,8 +280565,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278444,8 +280601,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175073] = 2, - ACTIONS(11509), 11, + [177236] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278457,7 +280614,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278467,8 +280624,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278503,8 +280660,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175134] = 2, - ACTIONS(11513), 11, + [177297] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278516,7 +280673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278526,8 +280683,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278562,8 +280719,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175195] = 2, - ACTIONS(11471), 11, + [177358] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278575,8 +280732,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, - ts_builtin_sym_end, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278587,6 +280743,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278621,8 +280778,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175256] = 2, - ACTIONS(11517), 11, + [177419] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278634,7 +280791,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278644,8 +280801,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278680,8 +280837,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175317] = 2, - ACTIONS(11521), 11, + [177480] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278693,7 +280850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278703,8 +280860,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278739,8 +280896,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175378] = 2, - ACTIONS(11525), 11, + [177541] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278752,7 +280909,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278762,8 +280919,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, - anon_sym_ATendfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -278798,8 +280955,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175439] = 2, - ACTIONS(11609), 11, + [177602] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278811,7 +280968,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278823,9 +280980,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -278857,8 +281014,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175500] = 2, - ACTIONS(11609), 11, + [177663] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278870,7 +281027,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278882,8 +281039,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -278916,8 +281073,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175561] = 2, - ACTIONS(11609), 11, + [177724] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278929,7 +281086,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278940,10 +281097,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -278975,8 +281132,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175622] = 2, - ACTIONS(11533), 11, + [177785] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -278988,7 +281145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -278999,10 +281156,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, - anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -279034,8 +281191,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175683] = 2, - ACTIONS(11253), 11, + [177846] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279047,7 +281204,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279058,8 +281215,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279093,8 +281250,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175744] = 2, - ACTIONS(11533), 11, + [177907] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279106,7 +281263,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279118,8 +281275,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, - anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -279152,8 +281309,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175805] = 2, - ACTIONS(11209), 11, + [177968] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279165,7 +281322,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279176,8 +281333,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279211,8 +281368,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175866] = 2, - ACTIONS(11213), 11, + [178029] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279224,7 +281381,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279236,7 +281393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279270,8 +281427,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175927] = 2, - ACTIONS(11217), 11, + [178090] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279283,7 +281440,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279295,7 +281452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279329,8 +281486,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [175988] = 2, - ACTIONS(11221), 11, + [178151] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279342,7 +281499,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279354,7 +281511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279388,8 +281545,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176049] = 2, - ACTIONS(11225), 11, + [178212] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279401,7 +281558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279412,8 +281569,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279447,8 +281604,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176110] = 2, - ACTIONS(11229), 11, + [178273] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279460,7 +281617,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279471,8 +281628,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279506,8 +281663,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176171] = 2, - ACTIONS(11233), 11, + [178334] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279519,7 +281676,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279531,7 +281688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279565,8 +281722,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176232] = 2, - ACTIONS(11237), 11, + [178395] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279578,7 +281735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279590,7 +281747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279624,8 +281781,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176293] = 2, - ACTIONS(11241), 11, + [178456] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279637,7 +281794,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279648,8 +281805,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279683,8 +281840,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176354] = 2, - ACTIONS(11245), 11, + [178517] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279696,7 +281853,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279707,8 +281864,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279742,8 +281899,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176415] = 2, - ACTIONS(11249), 11, + [178578] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279755,7 +281912,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279766,8 +281923,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279801,8 +281958,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176476] = 2, - ACTIONS(11389), 11, + [178639] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279814,7 +281971,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279825,8 +281982,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279860,8 +282017,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176537] = 2, - ACTIONS(11467), 11, + [178700] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279873,8 +282030,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, - ts_builtin_sym_end, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279884,6 +282040,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -279919,8 +282076,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176598] = 2, - ACTIONS(11257), 11, + [178761] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279932,7 +282089,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -279943,8 +282100,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -279978,8 +282135,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176659] = 2, - ACTIONS(11609), 11, + [178822] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -279991,7 +282148,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280037,8 +282194,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176720] = 2, - ACTIONS(11261), 11, + [178883] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280050,7 +282207,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280062,7 +282219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280096,8 +282253,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176781] = 2, - ACTIONS(11265), 11, + [178944] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280109,7 +282266,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280120,8 +282277,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280155,8 +282312,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176842] = 2, - ACTIONS(11269), 11, + [179005] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280168,7 +282325,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280179,8 +282336,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280214,8 +282371,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176903] = 2, - ACTIONS(11273), 11, + [179066] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280227,7 +282384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280238,8 +282395,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280273,8 +282430,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [176964] = 2, - ACTIONS(11463), 11, + [179127] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280286,8 +282443,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, - ts_builtin_sym_end, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280298,6 +282454,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -280332,8 +282489,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177025] = 2, - ACTIONS(11277), 11, + [179188] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280345,7 +282502,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280356,8 +282513,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280391,8 +282548,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177086] = 2, - ACTIONS(11281), 11, + [179249] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280404,7 +282561,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280415,8 +282572,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280450,8 +282607,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177147] = 2, - ACTIONS(11285), 11, + [179310] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280463,7 +282620,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280474,8 +282631,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280509,8 +282666,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177208] = 2, - ACTIONS(11289), 11, + [179371] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280522,7 +282679,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280533,8 +282690,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280568,8 +282725,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177269] = 2, - ACTIONS(11293), 11, + [179432] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280581,7 +282738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280592,8 +282749,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280627,8 +282784,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177330] = 2, - ACTIONS(11297), 11, + [179493] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280640,7 +282797,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280651,8 +282808,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280686,8 +282843,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177391] = 2, - ACTIONS(11301), 11, + [179554] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280699,7 +282856,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280710,8 +282867,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280745,8 +282902,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177452] = 2, - ACTIONS(11305), 11, + [179615] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280758,7 +282915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280769,8 +282926,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280804,8 +282961,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177513] = 2, - ACTIONS(11203), 11, + [179676] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280817,7 +282974,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280829,7 +282986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280863,8 +283020,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177574] = 2, - ACTIONS(11413), 11, + [179737] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280876,8 +283033,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, - ts_builtin_sym_end, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280889,6 +283045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -280922,8 +283079,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177635] = 2, - ACTIONS(11309), 11, + [179798] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280935,7 +283092,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -280981,8 +283138,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177696] = 2, - ACTIONS(11313), 11, + [179859] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -280994,7 +283151,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281040,8 +283197,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177757] = 2, - ACTIONS(11317), 11, + [179920] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281053,7 +283210,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281065,7 +283222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -281099,8 +283256,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177818] = 2, - ACTIONS(11321), 11, + [179981] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281112,7 +283269,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281124,7 +283281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -281158,8 +283315,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177879] = 2, - ACTIONS(11325), 11, + [180042] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281171,7 +283328,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281183,7 +283340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -281217,8 +283374,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [177940] = 2, - ACTIONS(11329), 11, + [180103] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281230,7 +283387,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281276,8 +283433,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178001] = 2, - ACTIONS(11337), 11, + [180164] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281289,7 +283446,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281335,8 +283492,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178062] = 2, - ACTIONS(11341), 11, + [180225] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281348,7 +283505,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281394,8 +283551,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178123] = 2, - ACTIONS(11345), 11, + [180286] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281407,7 +283564,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281453,8 +283610,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178184] = 2, - ACTIONS(11459), 11, + [180347] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281466,8 +283623,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, - ts_builtin_sym_end, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281478,6 +283634,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, + anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -281512,8 +283669,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178245] = 2, - ACTIONS(11349), 11, + [180408] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281525,7 +283682,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281571,8 +283728,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178306] = 2, - ACTIONS(11353), 11, + [180469] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281584,7 +283741,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281596,7 +283753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -281630,8 +283787,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178367] = 2, - ACTIONS(11357), 11, + [180530] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281643,7 +283800,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281689,8 +283846,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178428] = 2, - ACTIONS(11199), 11, + [180591] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281702,7 +283859,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281748,8 +283905,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178489] = 2, - ACTIONS(11361), 11, + [180652] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281761,7 +283918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281807,8 +283964,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178550] = 2, - ACTIONS(11365), 11, + [180713] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281820,7 +283977,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281866,8 +284023,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178611] = 2, - ACTIONS(11455), 11, + [180774] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281879,8 +284036,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, - ts_builtin_sym_end, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281892,6 +284048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -281925,8 +284082,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178672] = 2, - ACTIONS(11369), 11, + [180835] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281938,7 +284095,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -281984,8 +284141,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178733] = 2, - ACTIONS(11373), 11, + [180896] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -281997,7 +284154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282043,8 +284200,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178794] = 2, - ACTIONS(11377), 11, + [180957] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282056,7 +284213,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282102,8 +284259,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178855] = 2, - ACTIONS(11381), 11, + [181018] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282115,7 +284272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282161,8 +284318,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178916] = 2, - ACTIONS(11385), 11, + [181079] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282174,7 +284331,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282220,8 +284377,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [178977] = 2, - ACTIONS(11385), 11, + [181140] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282233,7 +284390,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282244,8 +284401,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -282279,8 +284436,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179038] = 2, - ACTIONS(11393), 11, + [181201] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282292,7 +284449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282338,8 +284495,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179099] = 2, - ACTIONS(11397), 11, + [181262] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282351,7 +284508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282397,8 +284554,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179160] = 2, - ACTIONS(11401), 11, + [181323] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282410,7 +284567,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282456,8 +284613,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179221] = 2, - ACTIONS(11405), 11, + [181384] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282469,7 +284626,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282515,8 +284672,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179282] = 2, - ACTIONS(11409), 11, + [181445] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282528,7 +284685,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282574,8 +284731,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179343] = 2, - ACTIONS(11585), 11, + [181506] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282587,7 +284744,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282633,8 +284790,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179404] = 2, - ACTIONS(11417), 11, + [181567] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282646,7 +284803,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282692,8 +284849,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179465] = 2, - ACTIONS(11451), 11, + [181628] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282705,8 +284862,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, - ts_builtin_sym_end, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282718,6 +284874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -282751,8 +284908,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179526] = 2, - ACTIONS(11533), 11, + [181689] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282764,7 +284921,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282776,7 +284933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendpush, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -282810,8 +284967,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179587] = 2, - ACTIONS(11421), 11, + [181750] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282823,7 +284980,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282869,8 +285026,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179648] = 2, - ACTIONS(11425), 11, + [181811] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282882,7 +285039,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282928,8 +285085,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179709] = 2, - ACTIONS(11435), 11, + [181872] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -282941,7 +285098,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -282987,8 +285144,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179770] = 2, - ACTIONS(11439), 11, + [181933] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283000,7 +285157,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283046,8 +285203,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179831] = 2, - ACTIONS(11443), 11, + [181994] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283059,7 +285216,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283105,8 +285262,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179892] = 2, - ACTIONS(11447), 11, + [182055] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283118,7 +285275,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283164,8 +285321,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [179953] = 2, - ACTIONS(11451), 11, + [182116] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283177,7 +285334,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283223,8 +285380,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180014] = 2, - ACTIONS(11455), 11, + [182177] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283236,7 +285393,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283282,8 +285439,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180075] = 2, - ACTIONS(11459), 11, + [182238] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283295,7 +285452,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283341,8 +285498,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180136] = 2, - ACTIONS(11413), 11, + [182299] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283354,7 +285511,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283366,7 +285523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -283400,8 +285557,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180197] = 2, - ACTIONS(11463), 11, + [182360] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283413,7 +285570,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283425,7 +285582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -283459,8 +285616,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180258] = 2, - ACTIONS(11467), 11, + [182421] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283472,7 +285629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283518,8 +285675,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180319] = 2, - ACTIONS(11471), 11, + [182482] = 2, + ACTIONS(11219), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283531,7 +285688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11217), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283577,8 +285734,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180380] = 2, - ACTIONS(11475), 11, + [182543] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283590,7 +285747,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11473), 45, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283636,8 +285793,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180441] = 2, - ACTIONS(11447), 11, + [182604] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283649,8 +285806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, - ts_builtin_sym_end, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283662,6 +285818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -283695,8 +285852,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180502] = 2, - ACTIONS(11479), 11, + [182665] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283708,7 +285865,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283754,8 +285911,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180563] = 2, - ACTIONS(11483), 11, + [182726] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283767,7 +285924,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283779,7 +285936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -283813,8 +285970,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180624] = 2, - ACTIONS(11487), 11, + [182787] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283826,7 +285983,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283838,7 +285995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -283872,8 +286029,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180685] = 2, - ACTIONS(11491), 11, + [182848] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283885,7 +286042,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283897,7 +286054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -283931,8 +286088,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180746] = 2, - ACTIONS(11495), 11, + [182909] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -283944,7 +286101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -283956,7 +286113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -283990,8 +286147,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180807] = 2, - ACTIONS(11499), 11, + [182970] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284003,7 +286160,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284049,8 +286206,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180868] = 2, - ACTIONS(11505), 11, + [183031] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284062,7 +286219,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284074,7 +286231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284108,8 +286265,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180929] = 2, - ACTIONS(11509), 11, + [183092] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284121,7 +286278,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284133,7 +286290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, - anon_sym_ATendverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284167,8 +286324,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [180990] = 2, - ACTIONS(11513), 11, + [183153] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284180,7 +286337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284226,8 +286383,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181051] = 2, - ACTIONS(11517), 11, + [183214] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284239,7 +286396,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284285,8 +286442,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181112] = 2, - ACTIONS(11521), 11, + [183275] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284298,7 +286455,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284344,8 +286501,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181173] = 2, - ACTIONS(11525), 11, + [183336] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284357,7 +286514,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284403,8 +286560,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181234] = 2, - ACTIONS(11209), 11, + [183397] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284416,7 +286573,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284427,8 +286584,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284462,8 +286619,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181295] = 2, - ACTIONS(11213), 11, + [183458] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284475,7 +286632,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284486,8 +286643,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284521,8 +286678,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181356] = 2, - ACTIONS(11217), 11, + [183519] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284534,7 +286691,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284545,8 +286702,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284580,8 +286737,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181417] = 2, - ACTIONS(11221), 11, + [183580] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284593,7 +286750,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284604,8 +286761,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284639,8 +286796,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181478] = 2, - ACTIONS(11225), 11, + [183641] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284652,7 +286809,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284663,8 +286820,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284698,8 +286855,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181539] = 2, - ACTIONS(11229), 11, + [183702] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284711,7 +286868,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284722,8 +286879,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284757,8 +286914,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181600] = 2, - ACTIONS(11233), 11, + [183763] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284770,7 +286927,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284781,8 +286938,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284816,8 +286973,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181661] = 2, - ACTIONS(11443), 11, + [183824] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284829,8 +286986,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, - ts_builtin_sym_end, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284842,6 +286998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284875,8 +287032,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181722] = 2, - ACTIONS(11237), 11, + [183885] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284888,7 +287045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284899,8 +287056,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284934,8 +287091,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181783] = 2, - ACTIONS(11241), 11, + [183946] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -284947,7 +287104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -284958,8 +287115,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -284993,8 +287150,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181844] = 2, - ACTIONS(11439), 11, + [184007] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285006,8 +287163,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, - ts_builtin_sym_end, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285019,6 +287175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285052,8 +287209,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181905] = 2, - ACTIONS(11245), 11, + [184068] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285065,7 +287222,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285076,8 +287233,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285111,8 +287268,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [181966] = 2, - ACTIONS(11249), 11, + [184129] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285124,7 +287281,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285135,8 +287292,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285170,8 +287327,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182027] = 2, - ACTIONS(11253), 11, + [184190] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285183,7 +287340,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285194,8 +287351,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285229,8 +287386,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182088] = 2, - ACTIONS(11257), 11, + [184251] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285242,7 +287399,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285253,8 +287410,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285288,8 +287445,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182149] = 2, - ACTIONS(11609), 11, + [184312] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285301,7 +287458,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285347,8 +287504,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182210] = 2, - ACTIONS(11261), 11, + [184373] = 2, + ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285360,7 +287517,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, + ACTIONS(11473), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285371,8 +287528,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285406,8 +287563,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182271] = 2, - ACTIONS(11265), 11, + [184434] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285419,7 +287576,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285430,8 +287587,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285465,8 +287622,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182332] = 2, - ACTIONS(11269), 11, + [184495] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285478,7 +287635,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285489,8 +287646,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285524,8 +287681,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182393] = 2, - ACTIONS(11273), 11, + [184556] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285537,7 +287694,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285548,8 +287705,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285583,8 +287740,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182454] = 2, - ACTIONS(11277), 11, + [184617] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285596,7 +287753,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285607,8 +287764,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285642,8 +287799,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182515] = 2, - ACTIONS(11281), 11, + [184678] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285655,7 +287812,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285666,8 +287823,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285701,8 +287858,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182576] = 2, - ACTIONS(11285), 11, + [184739] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285714,7 +287871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285725,8 +287882,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285760,8 +287917,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182637] = 2, - ACTIONS(11289), 11, + [184800] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285773,7 +287930,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285784,8 +287941,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285819,8 +287976,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182698] = 2, - ACTIONS(11293), 11, + [184861] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285832,7 +287989,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285843,8 +288000,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285878,8 +288035,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182759] = 2, - ACTIONS(11297), 11, + [184922] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285891,7 +288048,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285902,8 +288059,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285937,8 +288094,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182820] = 2, - ACTIONS(11301), 11, + [184983] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -285950,7 +288107,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -285961,8 +288118,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -285996,8 +288153,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182881] = 2, - ACTIONS(11435), 11, + [185044] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286009,8 +288166,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, - ts_builtin_sym_end, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286022,6 +288178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286055,8 +288212,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [182942] = 2, - ACTIONS(11305), 11, + [185105] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286068,7 +288225,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286079,8 +288236,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286114,8 +288271,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183003] = 2, - ACTIONS(11203), 11, + [185166] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286127,7 +288284,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286138,8 +288295,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286173,8 +288330,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183064] = 2, - ACTIONS(11309), 11, + [185227] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286186,7 +288343,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286197,8 +288354,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286232,8 +288389,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183125] = 2, - ACTIONS(11313), 11, + [185288] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286245,7 +288402,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286256,8 +288413,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286291,8 +288448,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183186] = 2, - ACTIONS(11317), 11, + [185349] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286304,7 +288461,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286315,8 +288472,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286350,8 +288507,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183247] = 2, - ACTIONS(11321), 11, + [185410] = 2, + ACTIONS(11347), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286363,7 +288520,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, + ACTIONS(11345), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286374,8 +288531,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286409,8 +288566,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183308] = 2, - ACTIONS(11325), 11, + [185471] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286422,7 +288579,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286433,8 +288590,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286468,8 +288625,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183369] = 2, - ACTIONS(11329), 11, + [185532] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286481,7 +288638,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286492,8 +288649,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286527,8 +288684,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183430] = 2, - ACTIONS(11337), 11, + [185593] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286540,7 +288697,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286551,8 +288708,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286586,8 +288743,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183491] = 2, - ACTIONS(11341), 11, + [185654] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286599,7 +288756,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286610,8 +288767,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286645,8 +288802,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183552] = 2, - ACTIONS(11345), 11, + [185715] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286658,7 +288815,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286669,8 +288826,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286704,8 +288861,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183613] = 2, - ACTIONS(11349), 11, + [185776] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286717,7 +288874,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286728,8 +288885,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286763,8 +288920,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183674] = 2, - ACTIONS(11353), 11, + [185837] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286776,7 +288933,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286787,8 +288944,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286822,8 +288979,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183735] = 2, - ACTIONS(11357), 11, + [185898] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286835,7 +288992,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286846,8 +289003,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286881,8 +289038,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183796] = 2, - ACTIONS(11525), 11, + [185959] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286894,8 +289051,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, - ts_builtin_sym_end, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286907,6 +289063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfragment, anon_sym_ATonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286940,8 +289097,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183857] = 2, - ACTIONS(11199), 11, + [186020] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -286953,7 +289110,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -286964,8 +289121,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -286999,8 +289156,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183918] = 2, - ACTIONS(11361), 11, + [186081] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287012,7 +289169,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287023,8 +289180,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -287058,8 +289215,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [183979] = 2, - ACTIONS(11365), 11, + [186142] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287071,7 +289228,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287082,9 +289239,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -287117,8 +289274,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184040] = 2, - ACTIONS(11369), 11, + [186203] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287130,7 +289287,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287141,8 +289298,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -287176,8 +289333,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184101] = 2, - ACTIONS(11373), 11, + [186264] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287189,7 +289346,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287200,10 +289357,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -287235,8 +289392,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184162] = 2, - ACTIONS(11377), 11, + [186325] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287248,7 +289405,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287259,10 +289416,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendPushIf, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -287294,8 +289451,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184223] = 2, - ACTIONS(11381), 11, + [186386] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287307,7 +289464,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287318,9 +289475,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, + anon_sym_ATendPushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, anon_sym_ATif, @@ -287353,8 +289510,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184284] = 2, - ACTIONS(11459), 11, + [186447] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287366,7 +289523,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11457), 45, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287377,10 +289534,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -287412,8 +289569,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184345] = 2, - ACTIONS(11389), 11, + [186508] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287425,7 +289582,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287436,10 +289593,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, + anon_sym_ATendprepend, anon_sym_ATprependOnce, anon_sym_ATif, anon_sym_ATisset, @@ -287471,8 +289628,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184406] = 2, - ACTIONS(11393), 11, + [186569] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287484,7 +289641,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287494,8 +289651,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -287530,8 +289687,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184467] = 2, - ACTIONS(11397), 11, + [186630] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287543,7 +289700,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287553,8 +289710,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -287589,8 +289746,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184528] = 2, - ACTIONS(11401), 11, + [186691] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287602,7 +289759,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287612,8 +289769,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -287648,8 +289805,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184589] = 2, - ACTIONS(11405), 11, + [186752] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287661,7 +289818,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287671,8 +289828,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -287707,8 +289864,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184650] = 2, - ACTIONS(11421), 11, + [186813] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287720,8 +289877,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, - ts_builtin_sym_end, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287731,6 +289887,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -287766,8 +289923,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184711] = 2, - ACTIONS(11409), 11, + [186874] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287779,7 +289936,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287789,8 +289946,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -287825,8 +289982,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184772] = 2, - ACTIONS(11585), 11, + [186935] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287838,7 +289995,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287848,8 +290005,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -287884,8 +290041,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184833] = 2, - ACTIONS(11417), 11, + [186996] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287897,7 +290054,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -287908,8 +290065,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -287943,8 +290100,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184894] = 2, - ACTIONS(11533), 11, + [187057] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -287956,7 +290113,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288002,8 +290159,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [184955] = 2, - ACTIONS(11421), 11, + [187118] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288015,7 +290172,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11419), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288025,8 +290182,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -288061,8 +290218,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185016] = 2, - ACTIONS(11425), 11, + [187179] = 2, + ACTIONS(11495), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288074,7 +290231,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, + ACTIONS(11493), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288084,8 +290241,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -288120,8 +290277,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185077] = 2, - ACTIONS(11435), 11, + [187240] = 2, + ACTIONS(11491), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288133,7 +290290,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11433), 45, + ACTIONS(11489), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288143,8 +290300,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -288179,8 +290336,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185138] = 2, - ACTIONS(11439), 11, + [187301] = 2, + ACTIONS(11435), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288192,7 +290349,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11437), 45, + ACTIONS(11433), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288203,8 +290360,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -288238,8 +290395,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185199] = 2, - ACTIONS(11443), 11, + [187362] = 2, + ACTIONS(11487), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288251,7 +290408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11441), 45, + ACTIONS(11485), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288261,8 +290418,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -288297,8 +290454,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185260] = 2, - ACTIONS(11447), 11, + [187423] = 2, + ACTIONS(11499), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288310,7 +290467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11445), 45, + ACTIONS(11497), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288321,8 +290478,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -288356,8 +290513,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185321] = 2, - ACTIONS(11451), 11, + [187484] = 2, + ACTIONS(11503), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288369,7 +290526,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11449), 45, + ACTIONS(11501), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288380,8 +290537,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -288415,8 +290572,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185382] = 2, - ACTIONS(11455), 11, + [187545] = 2, + ACTIONS(11507), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288428,7 +290585,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11453), 45, + ACTIONS(11505), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288439,8 +290596,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -288474,8 +290631,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185443] = 2, - ACTIONS(11425), 11, + [187606] = 2, + ACTIONS(11483), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288487,8 +290644,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11423), 45, - ts_builtin_sym_end, + ACTIONS(11481), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288498,6 +290654,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -288533,8 +290690,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185504] = 2, - ACTIONS(11413), 11, + [187667] = 2, + ACTIONS(11511), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288546,7 +290703,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11411), 45, + ACTIONS(11509), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288557,8 +290714,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -288592,8 +290749,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185565] = 2, - ACTIONS(11463), 11, + [187728] = 2, + ACTIONS(11515), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288605,7 +290762,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11461), 45, + ACTIONS(11513), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288616,8 +290773,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -288651,8 +290808,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185626] = 2, - ACTIONS(11467), 11, + [187789] = 2, + ACTIONS(11519), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288664,7 +290821,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11465), 45, + ACTIONS(11517), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288675,8 +290832,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -288710,8 +290867,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185687] = 2, - ACTIONS(11471), 11, + [187850] = 2, + ACTIONS(11479), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288723,7 +290880,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11469), 45, + ACTIONS(11477), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288733,8 +290890,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -288769,7 +290926,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185748] = 2, + [187911] = 2, ACTIONS(11475), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, @@ -288792,8 +290949,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -288828,8 +290985,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185809] = 2, - ACTIONS(11479), 11, + [187972] = 2, + ACTIONS(11471), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288841,7 +290998,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11477), 45, + ACTIONS(11469), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288851,8 +291008,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -288887,8 +291044,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185870] = 2, - ACTIONS(11483), 11, + [188033] = 2, + ACTIONS(11463), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288900,7 +291057,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11481), 45, + ACTIONS(11461), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288910,8 +291067,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -288946,8 +291103,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185931] = 2, - ACTIONS(11487), 11, + [188094] = 2, + ACTIONS(11459), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -288959,7 +291116,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11485), 45, + ACTIONS(11457), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -288969,8 +291126,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -289005,8 +291162,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [185992] = 2, - ACTIONS(11533), 11, + [188155] = 2, + ACTIONS(11455), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289018,8 +291175,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11531), 45, - ts_builtin_sym_end, + ACTIONS(11453), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289029,6 +291185,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -289064,8 +291221,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186053] = 2, - ACTIONS(11491), 11, + [188216] = 2, + ACTIONS(11523), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289077,7 +291234,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11489), 45, + ACTIONS(11521), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289088,8 +291245,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -289123,8 +291280,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186114] = 2, - ACTIONS(11495), 11, + [188277] = 2, + ACTIONS(11527), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289136,7 +291293,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11493), 45, + ACTIONS(11525), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289147,8 +291304,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATuse, anon_sym_ATfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, + anon_sym_ATendpush, anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, @@ -289182,8 +291339,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186175] = 2, - ACTIONS(11499), 11, + [188338] = 2, + ACTIONS(11451), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289195,7 +291352,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11497), 45, + ACTIONS(11449), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289205,8 +291362,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -289241,8 +291398,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186236] = 2, - ACTIONS(11505), 11, + [188399] = 2, + ACTIONS(11447), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289254,7 +291411,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11503), 45, + ACTIONS(11445), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289264,8 +291421,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -289300,8 +291457,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186297] = 2, - ACTIONS(11509), 11, + [188460] = 2, + ACTIONS(11443), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289313,7 +291470,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11507), 45, + ACTIONS(11441), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289323,8 +291480,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -289359,8 +291516,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186358] = 2, - ACTIONS(11417), 11, + [188521] = 2, + ACTIONS(11439), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289372,8 +291529,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11415), 45, - ts_builtin_sym_end, + ACTIONS(11437), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289383,6 +291539,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -289418,8 +291575,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186419] = 2, - ACTIONS(11513), 11, + [188582] = 2, + ACTIONS(11467), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289431,7 +291588,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11511), 45, + ACTIONS(11465), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289441,8 +291598,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -289477,8 +291634,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186480] = 2, - ACTIONS(11517), 11, + [188643] = 2, + ACTIONS(11427), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289490,7 +291647,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11515), 45, + ACTIONS(11425), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289500,8 +291657,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -289536,8 +291693,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186541] = 2, - ACTIONS(11521), 11, + [188704] = 2, + ACTIONS(11387), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289549,7 +291706,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11519), 45, + ACTIONS(11385), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289559,8 +291716,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -289595,8 +291752,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186602] = 2, - ACTIONS(11525), 11, + [188765] = 2, + ACTIONS(11383), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289608,7 +291765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11523), 45, + ACTIONS(11381), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289618,8 +291775,8 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, - anon_sym_ATendonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, anon_sym_ATpushIf, @@ -289654,8 +291811,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186663] = 2, - ACTIONS(11209), 11, + [188826] = 2, + ACTIONS(11537), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289667,8 +291824,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11207), 45, - ts_builtin_sym_end, + ACTIONS(11535), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289683,6 +291839,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -289713,8 +291870,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186724] = 2, - ACTIONS(11213), 11, + [188887] = 2, + ACTIONS(11423), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289726,8 +291883,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11211), 45, - ts_builtin_sym_end, + ACTIONS(11421), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289737,6 +291893,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -289772,8 +291929,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186785] = 2, - ACTIONS(11217), 11, + [188948] = 2, + ACTIONS(11419), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289785,8 +291942,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11215), 45, - ts_builtin_sym_end, + ACTIONS(11417), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289796,6 +291952,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -289831,8 +291988,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186846] = 2, - ACTIONS(11221), 11, + [189009] = 2, + ACTIONS(11415), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289844,8 +292001,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11219), 45, - ts_builtin_sym_end, + ACTIONS(11413), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289855,6 +292011,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -289890,8 +292047,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186907] = 2, - ACTIONS(11225), 11, + [189070] = 2, + ACTIONS(11379), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289903,8 +292060,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11223), 45, - ts_builtin_sym_end, + ACTIONS(11377), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289914,6 +292070,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -289949,8 +292106,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [186968] = 2, - ACTIONS(11229), 11, + [189131] = 2, + ACTIONS(11375), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -289962,8 +292119,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11227), 45, - ts_builtin_sym_end, + ACTIONS(11373), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -289973,6 +292129,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290008,8 +292165,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187029] = 2, - ACTIONS(11585), 11, + [189192] = 2, + ACTIONS(11393), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290021,8 +292178,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11583), 45, - ts_builtin_sym_end, + ACTIONS(11391), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290032,6 +292188,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290067,8 +292224,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187090] = 2, - ACTIONS(11233), 11, + [189253] = 2, + ACTIONS(11405), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290080,8 +292237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11231), 45, - ts_builtin_sym_end, + ACTIONS(11403), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290091,6 +292247,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290126,8 +292283,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187151] = 2, - ACTIONS(11409), 11, + [189314] = 2, + ACTIONS(11401), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290139,8 +292296,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11407), 45, - ts_builtin_sym_end, + ACTIONS(11399), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290150,6 +292306,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290185,8 +292342,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187212] = 2, - ACTIONS(11237), 11, + [189375] = 2, + ACTIONS(11397), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290198,8 +292355,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11235), 45, - ts_builtin_sym_end, + ACTIONS(11395), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290209,6 +292365,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290244,8 +292401,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187273] = 2, - ACTIONS(11241), 11, + [189436] = 2, + ACTIONS(11541), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290257,8 +292414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11239), 45, - ts_builtin_sym_end, + ACTIONS(11539), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290268,6 +292424,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290303,8 +292460,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187334] = 2, - ACTIONS(11245), 11, + [189497] = 2, + ACTIONS(11207), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290316,8 +292473,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11243), 45, - ts_builtin_sym_end, + ACTIONS(11205), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290327,6 +292483,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290362,8 +292519,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187395] = 2, - ACTIONS(11249), 11, + [189558] = 2, + ACTIONS(11211), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290375,8 +292532,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11247), 45, - ts_builtin_sym_end, + ACTIONS(11209), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290386,6 +292542,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290421,8 +292578,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187456] = 2, - ACTIONS(11253), 11, + [189619] = 2, + ACTIONS(11215), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290434,8 +292591,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11251), 45, - ts_builtin_sym_end, + ACTIONS(11213), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290445,6 +292601,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290480,8 +292637,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187517] = 2, - ACTIONS(11257), 11, + [189680] = 2, + ACTIONS(11223), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290493,8 +292650,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11255), 45, - ts_builtin_sym_end, + ACTIONS(11221), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290504,6 +292660,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290539,8 +292696,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187578] = 2, - ACTIONS(11609), 11, + [189741] = 2, + ACTIONS(11227), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290552,8 +292709,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11607), 45, - ts_builtin_sym_end, + ACTIONS(11225), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290563,6 +292719,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290598,8 +292755,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187639] = 2, - ACTIONS(11261), 11, + [189802] = 2, + ACTIONS(11235), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290611,8 +292768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11259), 45, - ts_builtin_sym_end, + ACTIONS(11233), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290622,6 +292778,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290657,8 +292814,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187700] = 2, - ACTIONS(11265), 11, + [189863] = 2, + ACTIONS(11371), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290670,8 +292827,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11263), 45, - ts_builtin_sym_end, + ACTIONS(11369), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290681,6 +292837,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290716,8 +292873,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187761] = 2, - ACTIONS(11269), 11, + [189924] = 2, + ACTIONS(11239), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290729,8 +292886,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11267), 45, - ts_builtin_sym_end, + ACTIONS(11237), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290740,6 +292896,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290775,8 +292932,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187822] = 2, - ACTIONS(11273), 11, + [189985] = 2, + ACTIONS(11243), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290788,8 +292945,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11271), 45, - ts_builtin_sym_end, + ACTIONS(11241), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290799,6 +292955,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290834,8 +292991,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187883] = 2, - ACTIONS(11277), 11, + [190046] = 2, + ACTIONS(11247), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290847,8 +293004,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11275), 45, - ts_builtin_sym_end, + ACTIONS(11245), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290858,6 +293014,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290893,8 +293050,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [187944] = 2, - ACTIONS(11281), 11, + [190107] = 2, + ACTIONS(11431), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290906,8 +293063,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11279), 45, - ts_builtin_sym_end, + ACTIONS(11429), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290917,6 +293073,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -290952,8 +293109,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188005] = 2, - ACTIONS(11285), 11, + [190168] = 2, + ACTIONS(11255), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -290965,8 +293122,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11283), 45, - ts_builtin_sym_end, + ACTIONS(11253), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -290976,6 +293132,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291011,8 +293168,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188066] = 2, - ACTIONS(11405), 11, + [190229] = 2, + ACTIONS(11259), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291024,8 +293181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11403), 45, - ts_builtin_sym_end, + ACTIONS(11257), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291035,6 +293191,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291070,8 +293227,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188127] = 2, - ACTIONS(11289), 11, + [190290] = 2, + ACTIONS(11263), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291083,8 +293240,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11287), 45, - ts_builtin_sym_end, + ACTIONS(11261), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291094,6 +293250,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291129,8 +293286,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188188] = 2, - ACTIONS(11293), 11, + [190351] = 2, + ACTIONS(11203), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291142,8 +293299,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11291), 45, - ts_builtin_sym_end, + ACTIONS(11201), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291153,6 +293309,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291188,8 +293345,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188249] = 2, - ACTIONS(11297), 11, + [190412] = 2, + ACTIONS(11267), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291201,8 +293358,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11295), 45, - ts_builtin_sym_end, + ACTIONS(11265), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291212,6 +293368,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291247,8 +293404,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188310] = 2, - ACTIONS(11301), 11, + [190473] = 2, + ACTIONS(11271), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291260,8 +293417,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11299), 45, - ts_builtin_sym_end, + ACTIONS(11269), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291271,6 +293427,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291306,8 +293463,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188371] = 2, - ACTIONS(11305), 11, + [190534] = 2, + ACTIONS(11275), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291319,8 +293476,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11303), 45, - ts_builtin_sym_end, + ACTIONS(11273), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291330,6 +293486,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291365,8 +293522,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188432] = 2, - ACTIONS(11203), 11, + [190595] = 2, + ACTIONS(11279), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291378,8 +293535,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11201), 45, - ts_builtin_sym_end, + ACTIONS(11277), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291389,6 +293545,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291424,8 +293581,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188493] = 2, - ACTIONS(11309), 11, + [190656] = 2, + ACTIONS(11283), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291437,8 +293594,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11307), 45, - ts_builtin_sym_end, + ACTIONS(11281), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291448,6 +293604,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291483,8 +293640,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188554] = 2, - ACTIONS(11313), 11, + [190717] = 2, + ACTIONS(11287), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291496,8 +293653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11311), 45, - ts_builtin_sym_end, + ACTIONS(11285), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291507,6 +293663,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291542,8 +293699,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188615] = 2, - ACTIONS(11317), 11, + [190778] = 2, + ACTIONS(11291), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291555,8 +293712,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11315), 45, - ts_builtin_sym_end, + ACTIONS(11289), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291566,6 +293722,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291601,8 +293758,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188676] = 2, - ACTIONS(11321), 11, + [190839] = 2, + ACTIONS(11295), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291614,8 +293771,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11319), 45, - ts_builtin_sym_end, + ACTIONS(11293), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291625,6 +293781,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291660,8 +293817,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188737] = 2, - ACTIONS(11325), 11, + [190900] = 2, + ACTIONS(11299), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291673,8 +293830,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11323), 45, - ts_builtin_sym_end, + ACTIONS(11297), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291684,6 +293840,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291719,8 +293876,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188798] = 2, - ACTIONS(11329), 11, + [190961] = 2, + ACTIONS(11303), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291732,8 +293889,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11327), 45, - ts_builtin_sym_end, + ACTIONS(11301), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291743,6 +293899,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291778,8 +293935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188859] = 2, - ACTIONS(11337), 11, + [191022] = 2, + ACTIONS(11307), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291791,8 +293948,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11335), 45, - ts_builtin_sym_end, + ACTIONS(11305), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291802,6 +293958,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291837,8 +293994,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188920] = 2, - ACTIONS(11401), 11, + [191083] = 2, + ACTIONS(11311), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291850,8 +294007,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11399), 45, - ts_builtin_sym_end, + ACTIONS(11309), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291861,6 +294017,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291896,8 +294053,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [188981] = 2, - ACTIONS(11341), 11, + [191144] = 2, + ACTIONS(11315), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291909,8 +294066,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11339), 45, - ts_builtin_sym_end, + ACTIONS(11313), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291920,6 +294076,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -291955,8 +294112,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189042] = 2, - ACTIONS(11345), 11, + [191205] = 2, + ACTIONS(11319), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -291968,8 +294125,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11343), 45, - ts_builtin_sym_end, + ACTIONS(11317), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -291979,6 +294135,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292014,8 +294171,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189103] = 2, - ACTIONS(11349), 11, + [191266] = 2, + ACTIONS(11323), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292027,8 +294184,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11347), 45, - ts_builtin_sym_end, + ACTIONS(11321), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292038,6 +294194,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292073,8 +294230,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189164] = 2, - ACTIONS(11353), 11, + [191327] = 2, + ACTIONS(11327), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292086,8 +294243,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11351), 45, - ts_builtin_sym_end, + ACTIONS(11325), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292097,6 +294253,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292132,8 +294289,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189225] = 2, - ACTIONS(11357), 11, + [191388] = 2, + ACTIONS(11199), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292145,8 +294302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11355), 45, - ts_builtin_sym_end, + ACTIONS(11197), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292156,6 +294312,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292191,8 +294348,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189286] = 2, - ACTIONS(11199), 11, + [191449] = 2, + ACTIONS(11331), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292204,8 +294361,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11197), 45, - ts_builtin_sym_end, + ACTIONS(11329), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292215,6 +294371,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292250,8 +294407,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189347] = 2, - ACTIONS(11361), 11, + [191510] = 2, + ACTIONS(11335), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292263,8 +294420,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11359), 45, - ts_builtin_sym_end, + ACTIONS(11333), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292274,6 +294430,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292309,8 +294466,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189408] = 2, - ACTIONS(11365), 11, + [191571] = 2, + ACTIONS(11339), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292322,8 +294479,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11363), 45, - ts_builtin_sym_end, + ACTIONS(11337), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292333,6 +294489,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292368,8 +294525,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189469] = 2, - ACTIONS(11369), 11, + [191632] = 2, + ACTIONS(11367), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292381,8 +294538,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11367), 45, - ts_builtin_sym_end, + ACTIONS(11365), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292392,6 +294548,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292427,8 +294584,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189530] = 2, - ACTIONS(11373), 11, + [191693] = 2, + ACTIONS(11363), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292440,8 +294597,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11371), 45, - ts_builtin_sym_end, + ACTIONS(11361), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292451,6 +294607,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292486,8 +294643,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189591] = 2, - ACTIONS(11377), 11, + [191754] = 2, + ACTIONS(11563), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292499,8 +294656,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11375), 45, - ts_builtin_sym_end, + ACTIONS(11561), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292515,6 +294671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATpushOnce, anon_sym_ATpushIf, anon_sym_ATprependOnce, + anon_sym_ATendPrependOnce, anon_sym_ATif, anon_sym_ATisset, anon_sym_ATempty, @@ -292545,8 +294702,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189652] = 2, - ACTIONS(11381), 11, + [191815] = 2, + ACTIONS(11359), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292558,8 +294715,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11379), 45, - ts_builtin_sym_end, + ACTIONS(11357), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292569,6 +294725,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292604,8 +294761,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189713] = 2, - ACTIONS(11385), 11, + [191876] = 2, + ACTIONS(11355), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292617,8 +294774,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11383), 45, - ts_builtin_sym_end, + ACTIONS(11353), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292628,6 +294784,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292663,8 +294820,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189774] = 2, - ACTIONS(11389), 11, + [191937] = 2, + ACTIONS(11351), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292676,8 +294833,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11387), 45, - ts_builtin_sym_end, + ACTIONS(11349), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292687,6 +294843,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292722,8 +294879,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189835] = 2, - ACTIONS(11393), 11, + [191998] = 2, + ACTIONS(11343), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292735,8 +294892,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11391), 45, - ts_builtin_sym_end, + ACTIONS(11341), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292746,6 +294902,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292781,8 +294938,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189896] = 2, - ACTIONS(11397), 11, + [192059] = 2, + ACTIONS(11251), 11, anon_sym_LBRACE_LBRACE, aux_sym__inline_directive_token2, anon_sym_ATsection, @@ -292794,8 +294951,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATfor, aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(11395), 45, - ts_builtin_sym_end, + ACTIONS(11249), 45, sym_comment, aux_sym_keyword_token1, anon_sym_LBRACE_BANG_BANG, @@ -292805,6 +294961,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym__inline_directive_token1, anon_sym_ATuse, anon_sym_ATfragment, + anon_sym_ATendfragment, anon_sym_ATonce, anon_sym_ATverbatim, anon_sym_ATpushOnce, @@ -292840,25558 +294997,25523 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_ATteleport, anon_sym_ATvolt, aux_sym__text_token3, - [189957] = 9, - ACTIONS(11065), 1, + [192120] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11781), 1, + ACTIONS(11785), 1, anon_sym_ATenderror, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, - aux_sym__text_token3, - STATE(99), 1, - sym__directive_parameter, - STATE(6973), 1, - sym__if_statement_directive_body, - ACTIONS(11785), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4416), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3910), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [189989] = 9, - ACTIONS(11065), 1, - anon_sym_LPAREN2, - ACTIONS(11783), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(11789), 1, - anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6921), 1, + STATE(6866), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3986), 3, + STATE(3867), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190021] = 9, - ACTIONS(11065), 1, + [192152] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, - aux_sym__text_token3, - ACTIONS(11791), 1, - anon_sym_ATenderror, - STATE(99), 1, - sym__directive_parameter, - STATE(6864), 1, - sym__if_statement_directive_body, - ACTIONS(11785), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4416), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(4061), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [190053] = 9, - ACTIONS(11065), 1, - anon_sym_LPAREN2, - ACTIONS(11783), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11793), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6802), 1, + STATE(6436), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4048), 3, + STATE(3819), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190085] = 9, - ACTIONS(11065), 1, + [192184] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11795), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(5885), 1, + STATE(7022), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3911), 3, + STATE(3920), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190117] = 9, - ACTIONS(11065), 1, + [192216] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11797), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6882), 1, + STATE(6475), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4033), 3, + STATE(3815), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190149] = 9, - ACTIONS(11065), 1, + [192248] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11799), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6751), 1, + STATE(6397), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3922), 3, + STATE(3887), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190181] = 9, - ACTIONS(11065), 1, + [192280] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11801), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6698), 1, + STATE(6358), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3800), 3, + STATE(3908), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190213] = 9, - ACTIONS(11065), 1, + [192312] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11803), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6640), 1, + STATE(6514), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3781), 3, + STATE(3888), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190245] = 9, - ACTIONS(11065), 1, + [192344] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11805), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6576), 1, + STATE(6318), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3826), 3, + STATE(3945), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190277] = 9, - ACTIONS(11065), 1, + [192376] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11807), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6519), 1, + STATE(7061), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3892), 3, + STATE(3896), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190309] = 9, - ACTIONS(11065), 1, + [192408] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11809), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6615), 1, + STATE(6553), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3815), 3, + STATE(3937), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190341] = 9, - ACTIONS(11065), 1, + [192440] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11811), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6462), 1, + STATE(6279), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3933), 3, + STATE(3984), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190373] = 9, - ACTIONS(11065), 1, + [192472] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11813), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6402), 1, + STATE(6240), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3969), 3, + STATE(4017), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190405] = 9, - ACTIONS(11065), 1, + [192504] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11815), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6338), 1, + STATE(6592), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4031), 3, + STATE(3996), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190437] = 9, - ACTIONS(11065), 1, + [192536] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11817), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(5809), 1, + STATE(6201), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3878), 3, + STATE(4073), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190469] = 9, - ACTIONS(11065), 1, + [192568] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11819), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6273), 1, + STATE(6850), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4097), 3, + STATE(3795), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190501] = 9, - ACTIONS(11065), 1, + [192600] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11821), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(7074), 1, + STATE(6983), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3772), 3, + STATE(4147), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190533] = 9, - ACTIONS(11065), 1, + [192632] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11823), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6365), 1, + STATE(6631), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4017), 3, + STATE(4044), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190565] = 9, - ACTIONS(11065), 1, + [192664] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11825), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6216), 1, + STATE(6162), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4078), 3, + STATE(4115), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190597] = 9, - ACTIONS(11065), 1, + [192696] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11827), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6162), 1, + STATE(6670), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4058), 3, + STATE(4107), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190629] = 9, - ACTIONS(11065), 1, + [192728] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11829), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6102), 1, + STATE(6123), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4028), 3, + STATE(4158), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190661] = 9, - ACTIONS(11065), 1, + [192760] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11831), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6043), 1, + STATE(7100), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4005), 3, + STATE(4084), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190693] = 9, - ACTIONS(11065), 1, + [192792] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11833), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(5987), 1, + STATE(6084), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3975), 3, + STATE(4139), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190725] = 9, - ACTIONS(11065), 1, + [192824] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11835), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6081), 1, + STATE(6710), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4018), 3, + STATE(4168), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190757] = 9, - ACTIONS(11065), 1, + [192856] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11837), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(5935), 1, + STATE(6045), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3947), 3, + STATE(4079), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190789] = 9, - ACTIONS(11065), 1, + [192888] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11839), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(5833), 1, + STATE(6749), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3888), 3, + STATE(4095), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190821] = 9, - ACTIONS(11065), 1, + [192920] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11841), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(5960), 1, + STATE(6005), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3828), 3, + STATE(4021), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190853] = 9, - ACTIONS(11065), 1, + [192952] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11843), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6669), 1, + STATE(5966), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3777), 3, + STATE(3951), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190885] = 9, - ACTIONS(11065), 1, + [192984] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11845), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(5902), 1, + STATE(6788), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3842), 3, + STATE(4019), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190917] = 9, - ACTIONS(11065), 1, + [193016] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11847), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6831), 1, + STATE(6944), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3771), 3, + STATE(3862), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190949] = 9, - ACTIONS(11065), 1, + [193048] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11849), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6302), 1, + STATE(6827), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3803), 3, + STATE(3943), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [190981] = 9, - ACTIONS(11065), 1, + [193080] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11851), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(7028), 1, + STATE(5890), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3834), 3, + STATE(3857), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191013] = 9, - ACTIONS(11065), 1, + [193112] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11853), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(5739), 1, + STATE(7140), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3837), 3, + STATE(4041), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191045] = 9, - ACTIONS(11065), 1, + [193144] = 9, + ACTIONS(11047), 1, anon_sym_LPAREN2, - ACTIONS(11783), 1, - aux_sym__notification_token1, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, ACTIONS(11855), 1, anon_sym_ATenderror, - STATE(99), 1, + STATE(138), 1, sym__directive_parameter, - STATE(6358), 1, + STATE(5842), 1, sym__if_statement_directive_body, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4027), 3, + STATE(3794), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191077] = 6, - ACTIONS(11857), 1, - anon_sym_ATendsuccess, - ACTIONS(11859), 1, + [193176] = 9, + ACTIONS(11047), 1, + anon_sym_LPAREN2, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(11861), 2, + ACTIONS(11857), 1, + anon_sym_ATenderror, + STATE(138), 1, + sym__directive_parameter, + STATE(5918), 1, + sym__if_statement_directive_body, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3889), 3, + STATE(3868), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191100] = 6, - ACTIONS(11865), 1, - anon_sym_ATendbefore, - ACTIONS(11867), 1, + [193208] = 9, + ACTIONS(11047), 1, + anon_sym_LPAREN2, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(11869), 2, + ACTIONS(11859), 1, + anon_sym_ATenderror, + STATE(138), 1, + sym__directive_parameter, + STATE(5814), 1, + sym__if_statement_directive_body, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3913), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191123] = 6, - ACTIONS(11873), 1, + [193240] = 6, + ACTIONS(11861), 1, anon_sym_ATendafter, - ACTIONS(11875), 1, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3787), 3, + STATE(3989), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191146] = 6, - ACTIONS(11859), 1, + [193263] = 6, + ACTIONS(11869), 1, + anon_sym_ATendfinished, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11881), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3788), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191169] = 6, + [193286] = 8, + ACTIONS(11877), 1, + anon_sym_COMMA, + ACTIONS(11879), 1, + anon_sym_RPAREN, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, ACTIONS(11883), 1, - anon_sym_ATendfinished, - ACTIONS(11885), 1, - aux_sym__notification_token1, - ACTIONS(11889), 1, - aux_sym__text_token3, - ACTIONS(11887), 2, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(5643), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4384), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3789), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [191192] = 8, - ACTIONS(11891), 1, - anon_sym_COMMA, - ACTIONS(11893), 1, - anon_sym_RPAREN, - ACTIONS(11895), 1, + [193313] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - STATE(5116), 1, + ACTIONS(11887), 1, + anon_sym_COMMA, + ACTIONS(11889), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(5544), 1, + STATE(5767), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [191219] = 6, - ACTIONS(11885), 1, + [193340] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11901), 1, + ACTIONS(11891), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3798), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191242] = 6, - ACTIONS(11859), 1, + [193363] = 6, + ACTIONS(11893), 1, + anon_sym_ATendbefore, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11903), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3783), 3, + STATE(3797), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191265] = 6, - ACTIONS(11885), 1, + [193386] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, + ACTIONS(11901), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4410), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3798), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [193409] = 6, + ACTIONS(11903), 1, + anon_sym_ATendsuccess, ACTIONS(11905), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + aux_sym__notification_token1, + ACTIONS(11909), 1, + aux_sym__text_token3, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3909), 3, + STATE(3799), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191288] = 6, - ACTIONS(11859), 1, + [193432] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11907), 1, + ACTIONS(11911), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3908), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191311] = 6, - ACTIONS(11875), 1, + [193455] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11909), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11913), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3791), 3, + STATE(3802), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191334] = 6, - ACTIONS(11867), 1, + [193478] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11911), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11915), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3795), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191357] = 6, - ACTIONS(11885), 1, + [193501] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(11917), 1, + anon_sym_COMMA, + ACTIONS(11919), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5743), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [193528] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(11913), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11921), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191380] = 6, - ACTIONS(11859), 1, + [193551] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(11915), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11923), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191403] = 6, - ACTIONS(11875), 1, + [193574] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11917), 1, + ACTIONS(11925), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3900), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191426] = 6, - ACTIONS(11867), 1, + [193597] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11919), 1, + ACTIONS(11927), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3899), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191449] = 6, - ACTIONS(11885), 1, + [193620] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11921), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11929), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191472] = 6, - ACTIONS(11859), 1, + [193643] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11923), 1, + ACTIONS(11931), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191495] = 6, - ACTIONS(11875), 1, + [193666] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(11933), 1, + anon_sym_COMMA, + ACTIONS(11935), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5789), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [193693] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11925), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11937), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191518] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [193716] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11927), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11939), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191541] = 6, - ACTIONS(11867), 1, + [193739] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11929), 1, + ACTIONS(11941), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3773), 3, + STATE(3821), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191564] = 6, - ACTIONS(11875), 1, + [193762] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11931), 1, + ACTIONS(11943), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3774), 3, + STATE(3822), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191587] = 6, - ACTIONS(11859), 1, + [193785] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11933), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11945), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3775), 3, + STATE(3962), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191610] = 6, - ACTIONS(11885), 1, + [193808] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11935), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11947), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3776), 3, + STATE(4007), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191633] = 6, - ACTIONS(11783), 1, + [193831] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11937), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11949), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191656] = 6, - ACTIONS(11783), 1, + [193854] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11939), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11951), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191679] = 6, - ACTIONS(11867), 1, + [193877] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11941), 1, + ACTIONS(11953), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191702] = 6, - ACTIONS(11875), 1, + [193900] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11943), 1, + ACTIONS(11955), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191725] = 6, - ACTIONS(11859), 1, + [193923] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11945), 1, + ACTIONS(11957), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191748] = 6, - ACTIONS(11885), 1, + [193946] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11947), 1, + ACTIONS(11959), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191771] = 6, - ACTIONS(11783), 1, + [193969] = 6, + ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, + aux_sym__text_token3, + ACTIONS(11961), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4410), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(4136), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [193992] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, + ACTIONS(11899), 1, + aux_sym__text_token3, + ACTIONS(11963), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4384), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(4166), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [194015] = 6, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(11949), 1, + ACTIONS(11965), 1, anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191794] = 6, - ACTIONS(11875), 1, + [194038] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11951), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11967), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3823), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191817] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [194061] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11953), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11969), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3824), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191840] = 8, - ACTIONS(11895), 1, + [194084] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(11955), 1, + ACTIONS(11971), 1, anon_sym_COMMA, - ACTIONS(11957), 1, + ACTIONS(11973), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5600), 1, + STATE(5772), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [191867] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, + [194111] = 6, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(11959), 1, + ACTIONS(11975), 1, anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191890] = 8, - ACTIONS(11895), 1, + [194134] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(11961), 1, + ACTIONS(11977), 1, anon_sym_COMMA, - ACTIONS(11963), 1, + ACTIONS(11979), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5605), 1, + STATE(5774), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [191917] = 6, - ACTIONS(11859), 1, + [194161] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11965), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11981), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191940] = 6, - ACTIONS(11867), 1, + [194184] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11967), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11983), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3804), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191963] = 6, - ACTIONS(11885), 1, + [194207] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11969), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11985), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3763), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [191986] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [194230] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11971), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11987), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192009] = 6, - ACTIONS(11875), 1, + [194253] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11973), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11989), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3964), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192032] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, - ACTIONS(11863), 1, - aux_sym__text_token3, - ACTIONS(11975), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + [194276] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(11991), 1, + anon_sym_COMMA, + ACTIONS(11993), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5786), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4385), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [192055] = 6, - ACTIONS(11885), 1, + [194303] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11977), 1, + ACTIONS(11995), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192078] = 8, - ACTIONS(11895), 1, + [194326] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(11979), 1, + ACTIONS(11997), 1, anon_sym_COMMA, - ACTIONS(11981), 1, + ACTIONS(11999), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5546), 1, + STATE(5764), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [192105] = 6, - ACTIONS(11875), 1, + [194353] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(11983), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12001), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3786), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192128] = 6, - ACTIONS(11859), 1, + [194376] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11985), 1, + ACTIONS(12003), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3764), 3, + STATE(3792), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192151] = 6, - ACTIONS(11875), 1, + [194399] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11987), 1, + ACTIONS(12005), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3765), 3, + STATE(3796), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192174] = 6, - ACTIONS(11867), 1, + [194422] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11989), 1, + ACTIONS(12007), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3801), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192197] = 6, - ACTIONS(11867), 1, + [194445] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11991), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12009), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192220] = 6, - ACTIONS(11867), 1, + [194468] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11993), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12011), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3766), 3, + STATE(3966), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192243] = 6, + [194491] = 6, + ACTIONS(11871), 1, + aux_sym__notification_token1, ACTIONS(11875), 1, + aux_sym__text_token3, + ACTIONS(12013), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4412), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(4120), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [194514] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(11995), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12015), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3806), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192266] = 6, - ACTIONS(11885), 1, + [194537] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(11997), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12017), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192289] = 6, - ACTIONS(11859), 1, + [194560] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(11999), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12019), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3807), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192312] = 6, - ACTIONS(11783), 1, + [194583] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12001), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12021), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192335] = 6, - ACTIONS(11885), 1, + [194606] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12003), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12023), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3808), 3, + STATE(3881), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192358] = 6, - ACTIONS(11875), 1, + [194629] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12005), 1, + ACTIONS(12025), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3882), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192381] = 6, - ACTIONS(11783), 1, + [194652] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12007), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12027), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(3883), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192404] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [194675] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12009), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12029), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3884), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192427] = 6, - ACTIONS(11885), 1, + [194698] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12011), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12031), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4057), 3, + STATE(4082), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192450] = 6, - ACTIONS(11875), 1, + [194721] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12013), 1, + ACTIONS(12033), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4097), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192473] = 6, - ACTIONS(11859), 1, + [194744] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12015), 1, + ACTIONS(12035), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3969), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192496] = 6, - ACTIONS(11885), 1, + [194767] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12017), 1, + ACTIONS(12037), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3971), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192519] = 6, - ACTIONS(11885), 1, - aux_sym__notification_token1, - ACTIONS(11889), 1, - aux_sym__text_token3, - ACTIONS(12019), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + [194790] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12039), 1, + anon_sym_COMMA, + ACTIONS(12041), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5662), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4384), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [192542] = 6, - ACTIONS(11867), 1, + [194817] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12021), 1, + ACTIONS(12043), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3848), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192565] = 6, - ACTIONS(11875), 1, + [194840] = 6, + ACTIONS(12045), 1, + anon_sym_ATendbefore, + ACTIONS(12047), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(12053), 1, aux_sym__text_token3, - ACTIONS(12023), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12050), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3849), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192588] = 6, - ACTIONS(11859), 1, + [194863] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12056), 1, + anon_sym_COMMA, + ACTIONS(12058), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5687), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [194890] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12025), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12060), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3850), 3, + STATE(3891), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192611] = 6, - ACTIONS(11885), 1, + [194913] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12027), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12062), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3851), 3, + STATE(3893), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192634] = 8, - ACTIONS(11895), 1, + [194936] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12029), 1, + ACTIONS(12064), 1, anon_sym_COMMA, - ACTIONS(12031), 1, + ACTIONS(12066), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5607), 1, + STATE(5698), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [192661] = 6, - ACTIONS(11783), 1, + [194963] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12033), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12068), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4104), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192684] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [194986] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12035), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12070), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3827), 3, + STATE(4108), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192707] = 6, - ACTIONS(11867), 1, + [195009] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12037), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12072), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3786), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192730] = 6, - ACTIONS(11875), 1, + [195032] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12039), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12074), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3829), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192753] = 6, - ACTIONS(11859), 1, + [195055] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12041), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12076), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3856), 3, + STATE(3870), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192776] = 6, - ACTIONS(11885), 1, + [195078] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12043), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12078), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3857), 3, + STATE(3871), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192799] = 6, - ACTIONS(11885), 1, + [195101] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12045), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12080), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3874), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192822] = 6, - ACTIONS(11859), 1, + [195124] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12047), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12082), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192845] = 6, - ACTIONS(11875), 1, + [195147] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12049), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12084), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3876), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192868] = 6, - ACTIONS(11867), 1, + [195170] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12051), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12086), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192891] = 8, - ACTIONS(11895), 1, + [195193] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12053), 1, + ACTIONS(12088), 1, anon_sym_COMMA, - ACTIONS(12055), 1, + ACTIONS(12090), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5613), 1, + STATE(5667), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [192918] = 6, - ACTIONS(11783), 1, + [195220] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12057), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12092), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192941] = 6, - ACTIONS(11867), 1, + [195243] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12059), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12094), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192964] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, + [195266] = 6, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12061), 1, + ACTIONS(12096), 1, anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [192987] = 6, - ACTIONS(11875), 1, + [195289] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12063), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12098), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193010] = 6, - ACTIONS(11867), 1, + [195312] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12065), 1, + ACTIONS(12100), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3838), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193033] = 6, - ACTIONS(11875), 1, + [195335] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12067), 1, + ACTIONS(12102), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3839), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193056] = 6, - ACTIONS(11859), 1, + [195358] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12069), 1, + ACTIONS(12104), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3840), 3, + STATE(3894), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193079] = 6, - ACTIONS(11885), 1, + [195381] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12071), 1, + ACTIONS(12106), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3841), 3, + STATE(3895), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193102] = 6, - ACTIONS(11783), 1, + [195404] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12073), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12108), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193125] = 8, - ACTIONS(11895), 1, - aux_sym__section_parameter_token1, - ACTIONS(11897), 1, - aux_sym__text_token1, - ACTIONS(12075), 1, - anon_sym_COMMA, - ACTIONS(12077), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5553), 1, - sym__section_parameter, - ACTIONS(11899), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4312), 2, - sym__text, - aux_sym_php_only_repeat1, - [193152] = 8, - ACTIONS(11895), 1, + [195427] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12079), 1, + ACTIONS(12110), 1, anon_sym_COMMA, - ACTIONS(12081), 1, + ACTIONS(12112), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5598), 1, + STATE(5713), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [193179] = 6, - ACTIONS(11783), 1, + [195454] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12083), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12114), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193202] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, - ACTIONS(11871), 1, - aux_sym__text_token3, - ACTIONS(12085), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + [195477] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12116), 1, + anon_sym_COMMA, + ACTIONS(12118), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5754), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4386), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3896), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [193225] = 6, - ACTIONS(11875), 1, - aux_sym__notification_token1, - ACTIONS(11879), 1, aux_sym__text_token3, - ACTIONS(12087), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4396), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [193248] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, - ACTIONS(11863), 1, - aux_sym__text_token3, - ACTIONS(12089), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + [195504] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12120), 1, + anon_sym_COMMA, + ACTIONS(12122), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5756), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4385), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [193271] = 6, - ACTIONS(11885), 1, + [195531] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12091), 1, + ACTIONS(12124), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3835), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193294] = 6, - ACTIONS(11783), 1, + [195554] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12093), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12126), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(3836), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193317] = 6, - ACTIONS(11885), 1, + [195577] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12095), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12128), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3759), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193340] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [195600] = 6, ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12097), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12130), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3760), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193363] = 6, - ACTIONS(11885), 1, + [195623] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12099), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12132), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3821), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193386] = 6, - ACTIONS(11859), 1, + [195646] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12101), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12134), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3822), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193409] = 6, - ACTIONS(11875), 1, + [195669] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12103), 1, + ACTIONS(12136), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3823), 3, + STATE(3837), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193432] = 6, - ACTIONS(11867), 1, + [195692] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12105), 1, + ACTIONS(12138), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3838), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193455] = 6, - ACTIONS(11875), 1, + [195715] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12107), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12140), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193478] = 6, - ACTIONS(11859), 1, + [195738] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12109), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12142), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193501] = 6, - ACTIONS(11885), 1, + [195761] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12111), 1, + ACTIONS(12144), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193524] = 6, - ACTIONS(11867), 1, + [195784] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12146), 1, + anon_sym_COMMA, + ACTIONS(12148), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5755), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [195811] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12113), 1, + ACTIONS(12150), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3824), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193547] = 6, - ACTIONS(11875), 1, - aux_sym__notification_token1, - ACTIONS(11879), 1, - aux_sym__text_token3, - ACTIONS(12115), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + [195834] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12152), 1, + anon_sym_COMMA, + ACTIONS(12154), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5655), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4396), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3778), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [193570] = 6, - ACTIONS(11867), 1, + [195861] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12117), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12156), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3779), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193593] = 6, - ACTIONS(12119), 1, - anon_sym_ATendfinished, - ACTIONS(12121), 1, + [195884] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(12127), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12124), 2, + ACTIONS(12158), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193616] = 6, - ACTIONS(11859), 1, + [195907] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12130), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12160), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193639] = 6, - ACTIONS(11885), 1, + [195930] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12132), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12162), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193662] = 8, - ACTIONS(11895), 1, + [195953] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12134), 1, + ACTIONS(12164), 1, anon_sym_COMMA, - ACTIONS(12136), 1, + ACTIONS(12166), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5691), 1, + STATE(5746), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [193689] = 6, - ACTIONS(12119), 1, - anon_sym_ATendsuccess, - ACTIONS(12138), 1, + [195980] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(12144), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12141), 2, + ACTIONS(12168), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3910), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193712] = 8, - ACTIONS(11895), 1, + [196003] = 6, + ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, + aux_sym__text_token3, + ACTIONS(12170), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4410), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(3911), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [196026] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12147), 1, + ACTIONS(12172), 1, anon_sym_COMMA, - ACTIONS(12149), 1, + ACTIONS(12174), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5615), 1, + STATE(5759), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [193739] = 6, - ACTIONS(11885), 1, + [196053] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12151), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12176), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3809), 3, + STATE(3914), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193762] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [196076] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12153), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12178), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3915), 3, + STATE(3919), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193785] = 6, - ACTIONS(11875), 1, + [196099] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12155), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12180), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3918), 3, + STATE(3858), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193808] = 6, - ACTIONS(12119), 1, - anon_sym_ATendafter, - ACTIONS(12157), 1, + [196122] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(12163), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12160), 2, + ACTIONS(12182), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, STATE(3864), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193831] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [196145] = 6, ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12166), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12184), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3919), 3, + STATE(3866), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193854] = 6, - ACTIONS(11859), 1, + [196168] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12168), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12186), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4034), 3, + STATE(3869), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193877] = 6, - ACTIONS(11875), 1, - aux_sym__notification_token1, - ACTIONS(11879), 1, - aux_sym__text_token3, - ACTIONS(12170), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + [196191] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12188), 1, + anon_sym_COMMA, + ACTIONS(12190), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5739), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4396), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4066), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [193900] = 6, - ACTIONS(11885), 1, + [196218] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12172), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12192), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3920), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193923] = 6, - ACTIONS(11867), 1, + [196241] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12194), 1, + anon_sym_COMMA, + ACTIONS(12196), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5742), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [196268] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12174), 1, + ACTIONS(12198), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3879), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193946] = 6, - ACTIONS(11875), 1, + [196291] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12176), 1, + ACTIONS(12200), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3880), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193969] = 6, - ACTIONS(11859), 1, + [196314] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12202), 1, + anon_sym_COMMA, + ACTIONS(12204), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5674), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [196341] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12178), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12206), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3882), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [193992] = 6, - ACTIONS(11885), 1, + [196364] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12180), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12208), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194015] = 6, - ACTIONS(11859), 1, + [196387] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12182), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12210), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3957), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194038] = 6, - ACTIONS(11875), 1, + [196410] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12184), 1, + ACTIONS(12212), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3958), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194061] = 6, - ACTIONS(11867), 1, + [196433] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12186), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12214), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4067), 3, + STATE(3959), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194084] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [196456] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12188), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12216), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3960), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194107] = 6, - ACTIONS(11885), 1, + [196479] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12190), 1, + ACTIONS(12218), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3887), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194130] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, + [196502] = 6, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12192), 1, + ACTIONS(12220), 1, anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194153] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [196525] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12222), 1, + anon_sym_COMMA, + ACTIONS(12224), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5776), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [196552] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12226), 1, + anon_sym_COMMA, + ACTIONS(12228), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5644), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [196579] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12230), 1, + anon_sym_COMMA, + ACTIONS(12232), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5608), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [196606] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12194), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12234), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194176] = 6, - ACTIONS(11875), 1, + [196629] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12196), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12236), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194199] = 6, - ACTIONS(11875), 1, + [196652] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12198), 1, + ACTIONS(12238), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3802), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194222] = 6, - ACTIONS(11859), 1, + [196675] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12200), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12240), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194245] = 6, - ACTIONS(11867), 1, + [196698] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12242), 1, + anon_sym_COMMA, + ACTIONS(12244), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5735), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [196725] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12202), 1, + ACTIONS(12246), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3748), 3, + STATE(3948), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194268] = 6, - ACTIONS(11875), 1, + [196748] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12204), 1, + ACTIONS(12248), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3925), 3, + STATE(3949), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194291] = 6, - ACTIONS(11859), 1, + [196771] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12206), 1, + ACTIONS(12250), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3926), 3, + STATE(3950), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194314] = 6, - ACTIONS(11885), 1, + [196794] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12208), 1, + ACTIONS(12252), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3927), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194337] = 6, - ACTIONS(11885), 1, + [196817] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12210), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12254), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194360] = 6, - ACTIONS(11783), 1, + [196840] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12212), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12256), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194383] = 6, - ACTIONS(11859), 1, + [196863] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12214), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12258), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194406] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [196886] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12216), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12260), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3794), 3, + STATE(3952), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194429] = 8, - ACTIONS(11895), 1, - aux_sym__section_parameter_token1, - ACTIONS(11897), 1, - aux_sym__text_token1, - ACTIONS(12218), 1, - anon_sym_COMMA, - ACTIONS(12220), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5561), 1, - sym__section_parameter, - ACTIONS(11899), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4312), 2, - sym__text, - aux_sym_php_only_repeat1, - [194456] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, + [196909] = 6, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12222), 1, + ACTIONS(12262), 1, anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194479] = 8, - ACTIONS(11895), 1, + [196932] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12224), 1, + ACTIONS(12264), 1, anon_sym_COMMA, - ACTIONS(12226), 1, + ACTIONS(12266), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5620), 1, + STATE(5723), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [194506] = 6, - ACTIONS(11885), 1, + [196959] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12228), 1, + ACTIONS(12268), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3827), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194529] = 6, - ACTIONS(11859), 1, + [196982] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12230), 1, + ACTIONS(12270), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3833), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194552] = 6, - ACTIONS(12119), 1, - anon_sym_ATendbefore, - ACTIONS(12232), 1, + [197005] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(12238), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12235), 2, + ACTIONS(12272), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3839), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194575] = 6, - ACTIONS(11875), 1, + [197028] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12241), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12274), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3849), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194598] = 6, - ACTIONS(11867), 1, + [197051] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12243), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12276), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4372), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(4116), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [197074] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12278), 1, + anon_sym_COMMA, + ACTIONS(12280), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5726), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [197101] = 6, + ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, + aux_sym__text_token3, + ACTIONS(12282), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3912), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194621] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, - ACTIONS(11871), 1, + [197124] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12284), 1, + anon_sym_COMMA, + ACTIONS(12286), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5724), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, aux_sym__text_token3, - ACTIONS(12245), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [197151] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12288), 1, + anon_sym_COMMA, + ACTIONS(12290), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5791), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4386), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [194644] = 6, - ACTIONS(11875), 1, + [197178] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12247), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12292), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194667] = 6, - ACTIONS(11875), 1, + [197201] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12249), 1, + ACTIONS(12294), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3913), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194690] = 6, - ACTIONS(11859), 1, + [197224] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12251), 1, + ACTIONS(12296), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3916), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194713] = 6, - ACTIONS(11885), 1, + [197247] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12253), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12298), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3917), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194736] = 6, - ACTIONS(11885), 1, + [197270] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12255), 1, + ACTIONS(12300), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3872), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194759] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, - ACTIONS(11863), 1, - aux_sym__text_token3, - ACTIONS(12257), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + [197293] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12302), 1, + anon_sym_COMMA, + ACTIONS(12304), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5736), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4385), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3873), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [194782] = 6, - ACTIONS(11875), 1, + [197320] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12259), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12306), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3874), 3, + STATE(3924), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194805] = 6, - ACTIONS(11867), 1, + [197343] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12261), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12308), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3876), 3, + STATE(3925), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194828] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [197366] = 6, ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12263), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12310), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3926), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194851] = 6, - ACTIONS(11885), 1, + [197389] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12265), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12312), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194874] = 6, - ACTIONS(11783), 1, + [197412] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12267), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12314), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194897] = 6, - ACTIONS(11783), 1, + [197435] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12269), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12316), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194920] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [197458] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12271), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12318), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194943] = 6, - ACTIONS(11875), 1, + [197481] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12273), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12320), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3927), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194966] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [197504] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12275), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12322), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [194989] = 6, - ACTIONS(11867), 1, + [197527] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12277), 1, + ACTIONS(12324), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3985), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195012] = 6, - ACTIONS(11859), 1, + [197550] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12279), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12326), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195035] = 6, - ACTIONS(11885), 1, - aux_sym__notification_token1, - ACTIONS(11889), 1, - aux_sym__text_token3, - ACTIONS(12281), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + [197573] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12328), 1, + anon_sym_COMMA, + ACTIONS(12330), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5621), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4384), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [195058] = 6, - ACTIONS(11875), 1, + [197600] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12283), 1, + ACTIONS(12332), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195081] = 6, - ACTIONS(11859), 1, + [197623] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12285), 1, + ACTIONS(12334), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3990), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195104] = 6, - ACTIONS(11885), 1, + [197646] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12287), 1, + ACTIONS(12336), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3889), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195127] = 6, - ACTIONS(11867), 1, + [197669] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12289), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12338), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3935), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195150] = 6, - ACTIONS(11783), 1, + [197692] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12340), 1, + anon_sym_COMMA, + ACTIONS(12342), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5622), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [197719] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12291), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12344), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195173] = 6, - ACTIONS(11875), 1, + [197742] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12293), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12346), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3936), 3, + STATE(3790), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195196] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [197765] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12295), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12348), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4096), 3, + STATE(3997), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195219] = 6, - ACTIONS(11875), 1, + [197788] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12297), 1, + ACTIONS(12350), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3807), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195242] = 6, - ACTIONS(11859), 1, + [197811] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12299), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12352), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3808), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195265] = 6, - ACTIONS(11885), 1, + [197834] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12301), 1, + ACTIONS(12354), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195288] = 8, - ACTIONS(11895), 1, + [197857] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12303), 1, + ACTIONS(12356), 1, anon_sym_COMMA, - ACTIONS(12305), 1, + ACTIONS(12358), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5593), 1, + STATE(5598), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [195315] = 8, - ACTIONS(11895), 1, + [197884] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12307), 1, + ACTIONS(12360), 1, anon_sym_COMMA, - ACTIONS(12309), 1, + ACTIONS(12362), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5563), 1, + STATE(5637), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [195342] = 6, - ACTIONS(11859), 1, + [197911] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12311), 1, + ACTIONS(12364), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3938), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195365] = 6, - ACTIONS(11885), 1, + [197934] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12313), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12366), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3940), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195388] = 8, + [197957] = 6, ACTIONS(11895), 1, - aux_sym__section_parameter_token1, - ACTIONS(11897), 1, - aux_sym__text_token1, - ACTIONS(12315), 1, - anon_sym_COMMA, - ACTIONS(12317), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5631), 1, - sym__section_parameter, - ACTIONS(11899), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4312), 2, - sym__text, - aux_sym_php_only_repeat1, - [195415] = 6, - ACTIONS(11783), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12319), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12368), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195438] = 8, - ACTIONS(11895), 1, + [197980] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12321), 1, + ACTIONS(12370), 1, anon_sym_COMMA, - ACTIONS(12323), 1, + ACTIONS(12372), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5633), 1, + STATE(5699), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [195465] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, - ACTIONS(11871), 1, - aux_sym__text_token3, - ACTIONS(12325), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + [198007] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12374), 1, + anon_sym_COMMA, + ACTIONS(12376), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5704), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4386), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [195488] = 6, - ACTIONS(11875), 1, + [198034] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12327), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12378), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195511] = 6, - ACTIONS(11885), 1, + [198057] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12329), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12380), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195534] = 6, - ACTIONS(11859), 1, + [198080] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12331), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12382), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3932), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195557] = 6, - ACTIONS(11859), 1, + [198103] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12333), 1, + ACTIONS(12384), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3933), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195580] = 6, - ACTIONS(11885), 1, + [198126] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12335), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12386), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3934), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195603] = 6, - ACTIONS(11885), 1, + [198149] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12337), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12388), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195626] = 6, - ACTIONS(11875), 1, + [198172] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12339), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12390), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195649] = 6, - ACTIONS(11867), 1, + [198195] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12341), 1, + ACTIONS(12392), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4033), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195672] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [198218] = 6, ACTIONS(11863), 1, - aux_sym__text_token3, - ACTIONS(12343), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4385), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3859), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [195695] = 6, - ACTIONS(11885), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12345), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12394), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3894), 3, + STATE(4034), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195718] = 6, - ACTIONS(11859), 1, + [198241] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12347), 1, + ACTIONS(12396), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3895), 3, + STATE(4035), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195741] = 6, - ACTIONS(11783), 1, + [198264] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12349), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12398), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4036), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195764] = 6, - ACTIONS(11885), 1, + [198287] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12351), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12400), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3935), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195787] = 6, - ACTIONS(11875), 1, + [198310] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12353), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12402), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3897), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195810] = 6, - ACTIONS(11885), 1, + [198333] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12355), 1, + ACTIONS(12404), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3937), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195833] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, - ACTIONS(11871), 1, - aux_sym__text_token3, - ACTIONS(12357), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + [198356] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12406), 1, + anon_sym_COMMA, + ACTIONS(12408), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5700), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4386), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3914), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [195856] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, - ACTIONS(11863), 1, - aux_sym__text_token3, - ACTIONS(12359), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + [198383] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12410), 1, + anon_sym_COMMA, + ACTIONS(12412), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5577), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4385), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3939), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [195879] = 6, - ACTIONS(11875), 1, - aux_sym__notification_token1, - ACTIONS(11879), 1, - aux_sym__text_token3, - ACTIONS(12361), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + [198410] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12414), 1, + anon_sym_COMMA, + ACTIONS(12416), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5706), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4396), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3942), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [195902] = 6, - ACTIONS(11867), 1, + [198437] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12363), 1, + ACTIONS(12418), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3943), 3, + STATE(4020), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195925] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [198460] = 6, ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12365), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12420), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4022), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195948] = 6, - ACTIONS(11875), 1, + [198483] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12367), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12422), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3976), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195971] = 6, - ACTIONS(11867), 1, + [198506] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12369), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12424), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3979), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [195994] = 6, - ACTIONS(11875), 1, + [198529] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12371), 1, + ACTIONS(12426), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3980), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196017] = 6, - ACTIONS(11867), 1, + [198552] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12373), 1, + ACTIONS(12428), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4000), 3, + STATE(3981), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196040] = 6, - ACTIONS(11875), 1, + [198575] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12375), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12430), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4001), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196063] = 6, - ACTIONS(11859), 1, + [198598] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12377), 1, + ACTIONS(12432), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4002), 3, + STATE(4023), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196086] = 6, - ACTIONS(11885), 1, + [198621] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12379), 1, + ACTIONS(12434), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4003), 3, + STATE(4037), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196109] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [198644] = 6, ACTIONS(11871), 1, - aux_sym__text_token3, - ACTIONS(12381), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4386), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3896), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [196132] = 6, - ACTIONS(11867), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12383), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12436), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3984), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196155] = 6, - ACTIONS(11875), 1, + [198667] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12385), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12438), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3989), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196178] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [198690] = 6, ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12387), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12440), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3994), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196201] = 6, - ACTIONS(11885), 1, + [198713] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12389), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12442), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3999), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196224] = 8, - ACTIONS(11895), 1, + [198736] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12391), 1, + ACTIONS(12444), 1, anon_sym_COMMA, - ACTIONS(12393), 1, + ACTIONS(12446), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5638), 1, + STATE(5676), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [196251] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, - ACTIONS(11787), 1, - aux_sym__text_token3, - ACTIONS(12395), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + [198763] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12448), 1, + anon_sym_COMMA, + ACTIONS(12450), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5612), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4416), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [196274] = 8, - ACTIONS(11895), 1, + [198790] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12397), 1, + ACTIONS(12452), 1, anon_sym_COMMA, - ACTIONS(12399), 1, + ACTIONS(12454), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5697), 1, + STATE(5574), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [196301] = 6, - ACTIONS(11885), 1, + [198817] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12401), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12456), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196324] = 6, - ACTIONS(11859), 1, + [198840] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12403), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12458), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196347] = 6, - ACTIONS(11875), 1, + [198863] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12405), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12460), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196370] = 6, - ACTIONS(11867), 1, + [198886] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12407), 1, + ACTIONS(12462), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196393] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, + [198909] = 6, ACTIONS(11787), 1, - aux_sym__text_token3, - ACTIONS(12409), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4416), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3990), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [196416] = 6, - ACTIONS(11867), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12411), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12464), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4046), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196439] = 6, - ACTIONS(11875), 1, + [198932] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12413), 1, + ACTIONS(12466), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4049), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196462] = 6, - ACTIONS(11859), 1, + [198955] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12415), 1, + ACTIONS(12468), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4385), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(4050), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [196485] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, - ACTIONS(11871), 1, - aux_sym__text_token3, - ACTIONS(12417), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3957), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196508] = 8, - ACTIONS(11895), 1, + [198978] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12419), 1, + ACTIONS(12470), 1, anon_sym_COMMA, - ACTIONS(12421), 1, + ACTIONS(12472), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5695), 1, + STATE(5572), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [196535] = 6, - ACTIONS(11885), 1, + [199005] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12423), 1, + ACTIONS(12474), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3971), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196558] = 6, - ACTIONS(11859), 1, + [199028] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12425), 1, + ACTIONS(12476), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3972), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196581] = 8, - ACTIONS(11895), 1, - aux_sym__section_parameter_token1, - ACTIONS(11897), 1, - aux_sym__text_token1, - ACTIONS(12427), 1, - anon_sym_COMMA, - ACTIONS(12429), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5568), 1, - sym__section_parameter, - ACTIONS(11899), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4312), 2, - sym__text, - aux_sym_php_only_repeat1, - [196608] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [199051] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12431), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12478), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4010), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196631] = 6, - ACTIONS(11875), 1, + [199074] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12433), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12480), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3973), 3, + STATE(4011), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196654] = 6, - ACTIONS(11783), 1, + [199097] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12435), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12482), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4012), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196677] = 6, - ACTIONS(11867), 1, + [199120] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12437), 1, + ACTIONS(12484), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3974), 3, + STATE(4013), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196700] = 6, - ACTIONS(11885), 1, + [199143] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12439), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12486), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4059), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196723] = 6, - ACTIONS(11875), 1, + [199166] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12441), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12488), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196746] = 6, - ACTIONS(12119), 1, - anon_sym_ATenderror, - ACTIONS(12443), 1, + [199189] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(12449), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12446), 2, + ACTIONS(12490), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196769] = 6, - ACTIONS(11875), 1, + [199212] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12452), 1, + ACTIONS(12492), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3956), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196792] = 6, - ACTIONS(11859), 1, + [199235] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12454), 1, + ACTIONS(12494), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3955), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196815] = 6, - ACTIONS(11885), 1, + [199258] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12456), 1, + ACTIONS(12496), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3948), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196838] = 6, - ACTIONS(11859), 1, + [199281] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12458), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12498), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196861] = 6, - ACTIONS(11885), 1, + [199304] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12500), 1, + anon_sym_COMMA, + ACTIONS(12502), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5576), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [199331] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12460), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12504), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196884] = 6, - ACTIONS(11859), 1, + [199354] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12506), 1, + anon_sym_COMMA, + ACTIONS(12508), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5604), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [199381] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12462), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12510), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196907] = 6, - ACTIONS(11875), 1, + [199404] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12464), 1, + ACTIONS(12512), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196930] = 6, - ACTIONS(11867), 1, + [199427] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12466), 1, + ACTIONS(12514), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196953] = 6, - ACTIONS(11885), 1, + [199450] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12468), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12516), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196976] = 6, - ACTIONS(11867), 1, + [199473] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12518), 1, + anon_sym_COMMA, + ACTIONS(12520), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5669), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [199500] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12522), 1, + anon_sym_COMMA, + ACTIONS(12524), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5668), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [199527] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12470), 1, + ACTIONS(12526), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4076), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [196999] = 6, - ACTIONS(11875), 1, + [199550] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12472), 1, + ACTIONS(12528), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4077), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197022] = 6, - ACTIONS(11859), 1, + [199573] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12474), 1, + ACTIONS(12530), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4080), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197045] = 6, - ACTIONS(11885), 1, + [199596] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12476), 1, + ACTIONS(12532), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4081), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197068] = 8, - ACTIONS(11895), 1, + [199619] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12478), 1, + ACTIONS(12534), 1, anon_sym_COMMA, - ACTIONS(12480), 1, + ACTIONS(12536), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5689), 1, + STATE(5661), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, - sym__text, - aux_sym_php_only_repeat1, - [197095] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, - ACTIONS(11787), 1, - aux_sym__text_token3, - ACTIONS(12482), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4416), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [197118] = 6, - ACTIONS(11885), 1, + [199646] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12484), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12538), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3995), 3, + STATE(3809), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197141] = 6, - ACTIONS(11859), 1, + [199669] = 6, + ACTIONS(12045), 1, + anon_sym_ATendafter, + ACTIONS(12540), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(12546), 1, aux_sym__text_token3, - ACTIONS(12486), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12543), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3996), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197164] = 8, - ACTIONS(11895), 1, + [199692] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12488), 1, + ACTIONS(12549), 1, anon_sym_COMMA, - ACTIONS(12490), 1, + ACTIONS(12551), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5643), 1, + STATE(5678), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [197191] = 8, + [199719] = 6, ACTIONS(11895), 1, - aux_sym__section_parameter_token1, - ACTIONS(11897), 1, - aux_sym__text_token1, - ACTIONS(12492), 1, - anon_sym_COMMA, - ACTIONS(12494), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5585), 1, - sym__section_parameter, - ACTIONS(11899), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4312), 2, - sym__text, - aux_sym_php_only_repeat1, - [197218] = 6, - ACTIONS(11875), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12496), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12553), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3997), 3, + STATE(4091), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197241] = 6, - ACTIONS(11867), 1, + [199742] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12498), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12555), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3998), 3, + STATE(4090), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197264] = 6, - ACTIONS(11885), 1, + [199765] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12500), 1, + ACTIONS(12557), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4025), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197287] = 6, - ACTIONS(11859), 1, + [199788] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12502), 1, + ACTIONS(12559), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4026), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197310] = 6, - ACTIONS(11875), 1, + [199811] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, - aux_sym__text_token3, - ACTIONS(12504), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4396), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(3864), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [197333] = 8, - ACTIONS(11895), 1, - aux_sym__section_parameter_token1, - ACTIONS(11897), 1, - aux_sym__text_token1, - ACTIONS(12506), 1, - anon_sym_COMMA, - ACTIONS(12508), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5684), 1, - sym__section_parameter, - ACTIONS(11899), 2, - aux_sym__text_token2, + ACTIONS(11867), 1, aux_sym__text_token3, - STATE(4312), 2, + ACTIONS(12561), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - [197360] = 6, - ACTIONS(11867), 1, + STATE(4031), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [199834] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12510), 1, + ACTIONS(12563), 1, anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4032), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197383] = 6, - ACTIONS(11783), 1, + [199857] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12512), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12565), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(3810), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197406] = 6, - ACTIONS(11783), 1, + [199880] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12514), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12567), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197429] = 6, - ACTIONS(11867), 1, + [199903] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12516), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12569), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4043), 3, + STATE(4089), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197452] = 6, - ACTIONS(11875), 1, + [199926] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12518), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12571), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4044), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197475] = 6, - ACTIONS(11859), 1, + [199949] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12520), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12573), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4045), 3, + STATE(4088), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197498] = 6, - ACTIONS(11885), 1, + [199972] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12575), 1, + anon_sym_COMMA, + ACTIONS(12577), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5666), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [199999] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12522), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12579), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4051), 3, + STATE(4109), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197521] = 6, - ACTIONS(11885), 1, + [200022] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12524), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12581), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4110), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197544] = 6, - ACTIONS(11859), 1, + [200045] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12526), 1, + ACTIONS(12583), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4111), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197567] = 6, - ACTIONS(11875), 1, + [200068] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12528), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12585), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4112), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197590] = 6, - ACTIONS(11867), 1, + [200091] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12530), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12587), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197613] = 6, - ACTIONS(11783), 1, + [200114] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12532), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12589), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197636] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, + [200137] = 6, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12534), 1, + ACTIONS(12591), 1, anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197659] = 8, - ACTIONS(11895), 1, + [200160] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12536), 1, + ACTIONS(12593), 1, anon_sym_COMMA, - ACTIONS(12538), 1, + ACTIONS(12595), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5650), 1, + STATE(5596), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [197686] = 8, - ACTIONS(11895), 1, + [200187] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12540), 1, + ACTIONS(12597), 1, anon_sym_COMMA, - ACTIONS(12542), 1, + ACTIONS(12599), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5573), 1, + STATE(5605), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [197713] = 6, - ACTIONS(11783), 1, + [200214] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12544), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12601), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197736] = 8, - ACTIONS(11895), 1, + [200237] = 6, + ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, + aux_sym__text_token3, + ACTIONS(12603), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4410), 2, + sym__text, + aux_sym_php_only_repeat1, + STATE(4053), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [200260] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12546), 1, + ACTIONS(12605), 1, anon_sym_COMMA, - ACTIONS(12548), 1, + ACTIONS(12607), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5681), 1, + STATE(5584), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [197763] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, + [200287] = 6, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12550), 1, + ACTIONS(12609), 1, anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197786] = 6, - ACTIONS(11859), 1, + [200310] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12552), 1, + ACTIONS(12611), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197809] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [200333] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12554), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12613), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4069), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197832] = 6, - ACTIONS(11875), 1, + [200356] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12556), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12615), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4070), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197855] = 6, - ACTIONS(11859), 1, + [200379] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12617), 1, + anon_sym_COMMA, + ACTIONS(12619), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5588), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [200406] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12558), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12621), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4071), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197878] = 6, - ACTIONS(11885), 1, + [200429] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12560), 1, + ACTIONS(12623), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4072), 3, + STATE(4062), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197901] = 6, - ACTIONS(11885), 1, + [200452] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12562), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12625), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4023), 3, + STATE(4064), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197924] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [200475] = 6, ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12564), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12627), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4024), 3, + STATE(4071), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197947] = 6, - ACTIONS(11875), 1, + [200498] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12566), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12629), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4025), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197970] = 6, - ACTIONS(11867), 1, + [200521] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12568), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12631), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4026), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [197993] = 6, - ACTIONS(11867), 1, + [200544] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12570), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12633), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198016] = 6, - ACTIONS(11875), 1, + [200567] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12572), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12635), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198039] = 6, - ACTIONS(11859), 1, + [200590] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12574), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12637), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4072), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198062] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [200613] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12576), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12639), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198085] = 8, - ACTIONS(11895), 1, + [200636] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12578), 1, + ACTIONS(12641), 1, anon_sym_COMMA, - ACTIONS(12580), 1, + ACTIONS(12643), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5675), 1, + STATE(5738), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [198112] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, + [200663] = 6, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12582), 1, + ACTIONS(12645), 1, anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198135] = 6, - ACTIONS(11875), 1, + [200686] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12584), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12647), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198158] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [200709] = 6, ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12586), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12649), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198181] = 6, - ACTIONS(11885), 1, + [200732] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12588), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12651), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198204] = 8, + [200755] = 6, ACTIONS(11895), 1, - aux_sym__section_parameter_token1, - ACTIONS(11897), 1, - aux_sym__text_token1, - ACTIONS(12590), 1, - anon_sym_COMMA, - ACTIONS(12592), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5652), 1, - sym__section_parameter, - ACTIONS(11899), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4312), 2, - sym__text, - aux_sym_php_only_repeat1, - [198231] = 6, - ACTIONS(11885), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12594), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12653), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198254] = 6, - ACTIONS(11859), 1, + [200778] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12596), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12655), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4117), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198277] = 6, - ACTIONS(11875), 1, + [200801] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12598), 1, + ACTIONS(12657), 1, anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4118), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198300] = 6, - ACTIONS(11867), 1, + [200824] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12600), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12659), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4119), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198323] = 6, - ACTIONS(11885), 1, + [200847] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12602), 1, + ACTIONS(12661), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4121), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198346] = 6, - ACTIONS(11783), 1, + [200870] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12604), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12663), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198369] = 6, - ACTIONS(11885), 1, - aux_sym__notification_token1, - ACTIONS(11889), 1, - aux_sym__text_token3, - ACTIONS(12606), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + [200893] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12665), 1, + anon_sym_COMMA, + ACTIONS(12667), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5645), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4384), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [198392] = 8, - ACTIONS(11895), 1, + [200920] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12608), 1, + ACTIONS(12669), 1, anon_sym_COMMA, - ACTIONS(12610), 1, + ACTIONS(12671), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5673), 1, + STATE(5603), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [198419] = 6, - ACTIONS(11783), 1, - aux_sym__notification_token1, + [200947] = 6, ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12612), 1, + ACTIONS(12673), 1, anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198442] = 6, - ACTIONS(11885), 1, + [200970] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12614), 1, + ACTIONS(12675), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4053), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198465] = 6, - ACTIONS(11859), 1, + [200993] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12616), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12677), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4054), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198488] = 6, - ACTIONS(11875), 1, + [201016] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, - aux_sym__text_token3, - ACTIONS(12618), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4396), 2, - sym__text, - aux_sym_php_only_repeat1, - STATE(4055), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [198511] = 6, ACTIONS(11867), 1, - aux_sym__notification_token1, - ACTIONS(11871), 1, aux_sym__text_token3, - ACTIONS(12620), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12679), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4056), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198534] = 6, - ACTIONS(11875), 1, + [201039] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12622), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12681), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198557] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [201062] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12624), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12683), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198580] = 8, - ACTIONS(11895), 1, + [201085] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12626), 1, + ACTIONS(12685), 1, anon_sym_COMMA, - ACTIONS(12628), 1, + ACTIONS(12687), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5575), 1, + STATE(5646), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [198607] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, - ACTIONS(11871), 1, - aux_sym__text_token3, - ACTIONS(12630), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + [201112] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, aux_sym__text_token1, + ACTIONS(12689), 1, + anon_sym_COMMA, + ACTIONS(12691), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5641), 1, + sym__section_parameter, + ACTIONS(11885), 2, aux_sym__text_token2, - STATE(4386), 2, + aux_sym__text_token3, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, - sym__notification, - sym_php_only, - aux_sym__before_repeat1, - [198630] = 6, - ACTIONS(11875), 1, + [201139] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12632), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12693), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198653] = 6, - ACTIONS(11859), 1, + [201162] = 6, + ACTIONS(12045), 1, + anon_sym_ATenderror, + ACTIONS(12695), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(12701), 1, aux_sym__text_token3, - ACTIONS(12634), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12698), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198676] = 6, - ACTIONS(11885), 1, + [201185] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12636), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12704), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198699] = 6, - ACTIONS(11885), 1, + [201208] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12638), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12706), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198722] = 6, - ACTIONS(11859), 1, + [201231] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12640), 1, + ACTIONS(12708), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198745] = 6, - ACTIONS(11875), 1, + [201254] = 6, + ACTIONS(12045), 1, + anon_sym_ATendfinished, + ACTIONS(12710), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(12716), 1, aux_sym__text_token3, - ACTIONS(12642), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12713), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198768] = 6, - ACTIONS(11867), 1, - aux_sym__notification_token1, + [201277] = 6, ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12644), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12719), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198791] = 8, - ACTIONS(11895), 1, + [201300] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12646), 1, + ACTIONS(12721), 1, anon_sym_COMMA, - ACTIONS(12648), 1, + ACTIONS(12723), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5668), 1, + STATE(5660), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [198818] = 6, - ACTIONS(11783), 1, + [201327] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12650), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12725), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4120), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198841] = 6, - ACTIONS(11885), 1, + [201350] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12652), 1, + ACTIONS(12727), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4073), 3, + STATE(3812), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198864] = 6, - ACTIONS(11859), 1, + [201373] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12654), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12729), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4074), 3, + STATE(4093), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198887] = 6, - ACTIONS(11875), 1, + [201396] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12656), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12731), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4075), 3, + STATE(4128), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198910] = 6, - ACTIONS(11867), 1, + [201419] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12658), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12733), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4076), 3, + STATE(4096), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198933] = 8, - ACTIONS(11895), 1, - aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + [201442] = 6, + ACTIONS(12045), 1, + anon_sym_ATendsuccess, + ACTIONS(12735), 1, + aux_sym__notification_token1, + ACTIONS(12741), 1, + aux_sym__text_token3, + ACTIONS(12738), 2, aux_sym__text_token1, - ACTIONS(12660), 1, - anon_sym_COMMA, - ACTIONS(12662), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5663), 1, - sym__section_parameter, - ACTIONS(11899), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4312), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - [198960] = 6, - ACTIONS(11867), 1, + STATE(4128), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [201465] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12664), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12744), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3963), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [198983] = 6, - ACTIONS(11875), 1, + [201488] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12666), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12746), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3958), 3, + STATE(3850), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199006] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [201511] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12748), 1, + anon_sym_COMMA, + ACTIONS(12750), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5610), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [201538] = 6, ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12668), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12752), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3944), 3, + STATE(4098), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199029] = 6, - ACTIONS(11885), 1, + [201561] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12670), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12754), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3941), 3, + STATE(4099), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199052] = 6, - ACTIONS(11867), 1, + [201584] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12756), 1, + anon_sym_COMMA, + ACTIONS(12758), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5640), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [201611] = 8, + ACTIONS(11881), 1, + aux_sym__section_parameter_token1, + ACTIONS(11883), 1, + aux_sym__text_token1, + ACTIONS(12760), 1, + anon_sym_COMMA, + ACTIONS(12762), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5697), 1, + sym__section_parameter, + ACTIONS(11885), 2, + aux_sym__text_token2, + aux_sym__text_token3, + STATE(4310), 2, + sym__text, + aux_sym_php_only_repeat1, + [201638] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12672), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12764), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4016), 3, + STATE(4053), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199075] = 6, - ACTIONS(11875), 1, + [201661] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12674), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12766), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4014), 3, + STATE(4164), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199098] = 6, - ACTIONS(11859), 1, - aux_sym__notification_token1, + [201684] = 6, ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12676), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12768), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4013), 3, + STATE(4165), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199121] = 6, - ACTIONS(11885), 1, + [201707] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12678), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12770), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4012), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199144] = 6, - ACTIONS(11885), 1, + [201730] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12680), 1, - anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(12772), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3855), 3, + STATE(4167), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199167] = 6, - ACTIONS(11859), 1, + [201753] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12682), 1, + ACTIONS(12774), 1, anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3859), 3, + STATE(3811), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199190] = 8, - ACTIONS(11895), 1, + [201776] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(11897), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12684), 1, + ACTIONS(12776), 1, anon_sym_COMMA, - ACTIONS(12686), 1, + ACTIONS(12778), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5583), 1, + STATE(5634), 1, sym__section_parameter, - ACTIONS(11899), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4312), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [199217] = 6, - ACTIONS(11875), 1, + [201803] = 6, + ACTIONS(11895), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11899), 1, aux_sym__text_token3, - ACTIONS(12688), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12780), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3864), 3, + STATE(4163), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199240] = 6, - ACTIONS(11867), 1, + [201826] = 6, + ACTIONS(11863), 1, aux_sym__notification_token1, - ACTIONS(11871), 1, + ACTIONS(11867), 1, aux_sym__text_token3, - ACTIONS(12690), 1, - anon_sym_ATendbefore, - ACTIONS(11869), 2, + ACTIONS(12782), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4386), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3896), 3, + STATE(4162), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199263] = 6, - ACTIONS(11783), 1, + [201849] = 6, + ACTIONS(11905), 1, aux_sym__notification_token1, - ACTIONS(11787), 1, + ACTIONS(11909), 1, aux_sym__text_token3, - ACTIONS(12692), 1, - anon_sym_ATenderror, - ACTIONS(11785), 2, + ACTIONS(12784), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4416), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - STATE(3990), 3, + STATE(4161), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199286] = 8, - ACTIONS(11895), 1, - aux_sym__section_parameter_token1, - ACTIONS(11897), 1, - aux_sym__text_token1, - ACTIONS(12694), 1, - anon_sym_COMMA, - ACTIONS(12696), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5658), 1, - sym__section_parameter, - ACTIONS(11899), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4312), 2, - sym__text, - aux_sym_php_only_repeat1, - [199313] = 6, - ACTIONS(11885), 1, + [201872] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11889), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12698), 1, + ACTIONS(12786), 1, anon_sym_ATendfinished, - ACTIONS(11887), 2, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4384), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4092), 3, + STATE(4160), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199336] = 6, - ACTIONS(11859), 1, + [201895] = 6, + ACTIONS(11787), 1, aux_sym__notification_token1, - ACTIONS(11863), 1, + ACTIONS(11791), 1, aux_sym__text_token3, - ACTIONS(12700), 1, - anon_sym_ATendsuccess, - ACTIONS(11861), 2, + ACTIONS(12788), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4385), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4093), 3, + STATE(4116), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199359] = 6, - ACTIONS(11875), 1, + [201918] = 6, + ACTIONS(11871), 1, aux_sym__notification_token1, - ACTIONS(11879), 1, + ACTIONS(11875), 1, aux_sym__text_token3, - ACTIONS(12702), 1, - anon_sym_ATendafter, - ACTIONS(11877), 2, + ACTIONS(12790), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4396), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - STATE(4095), 3, + STATE(3783), 3, sym__notification, sym_php_only, aux_sym__before_repeat1, - [199382] = 7, - ACTIONS(12704), 1, - anon_sym_RPAREN, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, - aux_sym__text_token1, - STATE(5116), 1, - sym_text, - STATE(5837), 1, - sym__section_parameter, - ACTIONS(12710), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, - sym__text, - aux_sym_php_only_repeat1, - [199406] = 7, - ACTIONS(11719), 1, - anon_sym_LPAREN2, - ACTIONS(12712), 1, - anon_sym_ATendphp, - ACTIONS(12716), 1, - aux_sym__text_token3, - STATE(2061), 1, - sym__directive_parameter, - STATE(6823), 1, - sym_php_only, - ACTIONS(12714), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4433), 2, - sym__text, - aux_sym_php_only_repeat1, - [199430] = 7, - ACTIONS(12706), 1, + [201941] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12718), 1, + ACTIONS(12792), 1, + anon_sym_COMMA, + ACTIONS(12794), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6844), 1, + STATE(5624), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [199454] = 7, - ACTIONS(12706), 1, + [201968] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12720), 1, + ACTIONS(12796), 1, + anon_sym_COMMA, + ACTIONS(12798), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6842), 1, + STATE(5606), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [199478] = 7, - ACTIONS(12706), 1, + [201995] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12722), 1, + ACTIONS(12800), 1, + anon_sym_COMMA, + ACTIONS(12802), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6194), 1, + STATE(5626), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [199502] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, - aux_sym__text_token1, - ACTIONS(12724), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6248), 1, - sym__section_parameter, - ACTIONS(12710), 2, - aux_sym__text_token2, + [202022] = 6, + ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - STATE(4334), 2, - sym__text, - aux_sym_php_only_repeat1, - [199526] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12804), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, - ACTIONS(12726), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6318), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - [199550] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, - aux_sym__text_token1, - ACTIONS(12728), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6249), 1, - sym__section_parameter, - ACTIONS(12710), 2, - aux_sym__text_token2, + STATE(4018), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202045] = 6, + ACTIONS(11905), 1, + aux_sym__notification_token1, + ACTIONS(11909), 1, aux_sym__text_token3, - STATE(4334), 2, - sym__text, - aux_sym_php_only_repeat1, - [199574] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12806), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, - ACTIONS(12730), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6250), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - [199598] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, - aux_sym__text_token1, - ACTIONS(12732), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6191), 1, - sym__section_parameter, - ACTIONS(12710), 2, - aux_sym__text_token2, + STATE(4039), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202068] = 6, + ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, aux_sym__text_token3, - STATE(4334), 2, - sym__text, - aux_sym_php_only_repeat1, - [199622] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12808), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, - ACTIONS(12734), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6193), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - [199646] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, - aux_sym__text_token1, - ACTIONS(12736), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6803), 1, - sym__section_parameter, - ACTIONS(12710), 2, - aux_sym__text_token2, + STATE(4123), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202091] = 6, + ACTIONS(11905), 1, + aux_sym__notification_token1, + ACTIONS(11909), 1, aux_sym__text_token3, - STATE(4334), 2, - sym__text, - aux_sym_php_only_repeat1, - [199670] = 7, - ACTIONS(12738), 1, - anon_sym_COMMA, - ACTIONS(12740), 1, - aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12810), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, - STATE(5116), 1, - sym_text, - STATE(6209), 1, - sym__section_parameter, - ACTIONS(12744), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4398), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - [199694] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, - aux_sym__text_token1, - ACTIONS(12746), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6251), 1, - sym__section_parameter, - ACTIONS(12710), 2, - aux_sym__text_token2, + STATE(4126), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202114] = 6, + ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, aux_sym__text_token3, - STATE(4334), 2, - sym__text, - aux_sym_php_only_repeat1, - [199718] = 7, - ACTIONS(12740), 1, - aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12812), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, - ACTIONS(12748), 1, - anon_sym_COMMA, - STATE(5116), 1, - sym_text, - STATE(6175), 1, - sym__section_parameter, - ACTIONS(12744), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4398), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - [199742] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + STATE(4129), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202137] = 6, + ACTIONS(11895), 1, + aux_sym__notification_token1, + ACTIONS(11899), 1, + aux_sym__text_token3, + ACTIONS(12814), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, - ACTIONS(12750), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6836), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - [199766] = 7, - ACTIONS(12740), 1, - aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + STATE(4130), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202160] = 6, + ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, + aux_sym__text_token3, + ACTIONS(12816), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, - ACTIONS(12752), 1, - anon_sym_COMMA, - STATE(5116), 1, - sym_text, - STATE(6855), 1, - sym__section_parameter, - ACTIONS(12744), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4398), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - [199790] = 7, - ACTIONS(12740), 1, - aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + STATE(4116), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202183] = 6, + ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, + aux_sym__text_token3, + ACTIONS(12818), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, - ACTIONS(12754), 1, - anon_sym_COMMA, - STATE(5116), 1, - sym_text, - STATE(6821), 1, - sym__section_parameter, - ACTIONS(12744), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4398), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - [199814] = 7, - ACTIONS(11141), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(12756), 1, - anon_sym_ATendphp, - STATE(1066), 1, - sym__directive_parameter, - STATE(6183), 1, + STATE(4042), 3, + sym__notification, sym_php_only, - ACTIONS(12714), 2, + aux_sym__before_repeat1, + [202206] = 6, + ACTIONS(11871), 1, + aux_sym__notification_token1, + ACTIONS(11875), 1, + aux_sym__text_token3, + ACTIONS(12820), 1, + anon_sym_ATendfinished, + ACTIONS(11873), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4412), 2, sym__text, aux_sym_php_only_repeat1, - [199838] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + STATE(4120), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202229] = 6, + ACTIONS(11905), 1, + aux_sym__notification_token1, + ACTIONS(11909), 1, + aux_sym__text_token3, + ACTIONS(12822), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, - ACTIONS(12758), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6192), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - [199862] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + STATE(4128), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202252] = 6, + ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, + aux_sym__text_token3, + ACTIONS(12824), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, - ACTIONS(12760), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6223), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - [199886] = 7, - ACTIONS(12740), 1, - aux_sym__section_parameter_token1, - ACTIONS(12742), 1, - aux_sym__text_token1, - ACTIONS(12762), 1, - anon_sym_COMMA, - STATE(5116), 1, - sym_text, - STATE(6277), 1, - sym__section_parameter, - ACTIONS(12744), 2, - aux_sym__text_token2, + STATE(4053), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202275] = 6, + ACTIONS(11895), 1, + aux_sym__notification_token1, + ACTIONS(11899), 1, aux_sym__text_token3, - STATE(4398), 2, - sym__text, - aux_sym_php_only_repeat1, - [199910] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12826), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, - ACTIONS(12764), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6195), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - [199934] = 7, - ACTIONS(11059), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(12766), 1, - anon_sym_ATendphp, - STATE(1490), 1, - sym__directive_parameter, - STATE(6292), 1, + STATE(3850), 3, + sym__notification, sym_php_only, - ACTIONS(12714), 2, + aux_sym__before_repeat1, + [202298] = 6, + ACTIONS(11895), 1, + aux_sym__notification_token1, + ACTIONS(11899), 1, + aux_sym__text_token3, + ACTIONS(12828), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - [199958] = 7, - ACTIONS(12740), 1, - aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + STATE(3850), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202321] = 6, + ACTIONS(11863), 1, + aux_sym__notification_token1, + ACTIONS(11867), 1, + aux_sym__text_token3, + ACTIONS(12830), 1, + anon_sym_ATendafter, + ACTIONS(11865), 2, aux_sym__text_token1, - ACTIONS(12768), 1, - anon_sym_COMMA, - STATE(5116), 1, - sym_text, - STATE(6243), 1, - sym__section_parameter, - ACTIONS(12744), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4398), 2, + STATE(4410), 2, sym__text, aux_sym_php_only_repeat1, - [199982] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + STATE(4053), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202344] = 6, + ACTIONS(11895), 1, + aux_sym__notification_token1, + ACTIONS(11899), 1, + aux_sym__text_token3, + ACTIONS(12832), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, - ACTIONS(12770), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6196), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - [200006] = 7, - ACTIONS(11153), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(12772), 1, - anon_sym_ATendphp, - STATE(1166), 1, - sym__directive_parameter, - STATE(6237), 1, + STATE(3850), 3, + sym__notification, sym_php_only, - ACTIONS(12714), 2, + aux_sym__before_repeat1, + [202367] = 6, + ACTIONS(11905), 1, + aux_sym__notification_token1, + ACTIONS(11909), 1, + aux_sym__text_token3, + ACTIONS(12834), 1, + anon_sym_ATendsuccess, + ACTIONS(11907), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4419), 2, sym__text, aux_sym_php_only_repeat1, - [200030] = 7, - ACTIONS(11167), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(12774), 1, - anon_sym_ATendphp, - STATE(1265), 1, - sym__directive_parameter, - STATE(6295), 1, + STATE(4128), 3, + sym__notification, sym_php_only, - ACTIONS(12714), 2, + aux_sym__before_repeat1, + [202390] = 6, + ACTIONS(11787), 1, + aux_sym__notification_token1, + ACTIONS(11791), 1, + aux_sym__text_token3, + ACTIONS(12836), 1, + anon_sym_ATenderror, + ACTIONS(11789), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4372), 2, sym__text, aux_sym_php_only_repeat1, - [200054] = 7, - ACTIONS(12740), 1, - aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + STATE(4116), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202413] = 6, + ACTIONS(11895), 1, + aux_sym__notification_token1, + ACTIONS(11899), 1, + aux_sym__text_token3, + ACTIONS(12838), 1, + anon_sym_ATendbefore, + ACTIONS(11897), 2, aux_sym__text_token1, - ACTIONS(12776), 1, - anon_sym_COMMA, - STATE(5116), 1, - sym_text, - STATE(6311), 1, - sym__section_parameter, - ACTIONS(12744), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4398), 2, + STATE(4384), 2, sym__text, aux_sym_php_only_repeat1, - [200078] = 7, - ACTIONS(12706), 1, + STATE(4043), 3, + sym__notification, + sym_php_only, + aux_sym__before_repeat1, + [202436] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12778), 1, + ACTIONS(12840), 1, + anon_sym_COMMA, + ACTIONS(12842), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6901), 1, + STATE(5623), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [200102] = 7, - ACTIONS(12706), 1, + [202463] = 8, + ACTIONS(11881), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(11883), 1, aux_sym__text_token1, - ACTIONS(12780), 1, + ACTIONS(12844), 1, + anon_sym_COMMA, + ACTIONS(12846), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6307), 1, + STATE(5625), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(11885), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [200126] = 7, - ACTIONS(12706), 1, + [202490] = 7, + ACTIONS(12848), 1, + anon_sym_RPAREN, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12782), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6729), 1, + STATE(6534), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200150] = 7, - ACTIONS(12706), 1, + [202514] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12784), 1, + ACTIONS(12856), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6308), 1, + STATE(6025), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200174] = 7, - ACTIONS(12706), 1, + [202538] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12786), 1, + ACTIONS(12858), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6315), 1, + STATE(7004), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200198] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [202562] = 7, + ACTIONS(11109), 1, + anon_sym_LPAREN2, + ACTIONS(12860), 1, + anon_sym_ATendphp, + ACTIONS(12864), 1, + aux_sym__text_token3, + STATE(1521), 1, + sym__directive_parameter, + STATE(7038), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12788), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6316), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200222] = 7, - ACTIONS(12706), 1, + [202586] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12790), 1, + ACTIONS(12866), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6144), 1, + STATE(6260), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200246] = 7, - ACTIONS(12706), 1, + [202610] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12792), 1, + ACTIONS(12868), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6143), 1, + STATE(6457), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200270] = 7, - ACTIONS(12706), 1, + [202634] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12794), 1, + ACTIONS(12870), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6137), 1, + STATE(6614), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200294] = 7, - ACTIONS(12706), 1, + [202658] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12796), 1, + ACTIONS(12872), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6136), 1, + STATE(6103), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200318] = 7, - ACTIONS(12740), 1, + [202682] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12798), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12874), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6141), 1, + STATE(6964), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200342] = 7, - ACTIONS(11693), 1, + [202706] = 7, + ACTIONS(11043), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12800), 1, + ACTIONS(12876), 1, anon_sym_ATendphp, - STATE(2286), 1, + STATE(826), 1, sym__directive_parameter, - STATE(6125), 1, + STATE(6961), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200366] = 7, - ACTIONS(12740), 1, + [202730] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12802), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12878), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6345), 1, + STATE(6455), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200390] = 7, - ACTIONS(12740), 1, + [202754] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12804), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12880), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6889), 1, + STATE(7122), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200414] = 7, - ACTIONS(12740), 1, + [202778] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12806), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12882), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6107), 1, + STATE(7041), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200438] = 7, - ACTIONS(11707), 1, + [202802] = 7, + ACTIONS(11031), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12808), 1, + ACTIONS(12884), 1, anon_sym_ATendphp, - STATE(2143), 1, + STATE(1873), 1, sym__directive_parameter, - STATE(6884), 1, + STATE(6452), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200462] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, - aux_sym__text_token1, - ACTIONS(12810), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5949), 1, - sym__section_parameter, - ACTIONS(12710), 2, - aux_sym__text_token2, + [202826] = 7, + ACTIONS(11767), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, aux_sym__text_token3, - STATE(4334), 2, - sym__text, - aux_sym_php_only_repeat1, - [200486] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12886), 1, + anon_sym_ATendphp, + STATE(3282), 1, + sym__directive_parameter, + STATE(7156), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12812), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6083), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200510] = 7, - ACTIONS(12706), 1, + [202850] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12814), 1, + ACTIONS(12888), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6082), 1, + STATE(6888), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200534] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [202874] = 7, + ACTIONS(11681), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12890), 1, + anon_sym_ATendphp, + STATE(2657), 1, + sym__directive_parameter, + STATE(6100), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12816), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6078), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200558] = 7, - ACTIONS(11147), 1, + [202898] = 7, + ACTIONS(11181), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12818), 1, + ACTIONS(12892), 1, anon_sym_ATendphp, - STATE(1942), 1, + STATE(1517), 1, sym__directive_parameter, - STATE(6361), 1, + STATE(6609), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200582] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [202922] = 7, + ACTIONS(11651), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12894), 1, + anon_sym_ATendphp, + STATE(3092), 1, + sym__directive_parameter, + STATE(5864), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12820), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6896), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200606] = 7, - ACTIONS(12706), 1, + [202946] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12822), 1, + ACTIONS(12896), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6077), 1, + STATE(5986), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200630] = 7, - ACTIONS(12706), 1, + [202970] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12824), 1, + ACTIONS(12898), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6897), 1, + STATE(7043), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200654] = 7, - ACTIONS(11691), 1, + [202994] = 7, + ACTIONS(11663), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12826), 1, + ACTIONS(12900), 1, anon_sym_ATendphp, - STATE(2372), 1, + STATE(2918), 1, sym__directive_parameter, - STATE(6064), 1, + STATE(5983), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200678] = 7, - ACTIONS(12740), 1, + [203018] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12828), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12902), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6073), 1, + STATE(6692), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200702] = 7, - ACTIONS(12740), 1, + [203042] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12830), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12904), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6787), 1, + STATE(7119), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200726] = 7, - ACTIONS(12706), 1, + [203066] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12832), 1, + ACTIONS(12906), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6372), 1, + STATE(5871), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200750] = 7, - ACTIONS(12706), 1, + [203090] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12834), 1, + ACTIONS(12908), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6373), 1, + STATE(6886), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200774] = 7, - ACTIONS(12706), 1, + [203114] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12836), 1, + ACTIONS(12910), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6783), 1, + STATE(5867), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200798] = 7, - ACTIONS(12706), 1, + [203138] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12838), 1, + ACTIONS(12912), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6782), 1, + STATE(5869), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200822] = 7, - ACTIONS(12740), 1, + [203162] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12840), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12914), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6379), 1, + STATE(6418), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, - sym__text, - aux_sym_php_only_repeat1, - [200846] = 7, - ACTIONS(11749), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(12842), 1, - anon_sym_ATendphp, - STATE(3557), 1, - sym__directive_parameter, - STATE(6014), 1, - sym_php_only, - ACTIONS(12714), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4433), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200870] = 7, - ACTIONS(12706), 1, + [203186] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12844), 1, + ACTIONS(12916), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6377), 1, + STATE(6690), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200894] = 7, - ACTIONS(12706), 1, + [203210] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12846), 1, + ACTIONS(12918), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6378), 1, + STATE(5878), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200918] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [203234] = 7, + ACTIONS(11529), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12920), 1, + anon_sym_ATendphp, + STATE(3623), 1, + sym__directive_parameter, + STATE(6883), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12848), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6780), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200942] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [203258] = 7, + ACTIONS(11759), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12922), 1, + anon_sym_ATendphp, + STATE(3456), 1, + sym__directive_parameter, + STATE(7116), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12850), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6902), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [200966] = 7, - ACTIONS(12740), 1, + [203282] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, - aux_sym__text_token1, ACTIONS(12852), 1, - anon_sym_COMMA, - STATE(5116), 1, + aux_sym__text_token1, + ACTIONS(12924), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6039), 1, + STATE(6927), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [200990] = 7, - ACTIONS(12706), 1, + [203306] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12854), 1, + ACTIONS(12926), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6779), 1, + STATE(6416), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201014] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [203330] = 7, + ACTIONS(11047), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12928), 1, + anon_sym_ATendphp, + STATE(1785), 1, + sym__directive_parameter, + STATE(6491), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12856), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6022), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201038] = 7, - ACTIONS(12706), 1, + [203354] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12858), 1, + ACTIONS(12930), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6021), 1, + STATE(6223), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201062] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [203378] = 7, + ACTIONS(11641), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12932), 1, + anon_sym_ATendphp, + STATE(3179), 1, + sym__directive_parameter, + STATE(5822), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12860), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6016), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201086] = 7, - ACTIONS(12706), 1, + [203402] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12862), 1, + ACTIONS(12934), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6015), 1, + STATE(6221), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201110] = 7, - ACTIONS(11689), 1, + [203426] = 7, + ACTIONS(11179), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12936), 1, anon_sym_ATendphp, - STATE(2458), 1, + STATE(1330), 1, sym__directive_parameter, - STATE(6004), 1, + STATE(6687), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201134] = 7, - ACTIONS(12740), 1, - aux_sym__section_parameter_token1, - ACTIONS(12742), 1, - aux_sym__text_token1, - ACTIONS(12866), 1, - anon_sym_COMMA, - STATE(5116), 1, - sym_text, - STATE(6923), 1, - sym__section_parameter, - ACTIONS(12744), 2, - aux_sym__text_token2, + [203450] = 7, + ACTIONS(11631), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, aux_sym__text_token3, - STATE(4398), 2, - sym__text, - aux_sym_php_only_repeat1, - [201158] = 7, - ACTIONS(12740), 1, - aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12938), 1, + anon_sym_ATendphp, + STATE(3266), 1, + sym__directive_parameter, + STATE(5898), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12868), 1, - anon_sym_COMMA, - STATE(5116), 1, - sym_text, - STATE(6005), 1, - sym__section_parameter, - ACTIONS(12744), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4398), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201182] = 7, - ACTIONS(12740), 1, + [203474] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12870), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12940), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6413), 1, + STATE(7003), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201206] = 7, - ACTIONS(12740), 1, + [203498] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12872), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12942), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(5971), 1, + STATE(6770), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201230] = 7, - ACTIONS(11173), 1, + [203522] = 7, + ACTIONS(11687), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12874), 1, + ACTIONS(12944), 1, anon_sym_ATendphp, - STATE(1318), 1, + STATE(2570), 1, sym__directive_parameter, - STATE(6769), 1, + STATE(6139), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201254] = 7, - ACTIONS(12706), 1, + [203546] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12876), 1, + ACTIONS(12946), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5968), 1, + STATE(6494), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201278] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, - aux_sym__text_token1, - ACTIONS(12878), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5967), 1, - sym__section_parameter, - ACTIONS(12710), 2, - aux_sym__text_token2, + [203570] = 7, + ACTIONS(11721), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, aux_sym__text_token3, - STATE(4334), 2, - sym__text, - aux_sym_php_only_repeat1, - [201302] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12948), 1, + anon_sym_ATendphp, + STATE(2083), 1, + sym__directive_parameter, + STATE(6726), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12880), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5964), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201326] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [203594] = 7, + ACTIONS(11669), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12950), 1, + anon_sym_ATendphp, + STATE(2831), 1, + sym__directive_parameter, + STATE(6022), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12882), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5963), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201350] = 7, - ACTIONS(12706), 1, + [203618] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12884), 1, + ACTIONS(12952), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7009), 1, + STATE(6612), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201374] = 7, - ACTIONS(11045), 1, + [203642] = 7, + ACTIONS(11149), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12886), 1, + ACTIONS(12954), 1, anon_sym_ATendphp, - STATE(1855), 1, + STATE(1961), 1, sym__directive_parameter, - STATE(6423), 1, + STATE(6413), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201398] = 7, - ACTIONS(11683), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(12888), 1, - anon_sym_ATendphp, - STATE(2544), 1, - sym__directive_parameter, - STATE(5954), 1, - sym_php_only, - ACTIONS(12714), 2, + [203666] = 7, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + ACTIONS(12956), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(6497), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201422] = 7, - ACTIONS(12706), 1, + [203690] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12890), 1, + ACTIONS(12958), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5962), 1, + STATE(5806), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201446] = 7, - ACTIONS(11695), 1, + [203714] = 7, + ACTIONS(11045), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12892), 1, + ACTIONS(12960), 1, anon_sym_ATendphp, - STATE(2225), 1, + STATE(915), 1, sym__directive_parameter, - STATE(6942), 1, + STATE(7000), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201470] = 7, - ACTIONS(12706), 1, + [203738] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12894), 1, + ACTIONS(12962), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5957), 1, + STATE(5988), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201494] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [203762] = 7, + ACTIONS(11699), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12964), 1, + anon_sym_ATendphp, + STATE(2396), 1, + sym__directive_parameter, + STATE(6218), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12896), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5869), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201518] = 7, - ACTIONS(12706), 1, + [203786] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12898), 1, + ACTIONS(12966), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5920), 1, + STATE(6729), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201542] = 7, - ACTIONS(12706), 1, + [203810] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12900), 1, + ACTIONS(12968), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5868), 1, + STATE(7082), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201566] = 7, - ACTIONS(12706), 1, + [203834] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12902), 1, + ACTIONS(12970), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6434), 1, + STATE(6142), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201590] = 7, - ACTIONS(12706), 1, + [203858] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12904), 1, + ACTIONS(12972), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6436), 1, + STATE(6262), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201614] = 7, - ACTIONS(12706), 1, + [203882] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12906), 1, + ACTIONS(12974), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6478), 1, + STATE(6768), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201638] = 7, - ACTIONS(11095), 1, + [203906] = 7, + ACTIONS(11703), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12908), 1, + ACTIONS(12976), 1, anon_sym_ATendphp, - STATE(825), 1, + STATE(2251), 1, sym__directive_parameter, - STATE(6837), 1, + STATE(6804), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201662] = 7, - ACTIONS(12706), 1, + [203930] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12910), 1, + ACTIONS(12978), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6440), 1, + STATE(6144), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201686] = 7, - ACTIONS(12706), 1, + [203954] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12912), 1, + ACTIONS(12980), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6441), 1, + STATE(7080), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201710] = 7, - ACTIONS(12706), 1, + [203978] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12914), 1, + ACTIONS(12982), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6950), 1, + STATE(6807), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201734] = 7, - ACTIONS(12706), 1, + [204002] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12916), 1, + ACTIONS(12984), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6977), 1, + STATE(6849), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201758] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, - aux_sym__text_token1, - ACTIONS(12918), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6951), 1, - sym__section_parameter, - ACTIONS(12710), 2, - aux_sym__text_token2, + [204026] = 7, + ACTIONS(11657), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, aux_sym__text_token3, - STATE(4334), 2, - sym__text, - aux_sym_php_only_repeat1, - [201782] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12986), 1, + anon_sym_ATendphp, + STATE(3005), 1, + sym__directive_parameter, + STATE(5940), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12920), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5922), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201806] = 7, - ACTIONS(12740), 1, + [204050] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12922), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12988), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6447), 1, + STATE(6066), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201830] = 7, - ACTIONS(12706), 1, + [204074] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12924), 1, + ACTIONS(12990), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6990), 1, + STATE(6731), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201854] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [204098] = 7, + ACTIONS(11701), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(12992), 1, + anon_sym_ATendphp, + STATE(2309), 1, + sym__directive_parameter, + STATE(6257), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12926), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5921), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [201878] = 7, - ACTIONS(12706), 1, + [204122] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12928), 1, + ACTIONS(12994), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6485), 1, + STATE(6575), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201902] = 7, - ACTIONS(12740), 1, + [204146] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12930), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(12996), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6481), 1, + STATE(6379), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201926] = 7, - ACTIONS(12706), 1, + [204170] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12932), 1, + ACTIONS(12998), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6954), 1, + STATE(6377), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201950] = 7, - ACTIONS(12706), 1, + [204194] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12934), 1, + ACTIONS(13000), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6955), 1, + STATE(6064), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201974] = 7, - ACTIONS(12706), 1, + [204218] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12936), 1, + ACTIONS(13002), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5912), 1, + STATE(6847), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [201998] = 7, - ACTIONS(12740), 1, + [204242] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12938), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(13004), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6957), 1, + STATE(6966), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202022] = 7, - ACTIONS(12740), 1, + [204266] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12940), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(13006), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6753), 1, + STATE(6809), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202046] = 7, - ACTIONS(12706), 1, + [204290] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12942), 1, + ACTIONS(13008), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5910), 1, + STATE(6573), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202070] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [204314] = 7, + ACTIONS(11143), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(13010), 1, + anon_sym_ATendphp, + STATE(1079), 1, + sym__directive_parameter, + STATE(6296), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12944), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5909), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202094] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [204338] = 7, + ACTIONS(11169), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(13012), 1, + anon_sym_ATendphp, + STATE(1277), 1, + sym__directive_parameter, + STATE(6374), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12946), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5915), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202118] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [204362] = 7, + ACTIONS(11709), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(13014), 1, + anon_sym_ATendphp, + STATE(2167), 1, + sym__directive_parameter, + STATE(6765), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12948), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6489), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202142] = 7, - ACTIONS(12706), 1, + [204386] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12950), 1, + ACTIONS(13016), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6490), 1, + STATE(6027), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202166] = 7, - ACTIONS(11065), 1, + [204410] = 7, + ACTIONS(11017), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12952), 1, + ACTIONS(13018), 1, anon_sym_ATendphp, - STATE(1768), 1, + STATE(1607), 1, sym__directive_parameter, - STATE(6480), 1, + STATE(6570), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202190] = 7, - ACTIONS(11057), 1, + [204434] = 7, + ACTIONS(11747), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12954), 1, + ACTIONS(13020), 1, anon_sym_ATendphp, - STATE(944), 1, + STATE(3560), 1, sym__directive_parameter, - STATE(6548), 1, + STATE(7077), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202214] = 7, - ACTIONS(12706), 1, + [204458] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12956), 1, + ACTIONS(13022), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6491), 1, + STATE(6299), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202238] = 7, - ACTIONS(12706), 1, + [204482] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12958), 1, + ACTIONS(13024), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6495), 1, + STATE(5808), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202262] = 7, - ACTIONS(12706), 1, + [204506] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12960), 1, + ACTIONS(13026), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6497), 1, + STATE(5947), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202286] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [204530] = 7, + ACTIONS(11693), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(13028), 1, + anon_sym_ATendphp, + STATE(2483), 1, + sym__directive_parameter, + STATE(6178), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12962), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6498), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202310] = 7, - ACTIONS(12706), 1, + [204554] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12964), 1, + ACTIONS(13030), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5952), 1, + STATE(6925), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202334] = 7, - ACTIONS(12706), 1, + [204578] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12966), 1, + ACTIONS(13032), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5908), 1, + STATE(6105), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202358] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [204602] = 7, + ACTIONS(11633), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(13034), 1, + anon_sym_ATendphp, + STATE(3079), 1, + sym__directive_parameter, + STATE(6843), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12968), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5939), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202382] = 7, - ACTIONS(12706), 1, + [204626] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12970), 1, + ACTIONS(13036), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5913), 1, + STATE(6301), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202406] = 7, - ACTIONS(11677), 1, + [204650] = 7, + ACTIONS(11183), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12972), 1, + ACTIONS(13038), 1, anon_sym_ATendphp, - STATE(2630), 1, + STATE(1424), 1, sym__directive_parameter, - STATE(5862), 1, + STATE(6648), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202430] = 7, - ACTIONS(11763), 1, + [204674] = 7, + ACTIONS(11675), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12974), 1, + ACTIONS(13040), 1, anon_sym_ATendphp, - STATE(3441), 1, + STATE(2744), 1, sym__directive_parameter, - STATE(6594), 1, + STATE(6061), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202454] = 7, - ACTIONS(11633), 1, + [204698] = 7, + ACTIONS(11111), 1, anon_sym_LPAREN2, - ACTIONS(12716), 1, + ACTIONS(12864), 1, aux_sym__text_token3, - ACTIONS(12976), 1, + ACTIONS(13042), 1, anon_sym_ATendphp, - STATE(3231), 1, + STATE(1697), 1, sym__directive_parameter, - STATE(5866), 1, + STATE(6521), 1, sym_php_only, - ACTIONS(12714), 2, + ACTIONS(12862), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4433), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202478] = 7, - ACTIONS(12706), 1, + [204722] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12978), 1, + ACTIONS(13044), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5846), 1, + STATE(5943), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202502] = 7, - ACTIONS(12740), 1, + [204746] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12980), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(13046), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6515), 1, + STATE(5954), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202526] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [204770] = 7, + ACTIONS(11389), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(13048), 1, + anon_sym_ATendphp, + STATE(3669), 1, + sym__directive_parameter, + STATE(6922), 1, + sym_php_only, + ACTIONS(12862), 2, aux_sym__text_token1, - ACTIONS(12982), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(5845), 1, - sym__section_parameter, - ACTIONS(12710), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4334), 2, + STATE(4467), 2, sym__text, aux_sym_php_only_repeat1, - [202550] = 7, - ACTIONS(12706), 1, + [204794] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12984), 1, + ACTIONS(13050), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6998), 1, + STATE(6340), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202574] = 7, - ACTIONS(12740), 1, + [204818] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12986), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(13052), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(6991), 1, + STATE(6182), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202598] = 7, - ACTIONS(12706), 1, + [204842] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12988), 1, + ACTIONS(13054), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6732), 1, + STATE(6653), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202622] = 7, - ACTIONS(12706), 1, + [204866] = 7, + ACTIONS(11155), 1, + anon_sym_LPAREN2, + ACTIONS(12864), 1, + aux_sym__text_token3, + ACTIONS(13056), 1, + anon_sym_ATendphp, + STATE(1179), 1, + sym__directive_parameter, + STATE(6335), 1, + sym_php_only, + ACTIONS(12862), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4467), 2, + sym__text, + aux_sym_php_only_repeat1, + [204890] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12990), 1, + ACTIONS(13058), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6731), 1, + STATE(6184), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202646] = 7, - ACTIONS(12706), 1, + [204914] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12992), 1, + ACTIONS(13060), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5839), 1, + STATE(6536), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202670] = 7, - ACTIONS(12740), 1, + [204938] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(12994), 1, - anon_sym_COMMA, - STATE(5116), 1, + ACTIONS(13062), 1, + anon_sym_RPAREN, + STATE(5344), 1, sym_text, - STATE(7093), 1, + STATE(6338), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202694] = 7, - ACTIONS(11641), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(12996), 1, - anon_sym_ATendphp, - STATE(2970), 1, - sym__directive_parameter, - STATE(6994), 1, - sym_php_only, - ACTIONS(12714), 2, + [204962] = 7, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + ACTIONS(13064), 1, + anon_sym_RPAREN, + STATE(5344), 1, + sym_text, + STATE(5945), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, - sym__text, - aux_sym_php_only_repeat1, - [202718] = 7, - ACTIONS(11205), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, aux_sym__text_token3, - ACTIONS(12998), 1, - anon_sym_ATendphp, - STATE(3461), 1, - sym__directive_parameter, - STATE(7091), 1, - sym_php_only, - ACTIONS(12714), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4433), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202742] = 7, - ACTIONS(12706), 1, + [204986] = 7, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13000), 1, + ACTIONS(13066), 1, anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6728), 1, + STATE(6651), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202766] = 7, - ACTIONS(12706), 1, + [205010] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13002), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5781), 1, + STATE(5948), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202790] = 7, - ACTIONS(12706), 1, + [205031] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13004), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6734), 1, + STATE(5944), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202814] = 7, - ACTIONS(12706), 1, + [205052] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13006), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6727), 1, + STATE(7042), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202838] = 7, - ACTIONS(12706), 1, + [205073] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13008), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5780), 1, + STATE(6145), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202862] = 7, - ACTIONS(12706), 1, + [205094] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13010), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6733), 1, + STATE(7044), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202886] = 7, - ACTIONS(12706), 1, + [205115] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13012), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7002), 1, + STATE(6887), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202910] = 7, - ACTIONS(12706), 1, + [205136] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13014), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5775), 1, + STATE(6730), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202934] = 7, - ACTIONS(12706), 1, + [205157] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13016), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7003), 1, + STATE(6732), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202958] = 7, - ACTIONS(11135), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13018), 1, - anon_sym_ATendphp, - STATE(1681), 1, - sym__directive_parameter, - STATE(6540), 1, - sym_php_only, - ACTIONS(12714), 2, + [205178] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(6458), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [202982] = 7, - ACTIONS(12706), 1, + [205199] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13020), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6730), 1, + STATE(6393), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203006] = 7, - ACTIONS(12740), 1, + [205220] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13022), 1, - anon_sym_COMMA, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6549), 1, + STATE(6693), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203030] = 7, - ACTIONS(11639), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13024), 1, - anon_sym_ATendphp, - STATE(3145), 1, - sym__directive_parameter, - STATE(5790), 1, - sym_php_only, - ACTIONS(12714), 2, + [205241] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(5807), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, - sym__text, - aux_sym_php_only_repeat1, - [203054] = 7, - ACTIONS(11165), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, aux_sym__text_token3, - ACTIONS(13026), 1, - anon_sym_ATendphp, - STATE(1411), 1, - sym__directive_parameter, - STATE(6717), 1, - sym_php_only, - ACTIONS(12714), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4433), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203078] = 7, - ACTIONS(12706), 1, + [205262] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13028), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6551), 1, + STATE(6691), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203102] = 7, - ACTIONS(12706), 1, + [205283] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13030), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6552), 1, + STATE(6789), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203126] = 7, - ACTIONS(12706), 1, + [205304] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13032), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6556), 1, + STATE(6067), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203150] = 7, - ACTIONS(12706), 1, + [205325] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13034), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6557), 1, + STATE(6495), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203174] = 7, - ACTIONS(12706), 1, + [205346] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13036), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5774), 1, + STATE(6143), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203198] = 7, - ACTIONS(11671), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13038), 1, - anon_sym_ATendphp, - STATE(2716), 1, - sym__directive_parameter, - STATE(5763), 1, - sym_php_only, - ACTIONS(12714), 2, + [205367] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(6498), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203222] = 7, - ACTIONS(12706), 1, + [205388] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13040), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7007), 1, + STATE(6026), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203246] = 7, - ACTIONS(12706), 1, + [205409] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13042), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7008), 1, + STATE(6192), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203270] = 7, - ACTIONS(12706), 1, + [205430] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13044), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5773), 1, + STATE(6263), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203294] = 7, - ACTIONS(12706), 1, + [205451] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13046), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5772), 1, + STATE(6341), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203318] = 7, - ACTIONS(12706), 1, + [205472] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13048), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5769), 1, + STATE(5805), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203342] = 7, - ACTIONS(12706), 1, + [205493] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13050), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5767), 1, + STATE(6183), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203366] = 7, - ACTIONS(12740), 1, + [205514] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13052), 1, - anon_sym_COMMA, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6719), 1, + STATE(5877), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203390] = 7, - ACTIONS(12740), 1, + [205535] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13054), 1, - anon_sym_COMMA, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7025), 1, + STATE(6889), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203414] = 7, - ACTIONS(12740), 1, + [205556] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13056), 1, - anon_sym_COMMA, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6052), 1, + STATE(6339), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203438] = 7, - ACTIONS(11647), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13058), 1, - anon_sym_ATendphp, - STATE(3059), 1, - sym__directive_parameter, - STATE(5856), 1, - sym_php_only, - ACTIONS(12714), 2, + [205577] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(5870), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203462] = 7, - ACTIONS(12740), 1, + [205598] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13060), 1, - anon_sym_COMMA, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6583), 1, + STATE(6028), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203486] = 7, - ACTIONS(12706), 1, + [205619] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13062), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6012), 1, + STATE(6185), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203510] = 7, - ACTIONS(12706), 1, + [205640] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13064), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6013), 1, + STATE(6848), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203534] = 7, - ACTIONS(12706), 1, + [205661] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13066), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6108), 1, + STATE(6926), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203558] = 7, - ACTIONS(12706), 1, + [205682] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13068), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6118), 1, + STATE(6649), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203582] = 7, - ACTIONS(11017), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13070), 1, - anon_sym_ATendphp, - STATE(1592), 1, - sym__directive_parameter, - STATE(6599), 1, - sym_php_only, - ACTIONS(12714), 2, + [205703] = 4, + ACTIONS(13068), 1, aux_sym__text_token1, + ACTIONS(13070), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4318), 2, sym__text, aux_sym_php_only_repeat1, - [203606] = 7, - ACTIONS(12706), 1, + ACTIONS(11023), 3, + anon_sym_COMMA, + anon_sym_RPAREN, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [205720] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13072), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6611), 1, + STATE(6652), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203630] = 7, - ACTIONS(12706), 1, + [205741] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13074), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(5958), 1, + STATE(5868), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203654] = 7, - ACTIONS(12740), 1, + [205762] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13076), 1, - anon_sym_COMMA, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6617), 1, + STATE(6769), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203678] = 7, - ACTIONS(12706), 1, + [205783] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13078), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6612), 1, + STATE(6771), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203702] = 7, - ACTIONS(12706), 1, + [205804] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13080), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6188), 1, + STATE(6928), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203726] = 7, - ACTIONS(12706), 1, + [205825] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13082), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6074), 1, + STATE(6378), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203750] = 7, - ACTIONS(12706), 1, + [205846] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13084), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6616), 1, + STATE(5872), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203774] = 7, - ACTIONS(12706), 1, - aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [205867] = 4, + ACTIONS(13072), 1, aux_sym__text_token1, - ACTIONS(13086), 1, - anon_sym_RPAREN, - STATE(5116), 1, - sym_text, - STATE(6581), 1, - sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(13075), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4318), 2, sym__text, aux_sym_php_only_repeat1, - [203798] = 7, - ACTIONS(12706), 1, + ACTIONS(11033), 3, + anon_sym_COMMA, + anon_sym_RPAREN, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + [205884] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13088), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6071), 1, + STATE(6380), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203822] = 7, - ACTIONS(11501), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13090), 1, - anon_sym_ATendphp, - STATE(3373), 1, - sym__directive_parameter, - STATE(7046), 1, - sym_php_only, - ACTIONS(12714), 2, + [205905] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(7083), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203846] = 7, - ACTIONS(11665), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13092), 1, - anon_sym_ATendphp, - STATE(2802), 1, - sym__directive_parameter, - STATE(6487), 1, - sym_php_only, - ACTIONS(12714), 2, + [205926] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(5953), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203870] = 7, - ACTIONS(11103), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13094), 1, - anon_sym_ATendphp, - STATE(1503), 1, - sym__directive_parameter, - STATE(6661), 1, - sym_php_only, - ACTIONS(12714), 2, + [205947] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(6106), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203894] = 7, - ACTIONS(12706), 1, + [205968] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13096), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7053), 1, + STATE(6535), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203918] = 7, - ACTIONS(12706), 1, + [205989] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13098), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6675), 1, + STATE(6417), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203942] = 7, - ACTIONS(12706), 1, + [206010] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13100), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7054), 1, + STATE(5946), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203966] = 7, - ACTIONS(12706), 1, + [206031] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13102), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7055), 1, + STATE(6065), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [203990] = 7, - ACTIONS(12706), 1, + [206052] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13104), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6674), 1, + STATE(6810), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204014] = 7, - ACTIONS(12706), 1, + [206073] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13106), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7056), 1, + STATE(7005), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204038] = 7, - ACTIONS(12740), 1, + [206094] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13108), 1, - anon_sym_COMMA, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7059), 1, + STATE(5793), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204062] = 7, - ACTIONS(11653), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13110), 1, - anon_sym_ATendphp, - STATE(2974), 1, - sym__directive_parameter, - STATE(6431), 1, - sym_php_only, - ACTIONS(12714), 2, + [206115] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(6537), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204086] = 7, - ACTIONS(12740), 1, + [206136] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13112), 1, - anon_sym_COMMA, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6651), 1, + STATE(6808), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204110] = 7, - ACTIONS(12706), 1, + [206157] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13114), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6546), 1, + STATE(7120), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204134] = 7, - ACTIONS(12706), 1, + [206178] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13116), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6547), 1, + STATE(6104), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204158] = 7, - ACTIONS(12740), 1, + [206199] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12742), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13118), 1, - anon_sym_COMMA, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6685), 1, + STATE(5989), 1, sym__section_parameter, - ACTIONS(12744), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4398), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204182] = 7, - ACTIONS(11761), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13120), 1, - anon_sym_ATendphp, - STATE(3644), 1, - sym__directive_parameter, - STATE(6979), 1, - sym_php_only, - ACTIONS(12714), 2, + [206220] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(6615), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204206] = 7, - ACTIONS(12706), 1, + [206241] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13122), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6607), 1, + STATE(6613), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204230] = 7, - ACTIONS(12706), 1, + [206262] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13124), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6614), 1, + STATE(6224), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204254] = 7, - ACTIONS(12706), 1, + [206283] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13126), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7047), 1, + STATE(7118), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204278] = 7, - ACTIONS(12706), 1, + [206304] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13128), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7050), 1, + STATE(6222), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204302] = 7, - ACTIONS(11659), 1, - anon_sym_LPAREN2, - ACTIONS(12716), 1, - aux_sym__text_token3, - ACTIONS(13130), 1, - anon_sym_ATendphp, - STATE(2888), 1, - sym__directive_parameter, - STATE(6958), 1, - sym_php_only, - ACTIONS(12714), 2, + [206325] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(6419), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4433), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204326] = 7, - ACTIONS(12706), 1, + [206346] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13132), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7060), 1, + STATE(6965), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204350] = 7, - ACTIONS(12706), 1, + [206367] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13134), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(7052), 1, + STATE(5987), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204374] = 7, - ACTIONS(12706), 1, + [206388] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13136), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6680), 1, + STATE(7081), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204398] = 7, - ACTIONS(12706), 1, + [206409] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - ACTIONS(12708), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13138), 1, - anon_sym_RPAREN, - STATE(5116), 1, + STATE(5344), 1, sym_text, - STATE(6679), 1, + STATE(6574), 1, sym__section_parameter, - ACTIONS(12710), 2, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4334), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204422] = 4, - ACTIONS(13140), 1, + [206430] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13142), 2, + STATE(5344), 1, + sym_text, + STATE(6967), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4313), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11019), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + [206451] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - [204439] = 4, - ACTIONS(13144), 1, + ACTIONS(12852), 1, aux_sym__text_token1, - ACTIONS(13147), 2, + STATE(5344), 1, + sym_text, + STATE(6576), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, aux_sym__text_token3, - STATE(4313), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - ACTIONS(11035), 3, - anon_sym_COMMA, - anon_sym_RPAREN, + [206472] = 6, + ACTIONS(12850), 1, aux_sym__section_parameter_token1, - [204456] = 5, - ACTIONS(13150), 1, - anon_sym_RBRACE_RBRACE, - ACTIONS(13154), 1, - aux_sym__text_token2, - STATE(6066), 1, - sym_php_only, - ACTIONS(13152), 2, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(6302), 1, + sym__section_parameter, + ACTIONS(12854), 2, + aux_sym__text_token2, aux_sym__text_token3, - STATE(4442), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204474] = 4, - ACTIONS(13159), 1, - aux_sym__text_token3, - ACTIONS(11035), 2, - anon_sym_ATenderror, - aux_sym__notification_token1, - ACTIONS(13156), 2, + [206493] = 6, + ACTIONS(12850), 1, + aux_sym__section_parameter_token1, + ACTIONS(12852), 1, aux_sym__text_token1, + STATE(5344), 1, + sym_text, + STATE(6300), 1, + sym__section_parameter, + ACTIONS(12854), 2, aux_sym__text_token2, - STATE(4315), 2, + aux_sym__text_token3, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [204490] = 5, - ACTIONS(13154), 1, - aux_sym__text_token2, - ACTIONS(13162), 1, - anon_sym_RBRACE_RBRACE, - STATE(6999), 1, + [206514] = 5, + ACTIONS(13078), 1, + anon_sym_ATendsetup, + ACTIONS(13082), 1, + aux_sym__text_token3, + STATE(6738), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13080), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4442), 2, + aux_sym__text_token2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [204508] = 5, - ACTIONS(13164), 1, + [206532] = 5, + ACTIONS(13084), 1, anon_sym_BANG_BANG_RBRACE, - ACTIONS(13168), 1, + ACTIONS(13088), 1, aux_sym__text_token2, - STATE(6784), 1, + STATE(6805), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [204526] = 5, - ACTIONS(13168), 1, + [206550] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13170), 1, + ACTIONS(13090), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6992), 1, + STATE(6219), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [204544] = 5, - ACTIONS(13172), 1, - anon_sym_ATendsetup, - ACTIONS(13176), 1, - aux_sym__text_token3, - STATE(6222), 1, + [206568] = 5, + ACTIONS(13092), 1, + anon_sym_RBRACE_RBRACE, + ACTIONS(13096), 1, + aux_sym__text_token2, + STATE(6220), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13094), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, + aux_sym__text_token3, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [204562] = 5, - ACTIONS(13176), 1, + [206586] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13178), 1, + ACTIONS(13098), 1, anon_sym_ATendsetup, - STATE(5782), 1, + STATE(5854), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [204580] = 5, - ACTIONS(13168), 1, + [206604] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13180), 1, + ACTIONS(13100), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6325), 1, + STATE(6023), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [204598] = 5, - ACTIONS(13176), 1, + [206622] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13182), 1, + ACTIONS(13102), 1, anon_sym_ATendsetup, - STATE(6772), 1, + STATE(7089), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [204616] = 5, - ACTIONS(13154), 1, - aux_sym__text_token2, - ACTIONS(13184), 1, - anon_sym_RBRACE_RBRACE, - STATE(6428), 1, - sym_php_only, - ACTIONS(13152), 2, + [206640] = 4, + ACTIONS(13104), 1, aux_sym__text_token1, + ACTIONS(11023), 2, + anon_sym_RPAREN, + aux_sym__section_parameter_token1, + ACTIONS(13106), 2, + aux_sym__text_token2, aux_sym__text_token3, - STATE(4442), 2, + STATE(4459), 2, sym__text, aux_sym_php_only_repeat1, - [204634] = 5, - ACTIONS(13154), 1, + [206656] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13186), 1, + ACTIONS(13108), 1, anon_sym_RBRACE_RBRACE, - STATE(6629), 1, + STATE(7040), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, - sym__text, - aux_sym_php_only_repeat1, - [204652] = 5, - ACTIONS(13176), 1, - aux_sym__text_token3, - ACTIONS(13188), 1, - anon_sym_ATendsetup, - STATE(6388), 1, - sym_php_only, - ACTIONS(13174), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [204670] = 5, - ACTIONS(13168), 1, + [206674] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13190), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6770), 1, + ACTIONS(13110), 1, + anon_sym_RBRACE_RBRACE, + STATE(6102), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [204688] = 5, - ACTIONS(13168), 1, + [206692] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13192), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6596), 1, + ACTIONS(13112), 1, + anon_sym_RBRACE_RBRACE, + STATE(6454), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, - sym__text, - aux_sym_php_only_repeat1, - [204706] = 5, - ACTIONS(13176), 1, - aux_sym__text_token3, - ACTIONS(13194), 1, - anon_sym_ATendsetup, - STATE(6927), 1, - sym_php_only, - ACTIONS(13174), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [204724] = 5, - ACTIONS(13154), 1, + [206710] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13196), 1, - anon_sym_RBRACE_RBRACE, - STATE(6771), 1, + ACTIONS(13114), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(5820), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [204742] = 5, - ACTIONS(13176), 1, + [206728] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13198), 1, + ACTIONS(13116), 1, anon_sym_ATendsetup, - STATE(6740), 1, + STATE(5995), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, - sym__text, - aux_sym_php_only_repeat1, - [204760] = 5, - ACTIONS(13154), 1, - aux_sym__text_token2, - ACTIONS(13200), 1, - anon_sym_RBRACE_RBRACE, - STATE(6363), 1, - sym_php_only, - ACTIONS(13152), 2, - aux_sym__text_token1, - aux_sym__text_token3, - STATE(4442), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [204778] = 5, - ACTIONS(13168), 1, + [206746] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13202), 1, + ACTIONS(13118), 1, anon_sym_BANG_BANG_RBRACE, - STATE(7094), 1, + STATE(6453), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [204796] = 5, - ACTIONS(13168), 1, + [206764] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13204), 1, + ACTIONS(13120), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6362), 1, + STATE(6101), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [204814] = 4, - ACTIONS(13206), 1, - aux_sym__text_token1, - ACTIONS(11019), 2, - anon_sym_RPAREN, - aux_sym__section_parameter_token1, - ACTIONS(13208), 2, - aux_sym__text_token2, + [206782] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - STATE(4335), 2, - sym__text, - aux_sym_php_only_repeat1, - [204830] = 4, - ACTIONS(13210), 1, + ACTIONS(13122), 1, + anon_sym_ATendsetup, + STATE(6425), 1, + sym_php_only, + ACTIONS(13080), 2, aux_sym__text_token1, - ACTIONS(11035), 2, - anon_sym_RPAREN, - aux_sym__section_parameter_token1, - ACTIONS(13213), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4335), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [204846] = 5, - ACTIONS(13176), 1, + [206800] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13216), 1, + ACTIONS(13124), 1, anon_sym_ATendsetup, - STATE(6327), 1, + STATE(5799), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [204864] = 5, - ACTIONS(13154), 1, + [206818] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13218), 1, + ACTIONS(13126), 1, anon_sym_RBRACE_RBRACE, - STATE(6297), 1, + STATE(7158), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [204882] = 5, - ACTIONS(13168), 1, + [206836] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13220), 1, + ACTIONS(13128), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6296), 1, + STATE(5865), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [204900] = 5, - ACTIONS(13176), 1, + [206854] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13222), 1, + ACTIONS(13130), 1, anon_sym_ATendsetup, - STATE(6262), 1, + STATE(6073), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [204918] = 5, - ACTIONS(13154), 1, - aux_sym__text_token2, - ACTIONS(13224), 1, - anon_sym_RBRACE_RBRACE, - STATE(6435), 1, - sym_php_only, - ACTIONS(13152), 2, - aux_sym__text_token1, - aux_sym__text_token3, - STATE(4442), 2, - sym__text, - aux_sym_php_only_repeat1, - [204936] = 5, - ACTIONS(13154), 1, + [206872] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13226), 1, + ACTIONS(13132), 1, anon_sym_RBRACE_RBRACE, - STATE(6665), 1, + STATE(6963), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [204954] = 5, - ACTIONS(13168), 1, + [206890] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13228), 1, + ACTIONS(13134), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6664), 1, + STATE(7001), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [204972] = 5, - ACTIONS(13168), 1, + [206908] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13230), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6433), 1, + ACTIONS(13136), 1, + anon_sym_RBRACE_RBRACE, + STATE(7002), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [204990] = 5, - ACTIONS(13176), 1, - aux_sym__text_token3, - ACTIONS(13232), 1, - anon_sym_ATendsetup, - STATE(6792), 1, - sym_php_only, - ACTIONS(13174), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, - sym__text, - aux_sym_php_only_repeat1, - [205008] = 5, - ACTIONS(13176), 1, + [206926] = 4, + ACTIONS(13142), 1, aux_sym__text_token3, - ACTIONS(13234), 1, - anon_sym_ATendsetup, - STATE(6421), 1, - sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13138), 2, + anon_sym_ATenderror, + aux_sym__notification_token1, + ACTIONS(13140), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4457), 2, sym__text, aux_sym_php_only_repeat1, - [205026] = 5, - ACTIONS(13154), 1, + [206942] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13236), 1, + ACTIONS(13144), 1, anon_sym_RBRACE_RBRACE, - STATE(6239), 1, + STATE(6611), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205044] = 5, - ACTIONS(13168), 1, + [206960] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13238), 1, + ACTIONS(13146), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6238), 1, + STATE(6610), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205062] = 5, - ACTIONS(13168), 1, + [206978] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13240), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6824), 1, + ACTIONS(13148), 1, + anon_sym_RBRACE_RBRACE, + STATE(5866), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205080] = 5, - ACTIONS(13176), 1, + [206996] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13242), 1, + ACTIONS(13150), 1, anon_sym_ATendsetup, - STATE(6627), 1, + STATE(7011), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205098] = 5, - ACTIONS(13176), 1, + [207014] = 5, + ACTIONS(13088), 1, + aux_sym__text_token2, + ACTIONS(13152), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6962), 1, + sym_php_only, + ACTIONS(13086), 2, + aux_sym__text_token1, aux_sym__text_token3, - ACTIONS(13244), 1, + STATE(4469), 2, + sym__text, + aux_sym_php_only_repeat1, + [207032] = 5, + ACTIONS(13096), 1, + aux_sym__text_token2, + ACTIONS(13154), 1, + anon_sym_RBRACE_RBRACE, + STATE(6885), 1, + sym_php_only, + ACTIONS(13094), 2, + aux_sym__text_token1, + aux_sym__text_token3, + STATE(4466), 2, + sym__text, + aux_sym_php_only_repeat1, + [207050] = 5, + ACTIONS(13082), 1, + aux_sym__text_token3, + ACTIONS(13156), 1, anon_sym_ATendsetup, - STATE(6189), 1, + STATE(6582), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205116] = 5, - ACTIONS(13154), 1, + [207068] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13246), 1, - anon_sym_RBRACE_RBRACE, - STATE(6825), 1, + ACTIONS(13158), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6884), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205134] = 5, - ACTIONS(13154), 1, + [207086] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13248), 1, + ACTIONS(13160), 1, anon_sym_RBRACE_RBRACE, - STATE(6781), 1, + STATE(5985), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205152] = 5, - ACTIONS(13176), 1, + [207104] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13250), 1, + ACTIONS(13162), 1, anon_sym_ATendsetup, - STATE(6204), 1, + STATE(6699), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205170] = 5, - ACTIONS(13176), 1, + [207122] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13252), 1, + ACTIONS(13164), 1, anon_sym_ATendsetup, - STATE(7051), 1, + STATE(6230), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205188] = 5, + [207140] = 4, ACTIONS(13168), 1, - aux_sym__text_token2, - ACTIONS(13254), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6253), 1, - sym_php_only, + aux_sym__text_token3, + ACTIONS(13138), 2, + anon_sym_ATendbefore, + aux_sym__notification_token1, ACTIONS(13166), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4439), 2, + aux_sym__text_token2, + STATE(4452), 2, sym__text, aux_sym_php_only_repeat1, - [205206] = 5, - ACTIONS(13154), 1, + [207156] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13256), 1, - anon_sym_RBRACE_RBRACE, - STATE(6252), 1, + ACTIONS(13170), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6923), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205224] = 5, - ACTIONS(13176), 1, + [207174] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13258), 1, + ACTIONS(13172), 1, anon_sym_ATendsetup, - STATE(6449), 1, + STATE(6465), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205242] = 5, - ACTIONS(13154), 1, + [207192] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13260), 1, - anon_sym_RBRACE_RBRACE, - STATE(7049), 1, + ACTIONS(13174), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6336), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205260] = 5, - ACTIONS(13168), 1, + [207210] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13262), 1, + ACTIONS(13176), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6486), 1, + STATE(6258), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205278] = 5, - ACTIONS(13154), 1, + [207228] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13264), 1, + ACTIONS(13178), 1, anon_sym_RBRACE_RBRACE, - STATE(6482), 1, + STATE(6259), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205296] = 5, - ACTIONS(13176), 1, + [207246] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13266), 1, + ACTIONS(13180), 1, anon_sym_ATendsetup, - STATE(5793), 1, + STATE(7130), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205314] = 5, - ACTIONS(13168), 1, + [207264] = 5, + ACTIONS(13082), 1, + aux_sym__text_token3, + ACTIONS(13182), 1, + anon_sym_ATendsetup, + STATE(6856), 1, + sym_php_only, + ACTIONS(13080), 2, + aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(13268), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(7048), 1, + STATE(4472), 2, + sym__text, + aux_sym_php_only_repeat1, + [207282] = 5, + ACTIONS(13096), 1, + aux_sym__text_token2, + ACTIONS(13184), 1, + anon_sym_RBRACE_RBRACE, + STATE(6337), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205332] = 5, - ACTIONS(13154), 1, + [207300] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13270), 1, + ACTIONS(13186), 1, anon_sym_RBRACE_RBRACE, - STATE(6185), 1, + STATE(6689), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205350] = 5, - ACTIONS(13176), 1, + [207318] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13272), 1, + ACTIONS(13188), 1, anon_sym_ATendsetup, - STATE(7016), 1, + STATE(6973), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205368] = 5, - ACTIONS(13168), 1, + [207336] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13274), 1, + ACTIONS(13190), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6483), 1, + STATE(6492), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205386] = 5, - ACTIONS(13154), 1, + [207354] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13276), 1, + ACTIONS(13192), 1, anon_sym_RBRACE_RBRACE, - STATE(6484), 1, + STATE(6493), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205404] = 5, - ACTIONS(13168), 1, + [207372] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13278), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6184), 1, + ACTIONS(13194), 1, + anon_sym_RBRACE_RBRACE, + STATE(5895), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205422] = 5, - ACTIONS(13176), 1, + [207390] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13280), 1, + ACTIONS(13196), 1, anon_sym_ATendsetup, - STATE(6150), 1, + STATE(6817), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205440] = 5, - ACTIONS(13154), 1, + [207408] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13282), 1, - anon_sym_RBRACE_RBRACE, - STATE(6543), 1, + ACTIONS(13198), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6688), 1, sym_php_only, - ACTIONS(13152), 2, - aux_sym__text_token1, - aux_sym__text_token3, - STATE(4442), 2, - sym__text, - aux_sym_php_only_repeat1, - [205458] = 4, - ACTIONS(13284), 1, + ACTIONS(13086), 2, aux_sym__text_token1, - ACTIONS(11035), 2, - anon_sym_COMMA, - aux_sym__section_parameter_token1, - ACTIONS(13287), 2, - aux_sym__text_token2, - aux_sym__text_token3, - STATE(4370), 2, - sym__text, - aux_sym_php_only_repeat1, - [205474] = 4, - ACTIONS(13293), 1, aux_sym__text_token3, - ACTIONS(11035), 2, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - ACTIONS(13290), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4371), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205490] = 4, - ACTIONS(13299), 1, + [207426] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(11035), 2, - anon_sym_ATendfinished, - aux_sym__notification_token1, - ACTIONS(13296), 2, + ACTIONS(13200), 1, + anon_sym_ATendsetup, + STATE(5956), 1, + sym_php_only, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4372), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205506] = 4, - ACTIONS(13305), 1, + [207444] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(11035), 2, - anon_sym_ATendafter, - aux_sym__notification_token1, - ACTIONS(13302), 2, + ACTIONS(13202), 1, + anon_sym_ATendsetup, + STATE(6778), 1, + sym_php_only, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4373), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205522] = 4, - ACTIONS(13311), 1, + [207462] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(11035), 2, - anon_sym_ATendbefore, - aux_sym__notification_token1, - ACTIONS(13308), 2, - aux_sym__text_token1, - aux_sym__text_token2, - STATE(4374), 2, - sym__text, - aux_sym_php_only_repeat1, - [205538] = 5, - ACTIONS(13168), 1, - aux_sym__text_token2, - ACTIONS(13314), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6544), 1, + ACTIONS(13204), 1, + anon_sym_ATendsetup, + STATE(6113), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13080), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4439), 2, - sym__text, - aux_sym_php_only_repeat1, - [205556] = 5, - ACTIONS(13154), 1, aux_sym__text_token2, - ACTIONS(13316), 1, - anon_sym_RBRACE_RBRACE, - STATE(6127), 1, - sym_php_only, - ACTIONS(13152), 2, - aux_sym__text_token1, - aux_sym__text_token3, - STATE(4442), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205574] = 5, - ACTIONS(13154), 1, + [207480] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13318), 1, - anon_sym_RBRACE_RBRACE, - STATE(5901), 1, + ACTIONS(13206), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(5896), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205592] = 5, - ACTIONS(13168), 1, + [207498] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13320), 1, + ACTIONS(13208), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5900), 1, + STATE(5984), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205610] = 5, - ACTIONS(13154), 1, + [207516] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13322), 1, + ACTIONS(13210), 1, anon_sym_RBRACE_RBRACE, - STATE(5886), 1, + STATE(6415), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205628] = 5, - ACTIONS(13168), 1, + [207534] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13324), 1, + ACTIONS(13212), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5865), 1, + STATE(6727), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205646] = 5, - ACTIONS(13176), 1, + [207552] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13326), 1, + ACTIONS(13214), 1, anon_sym_ATendsetup, - STATE(5897), 1, + STATE(6895), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205664] = 5, - ACTIONS(13176), 1, + [207570] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13328), 1, + ACTIONS(13216), 1, anon_sym_ATendsetup, - STATE(5751), 1, + STATE(6191), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205682] = 5, - ACTIONS(13168), 1, + [207588] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13330), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6126), 1, + ACTIONS(13218), 1, + anon_sym_RBRACE_RBRACE, + STATE(6654), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205700] = 4, - ACTIONS(13336), 1, + [207606] = 4, + ACTIONS(13222), 1, aux_sym__text_token3, - ACTIONS(13332), 2, - anon_sym_ATendfinished, + ACTIONS(13138), 2, + anon_sym_ATendafter, aux_sym__notification_token1, - ACTIONS(13334), 2, + ACTIONS(13220), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4372), 2, + STATE(4449), 2, sym__text, aux_sym_php_only_repeat1, - [205716] = 4, - ACTIONS(13340), 1, - aux_sym__text_token3, - ACTIONS(13332), 2, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - ACTIONS(13338), 2, - aux_sym__text_token1, + [207622] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - STATE(4371), 2, + ACTIONS(13224), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6414), 1, + sym_php_only, + ACTIONS(13086), 2, + aux_sym__text_token1, + aux_sym__text_token3, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205732] = 4, - ACTIONS(13344), 1, + [207640] = 4, + ACTIONS(13228), 1, aux_sym__text_token3, - ACTIONS(13332), 2, - anon_sym_ATendbefore, + ACTIONS(13138), 2, + anon_sym_ATendfinished, aux_sym__notification_token1, - ACTIONS(13342), 2, + ACTIONS(13226), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4374), 2, + STATE(4425), 2, sym__text, aux_sym_php_only_repeat1, - [205748] = 5, - ACTIONS(13176), 1, + [207656] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13346), 1, + ACTIONS(13230), 1, anon_sym_ATendsetup, - STATE(6091), 1, + STATE(6308), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205766] = 5, - ACTIONS(13176), 1, - aux_sym__text_token3, - ACTIONS(13348), 1, - anon_sym_ATendsetup, - STATE(6852), 1, + [207674] = 5, + ACTIONS(13096), 1, + aux_sym__text_token2, + ACTIONS(13232), 1, + anon_sym_RBRACE_RBRACE, + STATE(6806), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13094), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, + aux_sym__text_token3, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205784] = 5, - ACTIONS(13168), 1, + [207692] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13350), 1, + ACTIONS(13234), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6885), 1, + STATE(6140), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205802] = 5, - ACTIONS(13154), 1, + [207710] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13352), 1, + ACTIONS(13236), 1, anon_sym_RBRACE_RBRACE, - STATE(6886), 1, + STATE(5819), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205820] = 5, - ACTIONS(13168), 1, - aux_sym__text_token2, - ACTIONS(13354), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(5864), 1, + [207728] = 5, + ACTIONS(13082), 1, + aux_sym__text_token3, + ACTIONS(13238), 1, + anon_sym_ATendsetup, + STATE(6934), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13080), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4439), 2, + aux_sym__text_token2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205838] = 5, - ACTIONS(13154), 1, - aux_sym__text_token2, - ACTIONS(13356), 1, - anon_sym_RBRACE_RBRACE, - STATE(7081), 1, + [207746] = 5, + ACTIONS(13082), 1, + aux_sym__text_token3, + ACTIONS(13240), 1, + anon_sym_ATendsetup, + STATE(6386), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13080), 2, aux_sym__text_token1, + aux_sym__text_token2, + STATE(4472), 2, + sym__text, + aux_sym_php_only_repeat1, + [207764] = 4, + ACTIONS(13244), 1, aux_sym__text_token3, - STATE(4442), 2, + ACTIONS(13138), 2, + anon_sym_ATendsuccess, + aux_sym__notification_token1, + ACTIONS(13242), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4423), 2, sym__text, aux_sym_php_only_repeat1, - [205856] = 5, - ACTIONS(13168), 1, + [207780] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13358), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6065), 1, + ACTIONS(13246), 1, + anon_sym_RBRACE_RBRACE, + STATE(6141), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205874] = 5, - ACTIONS(13176), 1, + [207798] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13360), 1, + ACTIONS(13248), 1, anon_sym_ATendsetup, - STATE(6031), 1, + STATE(5930), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205892] = 5, - ACTIONS(13154), 1, - aux_sym__text_token2, - ACTIONS(13362), 1, - anon_sym_RBRACE_RBRACE, - STATE(6008), 1, + [207816] = 5, + ACTIONS(13082), 1, + aux_sym__text_token3, + ACTIONS(13250), 1, + anon_sym_ATendsetup, + STATE(5880), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13080), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4442), 2, + aux_sym__text_token2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [205910] = 4, - ACTIONS(13366), 1, + [207834] = 4, + ACTIONS(13255), 1, aux_sym__text_token3, - ACTIONS(13332), 2, - anon_sym_ATendafter, + ACTIONS(11033), 2, + anon_sym_ATendsuccess, aux_sym__notification_token1, - ACTIONS(13364), 2, + ACTIONS(13252), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4373), 2, + STATE(4423), 2, sym__text, aux_sym_php_only_repeat1, - [205926] = 5, - ACTIONS(13176), 1, - aux_sym__text_token3, - ACTIONS(13368), 1, - anon_sym_ATendsetup, - STATE(6027), 1, + [207850] = 5, + ACTIONS(13096), 1, + aux_sym__text_token2, + ACTIONS(13258), 1, + anon_sym_RBRACE_RBRACE, + STATE(6009), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13094), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, + aux_sym__text_token3, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [205944] = 4, - ACTIONS(13370), 1, + [207868] = 4, + ACTIONS(13263), 1, + aux_sym__text_token3, + ACTIONS(11033), 2, + anon_sym_ATendfinished, + aux_sym__notification_token1, + ACTIONS(13260), 2, aux_sym__text_token1, - ACTIONS(11019), 2, - anon_sym_COMMA, - aux_sym__section_parameter_token1, - ACTIONS(13372), 2, aux_sym__text_token2, - aux_sym__text_token3, - STATE(4370), 2, + STATE(4425), 2, sym__text, aux_sym_php_only_repeat1, - [205960] = 5, - ACTIONS(13168), 1, + [207884] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13374), 1, + ACTIONS(13266), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6007), 1, + STATE(7039), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205978] = 5, - ACTIONS(13154), 1, + [207902] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13376), 1, - anon_sym_RBRACE_RBRACE, - STATE(5727), 1, + ACTIONS(13268), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(7117), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [205996] = 5, - ACTIONS(13176), 1, + [207920] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13378), 1, + ACTIONS(13270), 1, anon_sym_ATendsetup, - STATE(5977), 1, + STATE(6269), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [206014] = 5, - ACTIONS(13176), 1, - aux_sym__text_token3, - ACTIONS(13380), 1, - anon_sym_ATendsetup, - STATE(7064), 1, + [207938] = 5, + ACTIONS(13096), 1, + aux_sym__text_token2, + ACTIONS(13272), 1, + anon_sym_RBRACE_RBRACE, + STATE(6376), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13094), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, + aux_sym__text_token3, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206032] = 5, - ACTIONS(13168), 1, + [207956] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13382), 1, + ACTIONS(13274), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5764), 1, + STATE(6375), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206050] = 5, - ACTIONS(13154), 1, + [207974] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13384), 1, + ACTIONS(13276), 1, anon_sym_RBRACE_RBRACE, - STATE(5765), 1, + STATE(7045), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206068] = 5, - ACTIONS(13154), 1, + [207992] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13386), 1, + ACTIONS(13278), 1, anon_sym_RBRACE_RBRACE, - STATE(6601), 1, + STATE(6024), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206086] = 5, - ACTIONS(13168), 1, + [208010] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13388), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6600), 1, + ACTIONS(13280), 1, + anon_sym_RBRACE_RBRACE, + STATE(6767), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206104] = 5, - ACTIONS(13176), 1, - aux_sym__text_token3, - ACTIONS(13390), 1, - anon_sym_ATendsetup, - STATE(6138), 1, + [208028] = 5, + ACTIONS(13088), 1, + aux_sym__text_token2, + ACTIONS(13282), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6297), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13086), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, + aux_sym__text_token3, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206122] = 5, - ACTIONS(13168), 1, + [208046] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13392), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6010), 1, + ACTIONS(13284), 1, + anon_sym_RBRACE_RBRACE, + STATE(6298), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206140] = 5, - ACTIONS(13154), 1, + [208064] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13394), 1, + ACTIONS(13286), 1, anon_sym_RBRACE_RBRACE, - STATE(6009), 1, + STATE(7079), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206158] = 5, - ACTIONS(13154), 1, + [208082] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13396), 1, + ACTIONS(13288), 1, anon_sym_RBRACE_RBRACE, - STATE(5956), 1, + STATE(6572), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206176] = 5, - ACTIONS(13168), 1, + [208100] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13398), 1, + ACTIONS(13290), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5955), 1, + STATE(6571), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206194] = 5, - ACTIONS(13154), 1, + [208118] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13400), 1, - anon_sym_RBRACE_RBRACE, - STATE(5787), 1, + ACTIONS(13292), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6766), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206212] = 5, - ACTIONS(13168), 1, + [208136] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13402), 1, + ACTIONS(13294), 1, anon_sym_BANG_BANG_RBRACE, - STATE(5788), 1, + STATE(7078), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206230] = 5, - ACTIONS(13176), 1, - aux_sym__text_token3, - ACTIONS(13404), 1, - anon_sym_ATendsetup, - STATE(6565), 1, + [208154] = 5, + ACTIONS(13096), 1, + aux_sym__text_token2, + ACTIONS(13296), 1, + anon_sym_RBRACE_RBRACE, + STATE(6905), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13094), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, + aux_sym__text_token3, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206248] = 5, - ACTIONS(13176), 1, + [208172] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13406), 1, + ACTIONS(13298), 1, anon_sym_ATendsetup, - STATE(6688), 1, + STATE(6621), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [206266] = 4, - ACTIONS(13410), 1, + [208190] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13332), 2, - anon_sym_ATenderror, - aux_sym__notification_token1, - ACTIONS(13408), 2, + ACTIONS(13300), 1, + anon_sym_ATendsetup, + STATE(6347), 1, + sym_php_only, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4315), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [206282] = 5, - ACTIONS(13176), 1, + [208208] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13412), 1, + ACTIONS(13302), 1, anon_sym_ATendsetup, - STATE(5925), 1, + STATE(7050), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [206300] = 5, - ACTIONS(13176), 1, - aux_sym__text_token3, - ACTIONS(13414), 1, - anon_sym_ATendsetup, - STATE(5821), 1, + [208226] = 5, + ACTIONS(13088), 1, + aux_sym__text_token2, + ACTIONS(13304), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(7157), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13086), 2, aux_sym__text_token1, - aux_sym__text_token2, - STATE(4437), 2, + aux_sym__text_token3, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206318] = 5, - ACTIONS(13176), 1, + [208244] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13416), 1, + ACTIONS(13306), 1, anon_sym_ATendsetup, - STATE(6910), 1, + STATE(6543), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [206336] = 5, - ACTIONS(13168), 1, + [208262] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13418), 1, + ACTIONS(13308), 1, anon_sym_BANG_BANG_RBRACE, - STATE(7092), 1, + STATE(5941), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206354] = 5, - ACTIONS(13168), 1, + [208280] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13420), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6943), 1, + ACTIONS(13310), 1, + anon_sym_RBRACE_RBRACE, + STATE(5942), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206372] = 5, - ACTIONS(13154), 1, + [208298] = 4, + ACTIONS(13315), 1, + aux_sym__text_token3, + ACTIONS(11033), 2, + anon_sym_ATendafter, + aux_sym__notification_token1, + ACTIONS(13312), 2, + aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(13422), 1, - anon_sym_RBRACE_RBRACE, - STATE(6997), 1, + STATE(4449), 2, + sym__text, + aux_sym_php_only_repeat1, + [208314] = 5, + ACTIONS(13082), 1, + aux_sym__text_token3, + ACTIONS(13318), 1, + anon_sym_ATendsetup, + STATE(6152), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13080), 2, aux_sym__text_token1, - aux_sym__text_token3, - STATE(4442), 2, + aux_sym__text_token2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [206390] = 5, - ACTIONS(13154), 1, + [208332] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13424), 1, - anon_sym_RBRACE_RBRACE, - STATE(6996), 1, + ACTIONS(13320), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6179), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206408] = 5, - ACTIONS(13176), 1, + [208350] = 4, + ACTIONS(13325), 1, aux_sym__text_token3, - ACTIONS(13426), 1, - anon_sym_ATendsetup, - STATE(6507), 1, - sym_php_only, - ACTIONS(13174), 2, + ACTIONS(11033), 2, + anon_sym_ATendbefore, + aux_sym__notification_token1, + ACTIONS(13322), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4452), 2, sym__text, aux_sym_php_only_repeat1, - [206426] = 5, - ACTIONS(13168), 1, + [208366] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13428), 1, - anon_sym_BANG_BANG_RBRACE, - STATE(6995), 1, + ACTIONS(13328), 1, + anon_sym_RBRACE_RBRACE, + STATE(6845), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206444] = 5, - ACTIONS(13154), 1, + [208384] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13430), 1, + ACTIONS(13330), 1, anon_sym_RBRACE_RBRACE, - STATE(6944), 1, + STATE(6180), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206462] = 5, - ACTIONS(13176), 1, + [208402] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13432), 1, + ACTIONS(13332), 1, anon_sym_ATendsetup, - STATE(6963), 1, + STATE(6504), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [206480] = 5, - ACTIONS(13176), 1, + [208420] = 5, + ACTIONS(13082), 1, aux_sym__text_token3, - ACTIONS(13434), 1, + ACTIONS(13334), 1, anon_sym_ATendsetup, - STATE(6676), 1, + STATE(6660), 1, sym_php_only, - ACTIONS(13174), 2, + ACTIONS(13080), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4437), 2, + STATE(4472), 2, sym__text, aux_sym_php_only_repeat1, - [206498] = 5, - ACTIONS(13168), 1, + [208438] = 4, + ACTIONS(13339), 1, + aux_sym__text_token3, + ACTIONS(11033), 2, + anon_sym_ATenderror, + aux_sym__notification_token1, + ACTIONS(13336), 2, + aux_sym__text_token1, aux_sym__text_token2, - ACTIONS(13436), 1, + STATE(4457), 2, + sym__text, + aux_sym_php_only_repeat1, + [208454] = 5, + ACTIONS(13088), 1, + aux_sym__text_token2, + ACTIONS(13342), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6718), 1, + STATE(6062), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206516] = 5, - ACTIONS(13154), 1, + [208472] = 4, + ACTIONS(13344), 1, + aux_sym__text_token1, + ACTIONS(11033), 2, + anon_sym_RPAREN, + aux_sym__section_parameter_token1, + ACTIONS(13347), 2, aux_sym__text_token2, - ACTIONS(13438), 1, - anon_sym_RBRACE_RBRACE, - STATE(6709), 1, + aux_sym__text_token3, + STATE(4459), 2, + sym__text, + aux_sym_php_only_repeat1, + [208488] = 5, + ACTIONS(13082), 1, + aux_sym__text_token3, + ACTIONS(13350), 1, + anon_sym_ATendsetup, + STATE(6034), 1, + sym_php_only, + ACTIONS(13080), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4472), 2, + sym__text, + aux_sym_php_only_repeat1, + [208506] = 5, + ACTIONS(13088), 1, + aux_sym__text_token2, + ACTIONS(13352), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6532), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206534] = 5, - ACTIONS(13168), 1, + [208524] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - ACTIONS(13440), 1, + ACTIONS(13354), 1, anon_sym_BANG_BANG_RBRACE, - STATE(6541), 1, + STATE(6590), 1, sym_php_only, - ACTIONS(13166), 2, + ACTIONS(13086), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4439), 2, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206552] = 5, - ACTIONS(13154), 1, + [208542] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13442), 1, + ACTIONS(13356), 1, anon_sym_RBRACE_RBRACE, - STATE(6542), 1, + STATE(6533), 1, sym_php_only, - ACTIONS(13152), 2, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4442), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206570] = 4, - ACTIONS(13332), 1, - anon_sym_ATendphp, - ACTIONS(13446), 1, - aux_sym__text_token3, - ACTIONS(13444), 2, - aux_sym__text_token1, + [208560] = 5, + ACTIONS(13088), 1, aux_sym__text_token2, - STATE(4436), 2, + ACTIONS(13358), 1, + anon_sym_BANG_BANG_RBRACE, + STATE(6844), 1, + sym_php_only, + ACTIONS(13086), 2, + aux_sym__text_token1, + aux_sym__text_token3, + STATE(4469), 2, sym__text, aux_sym_php_only_repeat1, - [206585] = 4, - ACTIONS(11035), 1, - anon_sym_RBRACE_RBRACE, - ACTIONS(13451), 1, + [208578] = 5, + ACTIONS(13096), 1, aux_sym__text_token2, - ACTIONS(13448), 2, + ACTIONS(13360), 1, + anon_sym_RBRACE_RBRACE, + STATE(6650), 1, + sym_php_only, + ACTIONS(13094), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4434), 2, + STATE(4466), 2, sym__text, aux_sym_php_only_repeat1, - [206600] = 4, - ACTIONS(11035), 1, - anon_sym_BANG_BANG_RBRACE, - ACTIONS(13457), 1, + [208596] = 4, + ACTIONS(13138), 1, + anon_sym_RBRACE_RBRACE, + ACTIONS(13364), 1, aux_sym__text_token2, - ACTIONS(13454), 2, + ACTIONS(13362), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4435), 2, + STATE(4470), 2, sym__text, aux_sym_php_only_repeat1, - [206615] = 4, - ACTIONS(11035), 1, + [208611] = 4, + ACTIONS(13138), 1, anon_sym_ATendphp, - ACTIONS(13463), 1, + ACTIONS(13368), 1, aux_sym__text_token3, - ACTIONS(13460), 2, + ACTIONS(13366), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4436), 2, + STATE(4474), 2, sym__text, aux_sym_php_only_repeat1, - [206630] = 4, - ACTIONS(13332), 1, + [208626] = 4, + ACTIONS(11033), 1, anon_sym_ATendsetup, - ACTIONS(13468), 1, + ACTIONS(13373), 1, aux_sym__text_token3, - ACTIONS(13466), 2, + ACTIONS(13370), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4440), 2, + STATE(4468), 2, sym__text, aux_sym_php_only_repeat1, - [206645] = 4, - ACTIONS(12744), 1, + [208641] = 4, + ACTIONS(13138), 1, + anon_sym_BANG_BANG_RBRACE, + ACTIONS(13378), 1, aux_sym__text_token2, - STATE(5263), 1, - sym_text, - ACTIONS(12742), 2, + ACTIONS(13376), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4398), 2, + STATE(4471), 2, sym__text, aux_sym_php_only_repeat1, - [206660] = 4, - ACTIONS(13332), 1, + [208656] = 4, + ACTIONS(11033), 1, + anon_sym_RBRACE_RBRACE, + ACTIONS(13383), 1, + aux_sym__text_token2, + ACTIONS(13380), 2, + aux_sym__text_token1, + aux_sym__text_token3, + STATE(4470), 2, + sym__text, + aux_sym_php_only_repeat1, + [208671] = 4, + ACTIONS(11033), 1, anon_sym_BANG_BANG_RBRACE, - ACTIONS(13472), 1, + ACTIONS(13389), 1, aux_sym__text_token2, - ACTIONS(13470), 2, + ACTIONS(13386), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4435), 2, + STATE(4471), 2, sym__text, aux_sym_php_only_repeat1, - [206675] = 4, - ACTIONS(11035), 1, + [208686] = 4, + ACTIONS(13138), 1, anon_sym_ATendsetup, - ACTIONS(13477), 1, + ACTIONS(13394), 1, aux_sym__text_token3, - ACTIONS(13474), 2, + ACTIONS(13392), 2, aux_sym__text_token1, aux_sym__text_token2, - STATE(4440), 2, + STATE(4468), 2, sym__text, aux_sym_php_only_repeat1, - [206690] = 4, - ACTIONS(11899), 1, + [208701] = 4, + ACTIONS(12854), 1, aux_sym__text_token2, - STATE(5263), 1, + STATE(5112), 1, sym_text, - ACTIONS(11897), 2, + ACTIONS(12852), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4312), 2, + STATE(4356), 2, sym__text, aux_sym_php_only_repeat1, - [206705] = 4, - ACTIONS(13332), 1, - anon_sym_RBRACE_RBRACE, - ACTIONS(13482), 1, - aux_sym__text_token2, - ACTIONS(13480), 2, - aux_sym__text_token1, + [208716] = 4, + ACTIONS(11033), 1, + anon_sym_ATendphp, + ACTIONS(13399), 1, aux_sym__text_token3, - STATE(4434), 2, + ACTIONS(13396), 2, + aux_sym__text_token1, + aux_sym__text_token2, + STATE(4474), 2, sym__text, aux_sym_php_only_repeat1, - [206720] = 4, - ACTIONS(12710), 1, + [208731] = 4, + ACTIONS(11885), 1, aux_sym__text_token2, - STATE(5263), 1, + STATE(5112), 1, sym_text, - ACTIONS(12708), 2, + ACTIONS(11883), 2, aux_sym__text_token1, aux_sym__text_token3, - STATE(4334), 2, + STATE(4310), 2, sym__text, aux_sym_php_only_repeat1, - [206735] = 4, - ACTIONS(13484), 1, - aux_sym_parameter_token1, - ACTIONS(13486), 1, - anon_sym_RPAREN2, - STATE(5680), 1, - sym__text_with_parenthesis, - STATE(4469), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [206749] = 4, - ACTIONS(5835), 1, + [208746] = 4, + ACTIONS(7017), 1, anon_sym_ATendswitch, - ACTIONS(13488), 1, + ACTIONS(13402), 1, anon_sym_ATdefault, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [206763] = 4, - ACTIONS(13484), 1, + [208760] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13492), 1, + ACTIONS(13408), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4533), 2, + STATE(4604), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [206777] = 4, - ACTIONS(13490), 1, + [208774] = 2, + ACTIONS(11537), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11535), 3, + anon_sym_ATenderror, + aux_sym__notification_token1, + aux_sym__text_token3, + [208784] = 4, + ACTIONS(13406), 1, + aux_sym_parameter_token1, + ACTIONS(13410), 1, + anon_sym_RPAREN2, + STATE(5614), 1, + sym__text_with_parenthesis, + STATE(4602), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [208798] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13494), 1, + ACTIONS(13412), 1, anon_sym_ATdefault, - ACTIONS(13496), 1, + ACTIONS(13414), 1, anon_sym_ATendswitch, - STATE(4455), 2, + STATE(4503), 2, sym__case, aux_sym_switch_repeat1, - [206791] = 4, - ACTIONS(13490), 1, + [208812] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13498), 1, + ACTIONS(13416), 1, anon_sym_ATdefault, - ACTIONS(13500), 1, + ACTIONS(13418), 1, anon_sym_ATendswitch, - STATE(4468), 2, + STATE(4501), 2, sym__case, aux_sym_switch_repeat1, - [206805] = 4, - ACTIONS(13484), 1, + [208826] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13502), 1, + ACTIONS(13420), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4531), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [206819] = 4, - ACTIONS(13484), 1, + [208840] = 4, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13422), 1, + anon_sym_ATdefault, + ACTIONS(13424), 1, + anon_sym_ATendswitch, + STATE(4589), 2, + sym__case, + aux_sym_switch_repeat1, + [208854] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13504), 1, + ACTIONS(13426), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4527), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [206833] = 4, - ACTIONS(13484), 1, + [208868] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13506), 1, + ACTIONS(13428), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4449), 2, + STATE(4525), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [206847] = 4, - ACTIONS(13508), 1, - anon_sym_RPAREN, - ACTIONS(13510), 1, + [208882] = 2, + ACTIONS(11537), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11535), 3, + anon_sym_ATendfinished, + aux_sym__notification_token1, + aux_sym__text_token3, + [208892] = 2, + ACTIONS(11537), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11535), 3, + anon_sym_ATendbefore, + aux_sym__notification_token1, + aux_sym__text_token3, + [208902] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - STATE(5718), 1, + ACTIONS(13430), 1, + anon_sym_RPAREN2, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4475), 2, + STATE(4491), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [206861] = 4, - ACTIONS(10977), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13512), 1, - anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [206875] = 4, - ACTIONS(10955), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13514), 1, - anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [206889] = 4, - ACTIONS(4855), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13516), 1, - anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [206903] = 4, - ACTIONS(13484), 1, + [208916] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13518), 1, + ACTIONS(13432), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [208930] = 2, + ACTIONS(11563), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11561), 3, + anon_sym_ATendfinished, + aux_sym__notification_token1, + aux_sym__text_token3, + [208940] = 4, + ACTIONS(13406), 1, + aux_sym_parameter_token1, + ACTIONS(13434), 1, + anon_sym_RPAREN2, + STATE(5614), 1, + sym__text_with_parenthesis, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [206917] = 4, - ACTIONS(5939), 1, + [208954] = 4, + ACTIONS(10317), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13520), 1, + ACTIONS(13436), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [206931] = 4, - ACTIONS(13484), 1, + [208968] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13522), 1, + ACTIONS(13438), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4620), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [206945] = 4, - ACTIONS(13484), 1, + [208982] = 4, + ACTIONS(10321), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13440), 1, + anon_sym_ATdefault, + STATE(4598), 2, + sym__case, + aux_sym_switch_repeat1, + [208996] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13524), 1, + ACTIONS(13442), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4496), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [206959] = 4, - ACTIONS(13484), 1, + [209010] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13526), 1, + ACTIONS(13444), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [206973] = 4, - ACTIONS(5869), 1, + [209024] = 4, + ACTIONS(5263), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13528), 1, - anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [206987] = 3, - ACTIONS(13532), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13530), 2, + ACTIONS(13446), 1, anon_sym_ATdefault, - anon_sym_ATendswitch, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [206999] = 4, - ACTIONS(13484), 1, + [209038] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13535), 1, + ACTIONS(13448), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207013] = 4, - ACTIONS(13484), 1, + [209052] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13537), 1, + ACTIONS(13450), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4548), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207027] = 4, - ACTIONS(13484), 1, + [209066] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13539), 1, + ACTIONS(13452), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4505), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207041] = 2, - ACTIONS(13543), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(13541), 3, - anon_sym_ATendbefore, - aux_sym__notification_token1, - aux_sym__text_token3, - [207051] = 4, - ACTIONS(6129), 1, + [209080] = 4, + ACTIONS(6421), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13454), 1, + anon_sym_ATdefault, + STATE(4598), 2, + sym__case, + aux_sym_switch_repeat1, + [209094] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13545), 1, + ACTIONS(13456), 1, anon_sym_ATdefault, - STATE(4462), 2, + ACTIONS(13458), 1, + anon_sym_ATendswitch, + STATE(4492), 2, sym__case, aux_sym_switch_repeat1, - [207065] = 4, - ACTIONS(5877), 1, + [209108] = 4, + ACTIONS(4799), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13547), 1, + ACTIONS(13460), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207079] = 4, - ACTIONS(13484), 1, + [209122] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13549), 1, + ACTIONS(13462), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207093] = 4, - ACTIONS(13484), 1, + [209136] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13551), 1, + ACTIONS(13464), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4471), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207107] = 4, - ACTIONS(13484), 1, + [209150] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13553), 1, + ACTIONS(13466), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207121] = 4, - ACTIONS(13490), 1, + [209164] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13555), 1, + ACTIONS(13468), 1, anon_sym_ATdefault, - ACTIONS(13557), 1, + ACTIONS(13470), 1, anon_sym_ATendswitch, - STATE(4453), 2, + STATE(4541), 2, sym__case, aux_sym_switch_repeat1, - [207135] = 4, - ACTIONS(13484), 1, + [209178] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13559), 1, + ACTIONS(13472), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4474), 2, + STATE(4509), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207149] = 4, - ACTIONS(13484), 1, + [209192] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13561), 1, + ACTIONS(13474), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207163] = 4, - ACTIONS(13563), 1, - anon_sym_RPAREN, - ACTIONS(13565), 1, + [209206] = 4, + ACTIONS(4781), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13476), 1, + anon_sym_ATdefault, + STATE(4598), 2, + sym__case, + aux_sym_switch_repeat1, + [209220] = 4, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13478), 1, + anon_sym_ATdefault, + ACTIONS(13480), 1, + anon_sym_ATendswitch, + STATE(4497), 2, + sym__case, + aux_sym_switch_repeat1, + [209234] = 4, + ACTIONS(6957), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13482), 1, + anon_sym_ATdefault, + STATE(4598), 2, + sym__case, + aux_sym_switch_repeat1, + [209248] = 4, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13484), 1, + anon_sym_ATdefault, + ACTIONS(13486), 1, + anon_sym_ATendswitch, + STATE(4537), 2, + sym__case, + aux_sym_switch_repeat1, + [209262] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - STATE(5718), 1, + ACTIONS(13488), 1, + anon_sym_RPAREN2, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4475), 2, + STATE(4517), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207177] = 4, - ACTIONS(13484), 1, + [209276] = 4, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13490), 1, + anon_sym_ATdefault, + ACTIONS(13492), 1, + anon_sym_ATendswitch, + STATE(4570), 2, + sym__case, + aux_sym_switch_repeat1, + [209290] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13568), 1, + ACTIONS(13494), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4477), 2, + STATE(4546), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207191] = 4, - ACTIONS(13484), 1, + [209304] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13570), 1, + ACTIONS(13496), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207205] = 4, - ACTIONS(13484), 1, + [209318] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13572), 1, + ACTIONS(13498), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4485), 2, + STATE(4522), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207219] = 4, - ACTIONS(5899), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, + [209332] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13574), 1, + ACTIONS(13500), 1, anon_sym_ATdefault, - STATE(4462), 2, + ACTIONS(13502), 1, + anon_sym_ATendswitch, + STATE(4617), 2, sym__case, aux_sym_switch_repeat1, - [207233] = 4, - ACTIONS(13484), 1, + [209346] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13576), 1, + ACTIONS(13504), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4464), 2, + STATE(4504), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207247] = 4, - ACTIONS(13484), 1, + [209360] = 4, + ACTIONS(11005), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13506), 1, + anon_sym_ATdefault, + STATE(4598), 2, + sym__case, + aux_sym_switch_repeat1, + [209374] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13578), 1, + ACTIONS(13508), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4456), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207261] = 4, - ACTIONS(13484), 1, + [209388] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13580), 1, + ACTIONS(13510), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207275] = 4, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13582), 1, - anon_sym_ATdefault, - ACTIONS(13584), 1, + [209402] = 4, + ACTIONS(9589), 1, anon_sym_ATendswitch, - STATE(4499), 2, - sym__case, - aux_sym_switch_repeat1, - [207289] = 4, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13586), 1, + ACTIONS(13512), 1, anon_sym_ATdefault, - ACTIONS(13588), 1, - anon_sym_ATendswitch, - STATE(4479), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207303] = 4, - ACTIONS(13484), 1, + [209416] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13590), 1, + ACTIONS(13514), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207317] = 4, - ACTIONS(13484), 1, + [209430] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13592), 1, + ACTIONS(13516), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4487), 2, + STATE(4496), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207331] = 4, - ACTIONS(13484), 1, + [209444] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13594), 1, + ACTIONS(13518), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207345] = 4, - ACTIONS(13484), 1, + [209458] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13596), 1, + ACTIONS(13520), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4491), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207359] = 4, - ACTIONS(5099), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13598), 1, - anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [207373] = 4, - ACTIONS(13484), 1, + [209472] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13600), 1, + ACTIONS(13522), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4482), 2, + STATE(4572), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207387] = 4, - ACTIONS(13484), 1, + [209486] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13602), 1, + ACTIONS(13524), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207401] = 4, - ACTIONS(13563), 1, - anon_sym_RPAREN2, - ACTIONS(13604), 1, + [209500] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - STATE(5680), 1, + ACTIONS(13526), 1, + anon_sym_RPAREN2, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207415] = 4, - ACTIONS(10597), 1, + [209514] = 4, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13528), 1, + anon_sym_ATdefault, + ACTIONS(13530), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + STATE(4551), 2, + sym__case, + aux_sym_switch_repeat1, + [209528] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13607), 1, + ACTIONS(13532), 1, anon_sym_ATdefault, - STATE(4462), 2, + ACTIONS(13534), 1, + anon_sym_ATendswitch, + STATE(4476), 2, sym__case, aux_sym_switch_repeat1, - [207429] = 4, - ACTIONS(13484), 1, + [209542] = 2, + ACTIONS(11563), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11561), 3, + anon_sym_ATendbefore, + aux_sym__notification_token1, + aux_sym__text_token3, + [209552] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13609), 1, + ACTIONS(13536), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4460), 2, + STATE(4536), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207443] = 4, - ACTIONS(13484), 1, + [209566] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13611), 1, + ACTIONS(13538), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4463), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207457] = 4, - ACTIONS(13484), 1, + [209580] = 4, + ACTIONS(4935), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13540), 1, + anon_sym_ATdefault, + STATE(4598), 2, + sym__case, + aux_sym_switch_repeat1, + [209594] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13613), 1, + ACTIONS(13542), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207471] = 4, - ACTIONS(13484), 1, + [209608] = 4, + ACTIONS(13544), 1, + anon_sym_RPAREN, + ACTIONS(13546), 1, aux_sym_parameter_token1, - ACTIONS(13615), 1, - anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5745), 1, sym__text_with_parenthesis, - STATE(4539), 2, + STATE(4629), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207485] = 4, - ACTIONS(13510), 1, + [209622] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13617), 1, - anon_sym_RPAREN, - STATE(5718), 1, + ACTIONS(13548), 1, + anon_sym_RPAREN2, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4475), 2, + STATE(4631), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207499] = 4, - ACTIONS(10969), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13619), 1, - anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [207513] = 4, - ACTIONS(5083), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13621), 1, - anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [207527] = 2, - ACTIONS(13543), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(13541), 3, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - aux_sym__text_token3, - [207537] = 4, - ACTIONS(9607), 1, + [209636] = 4, + ACTIONS(6761), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13623), 1, + ACTIONS(13550), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207551] = 2, - ACTIONS(13543), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(13541), 3, - anon_sym_ATendafter, - aux_sym__notification_token1, - aux_sym__text_token3, - [207561] = 4, - ACTIONS(13484), 1, + [209650] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13625), 1, + ACTIONS(13552), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4523), 2, + STATE(4554), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207575] = 4, - ACTIONS(9901), 1, + [209664] = 4, + ACTIONS(5801), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13627), 1, + ACTIONS(13554), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207589] = 4, - ACTIONS(13490), 1, + [209678] = 4, + ACTIONS(6341), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13629), 1, + ACTIONS(13556), 1, anon_sym_ATdefault, - ACTIONS(13631), 1, - anon_sym_ATendswitch, - STATE(4454), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207603] = 4, - ACTIONS(13484), 1, + [209692] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13633), 1, + ACTIONS(13558), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207617] = 4, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13635), 1, - anon_sym_ATdefault, - ACTIONS(13637), 1, - anon_sym_ATendswitch, - STATE(4505), 2, - sym__case, - aux_sym_switch_repeat1, - [207631] = 4, - ACTIONS(13510), 1, + [209706] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13639), 1, - anon_sym_RPAREN, - STATE(5718), 1, + ACTIONS(13560), 1, + anon_sym_RPAREN2, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4452), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207645] = 4, - ACTIONS(4777), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, + [209720] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13641), 1, + ACTIONS(13562), 1, anon_sym_ATdefault, - STATE(4462), 2, + ACTIONS(13564), 1, + anon_sym_ATendswitch, + STATE(4559), 2, sym__case, aux_sym_switch_repeat1, - [207659] = 4, - ACTIONS(13484), 1, - aux_sym_parameter_token1, - ACTIONS(13643), 1, - anon_sym_RPAREN2, - STATE(5680), 1, - sym__text_with_parenthesis, - STATE(4507), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [207673] = 2, - ACTIONS(13543), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(13541), 3, - anon_sym_ATendfinished, - aux_sym__notification_token1, - aux_sym__text_token3, - [207683] = 4, - ACTIONS(13484), 1, + [209734] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13645), 1, + ACTIONS(13566), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207697] = 4, - ACTIONS(10989), 1, + [209748] = 4, + ACTIONS(7097), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13647), 1, + ACTIONS(13568), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207711] = 4, - ACTIONS(13484), 1, - aux_sym_parameter_token1, - ACTIONS(13649), 1, - anon_sym_RPAREN2, - STATE(5680), 1, - sym__text_with_parenthesis, - STATE(4554), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [207725] = 2, - ACTIONS(13543), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(13541), 3, - anon_sym_ATenderror, - aux_sym__notification_token1, - aux_sym__text_token3, - [207735] = 4, - ACTIONS(13490), 1, + [209762] = 4, + ACTIONS(6745), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13651), 1, + ACTIONS(13570), 1, anon_sym_ATdefault, - ACTIONS(13653), 1, - anon_sym_ATendswitch, - STATE(4525), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207749] = 4, - ACTIONS(13510), 1, - aux_sym_parameter_token1, - ACTIONS(13655), 1, - anon_sym_RPAREN, - STATE(5718), 1, - sym__text_with_parenthesis, - STATE(4498), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [207763] = 4, - ACTIONS(9277), 1, + [209776] = 4, + ACTIONS(10753), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13657), 1, + ACTIONS(13572), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207777] = 4, - ACTIONS(13484), 1, + [209790] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13659), 1, + ACTIONS(13574), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207791] = 4, - ACTIONS(13490), 1, + [209804] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13661), 1, + ACTIONS(13576), 1, anon_sym_ATdefault, - ACTIONS(13663), 1, + ACTIONS(13578), 1, anon_sym_ATendswitch, - STATE(4519), 2, + STATE(4543), 2, sym__case, aux_sym_switch_repeat1, - [207805] = 4, - ACTIONS(13484), 1, + [209818] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13665), 1, + ACTIONS(13580), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4520), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207819] = 4, - ACTIONS(13484), 1, + [209832] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13667), 1, + ACTIONS(13582), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207833] = 4, - ACTIONS(13490), 1, + [209846] = 2, + ACTIONS(13586), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(13584), 3, + anon_sym_ATenderror, + aux_sym__notification_token1, + aux_sym__text_token3, + [209856] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13669), 1, + ACTIONS(13588), 1, anon_sym_ATdefault, - ACTIONS(13671), 1, + ACTIONS(13590), 1, anon_sym_ATendswitch, - STATE(4544), 2, + STATE(4577), 2, + sym__case, + aux_sym_switch_repeat1, + [209870] = 4, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13592), 1, + anon_sym_ATdefault, + ACTIONS(13594), 1, + anon_sym_ATendswitch, + STATE(4634), 2, sym__case, aux_sym_switch_repeat1, - [207847] = 4, - ACTIONS(4769), 1, + [209884] = 4, + ACTIONS(7941), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13673), 1, + ACTIONS(13596), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207861] = 4, - ACTIONS(13484), 1, + [209898] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13675), 1, + ACTIONS(13598), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4556), 2, + STATE(4528), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207875] = 4, - ACTIONS(13484), 1, + [209912] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13677), 1, + ACTIONS(13600), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4575), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207889] = 4, - ACTIONS(13484), 1, + [209926] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13679), 1, + ACTIONS(13602), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4545), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207903] = 4, - ACTIONS(13490), 1, + [209940] = 2, + ACTIONS(11563), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11561), 3, + anon_sym_ATenderror, + aux_sym__notification_token1, + aux_sym__text_token3, + [209950] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13681), 1, + ACTIONS(13604), 1, anon_sym_ATdefault, - ACTIONS(13683), 1, + ACTIONS(13606), 1, anon_sym_ATendswitch, - STATE(4457), 2, + STATE(4549), 2, sym__case, aux_sym_switch_repeat1, - [207917] = 4, - ACTIONS(7725), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, + [209964] = 2, + ACTIONS(13586), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(13584), 3, + anon_sym_ATendfinished, + aux_sym__notification_token1, + aux_sym__text_token3, + [209974] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13685), 1, + ACTIONS(13608), 1, anon_sym_ATdefault, - STATE(4462), 2, + ACTIONS(13610), 1, + anon_sym_ATendswitch, + STATE(4494), 2, sym__case, aux_sym_switch_repeat1, - [207931] = 4, - ACTIONS(13490), 1, + [209988] = 4, + ACTIONS(13406), 1, + aux_sym_parameter_token1, + ACTIONS(13612), 1, + anon_sym_RPAREN2, + STATE(5614), 1, + sym__text_with_parenthesis, + STATE(4506), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [210002] = 4, + ACTIONS(13406), 1, + aux_sym_parameter_token1, + ACTIONS(13614), 1, + anon_sym_RPAREN2, + STATE(5614), 1, + sym__text_with_parenthesis, + STATE(4561), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [210016] = 2, + ACTIONS(11563), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11561), 3, + anon_sym_ATendsuccess, + aux_sym__notification_token1, + aux_sym__text_token3, + [210026] = 4, + ACTIONS(8963), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13687), 1, + ACTIONS(13616), 1, anon_sym_ATdefault, - ACTIONS(13689), 1, - anon_sym_ATendswitch, - STATE(4461), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [207945] = 4, - ACTIONS(13484), 1, + [210040] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13691), 1, + ACTIONS(13618), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207959] = 4, - ACTIONS(13484), 1, + [210054] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13693), 1, + ACTIONS(13620), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207973] = 4, - ACTIONS(13484), 1, + [210068] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13695), 1, + ACTIONS(13622), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4450), 2, + STATE(4498), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [207987] = 4, - ACTIONS(13490), 1, + [210082] = 2, + ACTIONS(11537), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11535), 3, + anon_sym_ATendafter, + aux_sym__notification_token1, + aux_sym__text_token3, + [210092] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13697), 1, + ACTIONS(13624), 1, anon_sym_ATdefault, - ACTIONS(13699), 1, + ACTIONS(13626), 1, anon_sym_ATendswitch, - STATE(4502), 2, + STATE(4609), 2, sym__case, aux_sym_switch_repeat1, - [208001] = 4, - ACTIONS(13490), 1, + [210106] = 2, + ACTIONS(13586), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(13584), 3, + anon_sym_ATendsuccess, + aux_sym__notification_token1, + aux_sym__text_token3, + [210116] = 4, + ACTIONS(6371), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13701), 1, + ACTIONS(13628), 1, anon_sym_ATdefault, - ACTIONS(13703), 1, - anon_sym_ATendswitch, - STATE(4530), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208015] = 4, - ACTIONS(13490), 1, + [210130] = 4, + ACTIONS(10945), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13705), 1, + ACTIONS(13630), 1, anon_sym_ATdefault, - ACTIONS(13707), 1, - anon_sym_ATendswitch, - STATE(4514), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208029] = 4, - ACTIONS(13484), 1, + [210144] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13709), 1, + ACTIONS(13632), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4532), 2, + STATE(4590), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208043] = 4, - ACTIONS(13484), 1, + [210158] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13711), 1, + ACTIONS(13634), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4599), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208057] = 4, - ACTIONS(13484), 1, + [210172] = 4, + ACTIONS(13546), 1, aux_sym_parameter_token1, - ACTIONS(13713), 1, - anon_sym_RPAREN2, - STATE(5680), 1, + ACTIONS(13636), 1, + anon_sym_RPAREN, + STATE(5745), 1, sym__text_with_parenthesis, - STATE(4563), 2, + STATE(4539), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208071] = 4, - ACTIONS(13484), 1, + [210186] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13715), 1, + ACTIONS(13638), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4603), 2, + STATE(4489), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208085] = 4, - ACTIONS(13490), 1, + [210200] = 2, + ACTIONS(13586), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(13584), 3, + anon_sym_ATendbefore, + aux_sym__notification_token1, + aux_sym__text_token3, + [210210] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13717), 1, + ACTIONS(13640), 1, anon_sym_ATdefault, - ACTIONS(13719), 1, + ACTIONS(13642), 1, anon_sym_ATendswitch, - STATE(4561), 2, + STATE(4550), 2, sym__case, aux_sym_switch_repeat1, - [208099] = 4, - ACTIONS(13484), 1, - aux_sym_parameter_token1, - ACTIONS(13721), 1, - anon_sym_RPAREN2, - STATE(5680), 1, - sym__text_with_parenthesis, - STATE(4492), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [208113] = 4, - ACTIONS(5943), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, + [210224] = 2, + ACTIONS(11563), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11561), 3, + anon_sym_ATendafter, + aux_sym__notification_token1, + aux_sym__text_token3, + [210234] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13723), 1, + ACTIONS(13644), 1, anon_sym_ATdefault, - STATE(4462), 2, + ACTIONS(13646), 1, + anon_sym_ATendswitch, + STATE(4595), 2, sym__case, aux_sym_switch_repeat1, - [208127] = 4, - ACTIONS(13484), 1, - aux_sym_parameter_token1, - ACTIONS(13725), 1, - anon_sym_RPAREN2, - STATE(5680), 1, - sym__text_with_parenthesis, - STATE(4528), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [208141] = 4, - ACTIONS(6121), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, + [210248] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13727), 1, + ACTIONS(13648), 1, anon_sym_ATdefault, - STATE(4462), 2, + ACTIONS(13650), 1, + anon_sym_ATendswitch, + STATE(4512), 2, sym__case, aux_sym_switch_repeat1, - [208155] = 4, - ACTIONS(13484), 1, + [210262] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13729), 1, + ACTIONS(13652), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4495), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208169] = 4, - ACTIONS(13490), 1, + [210276] = 4, + ACTIONS(10335), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13731), 1, + ACTIONS(13654), 1, anon_sym_ATdefault, - ACTIONS(13733), 1, - anon_sym_ATendswitch, - STATE(4546), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208183] = 4, - ACTIONS(13484), 1, + [210290] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13735), 1, + ACTIONS(13656), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4547), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208197] = 4, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13737), 1, - anon_sym_ATdefault, - ACTIONS(13739), 1, - anon_sym_ATendswitch, - STATE(4500), 2, - sym__case, - aux_sym_switch_repeat1, - [208211] = 4, - ACTIONS(13490), 1, + [210304] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13741), 1, + ACTIONS(13658), 1, anon_sym_ATdefault, - ACTIONS(13743), 1, + ACTIONS(13660), 1, anon_sym_ATendswitch, - STATE(4445), 2, + STATE(4510), 2, sym__case, aux_sym_switch_repeat1, - [208225] = 4, - ACTIONS(13490), 1, + [210318] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13745), 1, + ACTIONS(13662), 1, anon_sym_ATdefault, - ACTIONS(13747), 1, + ACTIONS(13664), 1, anon_sym_ATendswitch, - STATE(4557), 2, - sym__case, - aux_sym_switch_repeat1, - [208239] = 4, - ACTIONS(7715), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13749), 1, - anon_sym_ATdefault, - STATE(4462), 2, + STATE(4544), 2, sym__case, aux_sym_switch_repeat1, - [208253] = 4, - ACTIONS(13484), 1, + [210332] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13751), 1, + ACTIONS(13666), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4555), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208267] = 4, - ACTIONS(13490), 1, + [210346] = 4, + ACTIONS(5961), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13753), 1, + ACTIONS(13668), 1, anon_sym_ATdefault, - ACTIONS(13755), 1, - anon_sym_ATendswitch, - STATE(4565), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208281] = 4, - ACTIONS(13484), 1, - aux_sym_parameter_token1, - ACTIONS(13757), 1, - anon_sym_RPAREN2, - STATE(5680), 1, - sym__text_with_parenthesis, - STATE(4492), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [208295] = 4, - ACTIONS(10921), 1, + [210360] = 4, + ACTIONS(4877), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13759), 1, + ACTIONS(13670), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208309] = 4, - ACTIONS(13484), 1, + [210374] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13761), 1, + ACTIONS(13672), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4513), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208323] = 4, - ACTIONS(13484), 1, + [210388] = 4, + ACTIONS(13546), 1, aux_sym_parameter_token1, - ACTIONS(13763), 1, - anon_sym_RPAREN2, - STATE(5680), 1, + ACTIONS(13674), 1, + anon_sym_RPAREN, + STATE(5745), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4629), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208337] = 4, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13765), 1, - anon_sym_ATdefault, - ACTIONS(13767), 1, - anon_sym_ATendswitch, - STATE(4553), 2, - sym__case, - aux_sym_switch_repeat1, - [208351] = 4, - ACTIONS(9585), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, + [210402] = 3, + ACTIONS(13678), 1, anon_sym_ATcase, - ACTIONS(13769), 1, + ACTIONS(13676), 2, anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [208365] = 4, - ACTIONS(6749), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13771), 1, - anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208379] = 4, - ACTIONS(13484), 1, + [210414] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13773), 1, + ACTIONS(13681), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208393] = 4, - ACTIONS(13484), 1, + [210428] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13775), 1, + ACTIONS(13683), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4571), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208407] = 4, - ACTIONS(4809), 1, + [210442] = 4, + ACTIONS(7035), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13777), 1, + ACTIONS(13685), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208421] = 2, - ACTIONS(11533), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11531), 3, - anon_sym_ATenderror, - aux_sym__notification_token1, - aux_sym__text_token3, - [208431] = 4, - ACTIONS(13490), 1, + [210456] = 4, + ACTIONS(13406), 1, + aux_sym_parameter_token1, + ACTIONS(13687), 1, + anon_sym_RPAREN2, + STATE(5614), 1, + sym__text_with_parenthesis, + STATE(4648), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [210470] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13779), 1, + ACTIONS(13689), 1, anon_sym_ATdefault, - ACTIONS(13781), 1, + ACTIONS(13691), 1, anon_sym_ATendswitch, - STATE(4562), 2, + STATE(4521), 2, sym__case, aux_sym_switch_repeat1, - [208445] = 2, - ACTIONS(11609), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11607), 3, - anon_sym_ATenderror, - aux_sym__notification_token1, - aux_sym__text_token3, - [208455] = 2, - ACTIONS(11533), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11531), 3, - anon_sym_ATendbefore, - aux_sym__notification_token1, - aux_sym__text_token3, - [208465] = 4, - ACTIONS(13484), 1, + [210484] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13783), 1, + ACTIONS(13693), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4564), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208479] = 4, - ACTIONS(13484), 1, + [210498] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13785), 1, + ACTIONS(13695), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4559), 2, + STATE(4647), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208493] = 4, - ACTIONS(9615), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13787), 1, - anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [208507] = 4, - ACTIONS(13484), 1, + [210512] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13789), 1, + ACTIONS(13697), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4615), 2, + STATE(4625), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208521] = 4, - ACTIONS(13484), 1, + [210526] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13791), 1, + ACTIONS(13699), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4543), 2, + STATE(4523), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208535] = 4, - ACTIONS(13484), 1, + [210540] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13793), 1, + ACTIONS(13701), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208549] = 4, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13795), 1, - anon_sym_ATdefault, - ACTIONS(13797), 1, - anon_sym_ATendswitch, - STATE(4489), 2, - sym__case, - aux_sym_switch_repeat1, - [208563] = 4, - ACTIONS(5995), 1, + [210554] = 4, + ACTIONS(10991), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13799), 1, + ACTIONS(13703), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208577] = 4, - ACTIONS(13484), 1, + [210568] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13801), 1, + ACTIONS(13705), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4618), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208591] = 2, - ACTIONS(11609), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11607), 3, - anon_sym_ATendbefore, - aux_sym__notification_token1, - aux_sym__text_token3, - [208601] = 2, - ACTIONS(11533), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11531), 3, - anon_sym_ATendafter, - aux_sym__notification_token1, - aux_sym__text_token3, - [208611] = 4, - ACTIONS(6691), 1, + [210582] = 4, + ACTIONS(11009), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13803), 1, + ACTIONS(13707), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208625] = 4, - ACTIONS(13484), 1, + [210596] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13805), 1, + ACTIONS(13709), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4552), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208639] = 4, - ACTIONS(13484), 1, + [210610] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13807), 1, + ACTIONS(13711), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4599), 2, + STATE(4596), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208653] = 4, - ACTIONS(13490), 1, + [210624] = 4, + ACTIONS(7065), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13809), 1, + ACTIONS(13713), 1, anon_sym_ATdefault, - ACTIONS(13811), 1, - anon_sym_ATendswitch, - STATE(4581), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208667] = 4, - ACTIONS(13484), 1, + [210638] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13813), 1, + ACTIONS(13715), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4619), 2, + STATE(4638), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208681] = 4, - ACTIONS(13490), 1, + [210652] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13815), 1, + ACTIONS(13717), 1, anon_sym_ATdefault, - ACTIONS(13817), 1, + ACTIONS(13719), 1, anon_sym_ATendswitch, - STATE(4510), 2, + STATE(4601), 2, sym__case, aux_sym_switch_repeat1, - [208695] = 4, - ACTIONS(13484), 1, - aux_sym_parameter_token1, - ACTIONS(13819), 1, - anon_sym_RPAREN2, - STATE(5680), 1, - sym__text_with_parenthesis, - STATE(4582), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [208709] = 2, - ACTIONS(11609), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11607), 3, - anon_sym_ATendafter, - aux_sym__notification_token1, - aux_sym__text_token3, - [208719] = 2, - ACTIONS(11533), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11531), 3, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - aux_sym__text_token3, - [208729] = 2, - ACTIONS(11609), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11607), 3, - anon_sym_ATendsuccess, - aux_sym__notification_token1, - aux_sym__text_token3, - [208739] = 4, - ACTIONS(6541), 1, + [210666] = 4, + ACTIONS(10881), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13821), 1, + ACTIONS(13721), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208753] = 4, - ACTIONS(13484), 1, - aux_sym_parameter_token1, - ACTIONS(13823), 1, - anon_sym_RPAREN2, - STATE(5680), 1, - sym__text_with_parenthesis, - STATE(4492), 2, - sym_parameter, - aux_sym__text_with_parenthesis_repeat1, - [208767] = 4, - ACTIONS(13490), 1, + [210680] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13825), 1, + ACTIONS(13723), 1, anon_sym_ATdefault, - ACTIONS(13827), 1, + ACTIONS(13725), 1, anon_sym_ATendswitch, - STATE(4591), 2, + STATE(4594), 2, sym__case, aux_sym_switch_repeat1, - [208781] = 4, - ACTIONS(13490), 1, + [210694] = 4, + ACTIONS(6971), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13829), 1, + ACTIONS(13727), 1, anon_sym_ATdefault, - ACTIONS(13831), 1, - anon_sym_ATendswitch, - STATE(4605), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208795] = 4, - ACTIONS(13484), 1, + [210708] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13833), 1, + ACTIONS(13729), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4592), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208809] = 2, - ACTIONS(11533), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11531), 3, - anon_sym_ATendfinished, - aux_sym__notification_token1, - aux_sym__text_token3, - [208819] = 2, - ACTIONS(11609), 2, - aux_sym__text_token1, - aux_sym__text_token2, - ACTIONS(11607), 3, - anon_sym_ATendfinished, - aux_sym__notification_token1, - aux_sym__text_token3, - [208829] = 4, - ACTIONS(10533), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13835), 1, - anon_sym_ATdefault, - STATE(4462), 2, - sym__case, - aux_sym_switch_repeat1, - [208843] = 4, - ACTIONS(13484), 1, + [210722] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13837), 1, + ACTIONS(13731), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4627), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208857] = 4, - ACTIONS(13490), 1, - anon_sym_ATcase, - ACTIONS(13839), 1, - anon_sym_ATdefault, - ACTIONS(13841), 1, - anon_sym_ATendswitch, - STATE(4467), 2, - sym__case, - aux_sym_switch_repeat1, - [208871] = 4, - ACTIONS(13490), 1, + [210736] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13843), 1, + ACTIONS(13733), 1, anon_sym_ATdefault, - ACTIONS(13845), 1, + ACTIONS(13735), 1, anon_sym_ATendswitch, - STATE(4577), 2, + STATE(4639), 2, sym__case, aux_sym_switch_repeat1, - [208885] = 4, - ACTIONS(5465), 1, + [210750] = 4, + ACTIONS(10159), 1, anon_sym_ATendswitch, - ACTIONS(13490), 1, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13847), 1, + ACTIONS(13737), 1, anon_sym_ATdefault, - STATE(4462), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [208899] = 4, - ACTIONS(13484), 1, + [210764] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13849), 1, + ACTIONS(13739), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4608), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208913] = 4, - ACTIONS(13484), 1, + [210778] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13851), 1, + ACTIONS(13741), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208927] = 4, - ACTIONS(4895), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, + [210792] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13853), 1, + ACTIONS(13743), 1, anon_sym_ATdefault, - STATE(4462), 2, + ACTIONS(13745), 1, + anon_sym_ATendswitch, + STATE(4646), 2, sym__case, aux_sym_switch_repeat1, - [208941] = 4, - ACTIONS(13484), 1, + [210806] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13855), 1, + ACTIONS(13747), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4604), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208955] = 4, - ACTIONS(13484), 1, + [210820] = 2, + ACTIONS(13586), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(13584), 3, + anon_sym_ATendafter, + aux_sym__notification_token1, + aux_sym__text_token3, + [210830] = 4, + ACTIONS(13749), 1, + anon_sym_RPAREN, + ACTIONS(13751), 1, aux_sym_parameter_token1, - ACTIONS(13857), 1, + STATE(5745), 1, + sym__text_with_parenthesis, + STATE(4629), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [210844] = 4, + ACTIONS(13406), 1, + aux_sym_parameter_token1, + ACTIONS(13754), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208969] = 4, - ACTIONS(13490), 1, + [210858] = 4, + ACTIONS(13406), 1, + aux_sym_parameter_token1, + ACTIONS(13756), 1, + anon_sym_RPAREN2, + STATE(5614), 1, + sym__text_with_parenthesis, + STATE(4648), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [210872] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13859), 1, + ACTIONS(13758), 1, anon_sym_ATdefault, - ACTIONS(13861), 1, + ACTIONS(13760), 1, anon_sym_ATendswitch, - STATE(4572), 2, + STATE(4578), 2, sym__case, aux_sym_switch_repeat1, - [208983] = 4, - ACTIONS(13484), 1, + [210886] = 4, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13762), 1, + anon_sym_ATdefault, + ACTIONS(13764), 1, + anon_sym_ATendswitch, + STATE(4650), 2, + sym__case, + aux_sym_switch_repeat1, + [210900] = 4, + ACTIONS(10549), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13766), 1, + anon_sym_ATdefault, + STATE(4598), 2, + sym__case, + aux_sym_switch_repeat1, + [210914] = 2, + ACTIONS(11537), 2, + aux_sym__text_token1, + aux_sym__text_token2, + ACTIONS(11535), 3, + anon_sym_ATendsuccess, + aux_sym__notification_token1, + aux_sym__text_token3, + [210924] = 4, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13768), 1, + anon_sym_ATdefault, + ACTIONS(13770), 1, + anon_sym_ATendswitch, + STATE(4524), 2, + sym__case, + aux_sym_switch_repeat1, + [210938] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13863), 1, + ACTIONS(13772), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4458), 2, + STATE(4610), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [208997] = 4, - ACTIONS(13490), 1, + [210952] = 4, + ACTIONS(13406), 1, + aux_sym_parameter_token1, + ACTIONS(13774), 1, + anon_sym_RPAREN2, + STATE(5614), 1, + sym__text_with_parenthesis, + STATE(4648), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [210966] = 4, + ACTIONS(4833), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13865), 1, + ACTIONS(13776), 1, anon_sym_ATdefault, - ACTIONS(13867), 1, - anon_sym_ATendswitch, STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [209011] = 4, - ACTIONS(6331), 1, - anon_sym_ATendswitch, - ACTIONS(13490), 1, + [210980] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13869), 1, + ACTIONS(13778), 1, anon_sym_ATdefault, - STATE(4462), 2, + ACTIONS(13780), 1, + anon_sym_ATendswitch, + STATE(4619), 2, sym__case, aux_sym_switch_repeat1, - [209025] = 4, - ACTIONS(13484), 1, + [210994] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13871), 1, + ACTIONS(13782), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4465), 2, + STATE(4530), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [209039] = 4, - ACTIONS(13490), 1, + [211008] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13873), 1, + ACTIONS(13784), 1, anon_sym_ATdefault, - ACTIONS(13875), 1, + ACTIONS(13786), 1, anon_sym_ATendswitch, - STATE(4611), 2, + STATE(4623), 2, sym__case, aux_sym_switch_repeat1, - [209053] = 4, - ACTIONS(13490), 1, + [211022] = 4, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13877), 1, + ACTIONS(13788), 1, anon_sym_ATdefault, - ACTIONS(13879), 1, + ACTIONS(13790), 1, anon_sym_ATendswitch, - STATE(4493), 2, + STATE(4611), 2, sym__case, aux_sym_switch_repeat1, - [209067] = 4, - ACTIONS(13484), 1, + [211036] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13881), 1, + ACTIONS(13792), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4630), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [209081] = 4, - ACTIONS(13484), 1, + [211050] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13883), 1, + ACTIONS(13794), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4607), 2, + STATE(4538), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [209095] = 4, - ACTIONS(13490), 1, + [211064] = 4, + ACTIONS(5601), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, anon_sym_ATcase, - ACTIONS(13885), 1, + ACTIONS(13796), 1, anon_sym_ATdefault, - ACTIONS(13887), 1, - anon_sym_ATendswitch, - STATE(4602), 2, + STATE(4598), 2, sym__case, aux_sym_switch_repeat1, - [209109] = 4, - ACTIONS(13484), 1, + [211078] = 4, + ACTIONS(13406), 1, aux_sym_parameter_token1, - ACTIONS(13889), 1, + ACTIONS(13798), 1, anon_sym_RPAREN2, - STATE(5680), 1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [209123] = 4, - ACTIONS(13484), 1, - aux_sym_parameter_token1, - ACTIONS(13891), 1, + [211092] = 4, + ACTIONS(13749), 1, anon_sym_RPAREN2, - STATE(5680), 1, + ACTIONS(13800), 1, + aux_sym_parameter_token1, + STATE(5614), 1, sym__text_with_parenthesis, - STATE(4492), 2, + STATE(4648), 2, sym_parameter, aux_sym__text_with_parenthesis_repeat1, - [209137] = 3, - ACTIONS(11153), 1, + [211106] = 4, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13803), 1, + anon_sym_ATdefault, + ACTIONS(13805), 1, + anon_sym_ATendswitch, + STATE(4614), 2, + sym__case, + aux_sym_switch_repeat1, + [211120] = 4, + ACTIONS(6007), 1, + anon_sym_ATendswitch, + ACTIONS(13404), 1, + anon_sym_ATcase, + ACTIONS(13807), 1, + anon_sym_ATdefault, + STATE(4598), 2, + sym__case, + aux_sym_switch_repeat1, + [211134] = 4, + ACTIONS(13546), 1, + aux_sym_parameter_token1, + ACTIONS(13809), 1, + anon_sym_RPAREN, + STATE(5745), 1, + sym__text_with_parenthesis, + STATE(4597), 2, + sym_parameter, + aux_sym__text_with_parenthesis_repeat1, + [211148] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6969), 1, + STATE(6350), 1, + sym__directive_body_with_parameter, + [211158] = 3, + ACTIONS(11687), 1, + anon_sym_LPAREN2, + STATE(517), 1, + sym__directive_parameter, + STATE(6896), 1, + sym__directive_body_with_parameter, + [211168] = 3, + ACTIONS(11183), 1, + anon_sym_LPAREN2, + STATE(146), 1, + sym__directive_parameter, + STATE(6053), 1, sym__if_statement_directive_body, - [209147] = 3, - ACTIONS(11173), 1, + [211178] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6835), 1, + STATE(6577), 1, + sym__directive_body_with_parameter, + [211188] = 3, + ACTIONS(11389), 1, + anon_sym_LPAREN2, + STATE(499), 1, + sym__directive_parameter, + STATE(7155), 1, + sym__directive_body_with_parameter, + [211198] = 3, + ACTIONS(11181), 1, + anon_sym_LPAREN2, + STATE(119), 1, + sym__directive_parameter, + STATE(6456), 1, sym__if_statement_directive_body, - [209157] = 3, - ACTIONS(11501), 1, + [211208] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6538), 1, + STATE(6569), 1, + sym__directive_body_with_parameter, + [211218] = 3, + ACTIONS(11155), 1, + anon_sym_LPAREN2, + STATE(74), 1, + sym__directive_parameter, + STATE(5886), 1, + sym__if_statement_directive_body, + [211228] = 3, + ACTIONS(11143), 1, + anon_sym_LPAREN2, + STATE(78), 1, + sym__directive_parameter, + STATE(5885), 1, + sym__if_statement_directive_body, + [211238] = 3, + ACTIONS(11663), 1, + anon_sym_LPAREN2, + STATE(185), 1, + sym__directive_parameter, + STATE(6578), 1, + sym__directive_body_with_parameter, + [211248] = 3, + ACTIONS(11669), 1, + anon_sym_LPAREN2, + STATE(477), 1, + sym__directive_parameter, + STATE(6579), 1, + sym__directive_body_with_parameter, + [211258] = 3, + ACTIONS(11529), 1, + anon_sym_LPAREN2, + STATE(256), 1, + sym__directive_parameter, + STATE(6568), 1, + sym__directive_body_with_parameter, + [211268] = 3, + ACTIONS(11111), 1, + anon_sym_LPAREN2, + STATE(107), 1, + sym__directive_parameter, + STATE(6048), 1, + sym__if_statement_directive_body, + [211278] = 3, + ACTIONS(11633), 1, + anon_sym_LPAREN2, + STATE(364), 1, + sym__directive_parameter, + STATE(6567), 1, + sym__directive_body_with_parameter, + [211288] = 3, + ACTIONS(11703), 1, + anon_sym_LPAREN2, + STATE(463), 1, + sym__directive_parameter, + STATE(6565), 1, + sym__directive_body_with_parameter, + [211298] = 3, + ACTIONS(11709), 1, + anon_sym_LPAREN2, + STATE(562), 1, + sym__directive_parameter, + STATE(6564), 1, sym__directive_body_with_parameter, - [209167] = 3, - ACTIONS(11205), 1, + [211308] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(89), 1, + sym__directive_parameter, + STATE(6054), 1, + sym__if_statement_directive_body, + [211318] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6539), 1, + STATE(6055), 1, sym__directive_body_with_parameter, - [209177] = 3, - ACTIONS(11707), 1, + [211328] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(562), 1, sym__directive_parameter, - STATE(5999), 1, + STATE(6056), 1, sym__directive_body_with_parameter, - [209187] = 3, - ACTIONS(11719), 1, + [211338] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(520), 1, sym__directive_parameter, - STATE(5998), 1, + STATE(5884), 1, sym__directive_body_with_parameter, - [209197] = 3, - ACTIONS(11653), 1, + [211348] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6560), 1, + STATE(6563), 1, sym__directive_body_with_parameter, - [209207] = 3, - ACTIONS(11173), 1, + [211358] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5997), 1, + STATE(6562), 1, sym__if_statement_directive_body, - [209217] = 3, - ACTIONS(11165), 1, + [211368] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(146), 1, sym__directive_parameter, - STATE(5996), 1, + STATE(6561), 1, sym__if_statement_directive_body, - [209227] = 3, - ACTIONS(11103), 1, + [211378] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(119), 1, sym__directive_parameter, - STATE(5995), 1, + STATE(6560), 1, sym__if_statement_directive_body, - [209237] = 3, - ACTIONS(11671), 1, + [211388] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6220), 1, + STATE(6057), 1, sym__directive_body_with_parameter, - [209247] = 3, - ACTIONS(11659), 1, + [211398] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6561), 1, + STATE(7154), 1, sym__directive_body_with_parameter, - [209257] = 3, - ACTIONS(11665), 1, + [211408] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6562), 1, - sym__directive_body_with_parameter, - [209267] = 3, - ACTIONS(11671), 1, + STATE(6556), 1, + sym__if_statement_directive_body, + [211418] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6563), 1, + STATE(6580), 1, sym__directive_body_with_parameter, - [209277] = 3, - ACTIONS(11677), 1, + [211428] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6221), 1, + STATE(6581), 1, sym__directive_body_with_parameter, - [209287] = 3, - ACTIONS(11677), 1, + [211438] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6564), 1, + STATE(6555), 1, + sym__if_statement_directive_body, + [211448] = 3, + ACTIONS(11687), 1, + anon_sym_LPAREN2, + STATE(517), 1, + sym__directive_parameter, + STATE(6583), 1, sym__directive_body_with_parameter, - [209297] = 3, - ACTIONS(11135), 1, + [211458] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5990), 1, + STATE(6554), 1, sym__if_statement_directive_body, - [209307] = 3, - ACTIONS(11683), 1, + [211468] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6566), 1, + STATE(6584), 1, sym__directive_body_with_parameter, - [209317] = 3, - ACTIONS(11689), 1, + [211478] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6567), 1, - sym__directive_body_with_parameter, - [209327] = 3, - ACTIONS(11173), 1, + STATE(6552), 1, + sym__if_statement_directive_body, + [211488] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5989), 1, + STATE(6047), 1, sym__if_statement_directive_body, - [209337] = 3, - ACTIONS(11691), 1, + [211498] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6568), 1, + STATE(6585), 1, sym__directive_body_with_parameter, - [209347] = 3, - ACTIONS(11693), 1, + [211508] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6569), 1, + STATE(6586), 1, sym__directive_body_with_parameter, - [209357] = 3, - ACTIONS(11141), 1, + [211518] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6570), 1, - sym__if_statement_directive_body, - [209367] = 3, - ACTIONS(11153), 1, + STATE(7153), 1, + sym__directive_body_with_parameter, + [211528] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6572), 1, + STATE(6587), 1, sym__if_statement_directive_body, - [209377] = 3, - ACTIONS(11173), 1, + [211538] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5988), 1, + STATE(6588), 1, sym__if_statement_directive_body, - [209387] = 3, - ACTIONS(11045), 1, + [211548] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(100), 1, sym__directive_parameter, - STATE(5986), 1, + STATE(6589), 1, sym__if_statement_directive_body, - [209397] = 3, - ACTIONS(11167), 1, + [211558] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6573), 1, + STATE(6530), 1, sym__if_statement_directive_body, - [209407] = 3, - ACTIONS(11147), 1, + [211568] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6574), 1, + STATE(6591), 1, sym__if_statement_directive_body, - [209417] = 3, - ACTIONS(11045), 1, + [211578] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6575), 1, + STATE(6593), 1, sym__if_statement_directive_body, - [209427] = 3, - ACTIONS(11147), 1, + [211588] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5985), 1, + STATE(6594), 1, sym__if_statement_directive_body, - [209437] = 3, - ACTIONS(11173), 1, + [211598] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6577), 1, + STATE(6595), 1, sym__if_statement_directive_body, - [209447] = 3, - ACTIONS(11173), 1, + [211608] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6578), 1, + STATE(6551), 1, sym__if_statement_directive_body, - [209457] = 3, - ACTIONS(11691), 1, + [211618] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6256), 1, + STATE(5883), 1, sym__directive_body_with_parameter, - [209467] = 3, - ACTIONS(11153), 1, - anon_sym_LPAREN2, - STATE(111), 1, - sym__directive_parameter, - STATE(5983), 1, - sym__if_statement_directive_body, - [209477] = 3, - ACTIONS(11141), 1, + [211628] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(547), 1, sym__directive_parameter, - STATE(5982), 1, - sym__if_statement_directive_body, - [209487] = 3, - ACTIONS(11693), 1, + STATE(5882), 1, + sym__directive_body_with_parameter, + [211638] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(517), 1, sym__directive_parameter, - STATE(5981), 1, + STATE(5809), 1, sym__directive_body_with_parameter, - [209497] = 3, - ACTIONS(11135), 1, + [211648] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6579), 1, + STATE(6599), 1, sym__if_statement_directive_body, - [209507] = 3, - ACTIONS(11103), 1, + [211658] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6586), 1, + STATE(6550), 1, sym__if_statement_directive_body, - [209517] = 3, - ACTIONS(11165), 1, + [211668] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6587), 1, + STATE(6600), 1, sym__if_statement_directive_body, - [209527] = 3, - ACTIONS(11173), 1, + [211678] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6588), 1, + STATE(6602), 1, sym__if_statement_directive_body, - [209537] = 3, - ACTIONS(11719), 1, + [211688] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6589), 1, + STATE(6603), 1, sym__directive_body_with_parameter, - [209547] = 3, - ACTIONS(11707), 1, + [211698] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6590), 1, + STATE(6604), 1, sym__directive_body_with_parameter, - [209557] = 3, - ACTIONS(11695), 1, + [211708] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6591), 1, + STATE(6605), 1, sym__directive_body_with_parameter, - [209567] = 3, - ACTIONS(11641), 1, + [211718] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6592), 1, - sym__directive_body_with_parameter, - [209577] = 3, - ACTIONS(11501), 1, + STATE(6549), 1, + sym__if_statement_directive_body, + [211728] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6593), 1, + STATE(6606), 1, sym__directive_body_with_parameter, - [209587] = 3, - ACTIONS(11205), 1, + [211738] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6598), 1, + STATE(6607), 1, sym__directive_body_with_parameter, - [209597] = 3, - ACTIONS(11691), 1, + [211748] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(499), 1, sym__directive_parameter, - STATE(5980), 1, + STATE(6608), 1, sym__directive_body_with_parameter, - [209607] = 3, - ACTIONS(11653), 1, + [211758] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6622), 1, - sym__directive_body_with_parameter, - [209617] = 3, - ACTIONS(11659), 1, + STATE(6548), 1, + sym__if_statement_directive_body, + [211768] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6623), 1, + STATE(6058), 1, sym__directive_body_with_parameter, - [209627] = 3, - ACTIONS(11665), 1, + [211778] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6624), 1, + STATE(6059), 1, sym__directive_body_with_parameter, - [209637] = 3, - ACTIONS(11671), 1, + [211788] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6625), 1, + STATE(6547), 1, sym__directive_body_with_parameter, - [209647] = 3, - ACTIONS(11677), 1, + [211798] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6626), 1, + STATE(6546), 1, sym__directive_body_with_parameter, - [209657] = 3, - ACTIONS(11683), 1, + [211808] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6628), 1, + STATE(6545), 1, sym__directive_body_with_parameter, - [209667] = 3, - ACTIONS(11689), 1, + [211818] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6631), 1, + STATE(6544), 1, sym__directive_body_with_parameter, - [209677] = 3, - ACTIONS(11691), 1, + [211828] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6632), 1, + STATE(6542), 1, sym__directive_body_with_parameter, - [209687] = 3, - ACTIONS(11693), 1, + [211838] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6633), 1, + STATE(6616), 1, sym__directive_body_with_parameter, - [209697] = 3, - ACTIONS(11141), 1, + [211848] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6634), 1, - sym__if_statement_directive_body, - [209707] = 3, - ACTIONS(11153), 1, + STATE(6617), 1, + sym__directive_body_with_parameter, + [211858] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6635), 1, - sym__if_statement_directive_body, - [209717] = 3, - ACTIONS(11167), 1, + STATE(6618), 1, + sym__directive_body_with_parameter, + [211868] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6636), 1, - sym__if_statement_directive_body, - [209727] = 3, - ACTIONS(11147), 1, + STATE(6541), 1, + sym__directive_body_with_parameter, + [211878] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6637), 1, - sym__if_statement_directive_body, - [209737] = 3, - ACTIONS(11045), 1, + STATE(6060), 1, + sym__directive_body_with_parameter, + [211888] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6638), 1, - sym__if_statement_directive_body, - [209747] = 3, - ACTIONS(11173), 1, + STATE(6540), 1, + sym__directive_body_with_parameter, + [211898] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6641), 1, - sym__if_statement_directive_body, - [209757] = 3, - ACTIONS(11173), 1, + STATE(6539), 1, + sym__directive_body_with_parameter, + [211908] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6642), 1, - sym__if_statement_directive_body, - [209767] = 3, - ACTIONS(11135), 1, + STATE(6538), 1, + sym__directive_body_with_parameter, + [211918] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6643), 1, - sym__if_statement_directive_body, - [209777] = 3, - ACTIONS(11103), 1, + STATE(7152), 1, + sym__directive_body_with_parameter, + [211928] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6648), 1, - sym__if_statement_directive_body, - [209787] = 3, - ACTIONS(11165), 1, + STATE(6619), 1, + sym__directive_body_with_parameter, + [211938] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6649), 1, - sym__if_statement_directive_body, - [209797] = 3, - ACTIONS(11173), 1, + STATE(6620), 1, + sym__directive_body_with_parameter, + [211948] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6650), 1, - sym__if_statement_directive_body, - [209807] = 3, - ACTIONS(11719), 1, + STATE(7151), 1, + sym__directive_body_with_parameter, + [211958] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6653), 1, + STATE(6068), 1, sym__directive_body_with_parameter, - [209817] = 3, - ACTIONS(11707), 1, + [211968] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6654), 1, + STATE(6069), 1, sym__directive_body_with_parameter, - [209827] = 3, - ACTIONS(11689), 1, + [211978] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(477), 1, sym__directive_parameter, - STATE(5979), 1, + STATE(6070), 1, sym__directive_body_with_parameter, - [209837] = 3, - ACTIONS(11683), 1, + [211988] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(503), 1, sym__directive_parameter, - STATE(5978), 1, + STATE(5879), 1, sym__directive_body_with_parameter, - [209847] = 3, - ACTIONS(11677), 1, + [211998] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(517), 1, sym__directive_parameter, - STATE(5976), 1, + STATE(6622), 1, sym__directive_body_with_parameter, - [209857] = 3, - ACTIONS(11695), 1, + [212008] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6655), 1, + STATE(6623), 1, sym__directive_body_with_parameter, - [209867] = 3, - ACTIONS(11641), 1, + [212018] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6656), 1, + STATE(5876), 1, sym__directive_body_with_parameter, - [209877] = 3, - ACTIONS(11501), 1, + [212028] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6657), 1, - sym__directive_body_with_parameter, - [209887] = 3, - ACTIONS(11671), 1, + STATE(5887), 1, + sym__if_statement_directive_body, + [212038] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5975), 1, - sym__directive_body_with_parameter, - [209897] = 3, - ACTIONS(11665), 1, + STATE(5888), 1, + sym__if_statement_directive_body, + [212048] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(490), 1, sym__directive_parameter, - STATE(5974), 1, + STATE(6071), 1, sym__directive_body_with_parameter, - [209907] = 3, - ACTIONS(11205), 1, + [212058] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6660), 1, + STATE(6529), 1, sym__directive_body_with_parameter, - [209917] = 3, - ACTIONS(11659), 1, + [212068] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(643), 1, sym__directive_parameter, - STATE(5973), 1, + STATE(7150), 1, sym__directive_body_with_parameter, - [209927] = 3, - ACTIONS(11653), 1, + [212078] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6681), 1, + STATE(6072), 1, sym__directive_body_with_parameter, - [209937] = 3, - ACTIONS(11135), 1, + [212088] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6522), 1, - sym__if_statement_directive_body, - [209947] = 3, - ACTIONS(11695), 1, + STATE(6074), 1, + sym__directive_body_with_parameter, + [212098] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6535), 1, + STATE(5875), 1, sym__directive_body_with_parameter, - [209957] = 3, - ACTIONS(11659), 1, + [212108] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6682), 1, + STATE(5874), 1, sym__directive_body_with_parameter, - [209967] = 3, - ACTIONS(11665), 1, + [212118] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6683), 1, - sym__directive_body_with_parameter, - [209977] = 3, - ACTIONS(11671), 1, + STATE(5889), 1, + sym__if_statement_directive_body, + [212128] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6684), 1, + STATE(6075), 1, sym__directive_body_with_parameter, - [209987] = 3, - ACTIONS(11677), 1, + [212138] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6687), 1, + STATE(6528), 1, sym__directive_body_with_parameter, - [209997] = 3, - ACTIONS(11683), 1, + [212148] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6689), 1, + STATE(6527), 1, sym__directive_body_with_parameter, - [210007] = 3, - ACTIONS(11689), 1, + [212158] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6690), 1, + STATE(6526), 1, sym__directive_body_with_parameter, - [210017] = 3, - ACTIONS(11691), 1, + [212168] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6691), 1, + STATE(6525), 1, sym__directive_body_with_parameter, - [210027] = 3, - ACTIONS(11707), 1, + [212178] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6534), 1, + STATE(6624), 1, sym__directive_body_with_parameter, - [210037] = 3, - ACTIONS(11719), 1, + [212188] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6533), 1, + STATE(6625), 1, sym__directive_body_with_parameter, - [210047] = 3, - ACTIONS(11653), 1, + [212198] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(643), 1, sym__directive_parameter, - STATE(5970), 1, + STATE(6524), 1, sym__directive_body_with_parameter, - [210057] = 3, - ACTIONS(11693), 1, + [212208] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6692), 1, + STATE(6077), 1, sym__directive_body_with_parameter, - [210067] = 3, - ACTIONS(11141), 1, + [212218] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6693), 1, + STATE(6523), 1, sym__if_statement_directive_body, - [210077] = 3, - ACTIONS(11153), 1, + [212228] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6694), 1, + STATE(6626), 1, sym__if_statement_directive_body, - [210087] = 3, - ACTIONS(11205), 1, + [212238] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(458), 1, sym__directive_parameter, - STATE(5953), 1, + STATE(5873), 1, sym__directive_body_with_parameter, - [210097] = 3, - ACTIONS(11167), 1, + [212248] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6695), 1, + STATE(6522), 1, sym__if_statement_directive_body, - [210107] = 3, - ACTIONS(11147), 1, + [212258] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6696), 1, + STATE(6627), 1, sym__if_statement_directive_body, - [210117] = 3, - ACTIONS(11173), 1, + [212268] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6532), 1, + STATE(6628), 1, sym__if_statement_directive_body, - [210127] = 3, - ACTIONS(11501), 1, - anon_sym_LPAREN2, - STATE(255), 1, - sym__directive_parameter, - STATE(5951), 1, - sym__directive_body_with_parameter, - [210137] = 3, - ACTIONS(11641), 1, - anon_sym_LPAREN2, - STATE(362), 1, - sym__directive_parameter, - STATE(5950), 1, - sym__directive_body_with_parameter, - [210147] = 3, - ACTIONS(11695), 1, - anon_sym_LPAREN2, - STATE(460), 1, - sym__directive_parameter, - STATE(5948), 1, - sym__directive_body_with_parameter, - [210157] = 3, - ACTIONS(11707), 1, - anon_sym_LPAREN2, - STATE(558), 1, - sym__directive_parameter, - STATE(5947), 1, - sym__directive_body_with_parameter, - [210167] = 3, - ACTIONS(11045), 1, + [212278] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6697), 1, + STATE(6629), 1, sym__if_statement_directive_body, - [210177] = 3, - ACTIONS(11173), 1, + [212288] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6699), 1, + STATE(6630), 1, sym__if_statement_directive_body, - [210187] = 3, - ACTIONS(11165), 1, + [212298] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6531), 1, + STATE(6632), 1, sym__if_statement_directive_body, - [210197] = 3, - ACTIONS(11173), 1, + [212308] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6700), 1, + STATE(6633), 1, sym__if_statement_directive_body, - [210207] = 3, - ACTIONS(11135), 1, + [212318] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6701), 1, + STATE(6634), 1, sym__if_statement_directive_body, - [210217] = 3, - ACTIONS(11719), 1, - anon_sym_LPAREN2, - STATE(656), 1, - sym__directive_parameter, - STATE(5946), 1, - sym__directive_body_with_parameter, - [210227] = 3, - ACTIONS(11103), 1, + [212328] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6705), 1, + STATE(7149), 1, sym__if_statement_directive_body, - [210237] = 3, - ACTIONS(11165), 1, + [212338] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6706), 1, + STATE(5891), 1, sym__if_statement_directive_body, - [210247] = 3, - ACTIONS(11173), 1, + [212348] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6708), 1, + STATE(7148), 1, sym__if_statement_directive_body, - [210257] = 3, - ACTIONS(11719), 1, + [212358] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6619), 1, - sym__directive_body_with_parameter, - [210267] = 3, - ACTIONS(11707), 1, + STATE(6639), 1, + sym__if_statement_directive_body, + [212368] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6710), 1, - sym__directive_body_with_parameter, - [210277] = 3, - ACTIONS(11695), 1, + STATE(5892), 1, + sym__if_statement_directive_body, + [212378] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6711), 1, - sym__directive_body_with_parameter, - [210287] = 3, - ACTIONS(11641), 1, + STATE(6640), 1, + sym__if_statement_directive_body, + [212388] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6712), 1, - sym__directive_body_with_parameter, - [210297] = 3, - ACTIONS(11501), 1, + STATE(6641), 1, + sym__if_statement_directive_body, + [212398] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6713), 1, + STATE(6642), 1, sym__directive_body_with_parameter, - [210307] = 3, - ACTIONS(11205), 1, + [212408] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6716), 1, + STATE(6643), 1, sym__directive_body_with_parameter, - [210317] = 3, - ACTIONS(11173), 1, - anon_sym_LPAREN2, - STATE(90), 1, - sym__directive_parameter, - STATE(5945), 1, - sym__if_statement_directive_body, - [210327] = 3, - ACTIONS(11103), 1, + [212418] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6530), 1, + STATE(5893), 1, sym__if_statement_directive_body, - [210337] = 3, - ACTIONS(11653), 1, - anon_sym_LPAREN2, - STATE(459), 1, - sym__directive_parameter, - STATE(6735), 1, - sym__directive_body_with_parameter, - [210347] = 3, - ACTIONS(11659), 1, + [212428] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6736), 1, - sym__directive_body_with_parameter, - [210357] = 3, - ACTIONS(11665), 1, - anon_sym_LPAREN2, - STATE(482), 1, - sym__directive_parameter, - STATE(6737), 1, + STATE(6644), 1, sym__directive_body_with_parameter, - [210367] = 3, - ACTIONS(11671), 1, + [212438] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6738), 1, + STATE(6645), 1, sym__directive_body_with_parameter, - [210377] = 3, - ACTIONS(11677), 1, + [212448] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6739), 1, + STATE(6646), 1, sym__directive_body_with_parameter, - [210387] = 3, - ACTIONS(11683), 1, + [212458] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6742), 1, + STATE(6647), 1, sym__directive_body_with_parameter, - [210397] = 3, - ACTIONS(11165), 1, + [212468] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(107), 1, sym__directive_parameter, - STATE(5944), 1, + STATE(6517), 1, sym__if_statement_directive_body, - [210407] = 3, - ACTIONS(11689), 1, - anon_sym_LPAREN2, - STATE(553), 1, - sym__directive_parameter, - STATE(6743), 1, - sym__directive_body_with_parameter, - [210417] = 3, - ACTIONS(11691), 1, + [212478] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6744), 1, - sym__directive_body_with_parameter, - [210427] = 3, - ACTIONS(11693), 1, + STATE(6516), 1, + sym__if_statement_directive_body, + [212488] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6745), 1, - sym__directive_body_with_parameter, - [210437] = 3, - ACTIONS(11141), 1, + STATE(7147), 1, + sym__if_statement_directive_body, + [212498] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6746), 1, + STATE(6515), 1, sym__if_statement_directive_body, - [210447] = 3, - ACTIONS(11153), 1, + [212508] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6747), 1, + STATE(6513), 1, sym__if_statement_directive_body, - [210457] = 3, - ACTIONS(11695), 1, + [212518] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6000), 1, + STATE(6655), 1, sym__directive_body_with_parameter, - [210467] = 3, - ACTIONS(11167), 1, + [212528] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6748), 1, - sym__if_statement_directive_body, - [210477] = 3, - ACTIONS(11147), 1, + STATE(6656), 1, + sym__directive_body_with_parameter, + [212538] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6749), 1, - sym__if_statement_directive_body, - [210487] = 3, - ACTIONS(11045), 1, + STATE(6657), 1, + sym__directive_body_with_parameter, + [212548] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6750), 1, - sym__if_statement_directive_body, - [210497] = 3, - ACTIONS(11173), 1, + STATE(6658), 1, + sym__directive_body_with_parameter, + [212558] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6752), 1, + STATE(6512), 1, sym__if_statement_directive_body, - [210507] = 3, - ACTIONS(11173), 1, + [212568] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6755), 1, + STATE(6511), 1, sym__if_statement_directive_body, - [210517] = 3, - ACTIONS(11135), 1, + [212578] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6756), 1, + STATE(6510), 1, sym__if_statement_directive_body, - [210527] = 3, - ACTIONS(11103), 1, + [212588] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6760), 1, + STATE(6509), 1, sym__if_statement_directive_body, - [210537] = 3, - ACTIONS(11103), 1, + [212598] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(503), 1, sym__directive_parameter, - STATE(5943), 1, - sym__if_statement_directive_body, - [210547] = 3, - ACTIONS(11683), 1, + STATE(6659), 1, + sym__directive_body_with_parameter, + [212608] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6254), 1, + STATE(6661), 1, sym__directive_body_with_parameter, - [210557] = 3, - ACTIONS(11689), 1, + [212618] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6255), 1, + STATE(6662), 1, sym__directive_body_with_parameter, - [210567] = 3, - ACTIONS(11173), 1, + [212628] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(119), 1, sym__directive_parameter, - STATE(5936), 1, + STATE(5901), 1, sym__if_statement_directive_body, - [210577] = 3, - ACTIONS(11165), 1, + [212638] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6761), 1, - sym__if_statement_directive_body, - [210587] = 3, - ACTIONS(11173), 1, + STATE(6078), 1, + sym__directive_body_with_parameter, + [212648] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6762), 1, + STATE(6079), 1, sym__if_statement_directive_body, - [210597] = 3, - ACTIONS(11719), 1, + [212658] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6763), 1, + STATE(5860), 1, sym__directive_body_with_parameter, - [210607] = 3, - ACTIONS(11501), 1, + [212668] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6002), 1, + STATE(5859), 1, sym__directive_body_with_parameter, - [210617] = 3, - ACTIONS(11135), 1, - anon_sym_LPAREN2, - STATE(87), 1, - sym__directive_parameter, - STATE(5938), 1, - sym__if_statement_directive_body, - [210627] = 3, - ACTIONS(11173), 1, - anon_sym_LPAREN2, - STATE(90), 1, - sym__directive_parameter, - STATE(5937), 1, - sym__if_statement_directive_body, - [210637] = 3, - ACTIONS(11707), 1, + [212678] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6764), 1, + STATE(6508), 1, sym__directive_body_with_parameter, - [210647] = 3, - ACTIONS(11695), 1, + [212688] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6765), 1, + STATE(6663), 1, sym__directive_body_with_parameter, - [210657] = 3, - ACTIONS(11173), 1, + [212698] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6521), 1, - sym__if_statement_directive_body, - [210667] = 3, - ACTIONS(11641), 1, + STATE(6664), 1, + sym__directive_body_with_parameter, + [212708] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6766), 1, + STATE(5858), 1, sym__directive_body_with_parameter, - [210677] = 3, - ACTIONS(11045), 1, + [212718] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(624), 1, sym__directive_parameter, - STATE(5832), 1, - sym__if_statement_directive_body, - [210687] = 3, - ACTIONS(11501), 1, + STATE(6507), 1, + sym__directive_body_with_parameter, + [212728] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6767), 1, + STATE(6506), 1, sym__directive_body_with_parameter, - [210697] = 3, - ACTIONS(11205), 1, + [212738] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6768), 1, + STATE(5857), 1, sym__directive_body_with_parameter, - [210707] = 3, - ACTIONS(11045), 1, + [212748] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5934), 1, + STATE(6080), 1, sym__if_statement_directive_body, - [210717] = 3, - ACTIONS(11147), 1, + [212758] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(107), 1, sym__directive_parameter, - STATE(5933), 1, + STATE(7143), 1, sym__if_statement_directive_body, - [210727] = 3, - ACTIONS(11167), 1, + [212768] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5932), 1, + STATE(6665), 1, sym__if_statement_directive_body, - [210737] = 3, - ACTIONS(11653), 1, + [212778] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6785), 1, + STATE(5849), 1, sym__directive_body_with_parameter, - [210747] = 3, - ACTIONS(11659), 1, + [212788] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6786), 1, + STATE(5843), 1, sym__directive_body_with_parameter, - [210757] = 3, - ACTIONS(11665), 1, + [212798] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6789), 1, + STATE(6505), 1, sym__directive_body_with_parameter, - [210767] = 3, - ACTIONS(11671), 1, + [212808] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6790), 1, + STATE(6503), 1, sym__directive_body_with_parameter, - [210777] = 3, - ACTIONS(11677), 1, + [212818] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6791), 1, + STATE(6502), 1, sym__directive_body_with_parameter, - [210787] = 3, - ACTIONS(11173), 1, + [212828] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6520), 1, + STATE(7142), 1, sym__if_statement_directive_body, - [210797] = 3, - ACTIONS(11045), 1, + [212838] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6518), 1, + STATE(6081), 1, sym__if_statement_directive_body, - [210807] = 3, - ACTIONS(11153), 1, + [212848] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5931), 1, + STATE(6082), 1, sym__if_statement_directive_body, - [210817] = 3, - ACTIONS(11683), 1, + [212858] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6793), 1, - sym__directive_body_with_parameter, - [210827] = 3, - ACTIONS(11689), 1, + STATE(5838), 1, + sym__if_statement_directive_body, + [212868] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6794), 1, + STATE(5826), 1, + sym__if_statement_directive_body, + [212878] = 3, + ACTIONS(11669), 1, + anon_sym_LPAREN2, + STATE(477), 1, + sym__directive_parameter, + STATE(6501), 1, sym__directive_body_with_parameter, - [210837] = 3, - ACTIONS(11691), 1, + [212888] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6795), 1, + STATE(6500), 1, sym__directive_body_with_parameter, - [210847] = 3, - ACTIONS(11693), 1, + [212898] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6796), 1, + STATE(6499), 1, sym__directive_body_with_parameter, - [210857] = 3, - ACTIONS(11141), 1, + [212908] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6797), 1, + STATE(5881), 1, sym__if_statement_directive_body, - [210867] = 3, - ACTIONS(11153), 1, + [212918] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6798), 1, + STATE(5914), 1, sym__if_statement_directive_body, - [210877] = 3, - ACTIONS(11641), 1, + [212928] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6001), 1, - sym__directive_body_with_parameter, - [210887] = 3, - ACTIONS(11141), 1, + STATE(6083), 1, + sym__if_statement_directive_body, + [212938] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5930), 1, + STATE(6666), 1, sym__if_statement_directive_body, - [210897] = 3, - ACTIONS(11693), 1, + [212948] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(100), 1, sym__directive_parameter, - STATE(5929), 1, - sym__directive_body_with_parameter, - [210907] = 3, - ACTIONS(11691), 1, + STATE(6667), 1, + sym__if_statement_directive_body, + [212958] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(499), 1, sym__directive_parameter, - STATE(5928), 1, + STATE(6490), 1, sym__directive_body_with_parameter, - [210917] = 3, - ACTIONS(11689), 1, + [212968] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5927), 1, + STATE(6668), 1, + sym__if_statement_directive_body, + [212978] = 3, + ACTIONS(11721), 1, + anon_sym_LPAREN2, + STATE(643), 1, + sym__directive_parameter, + STATE(5919), 1, sym__directive_body_with_parameter, - [210927] = 3, - ACTIONS(11167), 1, + [212988] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6799), 1, + STATE(6669), 1, sym__if_statement_directive_body, - [210937] = 3, - ACTIONS(11147), 1, + [212998] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6800), 1, + STATE(5825), 1, sym__if_statement_directive_body, - [210947] = 3, - ACTIONS(11147), 1, + [213008] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6453), 1, + STATE(5817), 1, sym__if_statement_directive_body, - [210957] = 3, - ACTIONS(11045), 1, + [213018] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6801), 1, + STATE(6672), 1, sym__if_statement_directive_body, - [210967] = 3, - ACTIONS(11173), 1, + [213028] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6721), 1, + STATE(6673), 1, sym__if_statement_directive_body, - [210977] = 3, - ACTIONS(11173), 1, + [213038] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6804), 1, + STATE(6674), 1, sym__if_statement_directive_body, - [210987] = 3, - ACTIONS(11135), 1, + [213048] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6805), 1, + STATE(6085), 1, sym__if_statement_directive_body, - [210997] = 3, - ACTIONS(11167), 1, + [213058] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6514), 1, + STATE(5816), 1, sym__if_statement_directive_body, - [211007] = 3, - ACTIONS(11103), 1, + [213068] = 3, + ACTIONS(13811), 1, + anon_sym_LPAREN, + ACTIONS(13813), 1, + anon_sym_RPAREN, + ACTIONS(13815), 1, + aux_sym_parameter_token1, + [213078] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6810), 1, + STATE(6678), 1, sym__if_statement_directive_body, - [211017] = 3, - ACTIONS(11165), 1, + [213088] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6811), 1, + STATE(6679), 1, sym__if_statement_directive_body, - [211027] = 3, - ACTIONS(11173), 1, + [213098] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6812), 1, + STATE(6680), 1, sym__if_statement_directive_body, - [211037] = 3, - ACTIONS(11719), 1, + [213108] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6813), 1, + STATE(6681), 1, sym__directive_body_with_parameter, - [211047] = 3, - ACTIONS(11707), 1, + [213118] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6814), 1, + STATE(6682), 1, sym__directive_body_with_parameter, - [211057] = 3, - ACTIONS(11695), 1, + [213128] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6815), 1, + STATE(5815), 1, + sym__if_statement_directive_body, + [213138] = 3, + ACTIONS(11703), 1, + anon_sym_LPAREN2, + STATE(463), 1, + sym__directive_parameter, + STATE(6683), 1, sym__directive_body_with_parameter, - [211067] = 3, - ACTIONS(11641), 1, + [213148] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6816), 1, + STATE(6684), 1, sym__directive_body_with_parameter, - [211077] = 3, - ACTIONS(11501), 1, + [213158] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6817), 1, + STATE(6685), 1, sym__directive_body_with_parameter, - [211087] = 3, - ACTIONS(11205), 1, + [213168] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6820), 1, + STATE(6686), 1, sym__directive_body_with_parameter, - [211097] = 3, - ACTIONS(11683), 1, + [213178] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(562), 1, sym__directive_parameter, - STATE(5816), 1, + STATE(5925), 1, sym__directive_body_with_parameter, - [211107] = 3, - ACTIONS(11153), 1, + [213188] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6513), 1, + STATE(6086), 1, sym__if_statement_directive_body, - [211117] = 3, - ACTIONS(11677), 1, + [213198] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(107), 1, sym__directive_parameter, - STATE(5924), 1, - sym__directive_body_with_parameter, - [211127] = 3, - ACTIONS(11653), 1, + STATE(6087), 1, + sym__if_statement_directive_body, + [213208] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6847), 1, - sym__directive_body_with_parameter, - [211137] = 3, - ACTIONS(11659), 1, + STATE(6478), 1, + sym__if_statement_directive_body, + [213218] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6848), 1, - sym__directive_body_with_parameter, - [211147] = 3, - ACTIONS(11665), 1, + STATE(6046), 1, + sym__if_statement_directive_body, + [213228] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6849), 1, + STATE(6694), 1, sym__directive_body_with_parameter, - [211157] = 3, - ACTIONS(11671), 1, + [213238] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(463), 1, sym__directive_parameter, - STATE(5923), 1, + STATE(5933), 1, sym__directive_body_with_parameter, - [211167] = 3, - ACTIONS(11671), 1, + [213248] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6850), 1, + STATE(6695), 1, sym__directive_body_with_parameter, - [211177] = 3, - ACTIONS(11677), 1, + [213258] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6851), 1, + STATE(6696), 1, sym__directive_body_with_parameter, - [211187] = 3, - ACTIONS(11683), 1, + [213268] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6853), 1, + STATE(6697), 1, sym__directive_body_with_parameter, - [211197] = 3, - ACTIONS(11689), 1, + [213278] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6854), 1, + STATE(6698), 1, sym__directive_body_with_parameter, - [211207] = 3, - ACTIONS(11691), 1, + [213288] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6857), 1, + STATE(6700), 1, sym__directive_body_with_parameter, - [211217] = 3, - ACTIONS(11141), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(6512), 1, - sym__if_statement_directive_body, - [211227] = 3, + [213298] = 3, ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6858), 1, + STATE(6701), 1, sym__directive_body_with_parameter, - [211237] = 3, - ACTIONS(11141), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(6859), 1, - sym__if_statement_directive_body, - [211247] = 3, - ACTIONS(11153), 1, + [213308] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6860), 1, - sym__if_statement_directive_body, - [211257] = 3, - ACTIONS(11167), 1, + STATE(6702), 1, + sym__directive_body_with_parameter, + [213318] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6861), 1, - sym__if_statement_directive_body, - [211267] = 3, - ACTIONS(11147), 1, + STATE(5934), 1, + sym__directive_body_with_parameter, + [213328] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6862), 1, - sym__if_statement_directive_body, - [211277] = 3, - ACTIONS(11045), 1, + STATE(6489), 1, + sym__directive_body_with_parameter, + [213338] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6863), 1, - sym__if_statement_directive_body, - [211287] = 3, - ACTIONS(11173), 1, + STATE(6488), 1, + sym__directive_body_with_parameter, + [213348] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6865), 1, - sym__if_statement_directive_body, - [211297] = 3, - ACTIONS(11665), 1, + STATE(5935), 1, + sym__directive_body_with_parameter, + [213358] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(520), 1, sym__directive_parameter, - STATE(5919), 1, + STATE(6703), 1, sym__directive_body_with_parameter, - [211307] = 3, - ACTIONS(11659), 1, + [213368] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(119), 1, sym__directive_parameter, - STATE(5917), 1, - sym__directive_body_with_parameter, - [211317] = 3, - ACTIONS(11653), 1, + STATE(6091), 1, + sym__if_statement_directive_body, + [213378] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5916), 1, - sym__directive_body_with_parameter, - [211327] = 3, - ACTIONS(11693), 1, + STATE(6704), 1, + sym__if_statement_directive_body, + [213388] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6511), 1, + STATE(5936), 1, sym__directive_body_with_parameter, - [211337] = 3, - ACTIONS(11173), 1, + [213398] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6866), 1, + STATE(6092), 1, sym__if_statement_directive_body, - [211347] = 3, - ACTIONS(11135), 1, + [213408] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6867), 1, + STATE(6044), 1, sym__if_statement_directive_body, - [211357] = 3, - ACTIONS(11103), 1, + [213418] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6872), 1, + STATE(5813), 1, sym__if_statement_directive_body, - [211367] = 3, - ACTIONS(11691), 1, - anon_sym_LPAREN2, - STATE(626), 1, - sym__directive_parameter, - STATE(6510), 1, - sym__directive_body_with_parameter, - [211377] = 3, - ACTIONS(11205), 1, + [213428] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(463), 1, sym__directive_parameter, - STATE(5861), 1, + STATE(6487), 1, sym__directive_body_with_parameter, - [211387] = 3, - ACTIONS(11501), 1, + [213438] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(562), 1, sym__directive_parameter, - STATE(5860), 1, + STATE(6486), 1, sym__directive_body_with_parameter, - [211397] = 3, - ACTIONS(11165), 1, + [213448] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6873), 1, + STATE(6705), 1, sym__if_statement_directive_body, - [211407] = 3, - ACTIONS(11173), 1, + [213458] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6874), 1, + STATE(6707), 1, sym__if_statement_directive_body, - [211417] = 3, - ACTIONS(11689), 1, + [213468] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6509), 1, - sym__directive_body_with_parameter, - [211427] = 3, - ACTIONS(11719), 1, + STATE(5812), 1, + sym__if_statement_directive_body, + [213478] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6875), 1, - sym__directive_body_with_parameter, - [211437] = 3, - ACTIONS(11683), 1, + STATE(7141), 1, + sym__if_statement_directive_body, + [213488] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6508), 1, - sym__directive_body_with_parameter, - [211447] = 3, - ACTIONS(11707), 1, + STATE(5811), 1, + sym__if_statement_directive_body, + [213498] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6876), 1, - sym__directive_body_with_parameter, - [211457] = 3, - ACTIONS(11641), 1, + STATE(5810), 1, + sym__if_statement_directive_body, + [213508] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(643), 1, sym__directive_parameter, - STATE(5859), 1, + STATE(6485), 1, sym__directive_body_with_parameter, - [211467] = 3, - ACTIONS(11695), 1, + [213518] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5858), 1, - sym__directive_body_with_parameter, - [211477] = 3, - ACTIONS(11707), 1, + STATE(6708), 1, + sym__if_statement_directive_body, + [213528] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(103), 1, sym__directive_parameter, - STATE(5857), 1, - sym__directive_body_with_parameter, - [211487] = 3, - ACTIONS(11719), 1, + STATE(6709), 1, + sym__if_statement_directive_body, + [213538] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5855), 1, - sym__directive_body_with_parameter, - [211497] = 3, - ACTIONS(11173), 1, + STATE(5794), 1, + sym__if_statement_directive_body, + [213548] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5851), 1, + STATE(6484), 1, sym__if_statement_directive_body, - [211507] = 3, - ACTIONS(11695), 1, + [213558] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6878), 1, - sym__directive_body_with_parameter, - [211517] = 3, - ACTIONS(11641), 1, + STATE(6483), 1, + sym__if_statement_directive_body, + [213568] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6879), 1, - sym__directive_body_with_parameter, - [211527] = 3, - ACTIONS(11677), 1, + STATE(6482), 1, + sym__if_statement_directive_body, + [213578] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6506), 1, - sym__directive_body_with_parameter, - [211537] = 3, - ACTIONS(11501), 1, + STATE(6043), 1, + sym__if_statement_directive_body, + [213588] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6880), 1, - sym__directive_body_with_parameter, - [211547] = 3, - ACTIONS(11671), 1, + STATE(6093), 1, + sym__if_statement_directive_body, + [213598] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6505), 1, + STATE(6094), 1, sym__directive_body_with_parameter, - [211557] = 3, - ACTIONS(11665), 1, + [213608] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6504), 1, - sym__directive_body_with_parameter, - [211567] = 3, - ACTIONS(11165), 1, + STATE(6042), 1, + sym__if_statement_directive_body, + [213618] = 1, + ACTIONS(13817), 3, + anon_sym_ATdefault, + anon_sym_ATendswitch, + anon_sym_ATcase, + [213624] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(103), 1, sym__directive_parameter, - STATE(5850), 1, + STATE(7139), 1, sym__if_statement_directive_body, - [211577] = 3, - ACTIONS(11205), 1, + [213634] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6883), 1, + STATE(6427), 1, sym__directive_body_with_parameter, - [211587] = 3, - ACTIONS(11659), 1, + [213644] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6502), 1, - sym__directive_body_with_parameter, - [211597] = 3, - ACTIONS(11653), 1, + STATE(6477), 1, + sym__if_statement_directive_body, + [213654] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6501), 1, - sym__directive_body_with_parameter, - [211607] = 3, - ACTIONS(11653), 1, + STATE(6476), 1, + sym__if_statement_directive_body, + [213664] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6905), 1, - sym__directive_body_with_parameter, - [211617] = 3, - ACTIONS(11659), 1, + STATE(6474), 1, + sym__if_statement_directive_body, + [213674] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6906), 1, - sym__directive_body_with_parameter, - [211627] = 3, - ACTIONS(11103), 1, + STATE(6473), 1, + sym__if_statement_directive_body, + [213684] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(100), 1, sym__directive_parameter, - STATE(5849), 1, + STATE(6472), 1, sym__if_statement_directive_body, - [211637] = 3, - ACTIONS(11659), 1, + [213694] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6026), 1, - sym__directive_body_with_parameter, - [211647] = 3, - ACTIONS(11165), 1, + STATE(6711), 1, + sym__if_statement_directive_body, + [213704] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6460), 1, + STATE(6712), 1, sym__if_statement_directive_body, - [211657] = 3, - ACTIONS(11135), 1, + [213714] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5840), 1, + STATE(6471), 1, sym__if_statement_directive_body, - [211667] = 3, - ACTIONS(11173), 1, + [213724] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(5838), 1, + STATE(6713), 1, sym__if_statement_directive_body, - [211677] = 3, - ACTIONS(11173), 1, + [213734] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5836), 1, + STATE(6470), 1, sym__if_statement_directive_body, - [211687] = 3, - ACTIONS(11665), 1, + [213744] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6907), 1, + STATE(5795), 1, sym__directive_body_with_parameter, - [211697] = 3, - ACTIONS(11671), 1, + [213754] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6908), 1, - sym__directive_body_with_parameter, - [211707] = 3, - ACTIONS(11205), 1, + STATE(7138), 1, + sym__if_statement_directive_body, + [213764] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6479), 1, + STATE(6469), 1, sym__directive_body_with_parameter, - [211717] = 3, - ACTIONS(11677), 1, + [213774] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6909), 1, + STATE(6468), 1, sym__directive_body_with_parameter, - [211727] = 3, - ACTIONS(11683), 1, + [213784] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6912), 1, + STATE(6467), 1, sym__directive_body_with_parameter, - [211737] = 3, - ACTIONS(11205), 1, + [213794] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6003), 1, - sym__directive_body_with_parameter, - [211747] = 3, - ACTIONS(11653), 1, + STATE(6717), 1, + sym__if_statement_directive_body, + [213804] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6025), 1, - sym__directive_body_with_parameter, - [211757] = 3, - ACTIONS(11689), 1, + STATE(6718), 1, + sym__if_statement_directive_body, + [213814] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6913), 1, - sym__directive_body_with_parameter, - [211767] = 3, - ACTIONS(11691), 1, + STATE(6719), 1, + sym__if_statement_directive_body, + [213824] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6914), 1, + STATE(6720), 1, sym__directive_body_with_parameter, - [211777] = 3, - ACTIONS(11693), 1, + [213834] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6915), 1, + STATE(6721), 1, sym__directive_body_with_parameter, - [211787] = 3, - ACTIONS(11141), 1, + [213844] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6916), 1, - sym__if_statement_directive_body, - [211797] = 3, - ACTIONS(11153), 1, + STATE(6722), 1, + sym__directive_body_with_parameter, + [213854] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6917), 1, - sym__if_statement_directive_body, - [211807] = 3, - ACTIONS(11167), 1, + STATE(6723), 1, + sym__directive_body_with_parameter, + [213864] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6918), 1, - sym__if_statement_directive_body, - [211817] = 3, - ACTIONS(11147), 1, + STATE(6724), 1, + sym__directive_body_with_parameter, + [213874] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6919), 1, - sym__if_statement_directive_body, - [211827] = 3, - ACTIONS(11045), 1, + STATE(6725), 1, + sym__directive_body_with_parameter, + [213884] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6920), 1, - sym__if_statement_directive_body, - [211837] = 3, - ACTIONS(11173), 1, + STATE(5949), 1, + sym__directive_body_with_parameter, + [213894] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6922), 1, - sym__if_statement_directive_body, - [211847] = 3, - ACTIONS(11173), 1, + STATE(6466), 1, + sym__directive_body_with_parameter, + [213904] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6925), 1, + STATE(6040), 1, sym__if_statement_directive_body, - [211857] = 3, - ACTIONS(11135), 1, + [213914] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6926), 1, - sym__if_statement_directive_body, - [211867] = 3, - ACTIONS(11103), 1, + STATE(6464), 1, + sym__directive_body_with_parameter, + [213924] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6931), 1, - sym__if_statement_directive_body, - [211877] = 3, - ACTIONS(11165), 1, + STATE(6463), 1, + sym__directive_body_with_parameter, + [213934] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6932), 1, - sym__if_statement_directive_body, - [211887] = 3, - ACTIONS(11173), 1, + STATE(6462), 1, + sym__directive_body_with_parameter, + [213944] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6933), 1, - sym__if_statement_directive_body, - [211897] = 3, - ACTIONS(11719), 1, + STATE(6733), 1, + sym__directive_body_with_parameter, + [213954] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6934), 1, + STATE(6734), 1, sym__directive_body_with_parameter, - [211907] = 3, - ACTIONS(11707), 1, + [213964] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6935), 1, + STATE(6735), 1, sym__directive_body_with_parameter, - [211917] = 3, - ACTIONS(11665), 1, + [213974] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6070), 1, + STATE(6736), 1, sym__directive_body_with_parameter, - [211927] = 3, - ACTIONS(11695), 1, + [213984] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6936), 1, + STATE(6737), 1, sym__directive_body_with_parameter, - [211937] = 3, - ACTIONS(11641), 1, + [213994] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6937), 1, + STATE(6460), 1, sym__directive_body_with_parameter, - [211947] = 3, - ACTIONS(11501), 1, + [214004] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6938), 1, + STATE(6739), 1, sym__directive_body_with_parameter, - [211957] = 3, - ACTIONS(11205), 1, + [214014] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6941), 1, + STATE(6740), 1, sym__directive_body_with_parameter, - [211967] = 3, - ACTIONS(11147), 1, + [214024] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(624), 1, sym__directive_parameter, - STATE(5831), 1, - sym__if_statement_directive_body, - [211977] = 3, - ACTIONS(11147), 1, + STATE(6742), 1, + sym__directive_body_with_parameter, + [214034] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6457), 1, - sym__if_statement_directive_body, - [211987] = 3, - ACTIONS(11167), 1, + STATE(6743), 1, + sym__directive_body_with_parameter, + [214044] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(100), 1, sym__directive_parameter, - STATE(5827), 1, + STATE(7137), 1, sym__if_statement_directive_body, - [211997] = 3, - ACTIONS(11653), 1, + [214054] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6956), 1, - sym__directive_body_with_parameter, - [212007] = 3, - ACTIONS(11659), 1, + STATE(6744), 1, + sym__if_statement_directive_body, + [214064] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6959), 1, - sym__directive_body_with_parameter, - [212017] = 3, - ACTIONS(11665), 1, + STATE(6745), 1, + sym__if_statement_directive_body, + [214074] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6960), 1, + STATE(6459), 1, sym__directive_body_with_parameter, - [212027] = 3, - ACTIONS(11671), 1, + [214084] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6961), 1, - sym__directive_body_with_parameter, - [212037] = 3, - ACTIONS(11677), 1, + STATE(7136), 1, + sym__if_statement_directive_body, + [214094] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6962), 1, + STATE(6451), 1, sym__directive_body_with_parameter, - [212047] = 3, - ACTIONS(11683), 1, + [214104] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6964), 1, + STATE(5950), 1, sym__directive_body_with_parameter, - [212057] = 3, - ACTIONS(11153), 1, + [214114] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(100), 1, sym__directive_parameter, - STATE(5826), 1, + STATE(6746), 1, sym__if_statement_directive_body, - [212067] = 3, - ACTIONS(11141), 1, + [214124] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5825), 1, + STATE(6747), 1, sym__if_statement_directive_body, - [212077] = 3, - ACTIONS(11665), 1, + [214134] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6028), 1, - sym__directive_body_with_parameter, - [212087] = 3, - ACTIONS(11693), 1, + STATE(6748), 1, + sym__if_statement_directive_body, + [214144] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(256), 1, sym__directive_parameter, - STATE(5824), 1, + STATE(6450), 1, sym__directive_body_with_parameter, - [212097] = 3, - ACTIONS(11689), 1, + [214154] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6904), 1, - sym__directive_body_with_parameter, - [212107] = 3, - ACTIONS(11691), 1, + STATE(7135), 1, + sym__if_statement_directive_body, + [214164] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6966), 1, + STATE(6449), 1, sym__directive_body_with_parameter, - [212117] = 3, - ACTIONS(11693), 1, + [214174] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6967), 1, + STATE(6448), 1, sym__directive_body_with_parameter, - [212127] = 3, - ACTIONS(11671), 1, + [214184] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6029), 1, + STATE(6447), 1, sym__directive_body_with_parameter, - [212137] = 3, - ACTIONS(11691), 1, + [214194] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(477), 1, sym__directive_parameter, - STATE(5756), 1, + STATE(5951), 1, sym__directive_body_with_parameter, - [212147] = 3, - ACTIONS(11501), 1, + [214204] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6477), 1, - sym__directive_body_with_parameter, - [212157] = 3, - ACTIONS(11141), 1, + STATE(6750), 1, + sym__if_statement_directive_body, + [214214] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6968), 1, + STATE(6751), 1, sym__if_statement_directive_body, - [212167] = 3, - ACTIONS(11689), 1, + [214224] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5810), 1, - sym__directive_body_with_parameter, - [212177] = 3, - ACTIONS(11677), 1, + STATE(6039), 1, + sym__if_statement_directive_body, + [214234] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6030), 1, + STATE(5952), 1, sym__directive_body_with_parameter, - [212187] = 3, - ACTIONS(11665), 1, + [214244] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6153), 1, + STATE(7134), 1, sym__directive_body_with_parameter, - [212197] = 3, - ACTIONS(11683), 1, + [214254] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(562), 1, sym__directive_parameter, - STATE(5805), 1, + STATE(6095), 1, sym__directive_body_with_parameter, - [212207] = 3, - ACTIONS(11167), 1, + [214264] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6970), 1, - sym__if_statement_directive_body, - [212217] = 3, - ACTIONS(11147), 1, + STATE(7133), 1, + sym__directive_body_with_parameter, + [214274] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6971), 1, + STATE(6752), 1, sym__if_statement_directive_body, - [212227] = 3, - ACTIONS(11677), 1, + [214284] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(547), 1, sym__directive_parameter, - STATE(5792), 1, + STATE(7132), 1, sym__directive_body_with_parameter, - [212237] = 3, - ACTIONS(11671), 1, + [214294] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(463), 1, sym__directive_parameter, - STATE(5789), 1, + STATE(6096), 1, sym__directive_body_with_parameter, - [212247] = 3, - ACTIONS(11045), 1, - anon_sym_LPAREN2, - STATE(142), 1, - sym__directive_parameter, - STATE(6972), 1, - sym__if_statement_directive_body, - [212257] = 3, - ACTIONS(11641), 1, + [214304] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6476), 1, + STATE(5796), 1, sym__directive_body_with_parameter, - [212267] = 3, - ACTIONS(11173), 1, + [214314] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6974), 1, - sym__if_statement_directive_body, - [212277] = 3, - ACTIONS(11173), 1, + STATE(5955), 1, + sym__directive_body_with_parameter, + [214324] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6975), 1, - sym__if_statement_directive_body, - [212287] = 3, - ACTIONS(11665), 1, + STATE(5957), 1, + sym__directive_body_with_parameter, + [214334] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(643), 1, sym__directive_parameter, - STATE(5786), 1, + STATE(6446), 1, sym__directive_body_with_parameter, - [212297] = 3, - ACTIONS(11695), 1, + [214344] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6475), 1, + STATE(6038), 1, sym__directive_body_with_parameter, - [212307] = 3, - ACTIONS(11707), 1, + [214354] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6474), 1, + STATE(7131), 1, sym__directive_body_with_parameter, - [212317] = 3, - ACTIONS(11683), 1, + [214364] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6032), 1, + STATE(6037), 1, sym__directive_body_with_parameter, - [212327] = 3, - ACTIONS(11659), 1, + [214374] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(547), 1, sym__directive_parameter, - STATE(5785), 1, + STATE(5797), 1, sym__directive_body_with_parameter, - [212337] = 3, - ACTIONS(11135), 1, + [214384] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6976), 1, + STATE(6445), 1, sym__if_statement_directive_body, - [212347] = 3, - ACTIONS(11653), 1, + [214394] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(547), 1, sym__directive_parameter, - STATE(5784), 1, + STATE(5958), 1, sym__directive_body_with_parameter, - [212357] = 3, - ACTIONS(11205), 1, + [214404] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(624), 1, sym__directive_parameter, - STATE(5762), 1, + STATE(5959), 1, sym__directive_body_with_parameter, - [212367] = 3, - ACTIONS(11719), 1, + [214414] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6473), 1, + STATE(5960), 1, sym__directive_body_with_parameter, - [212377] = 3, - ACTIONS(11173), 1, - anon_sym_LPAREN2, - STATE(90), 1, - sym__directive_parameter, - STATE(6472), 1, - sym__if_statement_directive_body, - [212387] = 3, - ACTIONS(11103), 1, + [214424] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6982), 1, + STATE(6444), 1, sym__if_statement_directive_body, - [212397] = 3, - ACTIONS(11165), 1, + [214434] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6471), 1, + STATE(6443), 1, sym__if_statement_directive_body, - [212407] = 3, - ACTIONS(11501), 1, + [214444] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(547), 1, sym__directive_parameter, - STATE(5761), 1, + STATE(6036), 1, sym__directive_body_with_parameter, - [212417] = 3, - ACTIONS(11641), 1, + [214454] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(364), 1, sym__directive_parameter, - STATE(5757), 1, + STATE(6097), 1, sym__directive_body_with_parameter, - [212427] = 3, - ACTIONS(11695), 1, + [214464] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6072), 1, + STATE(5798), 1, sym__directive_body_with_parameter, - [212437] = 3, - ACTIONS(11707), 1, + [214474] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(107), 1, sym__directive_parameter, - STATE(5755), 1, - sym__directive_body_with_parameter, - [212447] = 3, - ACTIONS(11165), 1, + STATE(6439), 1, + sym__if_statement_directive_body, + [214484] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6983), 1, + STATE(6756), 1, sym__if_statement_directive_body, - [212457] = 3, - ACTIONS(11173), 1, + [214494] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6984), 1, + STATE(6438), 1, sym__if_statement_directive_body, - [212467] = 3, - ACTIONS(11103), 1, + [214504] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6470), 1, + STATE(6757), 1, sym__if_statement_directive_body, - [212477] = 3, - ACTIONS(11719), 1, + [214514] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6985), 1, + STATE(5800), 1, sym__directive_body_with_parameter, - [212487] = 3, - ACTIONS(11707), 1, + [214524] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(89), 1, + sym__directive_parameter, + STATE(6437), 1, + sym__if_statement_directive_body, + [214534] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(89), 1, + sym__directive_parameter, + STATE(6758), 1, + sym__if_statement_directive_body, + [214544] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6986), 1, + STATE(6759), 1, sym__directive_body_with_parameter, - [212497] = 3, - ACTIONS(11695), 1, + [214554] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6987), 1, + STATE(6760), 1, sym__directive_body_with_parameter, - [212507] = 3, - ACTIONS(11641), 1, + [214564] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6988), 1, + STATE(6761), 1, sym__directive_body_with_parameter, - [212517] = 3, - ACTIONS(11501), 1, + [214574] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6989), 1, + STATE(6762), 1, sym__directive_body_with_parameter, - [212527] = 3, - ACTIONS(11205), 1, + [214584] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6993), 1, + STATE(6763), 1, sym__directive_body_with_parameter, - [212537] = 3, - ACTIONS(11719), 1, + [214594] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(499), 1, sym__directive_parameter, - STATE(5754), 1, + STATE(6764), 1, sym__directive_body_with_parameter, - [212547] = 3, - ACTIONS(11173), 1, + [214604] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(103), 1, sym__directive_parameter, - STATE(5746), 1, + STATE(6435), 1, sym__if_statement_directive_body, - [212557] = 3, - ACTIONS(11653), 1, + [214614] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(503), 1, sym__directive_parameter, - STATE(7010), 1, + STATE(7129), 1, sym__directive_body_with_parameter, - [212567] = 3, - ACTIONS(11659), 1, + [214624] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(127), 1, sym__directive_parameter, - STATE(7011), 1, - sym__directive_body_with_parameter, - [212577] = 3, - ACTIONS(11665), 1, + STATE(6434), 1, + sym__if_statement_directive_body, + [214634] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(100), 1, sym__directive_parameter, - STATE(7012), 1, + STATE(6433), 1, + sym__if_statement_directive_body, + [214644] = 3, + ACTIONS(11675), 1, + anon_sym_LPAREN2, + STATE(490), 1, + sym__directive_parameter, + STATE(7128), 1, sym__directive_body_with_parameter, - [212587] = 3, - ACTIONS(11671), 1, + [214654] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(458), 1, sym__directive_parameter, - STATE(7014), 1, + STATE(6772), 1, sym__directive_body_with_parameter, - [212597] = 3, - ACTIONS(11677), 1, + [214664] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(185), 1, sym__directive_parameter, - STATE(7015), 1, + STATE(6773), 1, sym__directive_body_with_parameter, - [212607] = 3, - ACTIONS(11683), 1, + [214674] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(477), 1, sym__directive_parameter, - STATE(7017), 1, + STATE(6774), 1, sym__directive_body_with_parameter, - [212617] = 3, - ACTIONS(11689), 1, + [214684] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(490), 1, sym__directive_parameter, - STATE(7018), 1, + STATE(6775), 1, sym__directive_body_with_parameter, - [212627] = 3, - ACTIONS(11165), 1, + [214694] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5740), 1, + STATE(6432), 1, sym__if_statement_directive_body, - [212637] = 3, - ACTIONS(11691), 1, + [214704] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(503), 1, sym__directive_parameter, - STATE(7019), 1, + STATE(6728), 1, sym__directive_body_with_parameter, - [212647] = 3, - ACTIONS(11693), 1, + [214714] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(517), 1, sym__directive_parameter, - STATE(7020), 1, + STATE(6779), 1, sym__directive_body_with_parameter, - [212657] = 3, - ACTIONS(11141), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(7021), 1, - sym__if_statement_directive_body, - [212667] = 3, - ACTIONS(11153), 1, + [214724] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(547), 1, sym__directive_parameter, - STATE(7022), 1, - sym__if_statement_directive_body, - [212677] = 3, - ACTIONS(11103), 1, + STATE(6780), 1, + sym__directive_body_with_parameter, + [214734] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(624), 1, sym__directive_parameter, - STATE(5735), 1, - sym__if_statement_directive_body, - [212687] = 3, - ACTIONS(11167), 1, + STATE(6781), 1, + sym__directive_body_with_parameter, + [214744] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(520), 1, sym__directive_parameter, - STATE(7023), 1, - sym__if_statement_directive_body, - [212697] = 3, - ACTIONS(11147), 1, + STATE(6782), 1, + sym__directive_body_with_parameter, + [214754] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(78), 1, sym__directive_parameter, - STATE(7024), 1, + STATE(6431), 1, sym__if_statement_directive_body, - [212707] = 3, - ACTIONS(11045), 1, + [214764] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(256), 1, sym__directive_parameter, - STATE(7027), 1, - sym__if_statement_directive_body, - [212717] = 3, - ACTIONS(11173), 1, + STATE(6098), 1, + sym__directive_body_with_parameter, + [214774] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(78), 1, sym__directive_parameter, - STATE(7029), 1, + STATE(6783), 1, sym__if_statement_directive_body, - [212727] = 3, - ACTIONS(11173), 1, + [214784] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(74), 1, sym__directive_parameter, - STATE(7030), 1, + STATE(6784), 1, sym__if_statement_directive_body, - [212737] = 3, - ACTIONS(11689), 1, + [214794] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6033), 1, - sym__directive_body_with_parameter, - [212747] = 3, - ACTIONS(11135), 1, - anon_sym_LPAREN2, - STATE(87), 1, - sym__directive_parameter, - STATE(7031), 1, + STATE(6785), 1, sym__if_statement_directive_body, - [212757] = 3, - ACTIONS(11141), 1, + [214804] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6290), 1, + STATE(6786), 1, sym__if_statement_directive_body, - [212767] = 3, - ACTIONS(11103), 1, + [214814] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(103), 1, sym__directive_parameter, - STATE(7035), 1, + STATE(6787), 1, sym__if_statement_directive_body, - [212777] = 3, - ACTIONS(11165), 1, + [214824] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(89), 1, sym__directive_parameter, - STATE(7038), 1, + STATE(6777), 1, sym__if_statement_directive_body, - [212787] = 3, - ACTIONS(11173), 1, + [214834] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(499), 1, sym__directive_parameter, - STATE(7039), 1, - sym__if_statement_directive_body, - [212797] = 3, - ACTIONS(11719), 1, + STATE(6099), 1, + sym__directive_body_with_parameter, + [214844] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(520), 1, sym__directive_parameter, - STATE(7040), 1, + STATE(6430), 1, sym__directive_body_with_parameter, - [212807] = 3, - ACTIONS(11707), 1, + [214854] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(624), 1, sym__directive_parameter, - STATE(7041), 1, + STATE(6429), 1, sym__directive_body_with_parameter, - [212817] = 3, - ACTIONS(11153), 1, + [214864] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6186), 1, - sym__if_statement_directive_body, - [212827] = 3, - ACTIONS(11167), 1, + STATE(6428), 1, + sym__directive_body_with_parameter, + [214874] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6323), 1, + STATE(6790), 1, sym__if_statement_directive_body, - [212837] = 3, - ACTIONS(11135), 1, + [214884] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(107), 1, sym__directive_parameter, - STATE(5911), 1, + STATE(6791), 1, sym__if_statement_directive_body, - [212847] = 3, - ACTIONS(11173), 1, + [214894] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(517), 1, sym__directive_parameter, - STATE(5834), 1, - sym__if_statement_directive_body, - [212857] = 3, - ACTIONS(11695), 1, + STATE(6035), 1, + sym__directive_body_with_parameter, + [214904] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(503), 1, sym__directive_parameter, - STATE(7042), 1, + STATE(6424), 1, sym__directive_body_with_parameter, - [212867] = 3, - ACTIONS(11641), 1, + [214914] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(503), 1, sym__directive_parameter, - STATE(7043), 1, + STATE(6033), 1, sym__directive_body_with_parameter, - [212877] = 3, - ACTIONS(11501), 1, + [214924] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(490), 1, sym__directive_parameter, - STATE(7044), 1, + STATE(6423), 1, sym__directive_body_with_parameter, - [212887] = 3, - ACTIONS(11135), 1, + [214934] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6465), 1, - sym__if_statement_directive_body, - [212897] = 3, - ACTIONS(11173), 1, + STATE(6422), 1, + sym__directive_body_with_parameter, + [214944] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(458), 1, sym__directive_parameter, - STATE(5959), 1, - sym__if_statement_directive_body, - [212907] = 3, - ACTIONS(11045), 1, + STATE(6107), 1, + sym__directive_body_with_parameter, + [214954] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(78), 1, sym__directive_parameter, STATE(5961), 1, sym__if_statement_directive_body, - [212917] = 3, - ACTIONS(11147), 1, - anon_sym_LPAREN2, - STATE(76), 1, - sym__directive_parameter, - STATE(5965), 1, - sym__if_statement_directive_body, - [212927] = 3, - ACTIONS(11167), 1, - anon_sym_LPAREN2, - STATE(72), 1, - sym__directive_parameter, - STATE(5966), 1, - sym__if_statement_directive_body, - [212937] = 3, - ACTIONS(11173), 1, + [214964] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6464), 1, - sym__if_statement_directive_body, - [212947] = 3, - ACTIONS(11205), 1, + STATE(5856), 1, + sym__directive_body_with_parameter, + [214974] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(185), 1, sym__directive_parameter, - STATE(7045), 1, + STATE(6421), 1, sym__directive_body_with_parameter, - [212957] = 3, - ACTIONS(11153), 1, + [214984] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(458), 1, sym__directive_parameter, - STATE(5969), 1, - sym__if_statement_directive_body, - [212967] = 3, - ACTIONS(11141), 1, + STATE(6420), 1, + sym__directive_body_with_parameter, + [214994] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(185), 1, sym__directive_parameter, - STATE(5972), 1, - sym__if_statement_directive_body, - [212977] = 3, - ACTIONS(11693), 1, + STATE(6108), 1, + sym__directive_body_with_parameter, + [215004] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(477), 1, sym__directive_parameter, - STATE(5993), 1, + STATE(5861), 1, sym__directive_body_with_parameter, - [212987] = 3, - ACTIONS(11691), 1, + [215014] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6006), 1, + STATE(6109), 1, sym__directive_body_with_parameter, - [212997] = 3, - ACTIONS(11689), 1, + [215024] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6011), 1, + STATE(5801), 1, sym__directive_body_with_parameter, - [213007] = 3, - ACTIONS(11653), 1, + [215034] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(119), 1, sym__directive_parameter, - STATE(7057), 1, - sym__directive_body_with_parameter, - [213017] = 3, - ACTIONS(11659), 1, + STATE(6795), 1, + sym__if_statement_directive_body, + [215044] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(146), 1, sym__directive_parameter, - STATE(7058), 1, - sym__directive_body_with_parameter, - [213027] = 3, - ACTIONS(11665), 1, + STATE(6796), 1, + sym__if_statement_directive_body, + [215054] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(499), 1, sym__directive_parameter, - STATE(7061), 1, + STATE(6412), 1, sym__directive_body_with_parameter, - [213037] = 3, - ACTIONS(11671), 1, + [215064] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(490), 1, sym__directive_parameter, - STATE(7062), 1, + STATE(6110), 1, sym__directive_body_with_parameter, - [213047] = 3, - ACTIONS(11677), 1, + [215074] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(256), 1, sym__directive_parameter, - STATE(7063), 1, + STATE(6411), 1, sym__directive_body_with_parameter, - [213057] = 3, - ACTIONS(11683), 1, + [215084] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(364), 1, sym__directive_parameter, - STATE(7065), 1, + STATE(6410), 1, sym__directive_body_with_parameter, - [213067] = 3, - ACTIONS(11691), 1, + [215094] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6034), 1, + STATE(6409), 1, sym__directive_body_with_parameter, - [213077] = 3, - ACTIONS(11173), 1, + [215104] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6463), 1, - sym__if_statement_directive_body, - [213087] = 3, - ACTIONS(11683), 1, + STATE(6112), 1, + sym__directive_body_with_parameter, + [215114] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6018), 1, + STATE(6114), 1, sym__directive_body_with_parameter, - [213097] = 3, - ACTIONS(11689), 1, + [215124] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(547), 1, sym__directive_parameter, - STATE(7066), 1, + STATE(6115), 1, sym__directive_body_with_parameter, - [213107] = 3, - ACTIONS(11691), 1, + [215134] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(562), 1, sym__directive_parameter, - STATE(7067), 1, + STATE(6408), 1, sym__directive_body_with_parameter, - [213117] = 3, - ACTIONS(11693), 1, + [215144] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(185), 1, sym__directive_parameter, - STATE(7068), 1, + STATE(5862), 1, sym__directive_body_with_parameter, - [213127] = 3, - ACTIONS(11141), 1, + [215154] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(74), 1, sym__directive_parameter, - STATE(7069), 1, + STATE(5962), 1, sym__if_statement_directive_body, - [213137] = 3, - ACTIONS(11153), 1, + [215164] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(643), 1, sym__directive_parameter, - STATE(7070), 1, + STATE(6407), 1, + sym__directive_body_with_parameter, + [215174] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(89), 1, + sym__directive_parameter, + STATE(6406), 1, sym__if_statement_directive_body, - [213147] = 3, - ACTIONS(11045), 1, + [215184] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6461), 1, + STATE(6405), 1, sym__if_statement_directive_body, - [213157] = 3, - ACTIONS(11173), 1, + [215194] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6045), 1, + STATE(6404), 1, sym__if_statement_directive_body, - [213167] = 3, - ACTIONS(11677), 1, + [215204] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6040), 1, + STATE(6116), 1, sym__directive_body_with_parameter, - [213177] = 3, - ACTIONS(11671), 1, + [215214] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6061), 1, - sym__directive_body_with_parameter, - [213187] = 3, - ACTIONS(11693), 1, + STATE(6797), 1, + sym__if_statement_directive_body, + [215224] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6035), 1, + STATE(6798), 1, sym__directive_body_with_parameter, - [213197] = 3, - ACTIONS(11135), 1, + [215234] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6639), 1, - sym__if_statement_directive_body, - [213207] = 3, - ACTIONS(11167), 1, + STATE(7127), 1, + sym__directive_body_with_parameter, + [215244] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(562), 1, sym__directive_parameter, - STATE(7071), 1, - sym__if_statement_directive_body, - [213217] = 3, - ACTIONS(11147), 1, + STATE(6799), 1, + sym__directive_body_with_parameter, + [215254] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(520), 1, sym__directive_parameter, - STATE(7072), 1, - sym__if_statement_directive_body, - [213227] = 3, - ACTIONS(11141), 1, + STATE(6117), 1, + sym__directive_body_with_parameter, + [215264] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6036), 1, - sym__if_statement_directive_body, - [213237] = 3, - ACTIONS(11045), 1, + STATE(6800), 1, + sym__directive_body_with_parameter, + [215274] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(477), 1, sym__directive_parameter, - STATE(7073), 1, - sym__if_statement_directive_body, - [213247] = 3, - ACTIONS(11173), 1, + STATE(5802), 1, + sym__directive_body_with_parameter, + [215284] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(78), 1, sym__directive_parameter, - STATE(7075), 1, + STATE(6118), 1, sym__if_statement_directive_body, - [213257] = 3, - ACTIONS(11173), 1, + [215294] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(364), 1, sym__directive_parameter, - STATE(7076), 1, - sym__if_statement_directive_body, - [213267] = 3, - ACTIONS(11135), 1, + STATE(6801), 1, + sym__directive_body_with_parameter, + [215304] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(256), 1, sym__directive_parameter, - STATE(7077), 1, - sym__if_statement_directive_body, - [213277] = 3, - ACTIONS(11659), 1, + STATE(6802), 1, + sym__directive_body_with_parameter, + [215314] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6446), 1, + STATE(6803), 1, sym__directive_body_with_parameter, - [213287] = 3, - ACTIONS(11103), 1, + [215324] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(100), 1, sym__directive_parameter, - STATE(7082), 1, + STATE(5963), 1, sym__if_statement_directive_body, - [213297] = 3, - ACTIONS(11165), 1, + [215334] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(74), 1, sym__directive_parameter, - STATE(7083), 1, + STATE(6119), 1, sym__if_statement_directive_body, - [213307] = 3, - ACTIONS(11173), 1, + [215344] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(127), 1, sym__directive_parameter, - STATE(7084), 1, + STATE(5964), 1, sym__if_statement_directive_body, - [213317] = 3, - ACTIONS(11719), 1, - anon_sym_LPAREN2, - STATE(656), 1, - sym__directive_parameter, - STATE(7085), 1, - sym__directive_body_with_parameter, - [213327] = 3, - ACTIONS(11707), 1, - anon_sym_LPAREN2, - STATE(558), 1, - sym__directive_parameter, - STATE(7086), 1, - sym__directive_body_with_parameter, - [213337] = 3, - ACTIONS(11695), 1, + [215354] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(103), 1, sym__directive_parameter, - STATE(7087), 1, - sym__directive_body_with_parameter, - [213347] = 3, - ACTIONS(11641), 1, - anon_sym_LPAREN2, - STATE(362), 1, - sym__directive_parameter, - STATE(7088), 1, - sym__directive_body_with_parameter, - [213357] = 3, - ACTIONS(11501), 1, + STATE(5965), 1, + sym__if_statement_directive_body, + [215364] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(458), 1, sym__directive_parameter, - STATE(7089), 1, + STATE(6812), 1, sym__directive_body_with_parameter, - [213367] = 3, - ACTIONS(11205), 1, + [215374] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(185), 1, sym__directive_parameter, - STATE(7090), 1, + STATE(6813), 1, sym__directive_body_with_parameter, - [213377] = 3, - ACTIONS(11167), 1, - anon_sym_LPAREN2, - STATE(72), 1, - sym__directive_parameter, - STATE(6456), 1, - sym__if_statement_directive_body, - [213387] = 3, - ACTIONS(11653), 1, + [215384] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6080), 1, + STATE(6814), 1, sym__directive_body_with_parameter, - [213397] = 3, - ACTIONS(11653), 1, + [215394] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6953), 1, + STATE(6815), 1, sym__directive_body_with_parameter, - [213407] = 3, - ACTIONS(11659), 1, + [215404] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6952), 1, + STATE(5803), 1, sym__directive_body_with_parameter, - [213417] = 3, - ACTIONS(11665), 1, + [215414] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6949), 1, + STATE(6816), 1, sym__directive_body_with_parameter, - [213427] = 3, - ACTIONS(11671), 1, + [215424] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6940), 1, + STATE(6818), 1, sym__directive_body_with_parameter, - [213437] = 3, - ACTIONS(11205), 1, + [215434] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6488), 1, + STATE(6819), 1, sym__directive_body_with_parameter, - [213447] = 3, - ACTIONS(11677), 1, + [215444] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6939), 1, + STATE(6820), 1, sym__directive_body_with_parameter, - [213457] = 3, - ACTIONS(11683), 1, + [215454] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6965), 1, + STATE(7125), 1, sym__directive_body_with_parameter, - [213467] = 3, - ACTIONS(11689), 1, + [215464] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6903), 1, + STATE(6821), 1, sym__directive_body_with_parameter, - [213477] = 3, - ACTIONS(11691), 1, + [215474] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6900), 1, + STATE(7124), 1, sym__directive_body_with_parameter, - [213487] = 3, - ACTIONS(11693), 1, + [215484] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6899), 1, - sym__directive_body_with_parameter, - [213497] = 3, - ACTIONS(11153), 1, + STATE(6822), 1, + sym__if_statement_directive_body, + [215494] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6455), 1, + STATE(6823), 1, sym__if_statement_directive_body, - [213507] = 3, - ACTIONS(11141), 1, + [215504] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6898), 1, + STATE(6824), 1, sym__if_statement_directive_body, - [213517] = 3, - ACTIONS(11153), 1, + [215514] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6895), 1, + STATE(6400), 1, sym__if_statement_directive_body, - [213527] = 3, - ACTIONS(11167), 1, + [215524] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6894), 1, + STATE(6825), 1, sym__if_statement_directive_body, - [213537] = 3, - ACTIONS(11147), 1, + [215534] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6888), 1, + STATE(6826), 1, sym__if_statement_directive_body, - [213547] = 3, - ACTIONS(11045), 1, + [215544] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6887), 1, + STATE(6828), 1, sym__if_statement_directive_body, - [213557] = 3, - ACTIONS(11173), 1, + [215554] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6881), 1, + STATE(6829), 1, sym__if_statement_directive_body, - [213567] = 3, - ACTIONS(11173), 1, + [215564] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6868), 1, + STATE(6830), 1, sym__if_statement_directive_body, - [213577] = 3, - ACTIONS(11501), 1, + [215574] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6500), 1, + STATE(5863), 1, sym__directive_body_with_parameter, - [213587] = 3, - ACTIONS(11141), 1, + [215584] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6454), 1, + STATE(6120), 1, sym__if_statement_directive_body, - [213597] = 3, - ACTIONS(11153), 1, + [215594] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6037), 1, + STATE(6121), 1, sym__if_statement_directive_body, - [213607] = 3, - ACTIONS(11641), 1, + [215604] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6503), 1, - sym__directive_body_with_parameter, - [213617] = 3, - ACTIONS(11135), 1, + STATE(6399), 1, + sym__if_statement_directive_body, + [215614] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6846), 1, + STATE(6398), 1, sym__if_statement_directive_body, - [213627] = 3, - ACTIONS(11167), 1, + [215624] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6038), 1, + STATE(6396), 1, sym__if_statement_directive_body, - [213637] = 3, - ACTIONS(11695), 1, + [215634] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6516), 1, - sym__directive_body_with_parameter, - [213647] = 3, - ACTIONS(11147), 1, + STATE(6122), 1, + sym__if_statement_directive_body, + [215644] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6041), 1, + STATE(6834), 1, sym__if_statement_directive_body, - [213657] = 3, - ACTIONS(11707), 1, + [215654] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6537), 1, - sym__directive_body_with_parameter, - [213667] = 3, - ACTIONS(11719), 1, + STATE(6835), 1, + sym__if_statement_directive_body, + [215664] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6545), 1, - sym__directive_body_with_parameter, - [213677] = 3, - ACTIONS(11045), 1, + STATE(6395), 1, + sym__if_statement_directive_body, + [215674] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6042), 1, + STATE(6124), 1, sym__if_statement_directive_body, - [213687] = 3, - ACTIONS(11103), 1, + [215684] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6839), 1, + STATE(6394), 1, sym__if_statement_directive_body, - [213697] = 3, - ACTIONS(11693), 1, + [215694] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6427), 1, - sym__directive_body_with_parameter, - [213707] = 3, - ACTIONS(11165), 1, + STATE(6390), 1, + sym__if_statement_directive_body, + [215704] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6838), 1, + STATE(6392), 1, sym__if_statement_directive_body, - [213717] = 3, - ACTIONS(11173), 1, + [215714] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6550), 1, + STATE(6125), 1, sym__if_statement_directive_body, - [213727] = 3, - ACTIONS(11641), 1, + [215724] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6536), 1, - sym__directive_body_with_parameter, - [213737] = 3, - ACTIONS(11691), 1, + STATE(6836), 1, + sym__if_statement_directive_body, + [215734] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6452), 1, + STATE(6837), 1, sym__directive_body_with_parameter, - [213747] = 3, - ACTIONS(11165), 1, + [215744] = 2, + ACTIONS(13821), 1, + aux_sym__section_parameter_token1, + ACTIONS(13819), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [215752] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6571), 1, - sym__if_statement_directive_body, - [213757] = 3, - ACTIONS(11719), 1, + STATE(6333), 1, + sym__directive_body_with_parameter, + [215762] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6832), 1, + STATE(6389), 1, sym__directive_body_with_parameter, - [213767] = 3, - ACTIONS(11707), 1, + [215772] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6828), 1, + STATE(6388), 1, sym__directive_body_with_parameter, - [213777] = 3, - ACTIONS(11695), 1, + [215782] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6827), 1, + STATE(6387), 1, sym__directive_body_with_parameter, - [213787] = 3, - ACTIONS(11641), 1, + [215792] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6826), 1, + STATE(6838), 1, sym__directive_body_with_parameter, - [213797] = 3, - ACTIONS(11501), 1, + [215802] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6819), 1, + STATE(6839), 1, sym__directive_body_with_parameter, - [213807] = 3, - ACTIONS(11205), 1, + [215812] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6818), 1, + STATE(6385), 1, sym__directive_body_with_parameter, - [213817] = 3, - ACTIONS(11103), 1, + [215822] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6469), 1, - sym__if_statement_directive_body, - [213827] = 3, - ACTIONS(11689), 1, + STATE(6384), 1, + sym__directive_body_with_parameter, + [215832] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6451), 1, + STATE(6383), 1, sym__directive_body_with_parameter, - [213837] = 3, - ACTIONS(11683), 1, + [215842] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6450), 1, + STATE(6382), 1, sym__directive_body_with_parameter, - [213847] = 3, - ACTIONS(11147), 1, + [215852] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6324), 1, - sym__if_statement_directive_body, - [213857] = 3, - ACTIONS(11045), 1, + STATE(6381), 1, + sym__directive_body_with_parameter, + [215862] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6356), 1, + STATE(6126), 1, sym__if_statement_directive_body, - [213867] = 3, - ACTIONS(11653), 1, + [215872] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6722), 1, + STATE(6032), 1, sym__directive_body_with_parameter, - [213877] = 3, - ACTIONS(11659), 1, + [215882] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6715), 1, + STATE(6031), 1, sym__directive_body_with_parameter, - [213887] = 3, - ACTIONS(11665), 1, + [215892] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6714), 1, + STATE(5804), 1, sym__directive_body_with_parameter, - [213897] = 3, - ACTIONS(11671), 1, + [215902] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6678), 1, - sym__directive_body_with_parameter, - [213907] = 3, - ACTIONS(11677), 1, + STATE(6052), 1, + sym__if_statement_directive_body, + [215912] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6677), 1, - sym__directive_body_with_parameter, - [213917] = 3, - ACTIONS(11677), 1, + STATE(6130), 1, + sym__if_statement_directive_body, + [215922] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(499), 1, sym__directive_parameter, - STATE(7001), 1, + STATE(6373), 1, sym__directive_body_with_parameter, - [213927] = 3, - ACTIONS(11671), 1, + [215932] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(256), 1, sym__directive_parameter, - STATE(5863), 1, + STATE(6372), 1, sym__directive_body_with_parameter, - [213937] = 3, - ACTIONS(11173), 1, - anon_sym_LPAREN2, - STATE(90), 1, - sym__directive_parameter, - STATE(6391), 1, - sym__if_statement_directive_body, - [213947] = 3, - ACTIONS(11689), 1, + [215942] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6843), 1, + STATE(6371), 1, sym__directive_body_with_parameter, - [213957] = 3, - ACTIONS(11665), 1, + [215952] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6229), 1, + STATE(6370), 1, sym__directive_body_with_parameter, - [213967] = 3, - ACTIONS(11683), 1, + [215962] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6672), 1, + STATE(6369), 1, sym__directive_body_with_parameter, - [213977] = 3, - ACTIONS(11689), 1, + [215972] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6671), 1, + STATE(6840), 1, sym__directive_body_with_parameter, - [213987] = 3, - ACTIONS(11659), 1, + [215982] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6443), 1, + STATE(6841), 1, sym__directive_body_with_parameter, - [213997] = 3, - ACTIONS(11691), 1, + [215992] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6667), 1, + STATE(6368), 1, sym__directive_body_with_parameter, - [214007] = 3, - ACTIONS(11693), 1, + [216002] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6666), 1, + STATE(6842), 1, sym__directive_body_with_parameter, - [214017] = 3, - ACTIONS(11141), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(6659), 1, - sym__if_statement_directive_body, - [214027] = 3, - ACTIONS(11153), 1, + [216012] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6658), 1, + STATE(6367), 1, sym__if_statement_directive_body, - [214037] = 3, - ACTIONS(11167), 1, + [216022] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6644), 1, + STATE(6366), 1, sym__if_statement_directive_body, - [214047] = 3, - ACTIONS(11147), 1, + [216032] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6723), 1, + STATE(6365), 1, sym__if_statement_directive_body, - [214057] = 3, - ACTIONS(11045), 1, + [216042] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6620), 1, + STATE(6131), 1, sym__if_statement_directive_body, - [214067] = 3, - ACTIONS(11173), 1, + [216052] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6613), 1, + STATE(6132), 1, sym__if_statement_directive_body, - [214077] = 3, - ACTIONS(11173), 1, + [216062] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6610), 1, + STATE(6361), 1, sym__if_statement_directive_body, - [214087] = 3, - ACTIONS(11135), 1, + [216072] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6609), 1, - sym__if_statement_directive_body, - [214097] = 2, - ACTIONS(13895), 1, - aux_sym__section_parameter_token1, - ACTIONS(13893), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [214105] = 2, - ACTIONS(13897), 1, - anon_sym_LPAREN, - ACTIONS(13899), 2, - aux_sym_parameter_token1, - anon_sym_RPAREN2, - [214113] = 3, - ACTIONS(11103), 1, + STATE(6030), 1, + sym__directive_body_with_parameter, + [216082] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6597), 1, - sym__if_statement_directive_body, - [214123] = 3, - ACTIONS(11165), 1, + STATE(6851), 1, + sym__directive_body_with_parameter, + [216092] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6595), 1, - sym__if_statement_directive_body, - [214133] = 3, - ACTIONS(11173), 1, + STATE(6852), 1, + sym__directive_body_with_parameter, + [216102] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6580), 1, - sym__if_statement_directive_body, - [214143] = 3, - ACTIONS(11719), 1, + STATE(6853), 1, + sym__directive_body_with_parameter, + [216112] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6559), 1, + STATE(6854), 1, sym__directive_body_with_parameter, - [214153] = 3, - ACTIONS(11707), 1, + [216122] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6558), 1, + STATE(6855), 1, sym__directive_body_with_parameter, - [214163] = 3, - ACTIONS(11695), 1, + [216132] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6555), 1, + STATE(6857), 1, sym__directive_body_with_parameter, - [214173] = 3, - ACTIONS(11641), 1, + [216142] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6554), 1, + STATE(6858), 1, sym__directive_body_with_parameter, - [214183] = 3, - ACTIONS(11501), 1, + [216152] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6621), 1, + STATE(6859), 1, sym__directive_body_with_parameter, - [214193] = 3, - ACTIONS(11173), 1, + [216162] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6652), 1, + STATE(6352), 1, sym__if_statement_directive_body, - [214203] = 3, - ACTIONS(11205), 1, + [216172] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6553), 1, + STATE(6860), 1, sym__directive_body_with_parameter, - [214213] = 3, - ACTIONS(11173), 1, + [216182] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6668), 1, + STATE(6134), 1, + sym__directive_body_with_parameter, + [216192] = 3, + ACTIONS(11143), 1, + anon_sym_LPAREN2, + STATE(78), 1, + sym__directive_parameter, + STATE(6861), 1, sym__if_statement_directive_body, - [214223] = 3, - ACTIONS(11045), 1, + [216202] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6670), 1, + STATE(6862), 1, sym__if_statement_directive_body, - [214233] = 3, - ACTIONS(11653), 1, + [216212] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6439), 1, + STATE(6063), 1, sym__directive_body_with_parameter, - [214243] = 3, - ACTIONS(11659), 1, + [216222] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6438), 1, - sym__directive_body_with_parameter, - [214253] = 3, - ACTIONS(11653), 1, + STATE(6863), 1, + sym__if_statement_directive_body, + [216232] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6442), 1, - sym__directive_body_with_parameter, - [214263] = 3, - ACTIONS(11665), 1, + STATE(6864), 1, + sym__if_statement_directive_body, + [216242] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6437), 1, - sym__directive_body_with_parameter, - [214273] = 3, - ACTIONS(11671), 1, + STATE(6865), 1, + sym__if_statement_directive_body, + [216252] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6430), 1, - sym__directive_body_with_parameter, - [214283] = 3, - ACTIONS(11677), 1, + STATE(6867), 1, + sym__if_statement_directive_body, + [216262] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6523), 1, - sym__directive_body_with_parameter, - [214293] = 3, - ACTIONS(11683), 1, + STATE(6868), 1, + sym__if_statement_directive_body, + [216272] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6420), 1, - sym__directive_body_with_parameter, - [214303] = 3, - ACTIONS(11689), 1, + STATE(5967), 1, + sym__if_statement_directive_body, + [216282] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6406), 1, - sym__directive_body_with_parameter, - [214313] = 3, - ACTIONS(11691), 1, + STATE(6869), 1, + sym__if_statement_directive_body, + [216292] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6382), 1, + STATE(5824), 1, sym__directive_body_with_parameter, - [214323] = 3, - ACTIONS(11693), 1, + [216302] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6381), 1, + STATE(5827), 1, sym__directive_body_with_parameter, - [214333] = 3, - ACTIONS(11147), 1, + [216312] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6584), 1, + STATE(5968), 1, sym__if_statement_directive_body, - [214343] = 3, - ACTIONS(11167), 1, + [216322] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6724), 1, + STATE(6873), 1, sym__if_statement_directive_body, - [214353] = 3, - ACTIONS(11153), 1, + [216332] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6725), 1, + STATE(6874), 1, sym__if_statement_directive_body, - [214363] = 3, - ACTIONS(11141), 1, + [216342] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6726), 1, + STATE(6875), 1, sym__if_statement_directive_body, - [214373] = 3, - ACTIONS(11141), 1, + [216352] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6376), 1, + STATE(6360), 1, sym__if_statement_directive_body, - [214383] = 3, - ACTIONS(11153), 1, + [216362] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6375), 1, + STATE(6359), 1, sym__if_statement_directive_body, - [214393] = 3, - ACTIONS(11167), 1, + [216372] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6374), 1, + STATE(5969), 1, sym__if_statement_directive_body, - [214403] = 3, - ACTIONS(11173), 1, + [216382] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6044), 1, + STATE(5974), 1, sym__if_statement_directive_body, - [214413] = 3, - ACTIONS(11693), 1, + [216392] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6777), 1, + STATE(6876), 1, sym__directive_body_with_parameter, - [214423] = 3, - ACTIONS(11691), 1, + [216402] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6830), 1, + STATE(6877), 1, sym__directive_body_with_parameter, - [214433] = 3, - ACTIONS(11147), 1, + [216412] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6371), 1, - sym__if_statement_directive_body, - [214443] = 3, - ACTIONS(11045), 1, + STATE(6878), 1, + sym__directive_body_with_parameter, + [216422] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6370), 1, + STATE(6357), 1, sym__if_statement_directive_body, - [214453] = 3, - ACTIONS(11659), 1, + [216432] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6384), 1, + STATE(6029), 1, sym__directive_body_with_parameter, - [214463] = 3, - ACTIONS(11173), 1, + [216442] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6359), 1, + STATE(6355), 1, sym__if_statement_directive_body, - [214473] = 3, - ACTIONS(11689), 1, + [216452] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6774), 1, + STATE(5828), 1, sym__directive_body_with_parameter, - [214483] = 3, - ACTIONS(11173), 1, + [216462] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6357), 1, + STATE(5829), 1, + sym__directive_body_with_parameter, + [216472] = 3, + ACTIONS(11183), 1, + anon_sym_LPAREN2, + STATE(146), 1, + sym__directive_parameter, + STATE(5975), 1, sym__if_statement_directive_body, - [214493] = 3, - ACTIONS(11205), 1, + [216482] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6422), 1, + STATE(6879), 1, sym__directive_body_with_parameter, - [214503] = 3, - ACTIONS(11167), 1, + [216492] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(256), 1, sym__directive_parameter, - STATE(5984), 1, + STATE(6880), 1, + sym__directive_body_with_parameter, + [216502] = 3, + ACTIONS(11709), 1, + anon_sym_LPAREN2, + STATE(562), 1, + sym__directive_parameter, + STATE(5830), 1, + sym__directive_body_with_parameter, + [216512] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(89), 1, + sym__directive_parameter, + STATE(5976), 1, sym__if_statement_directive_body, - [214513] = 3, - ACTIONS(11135), 1, + [216522] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6342), 1, + STATE(5831), 1, + sym__directive_body_with_parameter, + [216532] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(89), 1, + sym__directive_parameter, + STATE(5832), 1, sym__if_statement_directive_body, - [214523] = 3, - ACTIONS(11501), 1, + [216542] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6419), 1, + STATE(6136), 1, sym__directive_body_with_parameter, - [214533] = 3, - ACTIONS(11683), 1, + [216552] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(499), 1, sym__directive_parameter, - STATE(7000), 1, + STATE(6882), 1, sym__directive_body_with_parameter, - [214543] = 3, - ACTIONS(11103), 1, + [216562] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6313), 1, + STATE(6354), 1, sym__if_statement_directive_body, - [214553] = 3, - ACTIONS(11165), 1, + [216572] = 3, + ACTIONS(11631), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(450), 1, sym__directive_parameter, - STATE(6310), 1, - sym__if_statement_directive_body, - [214563] = 3, - ACTIONS(11173), 1, + STATE(7121), 1, + sym__directive_body_with_parameter, + [216582] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6309), 1, + STATE(6353), 1, sym__if_statement_directive_body, - [214573] = 3, - ACTIONS(11641), 1, + [216592] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6418), 1, + STATE(6135), 1, sym__directive_body_with_parameter, - [214583] = 3, - ACTIONS(11695), 1, + [216602] = 1, + ACTIONS(11535), 3, + anon_sym_ATdefault, + anon_sym_ATendswitch, + anon_sym_ATcase, + [216608] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6417), 1, + STATE(6351), 1, sym__directive_body_with_parameter, - [214593] = 3, - ACTIONS(11707), 1, + [216618] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6416), 1, + STATE(6138), 1, sym__directive_body_with_parameter, - [214603] = 3, - ACTIONS(11677), 1, + [216628] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(499), 1, sym__directive_parameter, - STATE(7004), 1, + STATE(6021), 1, sym__directive_body_with_parameter, - [214613] = 3, - ACTIONS(11719), 1, + [216638] = 1, + ACTIONS(11561), 3, + anon_sym_ATdefault, + anon_sym_ATendswitch, + anon_sym_ATcase, + [216644] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6306), 1, + STATE(5833), 1, + sym__if_statement_directive_body, + [216654] = 3, + ACTIONS(11529), 1, + anon_sym_LPAREN2, + STATE(256), 1, + sym__directive_parameter, + STATE(6020), 1, sym__directive_body_with_parameter, - [214623] = 3, - ACTIONS(11707), 1, + [216664] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6305), 1, + STATE(6349), 1, sym__directive_body_with_parameter, - [214633] = 3, - ACTIONS(11695), 1, + [216674] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6301), 1, + STATE(6348), 1, sym__directive_body_with_parameter, - [214643] = 3, - ACTIONS(11641), 1, + [216684] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6300), 1, + STATE(6346), 1, sym__directive_body_with_parameter, - [214653] = 3, - ACTIONS(11501), 1, + [216694] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6298), 1, + STATE(6345), 1, sym__directive_body_with_parameter, - [214663] = 3, - ACTIONS(11671), 1, + [216704] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(477), 1, sym__directive_parameter, - STATE(7005), 1, + STATE(6344), 1, sym__directive_body_with_parameter, - [214673] = 3, - ACTIONS(11719), 1, + [216714] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6415), 1, + STATE(6343), 1, sym__directive_body_with_parameter, - [214683] = 3, - ACTIONS(11665), 1, + [216724] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(364), 1, sym__directive_parameter, - STATE(7006), 1, + STATE(6019), 1, sym__directive_body_with_parameter, - [214693] = 3, - ACTIONS(11659), 1, + [216734] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(458), 1, sym__directive_parameter, - STATE(7013), 1, + STATE(6342), 1, sym__directive_body_with_parameter, - [214703] = 3, - ACTIONS(11653), 1, + [216744] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(463), 1, sym__directive_parameter, - STATE(7026), 1, + STATE(6018), 1, sym__directive_body_with_parameter, - [214713] = 3, - ACTIONS(11205), 1, + [216754] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6948), 1, + STATE(6334), 1, sym__directive_body_with_parameter, - [214723] = 3, - ACTIONS(11205), 1, + [216764] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6293), 1, + STATE(6265), 1, sym__directive_body_with_parameter, - [214733] = 3, - ACTIONS(11501), 1, + [216774] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6947), 1, + STATE(6890), 1, sym__directive_body_with_parameter, - [214743] = 3, - ACTIONS(11173), 1, + [216784] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6412), 1, + STATE(5834), 1, sym__if_statement_directive_body, - [214753] = 3, - ACTIONS(11641), 1, + [216794] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6946), 1, - sym__directive_body_with_parameter, - [214763] = 3, - ACTIONS(11653), 1, + STATE(5839), 1, + sym__if_statement_directive_body, + [216804] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6187), 1, + STATE(6891), 1, sym__directive_body_with_parameter, - [214773] = 3, - ACTIONS(11695), 1, + [216814] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6945), 1, + STATE(6892), 1, sym__directive_body_with_parameter, - [214783] = 3, - ACTIONS(11707), 1, + [216824] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6924), 1, + STATE(6893), 1, sym__directive_body_with_parameter, - [214793] = 3, - ACTIONS(11659), 1, + [216834] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6181), 1, + STATE(6894), 1, sym__directive_body_with_parameter, - [214803] = 3, - ACTIONS(11665), 1, + [216844] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6180), 1, + STATE(6147), 1, sym__directive_body_with_parameter, - [214813] = 3, - ACTIONS(11671), 1, + [216854] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6140), 1, + STATE(6897), 1, sym__directive_body_with_parameter, - [214823] = 3, - ACTIONS(11677), 1, + [216864] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6139), 1, + STATE(6898), 1, sym__directive_body_with_parameter, - [214833] = 3, - ACTIONS(11683), 1, + [216874] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6123), 1, + STATE(6899), 1, sym__directive_body_with_parameter, - [214843] = 3, - ACTIONS(11689), 1, + [216884] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6134), 1, + STATE(6017), 1, sym__directive_body_with_parameter, - [214853] = 3, - ACTIONS(11691), 1, + [216894] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6130), 1, - sym__directive_body_with_parameter, - [214863] = 3, - ACTIONS(11693), 1, + STATE(6900), 1, + sym__if_statement_directive_body, + [216904] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6128), 1, - sym__directive_body_with_parameter, - [214873] = 3, - ACTIONS(11141), 1, + STATE(6901), 1, + sym__if_statement_directive_body, + [216914] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6135), 1, + STATE(5840), 1, sym__if_statement_directive_body, - [214883] = 3, - ACTIONS(11153), 1, + [216924] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6122), 1, + STATE(6902), 1, sym__if_statement_directive_body, - [214893] = 3, - ACTIONS(11167), 1, + [216934] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6106), 1, + STATE(6903), 1, sym__if_statement_directive_body, - [214903] = 3, - ACTIONS(11719), 1, + [216944] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6911), 1, - sym__directive_body_with_parameter, - [214913] = 3, - ACTIONS(11147), 1, + STATE(6904), 1, + sym__if_statement_directive_body, + [216954] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6085), 1, + STATE(6906), 1, sym__if_statement_directive_body, - [214923] = 3, - ACTIONS(11045), 1, + [216964] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6084), 1, - sym__if_statement_directive_body, - [214933] = 3, - ACTIONS(11173), 1, + STATE(5977), 1, + sym__directive_body_with_parameter, + [216974] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6079), 1, + STATE(6907), 1, sym__if_statement_directive_body, - [214943] = 3, - ACTIONS(11173), 1, + [216984] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6076), 1, + STATE(6908), 1, sym__if_statement_directive_body, - [214953] = 3, - ACTIONS(11173), 1, + [216994] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6893), 1, + STATE(6332), 1, + sym__directive_body_with_parameter, + [217004] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(89), 1, + sym__directive_parameter, + STATE(5841), 1, sym__if_statement_directive_body, - [214963] = 3, - ACTIONS(11135), 1, + [217014] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6075), 1, + STATE(5844), 1, sym__if_statement_directive_body, - [214973] = 3, - ACTIONS(11633), 1, + [217024] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(450), 1, + STATE(463), 1, sym__directive_parameter, - STATE(5918), 1, + STATE(6331), 1, sym__directive_body_with_parameter, - [214983] = 3, - ACTIONS(11165), 1, + [217034] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6411), 1, + STATE(6912), 1, sym__if_statement_directive_body, - [214993] = 3, - ACTIONS(11103), 1, + [217044] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6410), 1, + STATE(6913), 1, sym__if_statement_directive_body, - [215003] = 3, - ACTIONS(11103), 1, + [217054] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6062), 1, + STATE(6914), 1, sym__if_statement_directive_body, - [215013] = 3, - ACTIONS(11135), 1, + [217064] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6405), 1, - sym__if_statement_directive_body, - [215023] = 3, - ACTIONS(11165), 1, + STATE(6915), 1, + sym__directive_body_with_parameter, + [217074] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6060), 1, + STATE(6917), 1, + sym__directive_body_with_parameter, + [217084] = 3, + ACTIONS(11703), 1, + anon_sym_LPAREN2, + STATE(463), 1, + sym__directive_parameter, + STATE(6918), 1, + sym__directive_body_with_parameter, + [217094] = 3, + ACTIONS(11633), 1, + anon_sym_LPAREN2, + STATE(364), 1, + sym__directive_parameter, + STATE(6919), 1, + sym__directive_body_with_parameter, + [217104] = 3, + ACTIONS(11709), 1, + anon_sym_LPAREN2, + STATE(562), 1, + sym__directive_parameter, + STATE(6330), 1, + sym__directive_body_with_parameter, + [217114] = 3, + ACTIONS(11721), 1, + anon_sym_LPAREN2, + STATE(643), 1, + sym__directive_parameter, + STATE(6329), 1, + sym__directive_body_with_parameter, + [217124] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(89), 1, + sym__directive_parameter, + STATE(6328), 1, sym__if_statement_directive_body, - [215033] = 3, - ACTIONS(11173), 1, + [217134] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6047), 1, + STATE(6327), 1, sym__if_statement_directive_body, - [215043] = 3, - ACTIONS(11719), 1, + [217144] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6024), 1, + STATE(6920), 1, sym__directive_body_with_parameter, - [215053] = 3, - ACTIONS(11707), 1, + [217154] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6023), 1, + STATE(6921), 1, sym__directive_body_with_parameter, - [215063] = 3, - ACTIONS(11695), 1, + [217164] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6069), 1, + STATE(6326), 1, + sym__if_statement_directive_body, + [217174] = 3, + ACTIONS(11709), 1, + anon_sym_LPAREN2, + STATE(562), 1, + sym__directive_parameter, + STATE(5978), 1, sym__directive_body_with_parameter, - [215073] = 3, - ACTIONS(11641), 1, + [217184] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6020), 1, + STATE(6016), 1, sym__directive_body_with_parameter, - [215083] = 3, - ACTIONS(11501), 1, + [217194] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6019), 1, + STATE(5979), 1, sym__directive_body_with_parameter, - [215093] = 3, - ACTIONS(11165), 1, + [217204] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6892), 1, - sym__if_statement_directive_body, - [215103] = 3, - ACTIONS(11103), 1, + STATE(5980), 1, + sym__directive_body_with_parameter, + [217214] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6891), 1, + STATE(5845), 1, sym__if_statement_directive_body, - [215113] = 3, - ACTIONS(11173), 1, + [217224] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6392), 1, + STATE(6322), 1, sym__if_statement_directive_body, - [215123] = 3, - ACTIONS(11135), 1, + [217234] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6424), 1, + STATE(6148), 1, + sym__directive_body_with_parameter, + [217244] = 3, + ACTIONS(11529), 1, + anon_sym_LPAREN2, + STATE(256), 1, + sym__directive_parameter, + STATE(5981), 1, + sym__directive_body_with_parameter, + [217254] = 3, + ACTIONS(11169), 1, + anon_sym_LPAREN2, + STATE(100), 1, + sym__directive_parameter, + STATE(5846), 1, sym__if_statement_directive_body, - [215133] = 3, - ACTIONS(11205), 1, + [217264] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(499), 1, sym__directive_parameter, - STATE(5941), 1, + STATE(5982), 1, sym__directive_body_with_parameter, - [215143] = 3, - ACTIONS(11103), 1, + [217274] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6459), 1, + STATE(5847), 1, sym__if_statement_directive_body, - [215153] = 3, - ACTIONS(11135), 1, + [217284] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6720), 1, + STATE(5848), 1, sym__if_statement_directive_body, - [215163] = 3, - ACTIONS(11173), 1, + [217294] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6404), 1, - sym__if_statement_directive_body, - [215173] = 3, - ACTIONS(11173), 1, + STATE(5939), 1, + sym__directive_body_with_parameter, + [217304] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6834), 1, + STATE(6320), 1, sym__if_statement_directive_body, - [215183] = 3, - ACTIONS(11173), 1, + [217314] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6833), 1, - sym__if_statement_directive_body, - [215193] = 3, - ACTIONS(11173), 1, + STATE(6929), 1, + sym__directive_body_with_parameter, + [217324] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6403), 1, - sym__if_statement_directive_body, - [215203] = 3, - ACTIONS(11653), 1, + STATE(5850), 1, + sym__directive_body_with_parameter, + [217334] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(624), 1, sym__directive_parameter, - STATE(5907), 1, + STATE(5851), 1, sym__directive_body_with_parameter, - [215213] = 3, - ACTIONS(11045), 1, + [217344] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6400), 1, + STATE(6319), 1, sym__if_statement_directive_body, - [215223] = 3, - ACTIONS(11659), 1, + [217354] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(103), 1, sym__directive_parameter, - STATE(5903), 1, - sym__directive_body_with_parameter, - [215233] = 3, - ACTIONS(11045), 1, + STATE(6317), 1, + sym__if_statement_directive_body, + [217364] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6829), 1, + STATE(6316), 1, sym__if_statement_directive_body, - [215243] = 3, - ACTIONS(11665), 1, + [217374] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(477), 1, sym__directive_parameter, - STATE(5892), 1, + STATE(6149), 1, sym__directive_body_with_parameter, - [215253] = 3, - ACTIONS(11671), 1, + [217384] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(490), 1, sym__directive_parameter, - STATE(5841), 1, + STATE(6150), 1, sym__directive_body_with_parameter, - [215263] = 3, - ACTIONS(11147), 1, + [217394] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6822), 1, - sym__if_statement_directive_body, - [215273] = 3, - ACTIONS(11677), 1, + STATE(6151), 1, + sym__directive_body_with_parameter, + [217404] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(517), 1, sym__directive_parameter, - STATE(5783), 1, + STATE(6153), 1, sym__directive_body_with_parameter, - [215283] = 3, - ACTIONS(11147), 1, + [217414] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6399), 1, - sym__if_statement_directive_body, - [215293] = 3, - ACTIONS(11167), 1, + STATE(5852), 1, + sym__directive_body_with_parameter, + [217424] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6398), 1, - sym__if_statement_directive_body, - [215303] = 3, - ACTIONS(11683), 1, + STATE(6154), 1, + sym__directive_body_with_parameter, + [217434] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(624), 1, sym__directive_parameter, - STATE(5779), 1, + STATE(6155), 1, sym__directive_body_with_parameter, - [215313] = 3, - ACTIONS(11689), 1, + [217444] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(520), 1, sym__directive_parameter, - STATE(5778), 1, + STATE(6156), 1, sym__directive_body_with_parameter, - [215323] = 3, - ACTIONS(11153), 1, + [217454] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6397), 1, + STATE(6157), 1, sym__if_statement_directive_body, - [215333] = 3, - ACTIONS(11691), 1, - anon_sym_LPAREN2, - STATE(626), 1, - sym__directive_parameter, - STATE(5777), 1, - sym__directive_body_with_parameter, - [215343] = 3, - ACTIONS(11141), 1, + [217464] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6396), 1, + STATE(6315), 1, sym__if_statement_directive_body, - [215353] = 3, - ACTIONS(11135), 1, + [217474] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6046), 1, + STATE(6314), 1, sym__if_statement_directive_body, - [215363] = 3, - ACTIONS(11167), 1, + [217484] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6809), 1, - sym__if_statement_directive_body, - [215373] = 3, - ACTIONS(11693), 1, + STATE(6930), 1, + sym__directive_body_with_parameter, + [217494] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(477), 1, sym__directive_parameter, - STATE(5776), 1, + STATE(6931), 1, sym__directive_body_with_parameter, - [215383] = 3, - ACTIONS(11141), 1, + [217504] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(458), 1, sym__directive_parameter, - STATE(5771), 1, - sym__if_statement_directive_body, - [215393] = 3, - ACTIONS(11153), 1, + STATE(5990), 1, + sym__directive_body_with_parameter, + [217514] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(490), 1, sym__directive_parameter, - STATE(5770), 1, - sym__if_statement_directive_body, - [215403] = 3, - ACTIONS(11167), 1, + STATE(6932), 1, + sym__directive_body_with_parameter, + [217524] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(185), 1, sym__directive_parameter, - STATE(5768), 1, - sym__if_statement_directive_body, - [215413] = 3, - ACTIONS(11693), 1, + STATE(5991), 1, + sym__directive_body_with_parameter, + [217534] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6395), 1, + STATE(6933), 1, sym__directive_body_with_parameter, - [215423] = 3, - ACTIONS(11153), 1, + [217544] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6788), 1, + STATE(6313), 1, sym__if_statement_directive_body, - [215433] = 3, - ACTIONS(11691), 1, + [217554] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6394), 1, + STATE(5853), 1, sym__directive_body_with_parameter, - [215443] = 3, - ACTIONS(11689), 1, + [217564] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6393), 1, + STATE(6935), 1, sym__directive_body_with_parameter, - [215453] = 3, - ACTIONS(11141), 1, - anon_sym_LPAREN2, - STATE(122), 1, - sym__directive_parameter, - STATE(6778), 1, - sym__if_statement_directive_body, - [215463] = 3, + [217574] = 3, ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6776), 1, + STATE(6936), 1, sym__directive_body_with_parameter, - [215473] = 3, - ACTIONS(11691), 1, + [217584] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6775), 1, + STATE(6937), 1, sym__directive_body_with_parameter, - [215483] = 3, - ACTIONS(11147), 1, + [217594] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(520), 1, sym__directive_parameter, - STATE(5766), 1, - sym__if_statement_directive_body, - [215493] = 3, - ACTIONS(11045), 1, + STATE(6938), 1, + sym__directive_body_with_parameter, + [217604] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5914), 1, + STATE(6158), 1, sym__if_statement_directive_body, - [215503] = 3, - ACTIONS(11683), 1, + [217614] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6389), 1, - sym__directive_body_with_parameter, - [215513] = 3, - ACTIONS(11173), 1, + STATE(6939), 1, + sym__if_statement_directive_body, + [217624] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6095), 1, + STATE(6940), 1, sym__if_statement_directive_body, - [215523] = 3, - ACTIONS(11173), 1, + [217634] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6129), 1, + STATE(6941), 1, sym__if_statement_directive_body, - [215533] = 3, - ACTIONS(11135), 1, + [217644] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6131), 1, + STATE(6942), 1, sym__if_statement_directive_body, - [215543] = 3, - ACTIONS(11103), 1, + [217654] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6051), 1, + STATE(6943), 1, sym__if_statement_directive_body, - [215553] = 3, - ACTIONS(11165), 1, + [217664] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6053), 1, + STATE(6945), 1, sym__if_statement_directive_body, - [215563] = 2, - ACTIONS(13903), 1, - aux_sym__section_parameter_token1, - ACTIONS(13901), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [215571] = 3, - ACTIONS(11103), 1, + [217674] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6299), 1, - sym__if_statement_directive_body, - [215581] = 3, - ACTIONS(11165), 1, + STATE(5855), 1, + sym__directive_body_with_parameter, + [217684] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6432), 1, + STATE(6946), 1, sym__if_statement_directive_body, - [215591] = 3, - ACTIONS(11173), 1, + [217694] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6448), 1, + STATE(6947), 1, sym__if_statement_directive_body, - [215601] = 3, - ACTIONS(11719), 1, + [217704] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6333), 1, + STATE(5938), 1, sym__directive_body_with_parameter, - [215611] = 3, - ACTIONS(11707), 1, + [217714] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6496), 1, + STATE(5902), 1, sym__directive_body_with_parameter, - [215621] = 3, - ACTIONS(11695), 1, + [217724] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6499), 1, + STATE(5993), 1, sym__directive_body_with_parameter, - [215631] = 3, - ACTIONS(11641), 1, + [217734] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6618), 1, - sym__directive_body_with_parameter, - [215641] = 3, - ACTIONS(11501), 1, + STATE(6015), 1, + sym__if_statement_directive_body, + [217744] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(119), 1, sym__directive_parameter, - STATE(7036), 1, - sym__directive_body_with_parameter, - [215651] = 3, - ACTIONS(11205), 1, + STATE(6952), 1, + sym__if_statement_directive_body, + [217754] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(146), 1, sym__directive_parameter, - STATE(7037), 1, - sym__directive_body_with_parameter, - [215661] = 3, - ACTIONS(11173), 1, + STATE(6953), 1, + sym__if_statement_directive_body, + [217764] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6054), 1, + STATE(6954), 1, sym__if_statement_directive_body, - [215671] = 3, - ACTIONS(11719), 1, + [217774] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6055), 1, + STATE(6955), 1, sym__directive_body_with_parameter, - [215681] = 3, - ACTIONS(11677), 1, + [217784] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6387), 1, + STATE(6312), 1, sym__directive_body_with_parameter, - [215691] = 3, - ACTIONS(11671), 1, + [217794] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6386), 1, + STATE(6956), 1, sym__directive_body_with_parameter, - [215701] = 3, - ACTIONS(11665), 1, + [217804] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6385), 1, + STATE(6957), 1, sym__directive_body_with_parameter, - [215711] = 3, - ACTIONS(11691), 1, + [217814] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6330), 1, + STATE(6958), 1, sym__directive_body_with_parameter, - [215721] = 3, - ACTIONS(11653), 1, + [217824] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6383), 1, + STATE(6959), 1, sym__directive_body_with_parameter, - [215731] = 3, - ACTIONS(11707), 1, + [217834] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6056), 1, + STATE(6960), 1, sym__directive_body_with_parameter, - [215741] = 3, - ACTIONS(11205), 1, + [217844] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6360), 1, + STATE(6311), 1, sym__directive_body_with_parameter, - [215751] = 3, - ACTIONS(11501), 1, + [217854] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6355), 1, - sym__directive_body_with_parameter, - [215761] = 3, - ACTIONS(11641), 1, + STATE(6159), 1, + sym__if_statement_directive_body, + [217864] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6354), 1, + STATE(6310), 1, sym__directive_body_with_parameter, - [215771] = 3, - ACTIONS(11695), 1, + [217874] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6057), 1, + STATE(6309), 1, sym__directive_body_with_parameter, - [215781] = 3, - ACTIONS(11695), 1, + [217884] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6353), 1, + STATE(6307), 1, sym__directive_body_with_parameter, - [215791] = 3, - ACTIONS(11707), 1, + [217894] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6352), 1, + STATE(6306), 1, sym__directive_body_with_parameter, - [215801] = 3, - ACTIONS(11641), 1, + [217904] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6058), 1, + STATE(6305), 1, sym__directive_body_with_parameter, - [215811] = 3, - ACTIONS(11719), 1, + [217914] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(185), 1, sym__directive_parameter, - STATE(5726), 1, + STATE(6304), 1, sym__directive_body_with_parameter, - [215821] = 3, - ACTIONS(11173), 1, + [217924] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6350), 1, - sym__if_statement_directive_body, - [215831] = 3, - ACTIONS(11683), 1, + STATE(6968), 1, + sym__directive_body_with_parameter, + [217934] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6773), 1, + STATE(6303), 1, sym__directive_body_with_parameter, - [215841] = 3, - ACTIONS(11677), 1, + [217944] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6754), 1, - sym__directive_body_with_parameter, - [215851] = 3, - ACTIONS(11671), 1, + STATE(6160), 1, + sym__if_statement_directive_body, + [217954] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6741), 1, - sym__directive_body_with_parameter, - [215861] = 3, - ACTIONS(11665), 1, + STATE(6161), 1, + sym__if_statement_directive_body, + [217964] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6707), 1, + STATE(6295), 1, sym__directive_body_with_parameter, - [215871] = 3, - ACTIONS(11165), 1, + [217974] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6349), 1, - sym__if_statement_directive_body, - [215881] = 3, - ACTIONS(11659), 1, + STATE(6294), 1, + sym__directive_body_with_parameter, + [217984] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6686), 1, + STATE(6293), 1, sym__directive_body_with_parameter, - [215891] = 3, - ACTIONS(11653), 1, + [217994] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6673), 1, + STATE(6969), 1, sym__directive_body_with_parameter, - [215901] = 3, - ACTIONS(11501), 1, + [218004] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6059), 1, + STATE(6970), 1, sym__directive_body_with_parameter, - [215911] = 3, - ACTIONS(11103), 1, + [218014] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6348), 1, + STATE(6163), 1, sym__if_statement_directive_body, - [215921] = 3, - ACTIONS(11205), 1, + [218024] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6063), 1, + STATE(6292), 1, sym__directive_body_with_parameter, - [215931] = 3, - ACTIONS(11659), 1, + [218034] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6152), 1, + STATE(6291), 1, sym__directive_body_with_parameter, - [215941] = 3, - ACTIONS(11653), 1, + [218044] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6086), 1, + STATE(6290), 1, sym__directive_body_with_parameter, - [215951] = 3, - ACTIONS(11659), 1, + [218054] = 2, + ACTIONS(13825), 1, + aux_sym__section_parameter_token1, + ACTIONS(13823), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [218062] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6087), 1, + STATE(6971), 1, sym__directive_body_with_parameter, - [215961] = 3, - ACTIONS(11665), 1, + [218072] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6088), 1, + STATE(6972), 1, sym__directive_body_with_parameter, - [215971] = 3, - ACTIONS(11135), 1, + [218082] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6341), 1, + STATE(6164), 1, sym__if_statement_directive_body, - [215981] = 3, - ACTIONS(11173), 1, + [218092] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6340), 1, - sym__if_statement_directive_body, - [215991] = 3, - ACTIONS(11205), 1, + STATE(5994), 1, + sym__directive_body_with_parameter, + [218102] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6414), 1, - sym__directive_body_with_parameter, - [216001] = 3, - ACTIONS(11501), 1, + STATE(6289), 1, + sym__if_statement_directive_body, + [218112] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6401), 1, - sym__directive_body_with_parameter, - [216011] = 3, - ACTIONS(11641), 1, + STATE(6288), 1, + sym__if_statement_directive_body, + [218122] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6390), 1, - sym__directive_body_with_parameter, - [216021] = 3, - ACTIONS(11695), 1, + STATE(6287), 1, + sym__if_statement_directive_body, + [218132] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6380), 1, - sym__directive_body_with_parameter, - [216031] = 3, - ACTIONS(11173), 1, + STATE(6165), 1, + sym__if_statement_directive_body, + [218142] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6339), 1, + STATE(6014), 1, sym__if_statement_directive_body, - [216041] = 3, - ACTIONS(11707), 1, + [218152] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6369), 1, - sym__directive_body_with_parameter, - [216051] = 3, - ACTIONS(11045), 1, + STATE(6013), 1, + sym__if_statement_directive_body, + [218162] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6337), 1, + STATE(6169), 1, sym__if_statement_directive_body, - [216061] = 3, - ACTIONS(11719), 1, + [218172] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6368), 1, + STATE(5996), 1, sym__directive_body_with_parameter, - [216071] = 3, - ACTIONS(11147), 1, + [218182] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6336), 1, - sym__if_statement_directive_body, - [216081] = 3, - ACTIONS(11173), 1, + STATE(5997), 1, + sym__directive_body_with_parameter, + [218192] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6367), 1, + STATE(6282), 1, sym__if_statement_directive_body, - [216091] = 3, - ACTIONS(11165), 1, + [218202] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6366), 1, + STATE(6281), 1, sym__if_statement_directive_body, - [216101] = 3, - ACTIONS(11167), 1, + [218212] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6335), 1, + STATE(6280), 1, sym__if_statement_directive_body, - [216111] = 3, - ACTIONS(11153), 1, + [218222] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6334), 1, + STATE(6278), 1, sym__if_statement_directive_body, - [216121] = 3, - ACTIONS(11141), 1, + [218232] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6332), 1, + STATE(6277), 1, sym__if_statement_directive_body, - [216131] = 3, - ACTIONS(11103), 1, + [218242] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6364), 1, - sym__if_statement_directive_body, - [216141] = 3, - ACTIONS(11173), 1, + STATE(6974), 1, + sym__directive_body_with_parameter, + [218252] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6492), 1, - sym__if_statement_directive_body, - [216151] = 3, - ACTIONS(11693), 1, + STATE(6975), 1, + sym__directive_body_with_parameter, + [218262] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6331), 1, + STATE(5998), 1, sym__directive_body_with_parameter, - [216161] = 3, - ACTIONS(11719), 1, + [218272] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6493), 1, + STATE(6976), 1, sym__directive_body_with_parameter, - [216171] = 3, - ACTIONS(11135), 1, + [218282] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6312), 1, + STATE(6276), 1, sym__if_statement_directive_body, - [216181] = 3, - ACTIONS(11173), 1, + [218292] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6304), 1, + STATE(6977), 1, + sym__directive_body_with_parameter, + [218302] = 3, + ACTIONS(11183), 1, + anon_sym_LPAREN2, + STATE(146), 1, + sym__directive_parameter, + STATE(6170), 1, sym__if_statement_directive_body, - [216191] = 3, - ACTIONS(11167), 1, + [218312] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6099), 1, + STATE(6275), 1, sym__if_statement_directive_body, - [216201] = 3, - ACTIONS(11173), 1, + [218322] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6303), 1, + STATE(6171), 1, sym__if_statement_directive_body, - [216211] = 3, - ACTIONS(11045), 1, + [218332] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6278), 1, + STATE(6978), 1, sym__if_statement_directive_body, - [216221] = 3, - ACTIONS(11147), 1, + [218342] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6265), 1, + STATE(6979), 1, sym__if_statement_directive_body, - [216231] = 3, - ACTIONS(11167), 1, + [218352] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6247), 1, + STATE(6980), 1, sym__if_statement_directive_body, - [216241] = 3, - ACTIONS(11689), 1, + [218362] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6329), 1, - sym__directive_body_with_parameter, - [216251] = 3, - ACTIONS(11153), 1, + STATE(6981), 1, + sym__if_statement_directive_body, + [218372] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6246), 1, + STATE(6982), 1, sym__if_statement_directive_body, - [216261] = 3, - ACTIONS(11671), 1, + [218382] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6089), 1, - sym__directive_body_with_parameter, - [216271] = 3, - ACTIONS(11141), 1, + STATE(6984), 1, + sym__if_statement_directive_body, + [218392] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6245), 1, + STATE(6985), 1, sym__if_statement_directive_body, - [216281] = 3, - ACTIONS(11693), 1, + [218402] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6242), 1, - sym__directive_body_with_parameter, - [216291] = 3, - ACTIONS(11691), 1, + STATE(6924), 1, + sym__if_statement_directive_body, + [218412] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6241), 1, + STATE(6172), 1, sym__directive_body_with_parameter, - [216301] = 3, - ACTIONS(11689), 1, + [218422] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6240), 1, + STATE(6173), 1, sym__directive_body_with_parameter, - [216311] = 3, - ACTIONS(11683), 1, + [218432] = 2, + ACTIONS(13827), 1, + anon_sym_LPAREN, + ACTIONS(13813), 2, + aux_sym_parameter_token1, + anon_sym_RPAREN2, + [218440] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6231), 1, - sym__directive_body_with_parameter, - [216321] = 3, - ACTIONS(11683), 1, + STATE(6274), 1, + sym__if_statement_directive_body, + [218450] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6328), 1, - sym__directive_body_with_parameter, - [216331] = 1, - ACTIONS(13905), 3, - anon_sym_ATdefault, - anon_sym_ATendswitch, - anon_sym_ATcase, - [216337] = 3, - ACTIONS(11677), 1, + STATE(6991), 1, + sym__if_statement_directive_body, + [218460] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6326), 1, - sym__directive_body_with_parameter, - [216347] = 3, - ACTIONS(11677), 1, + STATE(6992), 1, + sym__if_statement_directive_body, + [218470] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6197), 1, - sym__directive_body_with_parameter, - [216357] = 3, - ACTIONS(11671), 1, + STATE(6993), 1, + sym__if_statement_directive_body, + [218480] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6314), 1, + STATE(6174), 1, sym__directive_body_with_parameter, - [216367] = 3, - ACTIONS(11665), 1, + [218490] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6321), 1, + STATE(6994), 1, sym__directive_body_with_parameter, - [216377] = 3, - ACTIONS(13899), 1, - anon_sym_RPAREN, - ACTIONS(13907), 1, - anon_sym_LPAREN, - ACTIONS(13909), 1, - aux_sym_parameter_token1, - [216387] = 3, - ACTIONS(11659), 1, + [218500] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6320), 1, + STATE(6995), 1, sym__directive_body_with_parameter, - [216397] = 3, - ACTIONS(11671), 1, + [218510] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6190), 1, + STATE(6996), 1, sym__directive_body_with_parameter, - [216407] = 3, - ACTIONS(11665), 1, + [218520] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6142), 1, + STATE(6997), 1, sym__directive_body_with_parameter, - [216417] = 3, - ACTIONS(11653), 1, + [218530] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6319), 1, + STATE(6998), 1, sym__directive_body_with_parameter, - [216427] = 3, - ACTIONS(11659), 1, + [218540] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6133), 1, + STATE(5999), 1, sym__directive_body_with_parameter, - [216437] = 3, - ACTIONS(11677), 1, + [218550] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6090), 1, + STATE(6999), 1, sym__directive_body_with_parameter, - [216447] = 3, - ACTIONS(11653), 1, + [218560] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6132), 1, + STATE(6175), 1, sym__directive_body_with_parameter, - [216457] = 3, - ACTIONS(11205), 1, + [218570] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(256), 1, sym__directive_parameter, - STATE(5854), 1, + STATE(6176), 1, sym__directive_body_with_parameter, - [216467] = 3, - ACTIONS(11683), 1, + [218580] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6092), 1, + STATE(6177), 1, sym__directive_body_with_parameter, - [216477] = 3, - ACTIONS(11205), 1, + [218590] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6294), 1, + STATE(6270), 1, sym__directive_body_with_parameter, - [216487] = 3, - ACTIONS(11501), 1, + [218600] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(458), 1, sym__directive_parameter, - STATE(5848), 1, + STATE(7006), 1, sym__directive_body_with_parameter, - [216497] = 3, - ACTIONS(11641), 1, + [218610] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(185), 1, sym__directive_parameter, - STATE(5844), 1, + STATE(7007), 1, sym__directive_body_with_parameter, - [216507] = 3, - ACTIONS(11689), 1, + [218620] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(499), 1, sym__directive_parameter, - STATE(5749), 1, + STATE(7115), 1, sym__directive_body_with_parameter, - [216517] = 3, - ACTIONS(11695), 1, + [218630] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(520), 1, sym__directive_parameter, - STATE(5835), 1, + STATE(6273), 1, sym__directive_body_with_parameter, - [216527] = 3, - ACTIONS(11501), 1, + [218640] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6291), 1, + STATE(6272), 1, sym__directive_body_with_parameter, - [216537] = 3, - ACTIONS(11641), 1, + [218650] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6289), 1, + STATE(6000), 1, + sym__if_statement_directive_body, + [218660] = 3, + ACTIONS(11669), 1, + anon_sym_LPAREN2, + STATE(477), 1, + sym__directive_parameter, + STATE(7008), 1, sym__directive_body_with_parameter, - [216547] = 3, - ACTIONS(11707), 1, + [218670] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6445), 1, + STATE(7009), 1, sym__directive_body_with_parameter, - [216557] = 3, - ACTIONS(11695), 1, + [218680] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6287), 1, + STATE(7010), 1, sym__directive_body_with_parameter, - [216567] = 3, - ACTIONS(11707), 1, + [218690] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6286), 1, + STATE(6271), 1, sym__directive_body_with_parameter, - [216577] = 3, - ACTIONS(11719), 1, + [218700] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6285), 1, + STATE(7114), 1, sym__directive_body_with_parameter, - [216587] = 3, - ACTIONS(11173), 1, + [218710] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6284), 1, + STATE(6210), 1, sym__if_statement_directive_body, - [216597] = 3, - ACTIONS(11719), 1, + [218720] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(100), 1, sym__directive_parameter, - STATE(5728), 1, - sym__directive_body_with_parameter, - [216607] = 3, - ACTIONS(11173), 1, + STATE(5922), 1, + sym__if_statement_directive_body, + [218730] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5729), 1, + STATE(6001), 1, sym__if_statement_directive_body, - [216617] = 3, - ACTIONS(11165), 1, + [218740] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(364), 1, sym__directive_parameter, - STATE(5730), 1, - sym__if_statement_directive_body, - [216627] = 3, - ACTIONS(11165), 1, + STATE(7113), 1, + sym__directive_body_with_parameter, + [218750] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6283), 1, - sym__if_statement_directive_body, - [216637] = 3, - ACTIONS(11103), 1, + STATE(7012), 1, + sym__directive_body_with_parameter, + [218760] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6282), 1, - sym__if_statement_directive_body, - [216647] = 3, - ACTIONS(11135), 1, + STATE(7013), 1, + sym__directive_body_with_parameter, + [218770] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6276), 1, - sym__if_statement_directive_body, - [216657] = 3, - ACTIONS(11173), 1, + STATE(7112), 1, + sym__directive_body_with_parameter, + [218780] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6275), 1, - sym__if_statement_directive_body, - [216667] = 3, - ACTIONS(11103), 1, + STATE(6268), 1, + sym__directive_body_with_parameter, + [218790] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(490), 1, sym__directive_parameter, - STATE(5731), 1, - sym__if_statement_directive_body, - [216677] = 3, - ACTIONS(11173), 1, + STATE(6267), 1, + sym__directive_body_with_parameter, + [218800] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6274), 1, - sym__if_statement_directive_body, - [216687] = 3, - ACTIONS(11707), 1, + STATE(6266), 1, + sym__directive_body_with_parameter, + [218810] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6494), 1, + STATE(6261), 1, sym__directive_body_with_parameter, - [216697] = 3, - ACTIONS(11695), 1, + [218820] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6526), 1, + STATE(7014), 1, sym__directive_body_with_parameter, - [216707] = 3, - ACTIONS(11045), 1, + [218830] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6272), 1, - sym__if_statement_directive_body, - [216717] = 3, - ACTIONS(11641), 1, + STATE(7015), 1, + sym__directive_body_with_parameter, + [218840] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6527), 1, + STATE(6264), 1, sym__directive_body_with_parameter, - [216727] = 3, - ACTIONS(11689), 1, + [218850] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6093), 1, + STATE(7111), 1, sym__directive_body_with_parameter, - [216737] = 3, - ACTIONS(11691), 1, + [218860] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6094), 1, + STATE(6256), 1, + sym__directive_body_with_parameter, + [218870] = 3, + ACTIONS(11529), 1, + anon_sym_LPAREN2, + STATE(256), 1, + sym__directive_parameter, + STATE(6255), 1, sym__directive_body_with_parameter, - [216747] = 3, - ACTIONS(11135), 1, + [218880] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(364), 1, sym__directive_parameter, - STATE(5736), 1, - sym__if_statement_directive_body, - [216757] = 3, - ACTIONS(11693), 1, + STATE(6254), 1, + sym__directive_body_with_parameter, + [218890] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6096), 1, + STATE(7110), 1, sym__directive_body_with_parameter, - [216767] = 3, - ACTIONS(11173), 1, + [218900] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5737), 1, + STATE(7109), 1, sym__if_statement_directive_body, - [216777] = 3, - ACTIONS(11173), 1, + [218910] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(146), 1, sym__directive_parameter, - STATE(5738), 1, + STATE(7108), 1, sym__if_statement_directive_body, - [216787] = 3, - ACTIONS(11141), 1, + [218920] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6097), 1, - sym__if_statement_directive_body, - [216797] = 3, - ACTIONS(11147), 1, + STATE(6253), 1, + sym__directive_body_with_parameter, + [218930] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6271), 1, - sym__if_statement_directive_body, - [216807] = 3, - ACTIONS(11167), 1, + STATE(6252), 1, + sym__directive_body_with_parameter, + [218940] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6270), 1, + STATE(6250), 1, + sym__directive_body_with_parameter, + [218950] = 3, + ACTIONS(11179), 1, + anon_sym_LPAREN2, + STATE(89), 1, + sym__directive_parameter, + STATE(6249), 1, sym__if_statement_directive_body, - [216817] = 3, - ACTIONS(11153), 1, + [218960] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6269), 1, + STATE(6248), 1, sym__if_statement_directive_body, - [216827] = 3, - ACTIONS(11141), 1, + [218970] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6268), 1, + STATE(6247), 1, sym__if_statement_directive_body, - [216837] = 3, - ACTIONS(11693), 1, + [218980] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6267), 1, - sym__directive_body_with_parameter, - [216847] = 3, - ACTIONS(11691), 1, + STATE(6243), 1, + sym__if_statement_directive_body, + [218990] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6266), 1, - sym__directive_body_with_parameter, - [216857] = 3, - ACTIONS(11153), 1, + STATE(6242), 1, + sym__if_statement_directive_body, + [219000] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6098), 1, + STATE(7107), 1, sym__if_statement_directive_body, - [216867] = 3, - ACTIONS(11689), 1, + [219010] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6264), 1, - sym__directive_body_with_parameter, - [216877] = 3, - ACTIONS(11683), 1, + STATE(7016), 1, + sym__if_statement_directive_body, + [219020] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6263), 1, - sym__directive_body_with_parameter, - [216887] = 3, - ACTIONS(11045), 1, + STATE(6241), 1, + sym__if_statement_directive_body, + [219030] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5741), 1, + STATE(7017), 1, sym__if_statement_directive_body, - [216897] = 3, - ACTIONS(11677), 1, + [219040] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6261), 1, - sym__directive_body_with_parameter, - [216907] = 3, - ACTIONS(11671), 1, + STATE(6239), 1, + sym__if_statement_directive_body, + [219050] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6260), 1, - sym__directive_body_with_parameter, - [216917] = 3, - ACTIONS(11147), 1, + STATE(7018), 1, + sym__if_statement_directive_body, + [219060] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5742), 1, + STATE(6238), 1, sym__if_statement_directive_body, - [216927] = 3, - ACTIONS(11665), 1, + [219070] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6259), 1, - sym__directive_body_with_parameter, - [216937] = 3, - ACTIONS(11659), 1, + STATE(6237), 1, + sym__if_statement_directive_body, + [219080] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6258), 1, - sym__directive_body_with_parameter, - [216947] = 3, - ACTIONS(11653), 1, + STATE(7019), 1, + sym__if_statement_directive_body, + [219090] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6257), 1, - sym__directive_body_with_parameter, - [216957] = 3, - ACTIONS(11167), 1, + STATE(7020), 1, + sym__if_statement_directive_body, + [219100] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5743), 1, + STATE(7023), 1, sym__if_statement_directive_body, - [216967] = 3, - ACTIONS(11153), 1, + [219110] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5744), 1, + STATE(7024), 1, sym__if_statement_directive_body, - [216977] = 3, - ACTIONS(11141), 1, + [219120] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(107), 1, sym__directive_parameter, - STATE(5745), 1, + STATE(7025), 1, sym__if_statement_directive_body, - [216987] = 3, - ACTIONS(11693), 1, + [219130] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(499), 1, sym__directive_parameter, - STATE(5747), 1, + STATE(5900), 1, sym__directive_body_with_parameter, - [216997] = 3, - ACTIONS(11693), 1, + [219140] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6288), 1, + STATE(5903), 1, sym__directive_body_with_parameter, - [217007] = 3, - ACTIONS(11691), 1, + [219150] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(364), 1, sym__directive_parameter, - STATE(5748), 1, + STATE(5904), 1, sym__directive_body_with_parameter, - [217017] = 3, - ACTIONS(11147), 1, + [219160] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6100), 1, + STATE(7029), 1, sym__if_statement_directive_body, - [217027] = 3, - ACTIONS(11045), 1, + [219170] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6101), 1, + STATE(7030), 1, sym__if_statement_directive_body, - [217037] = 3, - ACTIONS(11173), 1, + [219180] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6103), 1, + STATE(7031), 1, sym__if_statement_directive_body, - [217047] = 3, - ACTIONS(11173), 1, + [219190] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6104), 1, + STATE(6236), 1, sym__if_statement_directive_body, - [217057] = 3, - ACTIONS(11683), 1, - anon_sym_LPAREN2, - STATE(522), 1, - sym__directive_parameter, - STATE(5750), 1, - sym__directive_body_with_parameter, - [217067] = 3, - ACTIONS(11677), 1, + [219200] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(643), 1, sym__directive_parameter, - STATE(5752), 1, + STATE(7032), 1, sym__directive_body_with_parameter, - [217077] = 3, - ACTIONS(11671), 1, + [219210] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(562), 1, sym__directive_parameter, - STATE(5753), 1, + STATE(6987), 1, sym__directive_body_with_parameter, - [217087] = 3, - ACTIONS(11205), 1, + [219220] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6236), 1, + STATE(7034), 1, sym__directive_body_with_parameter, - [217097] = 3, - ACTIONS(11665), 1, + [219230] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(364), 1, sym__directive_parameter, - STATE(5758), 1, + STATE(7035), 1, sym__directive_body_with_parameter, - [217107] = 3, - ACTIONS(11501), 1, + [219240] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(78), 1, sym__directive_parameter, STATE(6235), 1, - sym__directive_body_with_parameter, - [217117] = 3, - ACTIONS(11659), 1, + sym__if_statement_directive_body, + [219250] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(256), 1, sym__directive_parameter, - STATE(5759), 1, + STATE(7036), 1, sym__directive_body_with_parameter, - [217127] = 3, - ACTIONS(11135), 1, + [219260] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6105), 1, - sym__if_statement_directive_body, - [217137] = 3, - ACTIONS(11641), 1, + STATE(7037), 1, + sym__directive_body_with_parameter, + [219270] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6234), 1, + STATE(5937), 1, sym__directive_body_with_parameter, - [217147] = 3, - ACTIONS(11695), 1, + [219280] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6233), 1, + STATE(6186), 1, sym__directive_body_with_parameter, - [217157] = 3, - ACTIONS(11707), 1, + [219290] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6232), 1, - sym__directive_body_with_parameter, - [217167] = 3, - ACTIONS(11653), 1, + STATE(6002), 1, + sym__if_statement_directive_body, + [219300] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5760), 1, - sym__directive_body_with_parameter, - [217177] = 3, - ACTIONS(11205), 1, + STATE(6003), 1, + sym__if_statement_directive_body, + [219310] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(520), 1, sym__directive_parameter, - STATE(5791), 1, + STATE(6234), 1, sym__directive_body_with_parameter, - [217187] = 3, - ACTIONS(11501), 1, + [219320] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(458), 1, sym__directive_parameter, - STATE(5794), 1, + STATE(7033), 1, sym__directive_body_with_parameter, - [217197] = 3, - ACTIONS(11641), 1, + [219330] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(185), 1, sym__directive_parameter, - STATE(5795), 1, + STATE(7046), 1, sym__directive_body_with_parameter, - [217207] = 3, - ACTIONS(11719), 1, + [219340] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6230), 1, + STATE(7047), 1, sym__directive_body_with_parameter, - [217217] = 3, - ACTIONS(11695), 1, + [219350] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(490), 1, sym__directive_parameter, - STATE(5796), 1, + STATE(7048), 1, sym__directive_body_with_parameter, - [217227] = 3, - ACTIONS(11707), 1, + [219360] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(503), 1, sym__directive_parameter, - STATE(5797), 1, + STATE(7049), 1, sym__directive_body_with_parameter, - [217237] = 3, - ACTIONS(11173), 1, + [219370] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6444), 1, - sym__if_statement_directive_body, - [217247] = 3, - ACTIONS(11165), 1, + STATE(7051), 1, + sym__directive_body_with_parameter, + [219380] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6228), 1, - sym__if_statement_directive_body, - [217257] = 3, - ACTIONS(11719), 1, + STATE(6233), 1, + sym__directive_body_with_parameter, + [219390] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(547), 1, sym__directive_parameter, - STATE(5798), 1, + STATE(6232), 1, sym__directive_body_with_parameter, - [217267] = 3, - ACTIONS(11103), 1, + [219400] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6227), 1, - sym__if_statement_directive_body, - [217277] = 3, - ACTIONS(11135), 1, + STATE(6231), 1, + sym__directive_body_with_parameter, + [219410] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6219), 1, + STATE(6004), 1, sym__if_statement_directive_body, - [217287] = 3, - ACTIONS(11173), 1, + [219420] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6218), 1, - sym__if_statement_directive_body, - [217297] = 3, - ACTIONS(11173), 1, + STATE(7052), 1, + sym__directive_body_with_parameter, + [219430] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6217), 1, - sym__if_statement_directive_body, - [217307] = 3, - ACTIONS(11045), 1, + STATE(7053), 1, + sym__directive_body_with_parameter, + [219440] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6215), 1, - sym__if_statement_directive_body, - [217317] = 3, - ACTIONS(11147), 1, + STATE(7054), 1, + sym__directive_body_with_parameter, + [219450] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6214), 1, + STATE(7103), 1, sym__if_statement_directive_body, - [217327] = 3, - ACTIONS(11167), 1, + [219460] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6213), 1, - sym__if_statement_directive_body, - [217337] = 3, - ACTIONS(11153), 1, + STATE(6187), 1, + sym__directive_body_with_parameter, + [219470] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(477), 1, sym__directive_parameter, - STATE(6212), 1, - sym__if_statement_directive_body, - [217347] = 3, - ACTIONS(11173), 1, + STATE(6188), 1, + sym__directive_body_with_parameter, + [219480] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(463), 1, sym__directive_parameter, - STATE(5799), 1, - sym__if_statement_directive_body, - [217357] = 3, - ACTIONS(11165), 1, + STATE(5905), 1, + sym__directive_body_with_parameter, + [219490] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(562), 1, sym__directive_parameter, - STATE(5800), 1, - sym__if_statement_directive_body, - [217367] = 3, - ACTIONS(11103), 1, + STATE(5906), 1, + sym__directive_body_with_parameter, + [219500] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(490), 1, sym__directive_parameter, - STATE(5801), 1, - sym__if_statement_directive_body, - [217377] = 3, - ACTIONS(11501), 1, + STATE(6189), 1, + sym__directive_body_with_parameter, + [219510] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6528), 1, + STATE(6190), 1, sym__directive_body_with_parameter, - [217387] = 3, - ACTIONS(11135), 1, + [219520] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5806), 1, + STATE(7055), 1, sym__if_statement_directive_body, - [217397] = 3, - ACTIONS(11173), 1, + [219530] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(643), 1, sym__directive_parameter, - STATE(5807), 1, - sym__if_statement_directive_body, - [217407] = 3, - ACTIONS(11173), 1, + STATE(5907), 1, + sym__directive_body_with_parameter, + [219540] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(490), 1, sym__directive_parameter, - STATE(5808), 1, - sym__if_statement_directive_body, - [217417] = 3, - ACTIONS(11141), 1, + STATE(5932), 1, + sym__directive_body_with_parameter, + [219550] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6211), 1, + STATE(5908), 1, sym__if_statement_directive_body, - [217427] = 1, - ACTIONS(11607), 3, - anon_sym_ATdefault, - anon_sym_ATendswitch, - anon_sym_ATcase, - [217433] = 3, - ACTIONS(11693), 1, + [219560] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6198), 1, + STATE(6229), 1, sym__directive_body_with_parameter, - [217443] = 3, - ACTIONS(11045), 1, + [219570] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(490), 1, sym__directive_parameter, - STATE(5811), 1, - sym__if_statement_directive_body, - [217453] = 3, - ACTIONS(11147), 1, + STATE(6228), 1, + sym__directive_body_with_parameter, + [219580] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5812), 1, + STATE(7057), 1, sym__if_statement_directive_body, - [217463] = 3, - ACTIONS(11167), 1, + [219590] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(100), 1, sym__directive_parameter, - STATE(5813), 1, + STATE(7058), 1, sym__if_statement_directive_body, - [217473] = 1, - ACTIONS(11531), 3, - anon_sym_ATdefault, - anon_sym_ATendswitch, - anon_sym_ATcase, - [217479] = 3, - ACTIONS(11691), 1, - anon_sym_LPAREN2, - STATE(626), 1, - sym__directive_parameter, - STATE(6207), 1, - sym__directive_body_with_parameter, - [217489] = 3, - ACTIONS(11153), 1, + [219600] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(146), 1, sym__directive_parameter, - STATE(5814), 1, + STATE(5909), 1, sym__if_statement_directive_body, - [217499] = 3, - ACTIONS(11689), 1, - anon_sym_LPAREN2, - STATE(553), 1, - sym__directive_parameter, - STATE(6206), 1, - sym__directive_body_with_parameter, - [217509] = 3, - ACTIONS(11141), 1, + [219610] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(119), 1, sym__directive_parameter, - STATE(5815), 1, + STATE(5910), 1, sym__if_statement_directive_body, - [217519] = 3, - ACTIONS(11683), 1, - anon_sym_LPAREN2, - STATE(522), 1, - sym__directive_parameter, - STATE(6205), 1, - sym__directive_body_with_parameter, - [217529] = 3, - ACTIONS(11693), 1, + [219620] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(477), 1, sym__directive_parameter, - STATE(5817), 1, + STATE(6227), 1, sym__directive_body_with_parameter, - [217539] = 3, - ACTIONS(11677), 1, + [219630] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6203), 1, + STATE(6226), 1, sym__directive_body_with_parameter, - [217549] = 3, - ACTIONS(11691), 1, + [219640] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5818), 1, - sym__directive_body_with_parameter, - [217559] = 3, - ACTIONS(11689), 1, + STATE(6007), 1, + sym__if_statement_directive_body, + [219650] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(503), 1, sym__directive_parameter, - STATE(5819), 1, + STATE(5931), 1, sym__directive_body_with_parameter, - [217569] = 3, - ACTIONS(11683), 1, + [219660] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(517), 1, sym__directive_parameter, - STATE(5820), 1, + STATE(6137), 1, sym__directive_body_with_parameter, - [217579] = 3, - ACTIONS(11671), 1, + [219670] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6202), 1, + STATE(6193), 1, sym__directive_body_with_parameter, - [217589] = 3, - ACTIONS(11665), 1, + [219680] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6201), 1, - sym__directive_body_with_parameter, - [217599] = 3, - ACTIONS(11659), 1, + STATE(6008), 1, + sym__if_statement_directive_body, + [219690] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6200), 1, - sym__directive_body_with_parameter, - [217609] = 3, - ACTIONS(11653), 1, + STATE(5915), 1, + sym__if_statement_directive_body, + [219700] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6199), 1, + STATE(6133), 1, sym__directive_body_with_parameter, - [217619] = 3, - ACTIONS(11205), 1, + [219710] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6182), 1, + STATE(6225), 1, sym__directive_body_with_parameter, - [217629] = 3, - ACTIONS(11501), 1, + [219720] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6179), 1, + STATE(5929), 1, sym__directive_body_with_parameter, - [217639] = 3, - ACTIONS(11641), 1, + [219730] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(499), 1, sym__directive_parameter, - STATE(6178), 1, + STATE(6217), 1, sym__directive_body_with_parameter, - [217649] = 3, - ACTIONS(11695), 1, + [219740] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6177), 1, + STATE(6215), 1, sym__directive_body_with_parameter, - [217659] = 3, - ACTIONS(11707), 1, + [219750] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6174), 1, + STATE(6214), 1, sym__directive_body_with_parameter, - [217669] = 3, - ACTIONS(11677), 1, + [219760] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5822), 1, - sym__directive_body_with_parameter, - [217679] = 3, - ACTIONS(11671), 1, + STATE(7059), 1, + sym__if_statement_directive_body, + [219770] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(103), 1, sym__directive_parameter, - STATE(5823), 1, - sym__directive_body_with_parameter, - [217689] = 3, - ACTIONS(11665), 1, + STATE(7060), 1, + sym__if_statement_directive_body, + [219780] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(463), 1, sym__directive_parameter, - STATE(5828), 1, + STATE(6213), 1, sym__directive_body_with_parameter, - [217699] = 3, - ACTIONS(11719), 1, + [219790] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6173), 1, - sym__directive_body_with_parameter, - [217709] = 3, - ACTIONS(11659), 1, + STATE(7062), 1, + sym__if_statement_directive_body, + [219800] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(562), 1, sym__directive_parameter, - STATE(5829), 1, + STATE(6212), 1, sym__directive_body_with_parameter, - [217719] = 3, - ACTIONS(11173), 1, - anon_sym_LPAREN2, - STATE(90), 1, - sym__directive_parameter, - STATE(6172), 1, - sym__if_statement_directive_body, - [217729] = 3, - ACTIONS(11165), 1, + [219810] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6171), 1, + STATE(7063), 1, sym__if_statement_directive_body, - [217739] = 3, - ACTIONS(11653), 1, + [219820] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(547), 1, sym__directive_parameter, - STATE(5830), 1, + STATE(5928), 1, sym__directive_body_with_parameter, - [217749] = 3, - ACTIONS(11205), 1, + [219830] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(643), 1, sym__directive_parameter, - STATE(5867), 1, + STATE(6211), 1, sym__directive_body_with_parameter, - [217759] = 3, - ACTIONS(11103), 1, + [219840] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(107), 1, sym__directive_parameter, - STATE(6170), 1, + STATE(7064), 1, sym__if_statement_directive_body, - [217769] = 3, - ACTIONS(11653), 1, - anon_sym_LPAREN2, - STATE(459), 1, - sym__directive_parameter, - STATE(6120), 1, - sym__directive_body_with_parameter, - [217779] = 3, - ACTIONS(11135), 1, + [219850] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(87), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6166), 1, + STATE(5916), 1, sym__if_statement_directive_body, - [217789] = 3, - ACTIONS(11173), 1, + [219860] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6165), 1, + STATE(5917), 1, sym__if_statement_directive_body, - [217799] = 3, - ACTIONS(11173), 1, + [219870] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6164), 1, + STATE(5920), 1, sym__if_statement_directive_body, - [217809] = 3, - ACTIONS(11501), 1, - anon_sym_LPAREN2, - STATE(255), 1, - sym__directive_parameter, - STATE(5870), 1, - sym__directive_body_with_parameter, - [217819] = 3, - ACTIONS(11045), 1, + [219880] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(119), 1, sym__directive_parameter, - STATE(6161), 1, + STATE(7068), 1, sym__if_statement_directive_body, - [217829] = 3, - ACTIONS(11147), 1, + [219890] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(146), 1, sym__directive_parameter, - STATE(6160), 1, + STATE(7069), 1, sym__if_statement_directive_body, - [217839] = 3, - ACTIONS(11167), 1, + [219900] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6159), 1, + STATE(7070), 1, sym__if_statement_directive_body, - [217849] = 3, - ACTIONS(11153), 1, + [219910] = 3, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(643), 1, sym__directive_parameter, - STATE(6158), 1, - sym__if_statement_directive_body, - [217859] = 3, - ACTIONS(11141), 1, + STATE(7071), 1, + sym__directive_body_with_parameter, + [219920] = 3, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(562), 1, sym__directive_parameter, - STATE(6157), 1, - sym__if_statement_directive_body, - [217869] = 3, - ACTIONS(11693), 1, + STATE(7072), 1, + sym__directive_body_with_parameter, + [219930] = 3, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(463), 1, sym__directive_parameter, - STATE(6156), 1, + STATE(7073), 1, sym__directive_body_with_parameter, - [217879] = 3, - ACTIONS(11691), 1, + [219940] = 3, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(364), 1, sym__directive_parameter, - STATE(6155), 1, + STATE(7074), 1, sym__directive_body_with_parameter, - [217889] = 3, - ACTIONS(11641), 1, + [219950] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5871), 1, - sym__directive_body_with_parameter, - [217899] = 3, - ACTIONS(11689), 1, + STATE(5921), 1, + sym__if_statement_directive_body, + [219960] = 3, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(256), 1, sym__directive_parameter, - STATE(6154), 1, + STATE(7075), 1, sym__directive_body_with_parameter, - [217909] = 3, - ACTIONS(11695), 1, + [219970] = 3, + ACTIONS(11389), 1, anon_sym_LPAREN2, - STATE(460), 1, + STATE(499), 1, sym__directive_parameter, - STATE(5872), 1, + STATE(7076), 1, sym__directive_body_with_parameter, - [217919] = 3, - ACTIONS(11683), 1, + [219980] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6151), 1, + STATE(6194), 1, sym__directive_body_with_parameter, - [217929] = 3, - ACTIONS(11677), 1, + [219990] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(89), 1, sym__directive_parameter, - STATE(6149), 1, - sym__directive_body_with_parameter, - [217939] = 3, - ACTIONS(11707), 1, + STATE(7102), 1, + sym__if_statement_directive_body, + [220000] = 3, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(146), 1, sym__directive_parameter, - STATE(5873), 1, - sym__directive_body_with_parameter, - [217949] = 3, - ACTIONS(11719), 1, + STATE(6209), 1, + sym__if_statement_directive_body, + [220010] = 3, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(119), 1, sym__directive_parameter, - STATE(5874), 1, - sym__directive_body_with_parameter, - [217959] = 3, - ACTIONS(11173), 1, + STATE(6208), 1, + sym__if_statement_directive_body, + [220020] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(107), 1, sym__directive_parameter, - STATE(5875), 1, + STATE(5992), 1, sym__if_statement_directive_body, - [217969] = 3, - ACTIONS(11671), 1, + [220030] = 3, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(458), 1, sym__directive_parameter, - STATE(6148), 1, + STATE(7084), 1, sym__directive_body_with_parameter, - [217979] = 3, - ACTIONS(11665), 1, + [220040] = 3, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(185), 1, sym__directive_parameter, - STATE(6147), 1, + STATE(7085), 1, sym__directive_body_with_parameter, - [217989] = 3, - ACTIONS(11165), 1, + [220050] = 3, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(477), 1, sym__directive_parameter, - STATE(5876), 1, - sym__if_statement_directive_body, - [217999] = 3, - ACTIONS(11103), 1, + STATE(7086), 1, + sym__directive_body_with_parameter, + [220060] = 3, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(107), 1, sym__directive_parameter, - STATE(5877), 1, + STATE(6204), 1, sym__if_statement_directive_body, - [218009] = 3, - ACTIONS(11205), 1, + [220070] = 3, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(490), 1, sym__directive_parameter, - STATE(6458), 1, + STATE(7087), 1, sym__directive_body_with_parameter, - [218019] = 3, - ACTIONS(11659), 1, + [220080] = 3, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(503), 1, sym__directive_parameter, - STATE(6146), 1, + STATE(7088), 1, sym__directive_body_with_parameter, - [218029] = 3, - ACTIONS(11653), 1, + [220090] = 3, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(517), 1, sym__directive_parameter, - STATE(6145), 1, + STATE(7090), 1, sym__directive_body_with_parameter, - [218039] = 3, - ACTIONS(11205), 1, + [220100] = 3, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(593), 1, + STATE(547), 1, sym__directive_parameter, - STATE(6124), 1, + STATE(7092), 1, sym__directive_body_with_parameter, - [218049] = 3, - ACTIONS(11501), 1, + [220110] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(255), 1, + STATE(624), 1, sym__directive_parameter, - STATE(6121), 1, + STATE(7093), 1, sym__directive_body_with_parameter, - [218059] = 3, - ACTIONS(11641), 1, + [220120] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(362), 1, + STATE(520), 1, sym__directive_parameter, - STATE(6119), 1, + STATE(7094), 1, sym__directive_body_with_parameter, - [218069] = 3, - ACTIONS(11135), 1, - anon_sym_LPAREN2, - STATE(87), 1, - sym__directive_parameter, - STATE(5882), 1, - sym__if_statement_directive_body, - [218079] = 3, - ACTIONS(11173), 1, + [220130] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5883), 1, + STATE(7101), 1, sym__if_statement_directive_body, - [218089] = 3, - ACTIONS(11173), 1, + [220140] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5884), 1, + STATE(6203), 1, sym__if_statement_directive_body, - [218099] = 3, - ACTIONS(11045), 1, + [220150] = 3, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(142), 1, + STATE(89), 1, sym__directive_parameter, - STATE(5887), 1, + STATE(6202), 1, sym__if_statement_directive_body, - [218109] = 3, - ACTIONS(11695), 1, - anon_sym_LPAREN2, - STATE(460), 1, - sym__directive_parameter, - STATE(6117), 1, - sym__directive_body_with_parameter, - [218119] = 3, - ACTIONS(11147), 1, + [220160] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(76), 1, + STATE(103), 1, sym__directive_parameter, - STATE(5888), 1, + STATE(6200), 1, sym__if_statement_directive_body, - [218129] = 3, - ACTIONS(11167), 1, + [220170] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(72), 1, + STATE(127), 1, sym__directive_parameter, - STATE(5889), 1, + STATE(6199), 1, sym__if_statement_directive_body, - [218139] = 3, - ACTIONS(11153), 1, + [220180] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(111), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5890), 1, + STATE(7095), 1, sym__if_statement_directive_body, - [218149] = 3, - ACTIONS(11141), 1, + [220190] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(122), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5891), 1, + STATE(7096), 1, sym__if_statement_directive_body, - [218159] = 3, - ACTIONS(11707), 1, + [220200] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(558), 1, + STATE(100), 1, sym__directive_parameter, - STATE(6116), 1, - sym__directive_body_with_parameter, - [218169] = 3, - ACTIONS(11693), 1, + STATE(7097), 1, + sym__if_statement_directive_body, + [220210] = 3, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(451), 1, + STATE(100), 1, sym__directive_parameter, - STATE(5893), 1, - sym__directive_body_with_parameter, - [218179] = 3, - ACTIONS(11691), 1, + STATE(6198), 1, + sym__if_statement_directive_body, + [220220] = 3, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(626), 1, + STATE(624), 1, sym__directive_parameter, - STATE(5894), 1, + STATE(5927), 1, sym__directive_body_with_parameter, - [218189] = 3, - ACTIONS(11719), 1, + [220230] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(656), 1, + STATE(74), 1, sym__directive_parameter, - STATE(6115), 1, - sym__directive_body_with_parameter, - [218199] = 3, - ACTIONS(11689), 1, + STATE(6197), 1, + sym__if_statement_directive_body, + [220240] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(553), 1, + STATE(78), 1, sym__directive_parameter, - STATE(5895), 1, - sym__directive_body_with_parameter, - [218209] = 3, - ACTIONS(11683), 1, + STATE(6196), 1, + sym__if_statement_directive_body, + [220250] = 3, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(522), 1, + STATE(74), 1, sym__directive_parameter, - STATE(5896), 1, - sym__directive_body_with_parameter, - [218219] = 3, - ACTIONS(11677), 1, + STATE(5923), 1, + sym__if_statement_directive_body, + [220260] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(510), 1, + STATE(520), 1, sym__directive_parameter, - STATE(5898), 1, + STATE(5926), 1, sym__directive_body_with_parameter, - [218229] = 3, - ACTIONS(11173), 1, + [220270] = 3, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(90), 1, + STATE(127), 1, sym__directive_parameter, - STATE(6114), 1, + STATE(7098), 1, sym__if_statement_directive_body, - [218239] = 3, - ACTIONS(11165), 1, + [220280] = 3, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(102), 1, + STATE(103), 1, sym__directive_parameter, - STATE(6113), 1, + STATE(7099), 1, sym__if_statement_directive_body, - [218249] = 3, - ACTIONS(11103), 1, + [220290] = 3, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(138), 1, + STATE(78), 1, sym__directive_parameter, - STATE(6112), 1, + STATE(5924), 1, sym__if_statement_directive_body, - [218259] = 3, - ACTIONS(11671), 1, + [220300] = 3, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(496), 1, + STATE(520), 1, sym__directive_parameter, - STATE(5899), 1, + STATE(6195), 1, sym__directive_body_with_parameter, - [218269] = 3, - ACTIONS(11665), 1, + [220310] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(482), 1, + STATE(4515), 1, sym__directive_parameter, - STATE(5904), 1, - sym__directive_body_with_parameter, - [218279] = 3, - ACTIONS(11659), 1, + [220317] = 2, + ACTIONS(11043), 1, anon_sym_LPAREN2, - STATE(470), 1, + STATE(824), 1, sym__directive_parameter, - STATE(5905), 1, - sym__directive_body_with_parameter, - [218289] = 3, - ACTIONS(11653), 1, + [220324] = 2, + ACTIONS(13831), 1, + anon_sym_COMMA, + ACTIONS(13833), 1, + anon_sym_RPAREN, + [220331] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(459), 1, + STATE(4483), 1, sym__directive_parameter, - STATE(5906), 1, - sym__directive_body_with_parameter, - [218299] = 2, - ACTIONS(13911), 1, + [220338] = 2, + ACTIONS(13835), 1, + anon_sym_COMMA, + ACTIONS(13837), 1, + anon_sym_RPAREN, + [220345] = 2, + ACTIONS(13839), 1, anon_sym_LPAREN2, - STATE(4466), 1, + STATE(4556), 1, sym__directive_parameter, - [218306] = 2, - ACTIONS(11639), 1, + [220352] = 2, + ACTIONS(13841), 1, + anon_sym_COMMA, + ACTIONS(13843), 1, + anon_sym_RPAREN, + [220359] = 2, + ACTIONS(13845), 1, + anon_sym_COMMA, + ACTIONS(13847), 1, + anon_sym_RPAREN, + [220366] = 2, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(3147), 1, + STATE(2834), 1, sym__directive_parameter, - [218313] = 2, - ACTIONS(11659), 1, + [220373] = 2, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(2890), 1, + STATE(2833), 1, sym__directive_parameter, - [218320] = 2, - ACTIONS(11659), 1, + [220380] = 2, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(2891), 1, + STATE(2919), 1, sym__directive_parameter, - [218327] = 2, - ACTIONS(11761), 1, + [220387] = 2, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(3641), 1, + STATE(2920), 1, sym__directive_parameter, - [218334] = 2, - ACTIONS(11761), 1, + [220394] = 2, + ACTIONS(11663), 1, anon_sym_LPAREN2, - STATE(3642), 1, + STATE(2921), 1, sym__directive_parameter, - [218341] = 2, - ACTIONS(13913), 1, - anon_sym_COMMA, - ACTIONS(13915), 1, - anon_sym_RPAREN, - [218348] = 2, - ACTIONS(13917), 1, + [220401] = 2, + ACTIONS(11669), 1, anon_sym_LPAREN2, - STATE(4447), 1, + STATE(2832), 1, sym__directive_parameter, - [218355] = 2, - ACTIONS(13919), 1, + [220408] = 2, + ACTIONS(13849), 1, anon_sym_COMMA, - ACTIONS(13921), 1, + ACTIONS(13851), 1, anon_sym_RPAREN, - [218362] = 2, - ACTIONS(11501), 1, - anon_sym_LPAREN2, - STATE(3371), 1, - sym__directive_parameter, - [218369] = 2, - ACTIONS(11501), 1, - anon_sym_LPAREN2, - STATE(3370), 1, - sym__directive_parameter, - [218376] = 2, - ACTIONS(11501), 1, - anon_sym_LPAREN2, - STATE(3369), 1, - sym__directive_parameter, - [218383] = 2, - ACTIONS(13917), 1, + [220415] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(4484), 1, + STATE(4558), 1, sym__directive_parameter, - [218390] = 2, - ACTIONS(11763), 1, + [220422] = 2, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(3456), 1, + STATE(2166), 1, sym__directive_parameter, - [218397] = 2, - ACTIONS(11763), 1, + [220429] = 2, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(3470), 1, + STATE(2165), 1, sym__directive_parameter, - [218404] = 2, - ACTIONS(13923), 1, + [220436] = 2, + ACTIONS(13853), 1, anon_sym_COMMA, - ACTIONS(13925), 1, + ACTIONS(13855), 1, anon_sym_RPAREN, - [218411] = 2, - ACTIONS(13917), 1, + [220443] = 2, + ACTIONS(11043), 1, anon_sym_LPAREN2, - STATE(4537), 1, + STATE(825), 1, sym__directive_parameter, - [218418] = 2, - ACTIONS(11205), 1, + [220450] = 2, + ACTIONS(11045), 1, anon_sym_LPAREN2, - STATE(3458), 1, + STATE(914), 1, sym__directive_parameter, - [218425] = 2, - ACTIONS(11205), 1, + [220457] = 2, + ACTIONS(11709), 1, anon_sym_LPAREN2, - STATE(3459), 1, + STATE(2164), 1, sym__directive_parameter, - [218432] = 2, - ACTIONS(11205), 1, + [220464] = 2, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(3460), 1, + STATE(2248), 1, sym__directive_parameter, - [218439] = 2, - ACTIONS(11641), 1, + [220471] = 2, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(2962), 1, + STATE(2249), 1, sym__directive_parameter, - [218446] = 2, - ACTIONS(11641), 1, + [220478] = 2, + ACTIONS(11703), 1, anon_sym_LPAREN2, - STATE(2961), 1, + STATE(2250), 1, sym__directive_parameter, - [218453] = 2, - ACTIONS(11641), 1, + [220485] = 2, + ACTIONS(11043), 1, anon_sym_LPAREN2, - STATE(2901), 1, + STATE(823), 1, sym__directive_parameter, - [218460] = 2, - ACTIONS(13927), 1, + [220492] = 2, + ACTIONS(13857), 1, anon_sym_COMMA, - ACTIONS(13929), 1, + ACTIONS(13859), 1, anon_sym_RPAREN, - [218467] = 2, - ACTIONS(13917), 1, + [220499] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(4560), 1, + STATE(4622), 1, sym__directive_parameter, - [218474] = 2, - ACTIONS(13931), 1, + [220506] = 2, + ACTIONS(13861), 1, anon_sym_COMMA, - ACTIONS(13933), 1, + ACTIONS(13863), 1, anon_sym_RPAREN, - [218481] = 2, - ACTIONS(11695), 1, + [220513] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(2224), 1, + STATE(4519), 1, sym__directive_parameter, - [218488] = 2, - ACTIONS(11695), 1, + [220520] = 2, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(2223), 1, + STATE(2747), 1, sym__directive_parameter, - [218495] = 2, - ACTIONS(11695), 1, + [220527] = 2, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(2222), 1, + STATE(2746), 1, sym__directive_parameter, - [218502] = 2, - ACTIONS(13917), 1, + [220534] = 2, + ACTIONS(11675), 1, anon_sym_LPAREN2, - STATE(4610), 1, + STATE(2745), 1, sym__directive_parameter, - [218509] = 2, - ACTIONS(13935), 1, + [220541] = 2, + ACTIONS(13865), 1, anon_sym_COMMA, - ACTIONS(13937), 1, + ACTIONS(13867), 1, anon_sym_RPAREN, - [218516] = 2, - ACTIONS(13917), 1, - anon_sym_LPAREN2, - STATE(4614), 1, - sym__directive_parameter, - [218523] = 2, - ACTIONS(11707), 1, - anon_sym_LPAREN2, - STATE(2142), 1, - sym__directive_parameter, - [218530] = 2, - ACTIONS(11707), 1, + [220548] = 2, + ACTIONS(13869), 1, + anon_sym_COMMA, + ACTIONS(13871), 1, + anon_sym_RPAREN, + [220555] = 2, + ACTIONS(13873), 1, + anon_sym_COMMA, + ACTIONS(13875), 1, + anon_sym_RPAREN, + [220562] = 2, + ACTIONS(13877), 1, + anon_sym_COMMA, + ACTIONS(13879), 1, + anon_sym_RPAREN, + [220569] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(2141), 1, + STATE(4616), 1, sym__directive_parameter, - [218537] = 2, - ACTIONS(11707), 1, + [220576] = 2, + ACTIONS(13881), 1, + anon_sym_COMMA, + ACTIONS(13883), 1, + anon_sym_RPAREN, + [220583] = 2, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(2140), 1, + STATE(2042), 1, sym__directive_parameter, - [218544] = 2, - ACTIONS(13939), 1, + [220590] = 2, + ACTIONS(13885), 1, anon_sym_COMMA, - ACTIONS(13941), 1, + ACTIONS(13887), 1, anon_sym_RPAREN, - [218551] = 2, - ACTIONS(13917), 1, + [220597] = 2, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(4552), 1, + STATE(2080), 1, sym__directive_parameter, - [218558] = 2, - ACTIONS(13943), 1, + [220604] = 2, + ACTIONS(13889), 1, anon_sym_COMMA, - ACTIONS(13945), 1, + ACTIONS(13891), 1, anon_sym_RPAREN, - [218565] = 2, - ACTIONS(13917), 1, + [220611] = 2, + ACTIONS(11759), 1, anon_sym_LPAREN2, - STATE(4483), 1, + STATE(3457), 1, sym__directive_parameter, - [218572] = 2, - ACTIONS(11761), 1, + [220618] = 1, + ACTIONS(13813), 2, + aux_sym_parameter_token1, + anon_sym_RPAREN2, + [220623] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(3643), 1, + STATE(4632), 1, sym__directive_parameter, - [218579] = 2, - ACTIONS(11763), 1, + [220630] = 2, + ACTIONS(11759), 1, anon_sym_LPAREN2, - STATE(3492), 1, + STATE(3458), 1, sym__directive_parameter, - [218586] = 2, - ACTIONS(13917), 1, + [220637] = 2, + ACTIONS(11759), 1, anon_sym_LPAREN2, - STATE(4586), 1, + STATE(3459), 1, sym__directive_parameter, - [218593] = 2, - ACTIONS(11719), 1, + [220644] = 2, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(2060), 1, + STATE(2660), 1, sym__directive_parameter, - [218600] = 2, - ACTIONS(11719), 1, + [220651] = 2, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(2059), 1, + STATE(2659), 1, sym__directive_parameter, - [218607] = 2, - ACTIONS(11719), 1, + [220658] = 2, + ACTIONS(11681), 1, anon_sym_LPAREN2, - STATE(2058), 1, + STATE(2658), 1, sym__directive_parameter, - [218614] = 2, - ACTIONS(13947), 1, + [220665] = 2, + ACTIONS(13893), 1, anon_sym_COMMA, - ACTIONS(13949), 1, + ACTIONS(13895), 1, anon_sym_RPAREN, - [218621] = 2, - ACTIONS(13917), 1, - anon_sym_LPAREN2, - STATE(4472), 1, - sym__directive_parameter, - [218628] = 2, - ACTIONS(13951), 1, + [220672] = 2, + ACTIONS(13897), 1, anon_sym_COMMA, - ACTIONS(13953), 1, + ACTIONS(13899), 1, anon_sym_RPAREN, - [218635] = 2, - ACTIONS(11173), 1, + [220679] = 2, + ACTIONS(13901), 1, + anon_sym_COMMA, + ACTIONS(13903), 1, + anon_sym_RPAREN, + [220686] = 2, + ACTIONS(13905), 1, + anon_sym_COMMA, + ACTIONS(13907), 1, + anon_sym_RPAREN, + [220693] = 2, + ACTIONS(13909), 1, + anon_sym_COMMA, + ACTIONS(13911), 1, + anon_sym_RPAREN, + [220700] = 2, + ACTIONS(13913), 1, + anon_sym_COMMA, + ACTIONS(13915), 1, + anon_sym_RPAREN, + [220707] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1319), 1, + STATE(4513), 1, sym__directive_parameter, - [218642] = 2, - ACTIONS(11173), 1, + [220714] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1320), 1, + STATE(4603), 1, sym__directive_parameter, - [218649] = 2, - ACTIONS(11173), 1, + [220721] = 2, + ACTIONS(13917), 1, anon_sym_LPAREN2, - STATE(1321), 1, + STATE(4565), 1, sym__directive_parameter, - [218656] = 2, - ACTIONS(13917), 1, + [220728] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(4508), 1, + STATE(4547), 1, sym__directive_parameter, - [218663] = 2, - ACTIONS(11095), 1, + [220735] = 2, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(822), 1, + STATE(1331), 1, sym__directive_parameter, - [218670] = 2, - ACTIONS(11095), 1, + [220742] = 2, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(823), 1, + STATE(1332), 1, sym__directive_parameter, - [218677] = 2, - ACTIONS(11095), 1, + [220749] = 2, + ACTIONS(11721), 1, anon_sym_LPAREN2, - STATE(824), 1, + STATE(2082), 1, sym__directive_parameter, - [218684] = 2, - ACTIONS(13955), 1, + [220756] = 2, + ACTIONS(13919), 1, anon_sym_COMMA, - ACTIONS(13957), 1, + ACTIONS(13921), 1, anon_sym_RPAREN, - [218691] = 2, - ACTIONS(13917), 1, + [220763] = 2, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(4521), 1, + STATE(2573), 1, sym__directive_parameter, - [218698] = 2, - ACTIONS(11165), 1, + [220770] = 2, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(1412), 1, + STATE(2572), 1, sym__directive_parameter, - [218705] = 2, - ACTIONS(11165), 1, + [220777] = 2, + ACTIONS(13923), 1, + anon_sym_COMMA, + ACTIONS(13925), 1, + anon_sym_RPAREN, + [220784] = 2, + ACTIONS(11687), 1, anon_sym_LPAREN2, - STATE(1413), 1, + STATE(2571), 1, sym__directive_parameter, - [218712] = 2, - ACTIONS(11165), 1, + [220791] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1414), 1, + STATE(4643), 1, sym__directive_parameter, - [218719] = 2, - ACTIONS(13959), 1, + [220798] = 2, + ACTIONS(13927), 1, anon_sym_COMMA, - ACTIONS(13961), 1, + ACTIONS(13929), 1, anon_sym_RPAREN, - [218726] = 2, - ACTIONS(13917), 1, - anon_sym_LPAREN2, - STATE(4536), 1, - sym__directive_parameter, - [218733] = 2, - ACTIONS(13963), 1, + [220805] = 2, + ACTIONS(13931), 1, anon_sym_COMMA, - ACTIONS(13965), 1, + ACTIONS(13933), 1, anon_sym_RPAREN, - [218740] = 2, - ACTIONS(13917), 1, - anon_sym_LPAREN2, - STATE(4548), 1, - sym__directive_parameter, - [218747] = 2, - ACTIONS(11103), 1, - anon_sym_LPAREN2, - STATE(1504), 1, - sym__directive_parameter, - [218754] = 2, - ACTIONS(11103), 1, - anon_sym_LPAREN2, - STATE(1505), 1, - sym__directive_parameter, - [218761] = 2, - ACTIONS(11103), 1, + [220812] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1506), 1, + STATE(4642), 1, sym__directive_parameter, - [218768] = 2, - ACTIONS(13967), 1, + [220819] = 2, + ACTIONS(13935), 1, anon_sym_COMMA, - ACTIONS(13969), 1, + ACTIONS(13937), 1, anon_sym_RPAREN, - [218775] = 2, - ACTIONS(13917), 1, - anon_sym_LPAREN2, - STATE(4567), 1, - sym__directive_parameter, - [218782] = 2, - ACTIONS(13971), 1, + [220826] = 2, + ACTIONS(13939), 1, anon_sym_COMMA, - ACTIONS(13973), 1, + ACTIONS(13941), 1, anon_sym_RPAREN, - [218789] = 2, - ACTIONS(13975), 1, + [220833] = 2, + ACTIONS(13943), 1, + anon_sym_COMMA, + ACTIONS(13945), 1, + anon_sym_RPAREN, + [220840] = 2, + ACTIONS(13947), 1, + anon_sym_COMMA, + ACTIONS(13949), 1, + anon_sym_RPAREN, + [220847] = 2, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(4512), 1, + STATE(3018), 1, sym__directive_parameter, - [218796] = 2, - ACTIONS(11017), 1, + [220854] = 2, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(1593), 1, + STATE(3021), 1, sym__directive_parameter, - [218803] = 2, - ACTIONS(11017), 1, + [220861] = 2, + ACTIONS(11633), 1, anon_sym_LPAREN2, - STATE(1594), 1, + STATE(3064), 1, sym__directive_parameter, - [218810] = 2, - ACTIONS(11017), 1, + [220868] = 2, + ACTIONS(13951), 1, anon_sym_LPAREN2, - STATE(1595), 1, + STATE(4583), 1, sym__directive_parameter, - [218817] = 2, - ACTIONS(13917), 1, + [220875] = 2, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(4584), 1, + STATE(2486), 1, sym__directive_parameter, - [218824] = 2, - ACTIONS(13977), 1, - anon_sym_COMMA, - ACTIONS(13979), 1, - anon_sym_RPAREN, - [218831] = 2, - ACTIONS(13917), 1, + [220882] = 2, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(4593), 1, + STATE(2485), 1, sym__directive_parameter, - [218838] = 2, - ACTIONS(13981), 1, - anon_sym_COMMA, - ACTIONS(13983), 1, - anon_sym_RPAREN, - [218845] = 2, - ACTIONS(11135), 1, + [220889] = 2, + ACTIONS(11693), 1, anon_sym_LPAREN2, - STATE(1682), 1, + STATE(2484), 1, sym__directive_parameter, - [218852] = 2, - ACTIONS(11135), 1, + [220896] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1683), 1, + STATE(4511), 1, sym__directive_parameter, - [218859] = 2, - ACTIONS(11135), 1, + [220903] = 2, + ACTIONS(13953), 1, + anon_sym_COMMA, + ACTIONS(13955), 1, + anon_sym_RPAREN, + [220910] = 2, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(1684), 1, + STATE(3006), 1, sym__directive_parameter, - [218866] = 2, - ACTIONS(13917), 1, + [220917] = 2, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(4613), 1, + STATE(3007), 1, sym__directive_parameter, - [218873] = 2, - ACTIONS(13985), 1, - anon_sym_COMMA, - ACTIONS(13987), 1, - anon_sym_RPAREN, - [218880] = 2, - ACTIONS(13917), 1, + [220924] = 2, + ACTIONS(11657), 1, anon_sym_LPAREN2, - STATE(4600), 1, + STATE(3008), 1, sym__directive_parameter, - [218887] = 2, - ACTIONS(11057), 1, + [220931] = 2, + ACTIONS(11179), 1, anon_sym_LPAREN2, - STATE(938), 1, + STATE(1333), 1, sym__directive_parameter, - [218894] = 2, - ACTIONS(11057), 1, + [220938] = 2, + ACTIONS(13957), 1, + anon_sym_COMMA, + ACTIONS(13959), 1, + anon_sym_RPAREN, + [220945] = 2, + ACTIONS(13961), 1, + anon_sym_COMMA, + ACTIONS(13963), 1, + anon_sym_RPAREN, + [220952] = 2, + ACTIONS(13965), 1, + anon_sym_COMMA, + ACTIONS(13967), 1, + anon_sym_RPAREN, + [220959] = 2, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(941), 1, + STATE(1425), 1, sym__directive_parameter, - [218901] = 2, - ACTIONS(11653), 1, + [220966] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(2975), 1, + STATE(4564), 1, sym__directive_parameter, - [218908] = 2, - ACTIONS(11653), 1, + [220973] = 2, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(2976), 1, + STATE(1427), 1, sym__directive_parameter, - [218915] = 2, - ACTIONS(11653), 1, + [220980] = 2, + ACTIONS(13969), 1, + anon_sym_COMMA, + ACTIONS(13971), 1, + anon_sym_RPAREN, + [220987] = 2, + ACTIONS(13973), 1, + anon_sym_COMMA, + ACTIONS(13975), 1, + anon_sym_RPAREN, + [220994] = 2, + ACTIONS(13977), 1, + anon_sym_COMMA, + ACTIONS(13979), 1, + anon_sym_RPAREN, + [221001] = 2, + ACTIONS(13981), 1, + anon_sym_COMMA, + ACTIONS(13983), 1, + anon_sym_RPAREN, + [221008] = 2, + ACTIONS(11045), 1, anon_sym_LPAREN2, - STATE(2977), 1, + STATE(912), 1, sym__directive_parameter, - [218922] = 2, - ACTIONS(11057), 1, + [221015] = 2, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(942), 1, + STATE(2399), 1, sym__directive_parameter, - [218929] = 2, - ACTIONS(11065), 1, + [221022] = 2, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(1769), 1, + STATE(2398), 1, sym__directive_parameter, - [218936] = 2, - ACTIONS(11065), 1, + [221029] = 2, + ACTIONS(11699), 1, anon_sym_LPAREN2, - STATE(1770), 1, + STATE(2397), 1, sym__directive_parameter, - [218943] = 2, - ACTIONS(11065), 1, + [221036] = 2, + ACTIONS(13985), 1, + anon_sym_COMMA, + ACTIONS(13987), 1, + anon_sym_RPAREN, + [221043] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1771), 1, + STATE(4553), 1, sym__directive_parameter, - [218950] = 2, + [221050] = 2, ACTIONS(13989), 1, anon_sym_COMMA, ACTIONS(13991), 1, anon_sym_RPAREN, - [218957] = 2, - ACTIONS(13917), 1, - anon_sym_LPAREN2, - STATE(4524), 1, - sym__directive_parameter, - [218964] = 2, + [221057] = 1, + ACTIONS(13819), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [221062] = 2, ACTIONS(13993), 1, anon_sym_COMMA, ACTIONS(13995), 1, anon_sym_RPAREN, - [218971] = 2, - ACTIONS(13917), 1, + [221069] = 2, + ACTIONS(11045), 1, anon_sym_LPAREN2, - STATE(4448), 1, + STATE(913), 1, sym__directive_parameter, - [218978] = 2, - ACTIONS(11045), 1, + [221076] = 2, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(1856), 1, + STATE(3620), 1, sym__directive_parameter, - [218985] = 2, - ACTIONS(11045), 1, + [221083] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1857), 1, + STATE(4480), 1, sym__directive_parameter, - [218992] = 2, - ACTIONS(11045), 1, + [221090] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1858), 1, + STATE(4586), 1, sym__directive_parameter, - [218999] = 2, - ACTIONS(13997), 1, - anon_sym_COMMA, - ACTIONS(13999), 1, - anon_sym_RPAREN, - [219006] = 2, - ACTIONS(13917), 1, + [221097] = 2, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(4551), 1, + STATE(1518), 1, sym__directive_parameter, - [219013] = 2, - ACTIONS(11665), 1, + [221104] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(2805), 1, + STATE(4626), 1, sym__directive_parameter, - [219020] = 2, - ACTIONS(11665), 1, + [221111] = 2, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(2804), 1, + STATE(1519), 1, sym__directive_parameter, - [219027] = 2, - ACTIONS(14001), 1, + [221118] = 2, + ACTIONS(11181), 1, anon_sym_LPAREN2, - STATE(4516), 1, + STATE(1520), 1, sym__directive_parameter, - [219034] = 2, - ACTIONS(14003), 1, + [221125] = 2, + ACTIONS(13997), 1, anon_sym_COMMA, - ACTIONS(14005), 1, + ACTIONS(13999), 1, anon_sym_RPAREN, - [219041] = 2, - ACTIONS(11147), 1, + [221132] = 2, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(1943), 1, + STATE(2312), 1, sym__directive_parameter, - [219048] = 2, - ACTIONS(11147), 1, + [221139] = 2, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(1944), 1, + STATE(2311), 1, sym__directive_parameter, - [219055] = 2, - ACTIONS(13917), 1, + [221146] = 2, + ACTIONS(11701), 1, anon_sym_LPAREN2, - STATE(4617), 1, + STATE(2310), 1, sym__directive_parameter, - [219062] = 2, - ACTIONS(11147), 1, + [221153] = 1, + ACTIONS(14001), 2, + aux_sym_parameter_token1, + anon_sym_RPAREN2, + [221158] = 1, + ACTIONS(14003), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [221163] = 2, + ACTIONS(11183), 1, anon_sym_LPAREN2, - STATE(1945), 1, + STATE(1426), 1, sym__directive_parameter, - [219069] = 2, - ACTIONS(14007), 1, + [221170] = 2, + ACTIONS(11631), 1, + anon_sym_LPAREN2, + STATE(3269), 1, + sym__directive_parameter, + [221177] = 2, + ACTIONS(11631), 1, anon_sym_LPAREN2, - STATE(4501), 1, + STATE(3268), 1, sym__directive_parameter, - [219076] = 2, - ACTIONS(11659), 1, + [221184] = 2, + ACTIONS(11631), 1, anon_sym_LPAREN2, - STATE(2889), 1, + STATE(3267), 1, sym__directive_parameter, - [219083] = 2, + [221191] = 2, + ACTIONS(14005), 1, + anon_sym_COMMA, + ACTIONS(14007), 1, + anon_sym_RPAREN, + [221198] = 2, ACTIONS(14009), 1, anon_sym_COMMA, ACTIONS(14011), 1, anon_sym_RPAREN, - [219090] = 2, - ACTIONS(13917), 1, - anon_sym_LPAREN2, - STATE(4550), 1, - sym__directive_parameter, - [219097] = 2, + [221205] = 2, ACTIONS(14013), 1, anon_sym_COMMA, ACTIONS(14015), 1, anon_sym_RPAREN, - [219104] = 2, - ACTIONS(11665), 1, + [221212] = 2, + ACTIONS(14017), 1, + anon_sym_COMMA, + ACTIONS(14019), 1, + anon_sym_RPAREN, + [221219] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(2803), 1, + STATE(4618), 1, sym__directive_parameter, - [219111] = 2, - ACTIONS(11167), 1, + [221226] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1264), 1, + STATE(4636), 1, sym__directive_parameter, - [219118] = 2, - ACTIONS(11167), 1, + [221233] = 1, + ACTIONS(14021), 2, + aux_sym_parameter_token1, + anon_sym_RPAREN2, + [221238] = 2, + ACTIONS(14023), 1, + anon_sym_COMMA, + ACTIONS(14025), 1, + anon_sym_RPAREN, + [221245] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1263), 1, + STATE(4502), 1, sym__directive_parameter, - [219125] = 2, - ACTIONS(11167), 1, + [221252] = 2, + ACTIONS(14027), 1, + anon_sym_COMMA, + ACTIONS(14029), 1, + anon_sym_RPAREN, + [221259] = 2, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(1261), 1, + STATE(1075), 1, sym__directive_parameter, - [219132] = 2, - ACTIONS(13917), 1, + [221266] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(4594), 1, + STATE(4566), 1, sym__directive_parameter, - [219139] = 2, - ACTIONS(14017), 1, - anon_sym_COMMA, - ACTIONS(14019), 1, - anon_sym_RPAREN, - [219146] = 2, - ACTIONS(13917), 1, + [221273] = 2, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(4555), 1, + STATE(3621), 1, sym__directive_parameter, - [219153] = 2, - ACTIONS(11059), 1, + [221280] = 2, + ACTIONS(11529), 1, anon_sym_LPAREN2, - STATE(1517), 1, + STATE(3622), 1, sym__directive_parameter, - [219160] = 2, - ACTIONS(11153), 1, + [221287] = 2, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(1165), 1, + STATE(1076), 1, sym__directive_parameter, - [219167] = 2, - ACTIONS(11153), 1, + [221294] = 2, + ACTIONS(11143), 1, anon_sym_LPAREN2, - STATE(1164), 1, + STATE(1077), 1, sym__directive_parameter, - [219174] = 2, - ACTIONS(14021), 1, + [221301] = 2, + ACTIONS(14031), 1, anon_sym_COMMA, - ACTIONS(14023), 1, + ACTIONS(14033), 1, anon_sym_RPAREN, - [219181] = 2, - ACTIONS(11153), 1, + [221308] = 2, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1162), 1, + STATE(1608), 1, sym__directive_parameter, - [219188] = 2, - ACTIONS(11059), 1, + [221315] = 2, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1523), 1, + STATE(1609), 1, sym__directive_parameter, - [219195] = 2, - ACTIONS(11059), 1, + [221322] = 2, + ACTIONS(11017), 1, anon_sym_LPAREN2, - STATE(1525), 1, + STATE(1610), 1, sym__directive_parameter, - [219202] = 2, - ACTIONS(13917), 1, + [221329] = 2, + ACTIONS(11747), 1, anon_sym_LPAREN2, - STATE(4517), 1, + STATE(3561), 1, sym__directive_parameter, - [219209] = 2, - ACTIONS(14025), 1, - anon_sym_COMMA, - ACTIONS(14027), 1, - anon_sym_RPAREN, - [219216] = 2, - ACTIONS(13917), 1, + [221336] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(4531), 1, + STATE(4507), 1, sym__directive_parameter, - [219223] = 2, - ACTIONS(11141), 1, + [221343] = 2, + ACTIONS(11747), 1, anon_sym_LPAREN2, - STATE(1065), 1, + STATE(3562), 1, sym__directive_parameter, - [219230] = 2, - ACTIONS(11141), 1, + [221350] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(1064), 1, + STATE(4591), 1, sym__directive_parameter, - [219237] = 2, - ACTIONS(11141), 1, + [221357] = 2, + ACTIONS(11747), 1, anon_sym_LPAREN2, - STATE(1063), 1, + STATE(3563), 1, sym__directive_parameter, - [219244] = 2, - ACTIONS(14029), 1, - anon_sym_COMMA, - ACTIONS(14031), 1, - anon_sym_RPAREN, - [219251] = 2, - ACTIONS(13917), 1, + [221364] = 2, + ACTIONS(11767), 1, anon_sym_LPAREN2, - STATE(4535), 1, + STATE(3342), 1, sym__directive_parameter, - [219258] = 2, - ACTIONS(14033), 1, - anon_sym_COMMA, + [221371] = 2, ACTIONS(14035), 1, + anon_sym_COMMA, + ACTIONS(14037), 1, anon_sym_RPAREN, - [219265] = 2, - ACTIONS(11693), 1, - anon_sym_LPAREN2, - STATE(2287), 1, - sym__directive_parameter, - [219272] = 2, - ACTIONS(11693), 1, + [221378] = 2, + ACTIONS(14039), 1, + anon_sym_COMMA, + ACTIONS(14041), 1, + anon_sym_RPAREN, + [221385] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(2288), 1, + STATE(4532), 1, sym__directive_parameter, - [219279] = 2, - ACTIONS(11693), 1, + [221392] = 2, + ACTIONS(14043), 1, + anon_sym_COMMA, + ACTIONS(14045), 1, + anon_sym_RPAREN, + [221399] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(2289), 1, + STATE(4633), 1, sym__directive_parameter, - [219286] = 2, - ACTIONS(13917), 1, + [221406] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(4608), 1, + STATE(4587), 1, sym__directive_parameter, - [219293] = 1, - ACTIONS(13899), 2, - aux_sym_parameter_token1, - anon_sym_RPAREN2, - [219298] = 2, - ACTIONS(14037), 1, - anon_sym_COMMA, - ACTIONS(14039), 1, - anon_sym_RPAREN, - [219305] = 2, - ACTIONS(13917), 1, + [221413] = 2, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(4529), 1, + STATE(1175), 1, sym__directive_parameter, - [219312] = 2, - ACTIONS(14041), 1, + [221420] = 2, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(4503), 1, + STATE(1176), 1, sym__directive_parameter, - [219319] = 2, - ACTIONS(14043), 1, - anon_sym_COMMA, - ACTIONS(14045), 1, - anon_sym_RPAREN, - [219326] = 2, - ACTIONS(11691), 1, + [221427] = 2, + ACTIONS(11155), 1, anon_sym_LPAREN2, - STATE(2373), 1, + STATE(1177), 1, sym__directive_parameter, - [219333] = 2, - ACTIONS(11691), 1, + [221434] = 2, + ACTIONS(11651), 1, anon_sym_LPAREN2, - STATE(2374), 1, + STATE(3093), 1, sym__directive_parameter, - [219340] = 2, - ACTIONS(11691), 1, + [221441] = 2, + ACTIONS(11651), 1, anon_sym_LPAREN2, - STATE(2375), 1, + STATE(3094), 1, sym__directive_parameter, - [219347] = 2, - ACTIONS(13917), 1, + [221448] = 2, + ACTIONS(11651), 1, anon_sym_LPAREN2, - STATE(4576), 1, + STATE(3095), 1, sym__directive_parameter, - [219354] = 2, + [221455] = 2, ACTIONS(14047), 1, anon_sym_COMMA, ACTIONS(14049), 1, anon_sym_RPAREN, - [219361] = 2, - ACTIONS(13917), 1, - anon_sym_LPAREN2, - STATE(4601), 1, - sym__directive_parameter, - [219368] = 2, + [221462] = 2, ACTIONS(14051), 1, anon_sym_COMMA, ACTIONS(14053), 1, anon_sym_RPAREN, - [219375] = 2, - ACTIONS(11689), 1, + [221469] = 2, + ACTIONS(14055), 1, anon_sym_LPAREN2, - STATE(2459), 1, + STATE(4576), 1, sym__directive_parameter, - [219382] = 2, - ACTIONS(11689), 1, + [221476] = 2, + ACTIONS(14057), 1, + anon_sym_COMMA, + ACTIONS(14059), 1, + anon_sym_RPAREN, + [221483] = 2, + ACTIONS(14061), 1, + anon_sym_COMMA, + ACTIONS(14063), 1, + anon_sym_RPAREN, + [221490] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(2460), 1, + STATE(4649), 1, sym__directive_parameter, - [219389] = 2, - ACTIONS(11689), 1, + [221497] = 2, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(2461), 1, + STATE(1698), 1, sym__directive_parameter, - [219396] = 2, - ACTIONS(14055), 1, + [221504] = 2, + ACTIONS(14065), 1, anon_sym_COMMA, - ACTIONS(14057), 1, + ACTIONS(14067), 1, anon_sym_RPAREN, - [219403] = 2, - ACTIONS(13917), 1, + [221511] = 2, + ACTIONS(14069), 1, + anon_sym_COMMA, + ACTIONS(14071), 1, + anon_sym_RPAREN, + [221518] = 2, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(4542), 1, + STATE(1700), 1, sym__directive_parameter, - [219410] = 2, - ACTIONS(14059), 1, + [221525] = 2, + ACTIONS(13813), 1, + anon_sym_RPAREN, + ACTIONS(13815), 1, + aux_sym_parameter_token1, + [221532] = 2, + ACTIONS(14073), 1, anon_sym_COMMA, - ACTIONS(14061), 1, + ACTIONS(14075), 1, anon_sym_RPAREN, - [219417] = 2, - ACTIONS(11749), 1, + [221539] = 2, + ACTIONS(11169), 1, + anon_sym_LPAREN2, + STATE(1273), 1, + sym__directive_parameter, + [221546] = 2, + ACTIONS(11169), 1, + anon_sym_LPAREN2, + STATE(1275), 1, + sym__directive_parameter, + [221553] = 2, + ACTIONS(11169), 1, anon_sym_LPAREN2, - STATE(3553), 1, + STATE(1276), 1, sym__directive_parameter, - [219424] = 2, - ACTIONS(11749), 1, + [221560] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(3554), 1, + STATE(4533), 1, sym__directive_parameter, - [219431] = 2, - ACTIONS(11647), 1, + [221567] = 2, + ACTIONS(14077), 1, anon_sym_LPAREN2, - STATE(3060), 1, + STATE(4628), 1, sym__directive_parameter, - [219438] = 2, - ACTIONS(11647), 1, + [221574] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(3061), 1, + STATE(4557), 1, sym__directive_parameter, - [219445] = 2, - ACTIONS(11647), 1, + [221581] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(3062), 1, + STATE(4592), 1, sym__directive_parameter, - [219452] = 2, - ACTIONS(11749), 1, + [221588] = 2, + ACTIONS(14079), 1, + anon_sym_COMMA, + ACTIONS(14081), 1, + anon_sym_RPAREN, + [221595] = 2, + ACTIONS(14083), 1, + anon_sym_COMMA, + ACTIONS(14085), 1, + anon_sym_RPAREN, + [221602] = 2, + ACTIONS(14087), 1, + anon_sym_COMMA, + ACTIONS(14089), 1, + anon_sym_RPAREN, + [221609] = 2, + ACTIONS(11111), 1, anon_sym_LPAREN2, - STATE(3555), 1, + STATE(1699), 1, sym__directive_parameter, - [219459] = 2, - ACTIONS(11683), 1, + [221616] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(2545), 1, + STATE(4640), 1, sym__directive_parameter, - [219466] = 2, - ACTIONS(11683), 1, + [221623] = 2, + ACTIONS(14091), 1, + anon_sym_COMMA, + ACTIONS(14093), 1, + anon_sym_RPAREN, + [221630] = 2, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(2546), 1, + STATE(1964), 1, sym__directive_parameter, - [219473] = 2, - ACTIONS(13917), 1, + [221637] = 2, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(4506), 1, + STATE(1963), 1, sym__directive_parameter, - [219480] = 2, - ACTIONS(11683), 1, + [221644] = 2, + ACTIONS(11149), 1, anon_sym_LPAREN2, - STATE(2547), 1, + STATE(1962), 1, sym__directive_parameter, - [219487] = 1, - ACTIONS(14063), 2, + [221651] = 2, + ACTIONS(14021), 1, + anon_sym_RPAREN, + ACTIONS(14095), 1, aux_sym_parameter_token1, - anon_sym_RPAREN2, - [219492] = 2, - ACTIONS(11677), 1, + [221658] = 2, + ACTIONS(14097), 1, + anon_sym_COMMA, + ACTIONS(14099), 1, + anon_sym_RPAREN, + [221665] = 2, + ACTIONS(11047), 1, anon_sym_LPAREN2, - STATE(2631), 1, + STATE(1786), 1, sym__directive_parameter, - [219499] = 2, - ACTIONS(11677), 1, + [221672] = 2, + ACTIONS(11047), 1, anon_sym_LPAREN2, - STATE(2632), 1, + STATE(1787), 1, sym__directive_parameter, - [219506] = 2, - ACTIONS(11677), 1, + [221679] = 2, + ACTIONS(14101), 1, + anon_sym_COMMA, + ACTIONS(14103), 1, + anon_sym_RPAREN, + [221686] = 2, + ACTIONS(11047), 1, anon_sym_LPAREN2, - STATE(2633), 1, + STATE(1788), 1, sym__directive_parameter, - [219513] = 1, - ACTIONS(14065), 2, - anon_sym_COMMA, + [221693] = 2, + ACTIONS(14001), 1, anon_sym_RPAREN, - [219518] = 1, - ACTIONS(14067), 2, + ACTIONS(14105), 1, aux_sym_parameter_token1, - anon_sym_RPAREN2, - [219523] = 2, - ACTIONS(11633), 1, + [221700] = 2, + ACTIONS(11641), 1, anon_sym_LPAREN2, - STATE(3234), 1, + STATE(3182), 1, sym__directive_parameter, - [219530] = 2, - ACTIONS(11633), 1, + [221707] = 2, + ACTIONS(11641), 1, anon_sym_LPAREN2, - STATE(3233), 1, + STATE(3181), 1, sym__directive_parameter, - [219537] = 2, - ACTIONS(11633), 1, + [221714] = 2, + ACTIONS(14107), 1, + anon_sym_COMMA, + ACTIONS(14109), 1, + anon_sym_RPAREN, + [221721] = 2, + ACTIONS(13829), 1, anon_sym_LPAREN2, - STATE(3232), 1, + STATE(4481), 1, sym__directive_parameter, - [219544] = 1, - ACTIONS(13901), 2, + [221728] = 2, + ACTIONS(14111), 1, anon_sym_COMMA, + ACTIONS(14113), 1, anon_sym_RPAREN, - [219549] = 2, - ACTIONS(13899), 1, - anon_sym_RPAREN, - ACTIONS(13909), 1, - aux_sym_parameter_token1, - [219556] = 2, - ACTIONS(14063), 1, - anon_sym_RPAREN, - ACTIONS(14069), 1, - aux_sym_parameter_token1, - [219563] = 2, - ACTIONS(14067), 1, + [221735] = 2, + ACTIONS(13829), 1, + anon_sym_LPAREN2, + STATE(4584), 1, + sym__directive_parameter, + [221742] = 2, + ACTIONS(14115), 1, + anon_sym_COMMA, + ACTIONS(14117), 1, anon_sym_RPAREN, - ACTIONS(14071), 1, - aux_sym_parameter_token1, - [219570] = 2, - ACTIONS(11639), 1, + [221749] = 2, + ACTIONS(11767), 1, + anon_sym_LPAREN2, + STATE(3341), 1, + sym__directive_parameter, + [221756] = 2, + ACTIONS(11767), 1, anon_sym_LPAREN2, - STATE(3148), 1, + STATE(3325), 1, sym__directive_parameter, - [219577] = 2, - ACTIONS(11639), 1, + [221763] = 2, + ACTIONS(11109), 1, anon_sym_LPAREN2, - STATE(3146), 1, + STATE(1504), 1, sym__directive_parameter, - [219584] = 2, - ACTIONS(11671), 1, + [221770] = 2, + ACTIONS(11109), 1, anon_sym_LPAREN2, - STATE(2719), 1, + STATE(1505), 1, sym__directive_parameter, - [219591] = 2, - ACTIONS(11671), 1, + [221777] = 2, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(2718), 1, + STATE(1876), 1, sym__directive_parameter, - [219598] = 2, - ACTIONS(11671), 1, + [221784] = 2, + ACTIONS(11031), 1, anon_sym_LPAREN2, - STATE(2717), 1, + STATE(1875), 1, sym__directive_parameter, - [219605] = 1, - ACTIONS(14073), 1, - anon_sym_ATendPrependOnce, - [219609] = 1, - ACTIONS(14075), 1, - anon_sym_RBRACE_RBRACE, - [219613] = 1, - ACTIONS(14077), 1, - anon_sym_ATendPrependOnce, - [219617] = 1, - ACTIONS(14079), 1, - anon_sym_ATendif, - [219621] = 1, - ACTIONS(14081), 1, - anon_sym_ATendunless, - [219625] = 1, - ACTIONS(14083), 1, - anon_sym_ATendisset, - [219629] = 1, - ACTIONS(14085), 1, - anon_sym_ATendempty, - [219633] = 1, - ACTIONS(14087), 1, - anon_sym_ATendauth, - [219637] = 1, - ACTIONS(14089), 1, - anon_sym_ATendguest, - [219641] = 1, - ACTIONS(14091), 1, - anon_sym_ATendisset, - [219645] = 1, - ACTIONS(14093), 1, - anon_sym_ATendenv, - [219649] = 1, - ACTIONS(14095), 1, - anon_sym_ATendif, - [219653] = 1, - ACTIONS(14097), 1, - anon_sym_ATendif, - [219657] = 1, - ACTIONS(14099), 1, - anon_sym_ATenderror, - [219661] = 1, - ACTIONS(14101), 1, - anon_sym_ATendunless, - [219665] = 1, - ACTIONS(14103), 1, - anon_sym_ATendcan, - [219669] = 1, - ACTIONS(14105), 1, - anon_sym_ATendcannot, - [219673] = 1, - ACTIONS(14107), 1, - anon_sym_ATendcanany, - [219677] = 1, - ACTIONS(14109), 1, - anon_sym_ATendfeature, - [219681] = 1, - ACTIONS(14111), 1, - aux_sym__custom_token3, - [219685] = 1, - ACTIONS(14113), 1, - anon_sym_ATendif, - [219689] = 1, - ACTIONS(14115), 1, - anon_sym_ATendfor, - [219693] = 1, - ACTIONS(14117), 1, - anon_sym_ATendforeach, - [219697] = 1, + [221791] = 2, + ACTIONS(11031), 1, + anon_sym_LPAREN2, + STATE(1874), 1, + sym__directive_parameter, + [221798] = 2, + ACTIONS(13829), 1, + anon_sym_LPAREN2, + STATE(4575), 1, + sym__directive_parameter, + [221805] = 2, + ACTIONS(11641), 1, + anon_sym_LPAREN2, + STATE(3180), 1, + sym__directive_parameter, + [221812] = 2, ACTIONS(14119), 1, - anon_sym_ATendforelse, - [219701] = 1, + anon_sym_COMMA, ACTIONS(14121), 1, - anon_sym_ATendwhile, - [219705] = 1, + anon_sym_RPAREN, + [221819] = 2, + ACTIONS(11389), 1, + anon_sym_LPAREN2, + STATE(3678), 1, + sym__directive_parameter, + [221826] = 2, + ACTIONS(11389), 1, + anon_sym_LPAREN2, + STATE(3677), 1, + sym__directive_parameter, + [221833] = 2, ACTIONS(14123), 1, - anon_sym_ATendsetup, - [219709] = 1, + anon_sym_COMMA, ACTIONS(14125), 1, - anon_sym_ATendtask, - [219713] = 1, + anon_sym_RPAREN, + [221840] = 2, + ACTIONS(11389), 1, + anon_sym_LPAREN2, + STATE(3673), 1, + sym__directive_parameter, + [221847] = 2, ACTIONS(14127), 1, - anon_sym_ATendstory, - [219717] = 1, + anon_sym_COMMA, ACTIONS(14129), 1, - anon_sym_ATendPrependOnce, - [219721] = 1, + anon_sym_RPAREN, + [221854] = 2, + ACTIONS(11109), 1, + anon_sym_LPAREN2, + STATE(1513), 1, + sym__directive_parameter, + [221861] = 1, ACTIONS(14131), 1, - anon_sym_ATendprepend, - [219725] = 1, + anon_sym_RPAREN, + [221865] = 1, ACTIONS(14133), 1, - anon_sym_ATendforeach, - [219729] = 1, + aux_sym__custom_token3, + [221869] = 1, ACTIONS(14135), 1, - anon_sym_ATendPushOnce, - [219733] = 1, + anon_sym_ATendfor, + [221873] = 1, ACTIONS(14137), 1, - anon_sym_ATendpersist, - [219737] = 1, + anon_sym_ATendforeach, + [221877] = 1, ACTIONS(14139), 1, - anon_sym_ATendteleport, - [219741] = 1, + anon_sym_ATendforelse, + [221881] = 1, ACTIONS(14141), 1, - anon_sym_ATendvolt, - [219745] = 1, + anon_sym_ATendwhile, + [221885] = 1, ACTIONS(14143), 1, - anon_sym_ATendpush, - [219749] = 1, + anon_sym_ATendsetup, + [221889] = 1, ACTIONS(14145), 1, - anon_sym_ATendfragment, - [219753] = 1, + anon_sym_ATendtask, + [221893] = 1, ACTIONS(14147), 1, - anon_sym_ATendphp, - [219757] = 1, + anon_sym_ATendstory, + [221897] = 1, ACTIONS(14149), 1, - anon_sym_BANG_BANG_RBRACE, - [219761] = 1, + anon_sym_ATendpersist, + [221901] = 1, ACTIONS(14151), 1, - anon_sym_RBRACE_RBRACE, - [219765] = 1, + anon_sym_ATendteleport, + [221905] = 1, ACTIONS(14153), 1, - anon_sym_ATendcannot, - [219769] = 1, - ACTIONS(13046), 1, - anon_sym_RPAREN, - [219773] = 1, + anon_sym_ATendvolt, + [221909] = 1, ACTIONS(14155), 1, - anon_sym_ATendcanany, - [219777] = 1, - ACTIONS(13044), 1, anon_sym_RPAREN, - [219781] = 1, + [221913] = 1, + ACTIONS(13024), 1, + anon_sym_RPAREN, + [221917] = 1, ACTIONS(14157), 1, - anon_sym_ATendfeature, - [219785] = 1, + anon_sym_RPAREN, + [221921] = 1, ACTIONS(14159), 1, - aux_sym__custom_token3, - [219789] = 1, - ACTIONS(14161), 1, anon_sym_RPAREN, - [219793] = 1, + [221925] = 1, + ACTIONS(14161), 1, + anon_sym_ATendwhile, + [221929] = 1, ACTIONS(14163), 1, - anon_sym_RPAREN, - [219797] = 1, + anon_sym_ATendfeature, + [221933] = 1, ACTIONS(14165), 1, - anon_sym_RPAREN, - [219801] = 1, + anon_sym_ATendcanany, + [221937] = 1, ACTIONS(14167), 1, - anon_sym_RPAREN, - [219805] = 1, + anon_sym_ATendcannot, + [221941] = 1, ACTIONS(14169), 1, - anon_sym_ATendfor, - [219809] = 1, + anon_sym_ATendcan, + [221945] = 1, ACTIONS(14171), 1, - anon_sym_ATendforeach, - [219813] = 1, + anon_sym_ATenderror, + [221949] = 1, ACTIONS(14173), 1, - anon_sym_ATendforelse, - [219817] = 1, + anon_sym_ATendif, + [221953] = 1, ACTIONS(14175), 1, - anon_sym_ATendwhile, - [219821] = 1, - ACTIONS(13036), 1, - anon_sym_RPAREN, - [219825] = 1, - ACTIONS(13014), 1, - anon_sym_RPAREN, - [219829] = 1, + anon_sym_ATendif, + [221957] = 1, ACTIONS(14177), 1, - anon_sym_ATendsetup, - [219833] = 1, + anon_sym_ATendenv, + [221961] = 1, ACTIONS(14179), 1, - anon_sym_ATendtask, - [219837] = 1, + anon_sym_ATendguest, + [221965] = 1, ACTIONS(14181), 1, - anon_sym_ATendvolt, - [219841] = 1, + anon_sym_RBRACE_RBRACE, + [221969] = 1, ACTIONS(14183), 1, - anon_sym_ATendteleport, - [219845] = 1, + anon_sym_BANG_BANG_RBRACE, + [221973] = 1, ACTIONS(14185), 1, - anon_sym_ATendpersist, - [219849] = 1, + anon_sym_ATendauth, + [221977] = 1, ACTIONS(14187), 1, - anon_sym_RBRACE_RBRACE, - [219853] = 1, + anon_sym_ATendphp, + [221981] = 1, ACTIONS(14189), 1, - anon_sym_BANG_BANG_RBRACE, - [219857] = 1, + anon_sym_ATendempty, + [221985] = 1, ACTIONS(14191), 1, - anon_sym_ATendstory, - [219861] = 1, + anon_sym_ATendfragment, + [221989] = 1, ACTIONS(14193), 1, - anon_sym_ATendphp, - [219865] = 1, + anon_sym_ATendisset, + [221993] = 1, ACTIONS(14195), 1, - anon_sym_ATendfragment, - [219869] = 1, + anon_sym_ATendunless, + [221997] = 1, ACTIONS(14197), 1, - anon_sym_ATendtask, - [219873] = 1, + anon_sym_ATendpush, + [222001] = 1, ACTIONS(14199), 1, - anon_sym_ATendsetup, - [219877] = 1, + anon_sym_ATendPushOnce, + [222005] = 1, ACTIONS(14201), 1, - anon_sym_ATendpush, - [219881] = 1, + anon_sym_ATendPushIf, + [222009] = 1, ACTIONS(14203), 1, - anon_sym_ATendPushOnce, - [219885] = 1, + anon_sym_ATendprepend, + [222013] = 1, ACTIONS(14205), 1, - anon_sym_ATendPushIf, - [219889] = 1, + anon_sym_ATendPrependOnce, + [222017] = 1, ACTIONS(14207), 1, - anon_sym_ATendprepend, - [219893] = 1, + anon_sym_ATendif, + [222021] = 1, ACTIONS(14209), 1, - anon_sym_ATendPrependOnce, - [219897] = 1, + anon_sym_ATendunless, + [222025] = 1, ACTIONS(14211), 1, - anon_sym_ATendif, - [219901] = 1, + anon_sym_ATendisset, + [222029] = 1, ACTIONS(14213), 1, - anon_sym_ATendunless, - [219905] = 1, + anon_sym_ATendempty, + [222033] = 1, ACTIONS(14215), 1, - anon_sym_ATendisset, - [219909] = 1, + anon_sym_ATendauth, + [222037] = 1, ACTIONS(14217), 1, - anon_sym_ATendempty, - [219913] = 1, + anon_sym_ATendguest, + [222041] = 1, ACTIONS(14219), 1, - anon_sym_ATendauth, - [219917] = 1, + anon_sym_ATendif, + [222045] = 1, ACTIONS(14221), 1, - anon_sym_ATendguest, - [219921] = 1, + anon_sym_ATendenv, + [222049] = 1, ACTIONS(14223), 1, - anon_sym_ATendwhile, - [219925] = 1, + anon_sym_ATendif, + [222053] = 1, ACTIONS(14225), 1, - anon_sym_ATendenv, - [219929] = 1, - ACTIONS(14227), 1, anon_sym_ATendif, - [219933] = 1, + [222057] = 1, + ACTIONS(14227), 1, + anon_sym_ATenderror, + [222061] = 1, ACTIONS(14229), 1, - anon_sym_ATendif, - [219937] = 1, + anon_sym_ATendPrependOnce, + [222065] = 1, ACTIONS(14231), 1, - anon_sym_ATenderror, - [219941] = 1, + anon_sym_ATendcan, + [222069] = 1, ACTIONS(14233), 1, - anon_sym_ATendforelse, - [219945] = 1, + anon_sym_ATendcannot, + [222073] = 1, ACTIONS(14235), 1, - anon_sym_ATendcan, - [219949] = 1, + anon_sym_ATendcanany, + [222077] = 1, ACTIONS(14237), 1, - anon_sym_ATendcannot, - [219953] = 1, + anon_sym_ATendfeature, + [222081] = 1, ACTIONS(14239), 1, - anon_sym_ATendcanany, - [219957] = 1, + aux_sym__custom_token3, + [222085] = 1, ACTIONS(14241), 1, - anon_sym_ATendfeature, - [219961] = 1, + anon_sym_ATendprepend, + [222089] = 1, ACTIONS(14243), 1, - aux_sym__custom_token3, - [219965] = 1, + anon_sym_ATendfor, + [222093] = 1, ACTIONS(14245), 1, - anon_sym_ATendwhile, - [219969] = 1, + anon_sym_ATendforeach, + [222097] = 1, ACTIONS(14247), 1, - anon_sym_ATendfor, - [219973] = 1, + anon_sym_ATendforelse, + [222101] = 1, ACTIONS(14249), 1, - anon_sym_ATendforeach, - [219977] = 1, + anon_sym_ATendwhile, + [222105] = 1, ACTIONS(14251), 1, - anon_sym_ATendforelse, - [219981] = 1, + anon_sym_ATendsetup, + [222109] = 1, ACTIONS(14253), 1, - anon_sym_ATendwhile, - [219985] = 1, + anon_sym_ATendtask, + [222113] = 1, ACTIONS(14255), 1, - anon_sym_ATendsetup, - [219989] = 1, + anon_sym_ATendstory, + [222117] = 1, ACTIONS(14257), 1, - anon_sym_ATendtask, - [219993] = 1, + anon_sym_ATendPushIf, + [222121] = 1, ACTIONS(14259), 1, - anon_sym_ATendstory, - [219997] = 1, + anon_sym_ATendPushOnce, + [222125] = 1, ACTIONS(14261), 1, - anon_sym_ATendfor, - [220001] = 1, + anon_sym_ATendpush, + [222129] = 1, ACTIONS(14263), 1, - aux_sym__custom_token3, - [220005] = 1, + anon_sym_ATendfragment, + [222133] = 1, ACTIONS(14265), 1, - anon_sym_ATendfeature, - [220009] = 1, + anon_sym_ATendpersist, + [222137] = 1, ACTIONS(14267), 1, - anon_sym_ATendcanany, - [220013] = 1, + anon_sym_ATendteleport, + [222141] = 1, ACTIONS(14269), 1, - anon_sym_ATendpersist, - [220017] = 1, + anon_sym_ATendvolt, + [222145] = 1, ACTIONS(14271), 1, - anon_sym_ATendteleport, - [220021] = 1, + anon_sym_ATendphp, + [222149] = 1, ACTIONS(14273), 1, - anon_sym_ATendvolt, - [220025] = 1, + anon_sym_BANG_BANG_RBRACE, + [222153] = 1, ACTIONS(14275), 1, - anon_sym_ATendcannot, - [220029] = 1, + anon_sym_RBRACE_RBRACE, + [222157] = 1, ACTIONS(14277), 1, - anon_sym_ATendcan, - [220033] = 1, + anon_sym_RPAREN, + [222161] = 1, ACTIONS(14279), 1, - anon_sym_ATenderror, - [220037] = 1, + anon_sym_RPAREN, + [222165] = 1, + ACTIONS(12910), 1, + anon_sym_RPAREN, + [222169] = 1, ACTIONS(14281), 1, - anon_sym_ATendif, - [220041] = 1, + anon_sym_RPAREN, + [222173] = 1, + ACTIONS(12918), 1, + anon_sym_RPAREN, + [222177] = 1, ACTIONS(14283), 1, - anon_sym_ATendPushIf, - [220045] = 1, - ACTIONS(14285), 1, - anon_sym_ATendif, - [220049] = 1, - ACTIONS(12982), 1, anon_sym_RPAREN, - [220053] = 1, + [222181] = 1, + ACTIONS(14285), 1, + anon_sym_ATendvolt, + [222185] = 1, ACTIONS(14287), 1, - anon_sym_ATendif, - [220057] = 1, - ACTIONS(12978), 1, - anon_sym_RPAREN, - [220061] = 1, + anon_sym_ATendteleport, + [222189] = 1, ACTIONS(14289), 1, - anon_sym_ATendenv, - [220065] = 1, + anon_sym_ATendpersist, + [222193] = 1, ACTIONS(14291), 1, anon_sym_ATendstory, - [220069] = 1, + [222197] = 1, ACTIONS(14293), 1, - anon_sym_ATendguest, - [220073] = 1, + anon_sym_RPAREN, + [222201] = 1, ACTIONS(14295), 1, - anon_sym_ATendauth, - [220077] = 1, + anon_sym_RPAREN, + [222205] = 1, ACTIONS(14297), 1, - anon_sym_ATendPushOnce, - [220081] = 1, + anon_sym_ATendtask, + [222209] = 1, ACTIONS(14299), 1, - anon_sym_RPAREN, - [220085] = 1, + anon_sym_ATendsetup, + [222213] = 1, ACTIONS(14301), 1, - anon_sym_RPAREN, - [220089] = 1, + anon_sym_ATendunless, + [222217] = 1, ACTIONS(14303), 1, - anon_sym_ATendempty, - [220093] = 1, + anon_sym_ATendforelse, + [222221] = 1, ACTIONS(14305), 1, - anon_sym_ATendpush, - [220097] = 1, + anon_sym_ATendforeach, + [222225] = 1, ACTIONS(14307), 1, - anon_sym_ATendisset, - [220101] = 1, + anon_sym_ATendfor, + [222229] = 1, ACTIONS(14309), 1, - anon_sym_ATendunless, - [220105] = 1, + aux_sym__custom_token3, + [222233] = 1, ACTIONS(14311), 1, - anon_sym_ATendif, - [220109] = 1, + anon_sym_ATendfeature, + [222237] = 1, ACTIONS(14313), 1, - anon_sym_ATendempty, - [220113] = 1, + anon_sym_ATendcanany, + [222241] = 1, ACTIONS(14315), 1, - anon_sym_ATendauth, - [220117] = 1, + anon_sym_ATendcannot, + [222245] = 1, ACTIONS(14317), 1, - anon_sym_ATendfragment, - [220121] = 1, + anon_sym_ATendcan, + [222249] = 1, ACTIONS(14319), 1, - anon_sym_ATendPrependOnce, - [220125] = 1, + anon_sym_ATenderror, + [222253] = 1, ACTIONS(14321), 1, - anon_sym_ATendphp, - [220129] = 1, + anon_sym_ATendif, + [222257] = 1, ACTIONS(14323), 1, - anon_sym_ATendprepend, - [220133] = 1, + anon_sym_ATendif, + [222261] = 1, ACTIONS(14325), 1, - anon_sym_ATendPushIf, - [220137] = 1, + anon_sym_ATendenv, + [222265] = 1, ACTIONS(14327), 1, - anon_sym_ATendPushOnce, - [220141] = 1, + anon_sym_ATendguest, + [222269] = 1, ACTIONS(14329), 1, - anon_sym_ATendpush, - [220145] = 1, + anon_sym_RBRACE_RBRACE, + [222273] = 1, ACTIONS(14331), 1, - anon_sym_ATendfragment, - [220149] = 1, + anon_sym_BANG_BANG_RBRACE, + [222277] = 1, ACTIONS(14333), 1, - anon_sym_ATendphp, - [220153] = 1, + anon_sym_ATendauth, + [222281] = 1, ACTIONS(14335), 1, - anon_sym_ATendstory, - [220157] = 1, + anon_sym_ATendphp, + [222285] = 1, ACTIONS(14337), 1, - anon_sym_BANG_BANG_RBRACE, - [220161] = 1, + anon_sym_ATendempty, + [222289] = 1, ACTIONS(14339), 1, - anon_sym_BANG_BANG_RBRACE, - [220165] = 1, + anon_sym_ATendfragment, + [222293] = 1, ACTIONS(14341), 1, - anon_sym_ATendphp, - [220169] = 1, + anon_sym_ATendisset, + [222297] = 1, ACTIONS(14343), 1, - anon_sym_ATendfragment, - [220173] = 1, + anon_sym_ATendpersist, + [222301] = 1, ACTIONS(14345), 1, - anon_sym_RPAREN, - [220177] = 1, + anon_sym_ATendpush, + [222305] = 1, ACTIONS(14347), 1, - anon_sym_RPAREN, - [220181] = 1, + anon_sym_ATendPushOnce, + [222309] = 1, ACTIONS(14349), 1, - anon_sym_ATendpush, - [220185] = 1, + anon_sym_ATendPushIf, + [222313] = 1, ACTIONS(14351), 1, - anon_sym_ATendPushOnce, - [220189] = 1, + anon_sym_ATendprepend, + [222317] = 1, ACTIONS(14353), 1, - anon_sym_ATendPushIf, - [220193] = 1, + anon_sym_ATendPrependOnce, + [222321] = 1, ACTIONS(14355), 1, - anon_sym_ATendprepend, - [220197] = 1, + anon_sym_ATendif, + [222325] = 1, ACTIONS(14357), 1, - anon_sym_ATendPrependOnce, - [220201] = 1, + anon_sym_ATendunless, + [222329] = 1, ACTIONS(14359), 1, - anon_sym_ATendif, - [220205] = 1, + anon_sym_ATendisset, + [222333] = 1, ACTIONS(14361), 1, - anon_sym_ATendunless, - [220209] = 1, + anon_sym_ATendempty, + [222337] = 1, ACTIONS(14363), 1, - anon_sym_ATendisset, - [220213] = 1, + anon_sym_ATendauth, + [222341] = 1, ACTIONS(14365), 1, - anon_sym_ATendempty, - [220217] = 1, + anon_sym_ATendguest, + [222345] = 1, ACTIONS(14367), 1, - anon_sym_ATendauth, - [220221] = 1, + anon_sym_ATendif, + [222349] = 1, ACTIONS(14369), 1, - anon_sym_ATendguest, - [220225] = 1, + anon_sym_ATendenv, + [222353] = 1, ACTIONS(14371), 1, - anon_sym_ATendguest, - [220229] = 1, + anon_sym_ATendif, + [222357] = 1, ACTIONS(14373), 1, - anon_sym_ATendenv, - [220233] = 1, - ACTIONS(14375), 1, anon_sym_ATendif, - [220237] = 1, + [222361] = 1, + ACTIONS(14375), 1, + anon_sym_ATenderror, + [222365] = 1, ACTIONS(14377), 1, - anon_sym_ATendif, - [220241] = 1, + anon_sym_ATendPrependOnce, + [222369] = 1, ACTIONS(14379), 1, - anon_sym_ATenderror, - [220245] = 1, + anon_sym_ATendcan, + [222373] = 1, ACTIONS(14381), 1, - anon_sym_RBRACE_RBRACE, - [220249] = 1, + anon_sym_ATendcannot, + [222377] = 1, ACTIONS(14383), 1, - anon_sym_ATendcan, - [220253] = 1, + anon_sym_ATendcanany, + [222381] = 1, ACTIONS(14385), 1, - anon_sym_ATendcannot, - [220257] = 1, + anon_sym_ATendfeature, + [222385] = 1, ACTIONS(14387), 1, - anon_sym_ATendcanany, - [220261] = 1, + aux_sym__custom_token3, + [222389] = 1, ACTIONS(14389), 1, - anon_sym_ATendfeature, - [220265] = 1, + anon_sym_ATendprepend, + [222393] = 1, ACTIONS(14391), 1, - aux_sym__custom_token3, - [220269] = 1, + anon_sym_ATendfor, + [222397] = 1, ACTIONS(14393), 1, - anon_sym_ATendpersist, - [220273] = 1, + anon_sym_ATendforeach, + [222401] = 1, ACTIONS(14395), 1, - anon_sym_ATendfor, - [220277] = 1, + anon_sym_ATendforelse, + [222405] = 1, ACTIONS(14397), 1, - anon_sym_ATendforeach, - [220281] = 1, + anon_sym_ATendwhile, + [222409] = 1, ACTIONS(14399), 1, - anon_sym_ATendforelse, - [220285] = 1, + anon_sym_ATendsetup, + [222413] = 1, ACTIONS(14401), 1, - anon_sym_ATendwhile, - [220289] = 1, + anon_sym_ATendtask, + [222417] = 1, ACTIONS(14403), 1, - anon_sym_ATendsetup, - [220293] = 1, + anon_sym_ATendstory, + [222421] = 1, ACTIONS(14405), 1, - anon_sym_ATendtask, - [220297] = 1, + anon_sym_ATendPushIf, + [222425] = 1, ACTIONS(14407), 1, - anon_sym_ATendstory, - [220301] = 1, + anon_sym_ATendPushOnce, + [222429] = 1, ACTIONS(14409), 1, - anon_sym_BANG_BANG_RBRACE, - [220305] = 1, + anon_sym_ATendpush, + [222433] = 1, ACTIONS(14411), 1, - anon_sym_RBRACE_RBRACE, - [220309] = 1, + anon_sym_ATendfragment, + [222437] = 1, ACTIONS(14413), 1, - anon_sym_ATenderror, - [220313] = 1, + anon_sym_ATendpersist, + [222441] = 1, ACTIONS(14415), 1, anon_sym_ATendteleport, - [220317] = 1, + [222445] = 1, ACTIONS(14417), 1, - anon_sym_ATendpersist, - [220321] = 1, + anon_sym_ATendvolt, + [222449] = 1, ACTIONS(14419), 1, - anon_sym_ATendteleport, - [220325] = 1, + anon_sym_ATendphp, + [222453] = 1, ACTIONS(14421), 1, - anon_sym_ATendvolt, - [220329] = 1, + anon_sym_BANG_BANG_RBRACE, + [222457] = 1, ACTIONS(14423), 1, - anon_sym_ATendvolt, - [220333] = 1, + anon_sym_RBRACE_RBRACE, + [222461] = 1, ACTIONS(14425), 1, anon_sym_RPAREN, - [220337] = 1, + [222465] = 1, ACTIONS(14427), 1, anon_sym_RPAREN, - [220341] = 1, - ACTIONS(12966), 1, + [222469] = 1, + ACTIONS(13044), 1, anon_sym_RPAREN, - [220345] = 1, + [222473] = 1, ACTIONS(14429), 1, - anon_sym_ATendenv, - [220349] = 1, - ACTIONS(12944), 1, anon_sym_RPAREN, - [220353] = 1, - ACTIONS(12926), 1, + [222477] = 1, + ACTIONS(13046), 1, anon_sym_RPAREN, - [220357] = 1, + [222481] = 1, ACTIONS(14431), 1, - anon_sym_ATendcan, - [220361] = 1, - ACTIONS(12920), 1, anon_sym_RPAREN, - [220365] = 1, + [222485] = 1, ACTIONS(14433), 1, anon_sym_ATendvolt, - [220369] = 1, + [222489] = 1, ACTIONS(14435), 1, anon_sym_ATendteleport, - [220373] = 1, + [222493] = 1, ACTIONS(14437), 1, - anon_sym_ATbreak, - [220377] = 1, - ACTIONS(14439), 1, anon_sym_ATendpersist, - [220381] = 1, - ACTIONS(12900), 1, - anon_sym_RPAREN, - [220385] = 1, + [222497] = 1, + ACTIONS(14439), 1, + anon_sym_ATendstory, + [222501] = 1, ACTIONS(14441), 1, anon_sym_RPAREN, - [220389] = 1, + [222505] = 1, ACTIONS(14443), 1, anon_sym_RPAREN, - [220393] = 1, + [222509] = 1, ACTIONS(14445), 1, - anon_sym_ATendstory, - [220397] = 1, - ACTIONS(14447), 1, anon_sym_ATendtask, - [220401] = 1, - ACTIONS(14449), 1, + [222513] = 1, + ACTIONS(14447), 1, anon_sym_ATendsetup, - [220405] = 1, + [222517] = 1, + ACTIONS(14449), 1, + anon_sym_ATendwhile, + [222521] = 1, ACTIONS(14451), 1, - anon_sym_ATendauth, - [220409] = 1, - ACTIONS(14453), 1, anon_sym_ATendforelse, - [220413] = 1, - ACTIONS(14455), 1, + [222525] = 1, + ACTIONS(14453), 1, anon_sym_ATendforeach, - [220417] = 1, - ACTIONS(14457), 1, + [222529] = 1, + ACTIONS(14455), 1, anon_sym_ATendfor, - [220421] = 1, - ACTIONS(14459), 1, + [222533] = 1, + ACTIONS(14457), 1, aux_sym__custom_token3, - [220425] = 1, - ACTIONS(14461), 1, + [222537] = 1, + ACTIONS(14459), 1, anon_sym_ATendfeature, - [220429] = 1, - ACTIONS(14463), 1, + [222541] = 1, + ACTIONS(14461), 1, anon_sym_ATendcanany, - [220433] = 1, - ACTIONS(14465), 1, + [222545] = 1, + ACTIONS(14463), 1, anon_sym_ATendcannot, - [220437] = 1, - ACTIONS(14467), 1, + [222549] = 1, + ACTIONS(14465), 1, anon_sym_ATendcan, - [220441] = 1, - ACTIONS(14469), 1, + [222553] = 1, + ACTIONS(14467), 1, anon_sym_ATenderror, - [220445] = 1, + [222557] = 1, + ACTIONS(14469), 1, + anon_sym_ATendif, + [222561] = 1, ACTIONS(14471), 1, anon_sym_ATendif, - [220449] = 1, + [222565] = 1, ACTIONS(14473), 1, - anon_sym_ATendif, - [220453] = 1, - ACTIONS(14475), 1, anon_sym_ATendenv, - [220457] = 1, - ACTIONS(12894), 1, - anon_sym_RPAREN, - [220461] = 1, - ACTIONS(14477), 1, + [222569] = 1, + ACTIONS(14475), 1, anon_sym_ATendguest, - [220465] = 1, + [222573] = 1, + ACTIONS(14477), 1, + anon_sym_LPAREN, + [222577] = 1, ACTIONS(14479), 1, - anon_sym_ATendfragment, - [220469] = 1, + anon_sym_ATendauth, + [222581] = 1, ACTIONS(14481), 1, anon_sym_ATendempty, - [220473] = 1, + [222585] = 1, ACTIONS(14483), 1, anon_sym_ATendisset, - [220477] = 1, + [222589] = 1, ACTIONS(14485), 1, anon_sym_ATendunless, - [220481] = 1, + [222593] = 1, ACTIONS(14487), 1, anon_sym_ATendif, - [220485] = 1, + [222597] = 1, ACTIONS(14489), 1, anon_sym_ATendPrependOnce, - [220489] = 1, + [222601] = 1, ACTIONS(14491), 1, anon_sym_ATendprepend, - [220493] = 1, + [222605] = 1, ACTIONS(14493), 1, anon_sym_ATendPushIf, - [220497] = 1, - ACTIONS(12896), 1, - anon_sym_RPAREN, - [220501] = 1, + [222609] = 1, ACTIONS(14495), 1, anon_sym_ATendPushOnce, - [220505] = 1, + [222613] = 1, ACTIONS(14497), 1, anon_sym_ATendpush, - [220509] = 1, - ACTIONS(12890), 1, - anon_sym_RPAREN, - [220513] = 1, + [222617] = 1, ACTIONS(14499), 1, anon_sym_ATendfragment, - [220517] = 1, + [222621] = 1, ACTIONS(14501), 1, anon_sym_ATendphp, - [220521] = 1, + [222625] = 1, ACTIONS(14503), 1, anon_sym_BANG_BANG_RBRACE, - [220525] = 1, + [222629] = 1, ACTIONS(14505), 1, anon_sym_RBRACE_RBRACE, - [220529] = 1, + [222633] = 1, ACTIONS(14507), 1, anon_sym_RPAREN, - [220533] = 1, - ACTIONS(13062), 1, - anon_sym_RPAREN, - [220537] = 1, + [222637] = 1, ACTIONS(14509), 1, - anon_sym_ATendif, - [220541] = 1, + anon_sym_RPAREN, + [222641] = 1, + ACTIONS(12896), 1, + anon_sym_RPAREN, + [222645] = 1, ACTIONS(14511), 1, - anon_sym_ATenderror, - [220545] = 1, + anon_sym_RPAREN, + [222649] = 1, ACTIONS(14513), 1, - anon_sym_ATendcan, - [220549] = 1, + anon_sym_ATendvolt, + [222653] = 1, ACTIONS(14515), 1, - anon_sym_RPAREN, - [220553] = 1, + anon_sym_ATendteleport, + [222657] = 1, ACTIONS(14517), 1, - anon_sym_RPAREN, - [220557] = 1, + anon_sym_ATendenv, + [222661] = 1, ACTIONS(14519), 1, - anon_sym_RPAREN, - [220561] = 1, + anon_sym_ATendstory, + [222665] = 1, ACTIONS(14521), 1, - anon_sym_ATendcannot, - [220565] = 1, + anon_sym_ATendtask, + [222669] = 1, ACTIONS(14523), 1, - anon_sym_ATendcanany, - [220569] = 1, - ACTIONS(12882), 1, - anon_sym_RPAREN, - [220573] = 1, - ACTIONS(12880), 1, - anon_sym_RPAREN, - [220577] = 1, + anon_sym_ATendsetup, + [222673] = 1, ACTIONS(14525), 1, - anon_sym_ATendfeature, - [220581] = 1, + anon_sym_ATendwhile, + [222677] = 1, ACTIONS(14527), 1, - anon_sym_ATendvolt, - [220585] = 1, + anon_sym_ATendforelse, + [222681] = 1, ACTIONS(14529), 1, - anon_sym_COMMA, - [220589] = 1, + anon_sym_ATendforeach, + [222685] = 1, ACTIONS(14531), 1, - aux_sym__custom_token3, - [220593] = 1, + anon_sym_ATendfor, + [222689] = 1, ACTIONS(14533), 1, - anon_sym_ATendteleport, - [220597] = 1, + aux_sym__custom_token3, + [222693] = 1, ACTIONS(14535), 1, - anon_sym_ATendpersist, - [220601] = 1, + anon_sym_ATendfeature, + [222697] = 1, ACTIONS(14537), 1, - anon_sym_ATendstory, - [220605] = 1, + anon_sym_ATendcanany, + [222701] = 1, ACTIONS(14539), 1, - anon_sym_ATendtask, - [220609] = 1, + anon_sym_ATendcannot, + [222705] = 1, ACTIONS(14541), 1, - anon_sym_ATendsetup, - [220613] = 1, + anon_sym_ATendcan, + [222709] = 1, ACTIONS(14543), 1, - anon_sym_ATendwhile, - [220617] = 1, + anon_sym_ATenderror, + [222713] = 1, ACTIONS(14545), 1, - anon_sym_ATendforelse, - [220621] = 1, + anon_sym_LPAREN, + [222717] = 1, ACTIONS(14547), 1, - anon_sym_ATendforeach, - [220625] = 1, + anon_sym_ATendif, + [222721] = 1, ACTIONS(14549), 1, - anon_sym_ATendfor, - [220629] = 1, + anon_sym_ATendif, + [222725] = 1, ACTIONS(14551), 1, - aux_sym__custom_token3, - [220633] = 1, + anon_sym_RBRACE_RBRACE, + [222729] = 1, ACTIONS(14553), 1, - anon_sym_ATendfeature, - [220637] = 1, + anon_sym_ATendguest, + [222733] = 1, ACTIONS(14555), 1, - anon_sym_ATendcanany, - [220641] = 1, + anon_sym_ATendauth, + [222737] = 1, ACTIONS(14557), 1, - anon_sym_ATendcannot, - [220645] = 1, + anon_sym_ATendempty, + [222741] = 1, ACTIONS(14559), 1, - anon_sym_ATendcan, - [220649] = 1, + anon_sym_ATendisset, + [222745] = 1, ACTIONS(14561), 1, - anon_sym_ATenderror, - [220653] = 1, + anon_sym_ATendunless, + [222749] = 1, ACTIONS(14563), 1, anon_sym_ATendif, - [220657] = 1, + [222753] = 1, ACTIONS(14565), 1, - anon_sym_ATendif, - [220661] = 1, + anon_sym_ATendPrependOnce, + [222757] = 1, ACTIONS(14567), 1, - anon_sym_ATendenv, - [220665] = 1, + anon_sym_ATendprepend, + [222761] = 1, ACTIONS(14569), 1, - anon_sym_ATendguest, - [220669] = 1, + anon_sym_ATendPushIf, + [222765] = 1, ACTIONS(14571), 1, - anon_sym_ATendauth, - [220673] = 1, + anon_sym_ATendPushOnce, + [222769] = 1, ACTIONS(14573), 1, - anon_sym_ATendfor, - [220677] = 1, + anon_sym_ATendpush, + [222773] = 1, ACTIONS(14575), 1, - anon_sym_ATendempty, - [220681] = 1, + anon_sym_ATendfragment, + [222777] = 1, ACTIONS(14577), 1, - anon_sym_ATendisset, - [220685] = 1, + anon_sym_ATendphp, + [222781] = 1, ACTIONS(14579), 1, - anon_sym_ATendunless, - [220689] = 1, + anon_sym_BANG_BANG_RBRACE, + [222785] = 1, ACTIONS(14581), 1, - anon_sym_ATendif, - [220693] = 1, + anon_sym_RBRACE_RBRACE, + [222789] = 1, ACTIONS(14583), 1, - anon_sym_ATendPrependOnce, - [220697] = 1, + anon_sym_RPAREN, + [222793] = 1, ACTIONS(14585), 1, - anon_sym_ATendprepend, - [220701] = 1, + anon_sym_RPAREN, + [222797] = 1, + ACTIONS(12856), 1, + anon_sym_RPAREN, + [222801] = 1, ACTIONS(14587), 1, - anon_sym_ATendPushIf, - [220705] = 1, + anon_sym_RPAREN, + [222805] = 1, ACTIONS(14589), 1, - anon_sym_ATendPushOnce, - [220709] = 1, + anon_sym_ATendvolt, + [222809] = 1, ACTIONS(14591), 1, - anon_sym_ATendpush, - [220713] = 1, + anon_sym_ATendteleport, + [222813] = 1, ACTIONS(14593), 1, - anon_sym_ATendfragment, - [220717] = 1, + anon_sym_ATendpersist, + [222817] = 1, ACTIONS(14595), 1, - anon_sym_ATendphp, - [220721] = 1, + anon_sym_ATendstory, + [222821] = 1, ACTIONS(14597), 1, - anon_sym_COMMA, - [220725] = 1, + anon_sym_ATendtask, + [222825] = 1, ACTIONS(14599), 1, - anon_sym_ATendforeach, - [220729] = 1, + anon_sym_ATendsetup, + [222829] = 1, ACTIONS(14601), 1, - anon_sym_BANG_BANG_RBRACE, - [220733] = 1, + anon_sym_ATendwhile, + [222833] = 1, ACTIONS(14603), 1, - anon_sym_RBRACE_RBRACE, - [220737] = 1, + anon_sym_ATendforelse, + [222837] = 1, ACTIONS(14605), 1, - anon_sym_RBRACE_RBRACE, - [220741] = 1, + anon_sym_ATendforeach, + [222841] = 1, ACTIONS(14607), 1, - anon_sym_BANG_BANG_RBRACE, - [220745] = 1, + anon_sym_ATendfor, + [222845] = 1, ACTIONS(14609), 1, - anon_sym_ATendforelse, - [220749] = 1, + aux_sym__custom_token3, + [222849] = 1, ACTIONS(14611), 1, - anon_sym_RPAREN, - [220753] = 1, + anon_sym_ATendfeature, + [222853] = 1, ACTIONS(14613), 1, - anon_sym_RPAREN, - [220757] = 1, + anon_sym_LPAREN, + [222857] = 1, ACTIONS(14615), 1, - anon_sym_ATendphp, - [220761] = 1, + anon_sym_ATendcanany, + [222861] = 1, ACTIONS(14617), 1, - anon_sym_RPAREN, - [220765] = 1, + anon_sym_ATendcannot, + [222865] = 1, ACTIONS(14619), 1, - anon_sym_RPAREN, - [220769] = 1, + anon_sym_ATendcan, + [222869] = 1, ACTIONS(14621), 1, - anon_sym_ATendguest, - [220773] = 1, + anon_sym_ATenderror, + [222873] = 1, ACTIONS(14623), 1, - anon_sym_ATendwhile, - [220777] = 1, + anon_sym_ATendif, + [222877] = 1, ACTIONS(14625), 1, - anon_sym_ATendpush, - [220781] = 1, + anon_sym_ATendif, + [222881] = 1, ACTIONS(14627), 1, - anon_sym_ATendPushOnce, - [220785] = 1, - ACTIONS(12862), 1, - anon_sym_RPAREN, - [220789] = 1, - ACTIONS(12860), 1, - anon_sym_RPAREN, - [220793] = 1, + anon_sym_ATendenv, + [222885] = 1, ACTIONS(14629), 1, - anon_sym_ATendprepend, - [220797] = 1, + anon_sym_ATendguest, + [222889] = 1, ACTIONS(14631), 1, - anon_sym_ATendPrependOnce, - [220801] = 1, + anon_sym_ATendauth, + [222893] = 1, ACTIONS(14633), 1, - anon_sym_ATendvolt, - [220805] = 1, + anon_sym_ATendempty, + [222897] = 1, ACTIONS(14635), 1, - anon_sym_ATendteleport, - [220809] = 1, + anon_sym_ATendisset, + [222901] = 1, ACTIONS(14637), 1, - anon_sym_ATendsetup, - [220813] = 1, + anon_sym_ATendunless, + [222905] = 1, ACTIONS(14639), 1, - anon_sym_ATendpersist, - [220817] = 1, + anon_sym_ATendif, + [222909] = 1, ACTIONS(14641), 1, - anon_sym_ATendstory, - [220821] = 1, + anon_sym_ATendPrependOnce, + [222913] = 1, ACTIONS(14643), 1, - anon_sym_ATendtask, - [220825] = 1, + anon_sym_ATendprepend, + [222917] = 1, ACTIONS(14645), 1, - anon_sym_ATendsetup, - [220829] = 1, + anon_sym_ATendPushIf, + [222921] = 1, ACTIONS(14647), 1, - anon_sym_ATendwhile, - [220833] = 1, + anon_sym_ATendPushOnce, + [222925] = 1, ACTIONS(14649), 1, - anon_sym_ATendforelse, - [220837] = 1, + anon_sym_ATendpush, + [222929] = 1, ACTIONS(14651), 1, - anon_sym_ATendforeach, - [220841] = 1, + anon_sym_ATendfragment, + [222933] = 1, ACTIONS(14653), 1, - anon_sym_ATendfor, - [220845] = 1, + anon_sym_ATendphp, + [222937] = 1, ACTIONS(14655), 1, - aux_sym__custom_token3, - [220849] = 1, + anon_sym_BANG_BANG_RBRACE, + [222941] = 1, ACTIONS(14657), 1, - anon_sym_ATendfeature, - [220853] = 1, + anon_sym_ATendPushIf, + [222945] = 1, ACTIONS(14659), 1, - anon_sym_ATendcanany, - [220857] = 1, + anon_sym_RPAREN, + [222949] = 1, ACTIONS(14661), 1, - anon_sym_COMMA, - [220861] = 1, + anon_sym_RPAREN, + [222953] = 1, + ACTIONS(13000), 1, + anon_sym_RPAREN, + [222957] = 1, ACTIONS(14663), 1, - anon_sym_ATendtask, - [220865] = 1, + anon_sym_RPAREN, + [222961] = 1, ACTIONS(14665), 1, - anon_sym_ATendcannot, - [220869] = 1, + anon_sym_ATendvolt, + [222965] = 1, ACTIONS(14667), 1, - anon_sym_ATendcan, - [220873] = 1, + anon_sym_ATendteleport, + [222969] = 1, ACTIONS(14669), 1, - anon_sym_ATenderror, - [220877] = 1, + anon_sym_ATendpersist, + [222973] = 1, ACTIONS(14671), 1, - anon_sym_ATendif, - [220881] = 1, + anon_sym_ATendstory, + [222977] = 1, ACTIONS(14673), 1, - anon_sym_ATendif, - [220885] = 1, + anon_sym_ATendtask, + [222981] = 1, ACTIONS(14675), 1, - anon_sym_ATendenv, - [220889] = 1, + anon_sym_ATendsetup, + [222985] = 1, ACTIONS(14677), 1, - anon_sym_ATendif, - [220893] = 1, + anon_sym_ATendwhile, + [222989] = 1, ACTIONS(14679), 1, - anon_sym_ATendguest, - [220897] = 1, + anon_sym_ATendforelse, + [222993] = 1, ACTIONS(14681), 1, - anon_sym_ATendauth, - [220901] = 1, + anon_sym_LPAREN, + [222997] = 1, ACTIONS(14683), 1, - anon_sym_ATendempty, - [220905] = 1, + anon_sym_ATendforeach, + [223001] = 1, ACTIONS(14685), 1, - anon_sym_ATendisset, - [220909] = 1, + anon_sym_ATendfor, + [223005] = 1, ACTIONS(14687), 1, - anon_sym_COMMA, - [220913] = 1, + aux_sym__custom_token3, + [223009] = 1, ACTIONS(14689), 1, - anon_sym_ATendunless, - [220917] = 1, + anon_sym_ATendfeature, + [223013] = 1, ACTIONS(14691), 1, - anon_sym_ATendif, - [220921] = 1, + anon_sym_ATendcanany, + [223017] = 1, ACTIONS(14693), 1, - anon_sym_ATendPrependOnce, - [220925] = 1, + anon_sym_ATendcannot, + [223021] = 1, ACTIONS(14695), 1, - anon_sym_ATendprepend, - [220929] = 1, + anon_sym_ATendcan, + [223025] = 1, ACTIONS(14697), 1, - anon_sym_ATendPushIf, - [220933] = 1, + anon_sym_ATenderror, + [223029] = 1, ACTIONS(14699), 1, - anon_sym_ATendPushOnce, - [220937] = 1, + anon_sym_ATendif, + [223033] = 1, ACTIONS(14701), 1, - anon_sym_ATendpush, - [220941] = 1, + anon_sym_ATendif, + [223037] = 1, ACTIONS(14703), 1, - anon_sym_ATendunless, - [220945] = 1, + anon_sym_ATendenv, + [223041] = 1, ACTIONS(14705), 1, - anon_sym_ATendstory, - [220949] = 1, + anon_sym_ATendguest, + [223045] = 1, ACTIONS(14707), 1, - anon_sym_ATendisset, - [220953] = 1, + anon_sym_ATendauth, + [223049] = 1, ACTIONS(14709), 1, - anon_sym_ATendfragment, - [220957] = 1, + anon_sym_ATendempty, + [223053] = 1, ACTIONS(14711), 1, - anon_sym_ATendphp, - [220961] = 1, + anon_sym_ATendisset, + [223057] = 1, ACTIONS(14713), 1, - anon_sym_BANG_BANG_RBRACE, - [220965] = 1, + anon_sym_ATendunless, + [223061] = 1, ACTIONS(14715), 1, - anon_sym_RBRACE_RBRACE, - [220969] = 1, + anon_sym_ATendif, + [223065] = 1, ACTIONS(14717), 1, - anon_sym_ATendempty, - [220973] = 1, + anon_sym_ATendPrependOnce, + [223069] = 1, ACTIONS(14719), 1, - anon_sym_ATendauth, - [220977] = 1, + anon_sym_ATendprepend, + [223073] = 1, ACTIONS(14721), 1, anon_sym_ATendPushIf, - [220981] = 1, + [223077] = 1, ACTIONS(14723), 1, - anon_sym_ATendpersist, - [220985] = 1, + anon_sym_ATendPushOnce, + [223081] = 1, ACTIONS(14725), 1, - anon_sym_RPAREN, - [220989] = 1, + anon_sym_ATendpush, + [223085] = 1, ACTIONS(14727), 1, - anon_sym_ATendPushIf, - [220993] = 1, + anon_sym_ATendfragment, + [223089] = 1, ACTIONS(14729), 1, - anon_sym_COMMA, - [220997] = 1, - ACTIONS(13064), 1, - anon_sym_RPAREN, - [221001] = 1, + anon_sym_ATendphp, + [223093] = 1, ACTIONS(14731), 1, - anon_sym_ATendenv, - [221005] = 1, + anon_sym_BANG_BANG_RBRACE, + [223097] = 1, ACTIONS(14733), 1, - anon_sym_ATendif, - [221009] = 1, + anon_sym_RBRACE_RBRACE, + [223101] = 1, ACTIONS(14735), 1, anon_sym_RPAREN, - [221013] = 1, + [223105] = 1, ACTIONS(14737), 1, anon_sym_RPAREN, - [221017] = 1, + [223109] = 1, + ACTIONS(12872), 1, + anon_sym_RPAREN, + [223113] = 1, ACTIONS(14739), 1, - anon_sym_ATendif, - [221021] = 1, + anon_sym_RPAREN, + [223117] = 1, ACTIONS(14741), 1, anon_sym_ATendvolt, - [221025] = 1, + [223121] = 1, ACTIONS(14743), 1, - anon_sym_ATenderror, - [221029] = 1, - ACTIONS(12822), 1, - anon_sym_RPAREN, - [221033] = 1, - ACTIONS(12816), 1, - anon_sym_RPAREN, - [221037] = 1, + anon_sym_ATendteleport, + [223125] = 1, ACTIONS(14745), 1, - anon_sym_ATendcan, - [221041] = 1, + anon_sym_ATendpersist, + [223129] = 1, ACTIONS(14747), 1, - anon_sym_ATendcannot, - [221045] = 1, + anon_sym_ATendstory, + [223133] = 1, ACTIONS(14749), 1, - anon_sym_ATendvolt, - [221049] = 1, + anon_sym_LPAREN, + [223137] = 1, ACTIONS(14751), 1, - anon_sym_ATendteleport, - [221053] = 1, + anon_sym_ATendtask, + [223141] = 1, ACTIONS(14753), 1, - anon_sym_ATendpersist, - [221057] = 1, + anon_sym_ATendsetup, + [223145] = 1, ACTIONS(14755), 1, - anon_sym_ATendstory, - [221061] = 1, + anon_sym_ATendwhile, + [223149] = 1, ACTIONS(14757), 1, - anon_sym_ATendtask, - [221065] = 1, + anon_sym_ATendforelse, + [223153] = 1, ACTIONS(14759), 1, - anon_sym_ATendsetup, - [221069] = 1, + anon_sym_ATendforeach, + [223157] = 1, ACTIONS(14761), 1, - anon_sym_ATendwhile, - [221073] = 1, + anon_sym_ATendfor, + [223161] = 1, ACTIONS(14763), 1, - anon_sym_ATendforelse, - [221077] = 1, + aux_sym__custom_token3, + [223165] = 1, ACTIONS(14765), 1, - anon_sym_ATendforeach, - [221081] = 1, + anon_sym_ATendfeature, + [223169] = 1, ACTIONS(14767), 1, - anon_sym_ATendif, - [221085] = 1, + anon_sym_ATendcanany, + [223173] = 1, ACTIONS(14769), 1, - anon_sym_ATendfor, - [221089] = 1, + anon_sym_ATendcannot, + [223177] = 1, ACTIONS(14771), 1, - aux_sym__custom_token3, - [221093] = 1, + anon_sym_ATendcan, + [223181] = 1, ACTIONS(14773), 1, - anon_sym_ATendfeature, - [221097] = 1, + anon_sym_ATenderror, + [223185] = 1, ACTIONS(14775), 1, - anon_sym_ATendcanany, - [221101] = 1, + anon_sym_ATendif, + [223189] = 1, ACTIONS(14777), 1, - anon_sym_ATendcannot, - [221105] = 1, + anon_sym_ATendif, + [223193] = 1, ACTIONS(14779), 1, - anon_sym_ATendcan, - [221109] = 1, + anon_sym_ATendenv, + [223197] = 1, ACTIONS(14781), 1, - anon_sym_ATenderror, - [221113] = 1, + anon_sym_ATendguest, + [223201] = 1, ACTIONS(14783), 1, - anon_sym_ATendif, - [221117] = 1, + anon_sym_ATendauth, + [223205] = 1, ACTIONS(14785), 1, - anon_sym_ATendif, - [221121] = 1, + anon_sym_ATendempty, + [223209] = 1, ACTIONS(14787), 1, - anon_sym_ATendenv, - [221125] = 1, + anon_sym_ATendisset, + [223213] = 1, ACTIONS(14789), 1, - anon_sym_ATendcanany, - [221129] = 1, + anon_sym_ATendunless, + [223217] = 1, ACTIONS(14791), 1, - anon_sym_COMMA, - [221133] = 1, - ACTIONS(13080), 1, - anon_sym_RPAREN, - [221137] = 1, + anon_sym_ATendif, + [223221] = 1, ACTIONS(14793), 1, - anon_sym_ATendguest, - [221141] = 1, + anon_sym_ATendPrependOnce, + [223225] = 1, ACTIONS(14795), 1, - anon_sym_ATendauth, - [221145] = 1, + anon_sym_ATendprepend, + [223229] = 1, ACTIONS(14797), 1, - anon_sym_ATendempty, - [221149] = 1, + anon_sym_ATendpush, + [223233] = 1, ACTIONS(14799), 1, - anon_sym_ATendisset, - [221153] = 1, + anon_sym_ATendPushOnce, + [223237] = 1, ACTIONS(14801), 1, - anon_sym_ATendunless, - [221157] = 1, + anon_sym_ATendwhile, + [223241] = 1, ACTIONS(14803), 1, - anon_sym_ATendif, - [221161] = 1, + anon_sym_ATendfragment, + [223245] = 1, ACTIONS(14805), 1, - anon_sym_ATendPrependOnce, - [221165] = 1, + anon_sym_ATendphp, + [223249] = 1, ACTIONS(14807), 1, - anon_sym_ATendprepend, - [221169] = 1, + anon_sym_BANG_BANG_RBRACE, + [223253] = 1, ACTIONS(14809), 1, - anon_sym_ATendPushIf, - [221173] = 1, - ACTIONS(13088), 1, - anon_sym_RPAREN, - [221177] = 1, + anon_sym_RBRACE_RBRACE, + [223257] = 1, ACTIONS(14811), 1, - anon_sym_ATendPushOnce, - [221181] = 1, + anon_sym_RPAREN, + [223261] = 1, ACTIONS(14813), 1, - anon_sym_ATendvolt, - [221185] = 1, + anon_sym_RPAREN, + [223265] = 1, + ACTIONS(12970), 1, + anon_sym_RPAREN, + [223269] = 1, ACTIONS(14815), 1, - anon_sym_ATendpush, - [221189] = 1, + anon_sym_RPAREN, + [223273] = 1, ACTIONS(14817), 1, - anon_sym_ATendfeature, - [221193] = 1, + anon_sym_LPAREN, + [223277] = 1, ACTIONS(14819), 1, - anon_sym_ATendwhile, - [221197] = 1, + anon_sym_ATendvolt, + [223281] = 1, ACTIONS(14821), 1, - anon_sym_ATendfragment, - [221201] = 1, + anon_sym_ATendteleport, + [223285] = 1, ACTIONS(14823), 1, - anon_sym_ATendphp, - [221205] = 1, + anon_sym_ATendpersist, + [223289] = 1, ACTIONS(14825), 1, - anon_sym_BANG_BANG_RBRACE, - [221209] = 1, + anon_sym_ATendstory, + [223293] = 1, ACTIONS(14827), 1, - anon_sym_RBRACE_RBRACE, - [221213] = 1, + anon_sym_ATendtask, + [223297] = 1, ACTIONS(14829), 1, - anon_sym_ATendfor, - [221217] = 1, + anon_sym_ATendsetup, + [223301] = 1, ACTIONS(14831), 1, - anon_sym_ATendif, - [221221] = 1, + anon_sym_ATendwhile, + [223305] = 1, ACTIONS(14833), 1, - anon_sym_ATendforeach, - [221225] = 1, + anon_sym_ATendforelse, + [223309] = 1, ACTIONS(14835), 1, - anon_sym_ATendenv, - [221229] = 1, + anon_sym_ATendforeach, + [223313] = 1, ACTIONS(14837), 1, - anon_sym_ATendvolt, - [221233] = 1, + anon_sym_ATendfor, + [223317] = 1, ACTIONS(14839), 1, - anon_sym_ATendteleport, - [221237] = 1, + aux_sym__custom_token3, + [223321] = 1, ACTIONS(14841), 1, - anon_sym_ATendforelse, - [221241] = 1, + anon_sym_ATendfeature, + [223325] = 1, ACTIONS(14843), 1, - aux_sym__custom_token3, - [221245] = 1, + anon_sym_ATendcanany, + [223329] = 1, ACTIONS(14845), 1, - anon_sym_RPAREN, - [221249] = 1, + anon_sym_ATendcannot, + [223333] = 1, ACTIONS(14847), 1, - anon_sym_RPAREN, - [221253] = 1, + anon_sym_ATendcan, + [223337] = 1, ACTIONS(14849), 1, - anon_sym_ATendsetup, - [221257] = 1, + anon_sym_ATenderror, + [223341] = 1, ACTIONS(14851), 1, - anon_sym_ATendtask, - [221261] = 1, + anon_sym_ATendif, + [223345] = 1, ACTIONS(14853), 1, - anon_sym_ATendstory, - [221265] = 1, + anon_sym_ATendif, + [223349] = 1, ACTIONS(14855), 1, - anon_sym_COMMA, - [221269] = 1, + anon_sym_ATendenv, + [223353] = 1, ACTIONS(14857), 1, - anon_sym_ATendpersist, - [221273] = 1, - ACTIONS(12796), 1, - anon_sym_RPAREN, - [221277] = 1, - ACTIONS(12794), 1, - anon_sym_RPAREN, - [221281] = 1, + anon_sym_ATendguest, + [223357] = 1, ACTIONS(14859), 1, - anon_sym_ATendvolt, - [221285] = 1, + anon_sym_ATendauth, + [223361] = 1, ACTIONS(14861), 1, - anon_sym_ATendteleport, - [221289] = 1, + anon_sym_ATendempty, + [223365] = 1, ACTIONS(14863), 1, - anon_sym_ATendpersist, - [221293] = 1, + anon_sym_ATendisset, + [223369] = 1, ACTIONS(14865), 1, - anon_sym_ATendstory, - [221297] = 1, + anon_sym_ATendunless, + [223373] = 1, ACTIONS(14867), 1, - anon_sym_ATendtask, - [221301] = 1, + anon_sym_ATendif, + [223377] = 1, ACTIONS(14869), 1, - anon_sym_ATendsetup, - [221305] = 1, + anon_sym_ATendPrependOnce, + [223381] = 1, ACTIONS(14871), 1, - anon_sym_ATendwhile, - [221309] = 1, + anon_sym_ATendprepend, + [223385] = 1, ACTIONS(14873), 1, - anon_sym_ATendteleport, - [221313] = 1, + anon_sym_ATendPushIf, + [223389] = 1, ACTIONS(14875), 1, - anon_sym_ATendpersist, - [221317] = 1, + anon_sym_ATendPushOnce, + [223393] = 1, ACTIONS(14877), 1, - anon_sym_ATendforelse, - [221321] = 1, + anon_sym_ATendpush, + [223397] = 1, ACTIONS(14879), 1, - anon_sym_ATendforeach, - [221325] = 1, + anon_sym_ATendfragment, + [223401] = 1, ACTIONS(14881), 1, - anon_sym_ATendfor, - [221329] = 1, + anon_sym_ATendphp, + [223405] = 1, ACTIONS(14883), 1, - aux_sym__custom_token3, - [221333] = 1, + anon_sym_BANG_BANG_RBRACE, + [223409] = 1, ACTIONS(14885), 1, - anon_sym_ATendfeature, - [221337] = 1, + anon_sym_RBRACE_RBRACE, + [223413] = 1, ACTIONS(14887), 1, - anon_sym_ATendcanany, - [221341] = 1, + anon_sym_LPAREN, + [223417] = 1, ACTIONS(14889), 1, - anon_sym_ATendcannot, - [221345] = 1, + anon_sym_RPAREN, + [223421] = 1, ACTIONS(14891), 1, - anon_sym_ATendcan, - [221349] = 1, + anon_sym_RPAREN, + [223425] = 1, + ACTIONS(13052), 1, + anon_sym_RPAREN, + [223429] = 1, ACTIONS(14893), 1, - anon_sym_ATenderror, - [221353] = 1, + anon_sym_RPAREN, + [223433] = 1, ACTIONS(14895), 1, - anon_sym_ATendguest, - [221357] = 1, + anon_sym_ATendvolt, + [223437] = 1, ACTIONS(14897), 1, - anon_sym_ATendif, - [221361] = 1, + anon_sym_ATendteleport, + [223441] = 1, ACTIONS(14899), 1, - anon_sym_ATendif, - [221365] = 1, + anon_sym_ATendpersist, + [223445] = 1, ACTIONS(14901), 1, - anon_sym_ATendenv, - [221369] = 1, + anon_sym_ATendstory, + [223449] = 1, ACTIONS(14903), 1, - anon_sym_ATendguest, - [221373] = 1, + anon_sym_ATendtask, + [223453] = 1, ACTIONS(14905), 1, - anon_sym_ATendauth, - [221377] = 1, + anon_sym_ATendsetup, + [223457] = 1, ACTIONS(14907), 1, - anon_sym_ATendempty, - [221381] = 1, + anon_sym_RPAREN, + [223461] = 1, ACTIONS(14909), 1, - anon_sym_ATendisset, - [221385] = 1, + anon_sym_ATendforelse, + [223465] = 1, ACTIONS(14911), 1, - anon_sym_ATendunless, - [221389] = 1, + anon_sym_ATendforeach, + [223469] = 1, ACTIONS(14913), 1, - anon_sym_ATendif, - [221393] = 1, + anon_sym_ATendfor, + [223473] = 1, ACTIONS(14915), 1, - anon_sym_ATendPrependOnce, - [221397] = 1, + aux_sym__custom_token3, + [223477] = 1, ACTIONS(14917), 1, - anon_sym_ATendprepend, - [221401] = 1, + anon_sym_ATendfeature, + [223481] = 1, ACTIONS(14919), 1, - anon_sym_COMMA, - [221405] = 1, + anon_sym_ATendcanany, + [223485] = 1, ACTIONS(14921), 1, - anon_sym_ATendauth, - [221409] = 1, + anon_sym_ATendcannot, + [223489] = 1, ACTIONS(14923), 1, - anon_sym_ATendPushIf, - [221413] = 1, + anon_sym_ATendcan, + [223493] = 1, ACTIONS(14925), 1, - anon_sym_ATendPushOnce, - [221417] = 1, + anon_sym_ATenderror, + [223497] = 1, ACTIONS(14927), 1, - anon_sym_ATendpush, - [221421] = 1, + anon_sym_ATendif, + [223501] = 1, ACTIONS(14929), 1, - anon_sym_ATendpersist, - [221425] = 1, + anon_sym_ATendif, + [223505] = 1, ACTIONS(14931), 1, - anon_sym_ATendteleport, - [221429] = 1, + anon_sym_ATendenv, + [223509] = 1, ACTIONS(14933), 1, - anon_sym_ATendfragment, - [221433] = 1, + anon_sym_ATendguest, + [223513] = 1, ACTIONS(14935), 1, - anon_sym_ATendphp, - [221437] = 1, + anon_sym_ATendauth, + [223517] = 1, ACTIONS(14937), 1, - anon_sym_BANG_BANG_RBRACE, - [221441] = 1, + anon_sym_ATendempty, + [223521] = 1, ACTIONS(14939), 1, - anon_sym_RBRACE_RBRACE, - [221445] = 1, + anon_sym_ATendisset, + [223525] = 1, ACTIONS(14941), 1, - anon_sym_ATendfeature, - [221449] = 1, + anon_sym_ATendunless, + [223529] = 1, ACTIONS(14943), 1, - anon_sym_ATendvolt, - [221453] = 1, + anon_sym_ATendif, + [223533] = 1, ACTIONS(14945), 1, - anon_sym_RPAREN, - [221457] = 1, + anon_sym_ATendPrependOnce, + [223537] = 1, ACTIONS(14947), 1, - anon_sym_ATendsetup, - [221461] = 1, + anon_sym_ATendprepend, + [223541] = 1, ACTIONS(14949), 1, - anon_sym_ATendstory, - [221465] = 1, + anon_sym_ATendPushIf, + [223545] = 1, ACTIONS(14951), 1, - anon_sym_RPAREN, - [221469] = 1, + anon_sym_ATendPushOnce, + [223549] = 1, ACTIONS(14953), 1, - anon_sym_RPAREN, - [221473] = 1, - ACTIONS(12726), 1, - anon_sym_RPAREN, - [221477] = 1, - ACTIONS(12760), 1, - anon_sym_RPAREN, - [221481] = 1, - ACTIONS(12732), 1, - anon_sym_RPAREN, - [221485] = 1, - ACTIONS(12758), 1, - anon_sym_RPAREN, - [221489] = 1, + anon_sym_ATendpush, + [223553] = 1, ACTIONS(14955), 1, - anon_sym_ATendtask, - [221493] = 1, + anon_sym_LPAREN, + [223557] = 1, ACTIONS(14957), 1, - anon_sym_ATendfor, - [221497] = 1, + anon_sym_ATendfragment, + [223561] = 1, ACTIONS(14959), 1, - anon_sym_ATendvolt, - [221501] = 1, + anon_sym_ATendphp, + [223565] = 1, ACTIONS(14961), 1, - anon_sym_ATendteleport, - [221505] = 1, + anon_sym_BANG_BANG_RBRACE, + [223569] = 1, ACTIONS(14963), 1, - anon_sym_ATendpersist, - [221509] = 1, + anon_sym_RBRACE_RBRACE, + [223573] = 1, ACTIONS(14965), 1, - anon_sym_ATendstory, - [221513] = 1, + anon_sym_RPAREN, + [223577] = 1, ACTIONS(14967), 1, - anon_sym_ATendtask, - [221517] = 1, + anon_sym_RPAREN, + [223581] = 1, + ACTIONS(12934), 1, + anon_sym_RPAREN, + [223585] = 1, ACTIONS(14969), 1, - anon_sym_ATendsetup, - [221521] = 1, + anon_sym_RPAREN, + [223589] = 1, ACTIONS(14971), 1, - anon_sym_ATendwhile, - [221525] = 1, + anon_sym_ATendvolt, + [223593] = 1, ACTIONS(14973), 1, - anon_sym_ATendforelse, - [221529] = 1, + anon_sym_ATendteleport, + [223597] = 1, ACTIONS(14975), 1, - anon_sym_ATendforeach, - [221533] = 1, + anon_sym_ATendpersist, + [223601] = 1, ACTIONS(14977), 1, - anon_sym_ATendempty, - [221537] = 1, + anon_sym_ATendstory, + [223605] = 1, ACTIONS(14979), 1, - anon_sym_COMMA, - [221541] = 1, + anon_sym_ATendtask, + [223609] = 1, ACTIONS(14981), 1, - anon_sym_ATendguest, - [221545] = 1, + anon_sym_ATendsetup, + [223613] = 1, ACTIONS(14983), 1, - aux_sym__custom_token3, - [221549] = 1, + anon_sym_ATendwhile, + [223617] = 1, ACTIONS(14985), 1, - anon_sym_ATendfeature, - [221553] = 1, + anon_sym_ATendforelse, + [223621] = 1, ACTIONS(14987), 1, - anon_sym_ATendcanany, - [221557] = 1, + anon_sym_ATendforeach, + [223625] = 1, ACTIONS(14989), 1, - anon_sym_ATendcannot, - [221561] = 1, + anon_sym_ATendfor, + [223629] = 1, ACTIONS(14991), 1, - anon_sym_ATendcan, - [221565] = 1, + aux_sym__custom_token3, + [223633] = 1, ACTIONS(14993), 1, - anon_sym_ATenderror, - [221569] = 1, + anon_sym_ATendfeature, + [223637] = 1, ACTIONS(14995), 1, - anon_sym_ATendif, - [221573] = 1, + anon_sym_ATendcanany, + [223641] = 1, ACTIONS(14997), 1, - anon_sym_ATendif, - [221577] = 1, + anon_sym_ATendcannot, + [223645] = 1, ACTIONS(14999), 1, - anon_sym_ATendenv, - [221581] = 1, + anon_sym_ATendcan, + [223649] = 1, ACTIONS(15001), 1, - anon_sym_ATendstory, - [221585] = 1, + anon_sym_ATenderror, + [223653] = 1, ACTIONS(15003), 1, - anon_sym_ATendtask, - [221589] = 1, + anon_sym_ATendif, + [223657] = 1, ACTIONS(15005), 1, - anon_sym_ATendsetup, - [221593] = 1, + anon_sym_ATendif, + [223661] = 1, ACTIONS(15007), 1, - anon_sym_RPAREN, - [221597] = 1, + anon_sym_ATendenv, + [223665] = 1, ACTIONS(15009), 1, anon_sym_ATendguest, - [221601] = 1, + [223669] = 1, ACTIONS(15011), 1, anon_sym_ATendauth, - [221605] = 1, + [223673] = 1, ACTIONS(15013), 1, anon_sym_ATendempty, - [221609] = 1, + [223677] = 1, ACTIONS(15015), 1, anon_sym_ATendisset, - [221613] = 1, + [223681] = 1, ACTIONS(15017), 1, anon_sym_ATendunless, - [221617] = 1, + [223685] = 1, ACTIONS(15019), 1, - anon_sym_ATendpersist, - [221621] = 1, + anon_sym_ATendif, + [223689] = 1, ACTIONS(15021), 1, anon_sym_ATendPrependOnce, - [221625] = 1, + [223693] = 1, ACTIONS(15023), 1, - anon_sym_ATendwhile, - [221629] = 1, + anon_sym_LPAREN, + [223697] = 1, ACTIONS(15025), 1, anon_sym_ATendprepend, - [221633] = 1, + [223701] = 1, ACTIONS(15027), 1, anon_sym_ATendPushIf, - [221637] = 1, + [223705] = 1, ACTIONS(15029), 1, anon_sym_ATendPushOnce, - [221641] = 1, + [223709] = 1, ACTIONS(15031), 1, anon_sym_ATendpush, - [221645] = 1, + [223713] = 1, ACTIONS(15033), 1, anon_sym_ATendfragment, - [221649] = 1, + [223717] = 1, ACTIONS(15035), 1, anon_sym_ATendphp, - [221653] = 1, + [223721] = 1, ACTIONS(15037), 1, anon_sym_BANG_BANG_RBRACE, - [221657] = 1, + [223725] = 1, ACTIONS(15039), 1, anon_sym_RBRACE_RBRACE, - [221661] = 1, + [223729] = 1, ACTIONS(15041), 1, - anon_sym_ATendforelse, - [221665] = 1, + anon_sym_RPAREN, + [223733] = 1, ACTIONS(15043), 1, - anon_sym_ATendforeach, - [221669] = 1, + anon_sym_ATendteleport, + [223737] = 1, + ACTIONS(12866), 1, + anon_sym_RPAREN, + [223741] = 1, ACTIONS(15045), 1, - anon_sym_ATendfor, - [221673] = 1, + anon_sym_RPAREN, + [223745] = 1, ACTIONS(15047), 1, - anon_sym_COMMA, - [221677] = 1, + anon_sym_ATendvolt, + [223749] = 1, ACTIONS(15049), 1, - anon_sym_ATendempty, - [221681] = 1, + anon_sym_ATendpush, + [223753] = 1, ACTIONS(15051), 1, - aux_sym__custom_token3, - [221685] = 1, + anon_sym_ATendpersist, + [223757] = 1, ACTIONS(15053), 1, - anon_sym_ATendfeature, - [221689] = 1, + anon_sym_ATendstory, + [223761] = 1, ACTIONS(15055), 1, - anon_sym_ATendcanany, - [221693] = 1, + anon_sym_ATendtask, + [223765] = 1, ACTIONS(15057), 1, - anon_sym_RPAREN, - [221697] = 1, + anon_sym_ATendsetup, + [223769] = 1, ACTIONS(15059), 1, - anon_sym_RPAREN, - [221701] = 1, - ACTIONS(12724), 1, - anon_sym_RPAREN, - [221705] = 1, - ACTIONS(12728), 1, - anon_sym_RPAREN, - [221709] = 1, + anon_sym_ATendwhile, + [223773] = 1, ACTIONS(15061), 1, - anon_sym_RBRACE_RBRACE, - [221713] = 1, + anon_sym_ATendforelse, + [223777] = 1, ACTIONS(15063), 1, - anon_sym_BANG_BANG_RBRACE, - [221717] = 1, + anon_sym_ATendforeach, + [223781] = 1, ACTIONS(15065), 1, - anon_sym_ATendwhile, - [221721] = 1, + anon_sym_ATendfor, + [223785] = 1, ACTIONS(15067), 1, - anon_sym_ATendforelse, - [221725] = 1, + aux_sym__custom_token3, + [223789] = 1, ACTIONS(15069), 1, - anon_sym_ATendforeach, - [221729] = 1, + anon_sym_ATendfeature, + [223793] = 1, ACTIONS(15071), 1, - anon_sym_ATendvolt, - [221733] = 1, + anon_sym_ATendcanany, + [223797] = 1, ACTIONS(15073), 1, - anon_sym_ATendteleport, - [221737] = 1, + anon_sym_ATendcannot, + [223801] = 1, ACTIONS(15075), 1, - anon_sym_ATendpersist, - [221741] = 1, + anon_sym_ATendcan, + [223805] = 1, ACTIONS(15077), 1, - anon_sym_ATendstory, - [221745] = 1, + anon_sym_ATenderror, + [223809] = 1, ACTIONS(15079), 1, - anon_sym_ATendtask, - [221749] = 1, + anon_sym_ATendif, + [223813] = 1, ACTIONS(15081), 1, - anon_sym_ATendsetup, - [221753] = 1, + anon_sym_ATendif, + [223817] = 1, ACTIONS(15083), 1, - anon_sym_ATendwhile, - [221757] = 1, + anon_sym_ATendenv, + [223821] = 1, ACTIONS(15085), 1, - anon_sym_ATendforelse, - [221761] = 1, + anon_sym_ATendguest, + [223825] = 1, ACTIONS(15087), 1, - anon_sym_ATendcannot, - [221765] = 1, + anon_sym_ATendauth, + [223829] = 1, ACTIONS(15089), 1, - anon_sym_ATendforeach, - [221769] = 1, + anon_sym_ATendempty, + [223833] = 1, ACTIONS(15091), 1, - anon_sym_ATendfor, - [221773] = 1, + anon_sym_LPAREN, + [223837] = 1, ACTIONS(15093), 1, - aux_sym__custom_token3, - [221777] = 1, + anon_sym_ATendisset, + [223841] = 1, ACTIONS(15095), 1, - anon_sym_ATendfeature, - [221781] = 1, + anon_sym_ATendunless, + [223845] = 1, ACTIONS(15097), 1, - anon_sym_ATendcanany, - [221785] = 1, + anon_sym_ATendif, + [223849] = 1, ACTIONS(15099), 1, - anon_sym_ATendcannot, - [221789] = 1, + anon_sym_ATendPrependOnce, + [223853] = 1, ACTIONS(15101), 1, - anon_sym_ATendcan, - [221793] = 1, + anon_sym_ATendprepend, + [223857] = 1, ACTIONS(15103), 1, - anon_sym_ATenderror, - [221797] = 1, + anon_sym_ATendPushIf, + [223861] = 1, ACTIONS(15105), 1, - anon_sym_ATendif, - [221801] = 1, + anon_sym_ATendPushOnce, + [223865] = 1, ACTIONS(15107), 1, - anon_sym_ATendif, - [221805] = 1, + anon_sym_ATendpush, + [223869] = 1, ACTIONS(15109), 1, - anon_sym_ATendenv, - [221809] = 1, + anon_sym_ATendfragment, + [223873] = 1, ACTIONS(15111), 1, - anon_sym_COMMA, - [221813] = 1, + anon_sym_ATendphp, + [223877] = 1, ACTIONS(15113), 1, - anon_sym_ATendcan, - [221817] = 1, + anon_sym_BANG_BANG_RBRACE, + [223881] = 1, ACTIONS(15115), 1, - anon_sym_ATendguest, - [221821] = 1, + anon_sym_RBRACE_RBRACE, + [223885] = 1, ACTIONS(15117), 1, - anon_sym_ATendauth, - [221825] = 1, + anon_sym_RPAREN, + [223889] = 1, ACTIONS(15119), 1, - anon_sym_ATendempty, - [221829] = 1, + anon_sym_RPAREN, + [223893] = 1, + ACTIONS(13022), 1, + anon_sym_RPAREN, + [223897] = 1, ACTIONS(15121), 1, - anon_sym_ATendisset, - [221833] = 1, + anon_sym_RPAREN, + [223901] = 1, ACTIONS(15123), 1, - anon_sym_ATendunless, - [221837] = 1, + anon_sym_ATendvolt, + [223905] = 1, ACTIONS(15125), 1, - anon_sym_ATendif, - [221841] = 1, + anon_sym_ATendteleport, + [223909] = 1, ACTIONS(15127), 1, - anon_sym_ATendPrependOnce, - [221845] = 1, + anon_sym_ATendpersist, + [223913] = 1, ACTIONS(15129), 1, - anon_sym_ATendprepend, - [221849] = 1, + anon_sym_ATendstory, + [223917] = 1, ACTIONS(15131), 1, - anon_sym_ATendPushIf, - [221853] = 1, + anon_sym_ATendtask, + [223921] = 1, ACTIONS(15133), 1, - anon_sym_ATendfor, - [221857] = 1, + anon_sym_ATendsetup, + [223925] = 1, ACTIONS(15135), 1, - anon_sym_ATendPushOnce, - [221861] = 1, + anon_sym_ATendwhile, + [223929] = 1, ACTIONS(15137), 1, - aux_sym__custom_token3, - [221865] = 1, + anon_sym_ATendforelse, + [223933] = 1, ACTIONS(15139), 1, - anon_sym_ATendpush, - [221869] = 1, + anon_sym_ATendforeach, + [223937] = 1, ACTIONS(15141), 1, - anon_sym_ATendphp, - [221873] = 1, + anon_sym_ATendfor, + [223941] = 1, ACTIONS(15143), 1, - anon_sym_ATendfragment, - [221877] = 1, + aux_sym__custom_token3, + [223945] = 1, ACTIONS(15145), 1, - anon_sym_ATendfragment, - [221881] = 1, + anon_sym_ATendfeature, + [223949] = 1, ACTIONS(15147), 1, - anon_sym_ATendphp, - [221885] = 1, + anon_sym_ATendcanany, + [223953] = 1, ACTIONS(15149), 1, - anon_sym_BANG_BANG_RBRACE, - [221889] = 1, + anon_sym_ATendcannot, + [223957] = 1, ACTIONS(15151), 1, - anon_sym_RBRACE_RBRACE, - [221893] = 1, + anon_sym_ATendcan, + [223961] = 1, ACTIONS(15153), 1, - anon_sym_ATendpush, - [221897] = 1, + anon_sym_ATenderror, + [223965] = 1, ACTIONS(15155), 1, - anon_sym_ATendisset, - [221901] = 1, + anon_sym_ATendif, + [223969] = 1, ACTIONS(15157), 1, - anon_sym_ATendPushOnce, - [221905] = 1, + anon_sym_ATendif, + [223973] = 1, ACTIONS(15159), 1, - anon_sym_ATendPushIf, - [221909] = 1, + anon_sym_LPAREN, + [223977] = 1, ACTIONS(15161), 1, - anon_sym_ATenderror, - [221913] = 1, + anon_sym_ATendenv, + [223981] = 1, ACTIONS(15163), 1, - anon_sym_ATendif, - [221917] = 1, + anon_sym_ATendguest, + [223985] = 1, ACTIONS(15165), 1, - anon_sym_ATendif, - [221921] = 1, + anon_sym_ATendauth, + [223989] = 1, ACTIONS(15167), 1, - anon_sym_ATendprepend, - [221925] = 1, + anon_sym_ATendempty, + [223993] = 1, ACTIONS(15169), 1, - anon_sym_ATendPrependOnce, - [221929] = 1, + anon_sym_ATendisset, + [223997] = 1, ACTIONS(15171), 1, - anon_sym_RPAREN, - [221933] = 1, + anon_sym_ATendunless, + [224001] = 1, ACTIONS(15173), 1, - anon_sym_RPAREN, - [221937] = 1, - ACTIONS(15175), 1, anon_sym_ATendif, - [221941] = 1, + [224005] = 1, + ACTIONS(15175), 1, + anon_sym_ATendPrependOnce, + [224009] = 1, ACTIONS(15177), 1, - anon_sym_ATendunless, - [221945] = 1, + anon_sym_ATendprepend, + [224013] = 1, ACTIONS(15179), 1, - anon_sym_COMMA, - [221949] = 1, + anon_sym_ATendPushIf, + [224017] = 1, ACTIONS(15181), 1, - anon_sym_ATendenv, - [221953] = 1, + anon_sym_ATendPushOnce, + [224021] = 1, ACTIONS(15183), 1, - anon_sym_ATendisset, - [221957] = 1, + anon_sym_ATendfor, + [224025] = 1, ACTIONS(15185), 1, - anon_sym_ATendstory, - [221961] = 1, - ACTIONS(12780), 1, - anon_sym_RPAREN, - [221965] = 1, - ACTIONS(12784), 1, - anon_sym_RPAREN, - [221969] = 1, + anon_sym_ATendfragment, + [224029] = 1, ACTIONS(15187), 1, - anon_sym_ATendauth, - [221973] = 1, + anon_sym_ATendphp, + [224033] = 1, ACTIONS(15189), 1, - anon_sym_RPAREN, - [221977] = 1, + anon_sym_BANG_BANG_RBRACE, + [224037] = 1, ACTIONS(15191), 1, - anon_sym_ATendvolt, - [221981] = 1, + anon_sym_RBRACE_RBRACE, + [224041] = 1, ACTIONS(15193), 1, - anon_sym_ATendteleport, - [221985] = 1, + anon_sym_RPAREN, + [224045] = 1, ACTIONS(15195), 1, - anon_sym_ATendpersist, - [221989] = 1, + anon_sym_RPAREN, + [224049] = 1, + ACTIONS(13062), 1, + anon_sym_RPAREN, + [224053] = 1, ACTIONS(15197), 1, - anon_sym_ATendempty, - [221993] = 1, + anon_sym_RPAREN, + [224057] = 1, ACTIONS(15199), 1, - anon_sym_ATendcanany, - [221997] = 1, + anon_sym_ATendvolt, + [224061] = 1, ACTIONS(15201), 1, - anon_sym_ATendcannot, - [222001] = 1, + anon_sym_ATendteleport, + [224065] = 1, ACTIONS(15203), 1, - anon_sym_BANG_BANG_RBRACE, - [222005] = 1, + anon_sym_ATendpersist, + [224069] = 1, ACTIONS(15205), 1, - anon_sym_ATendtask, - [222009] = 1, + anon_sym_ATendstory, + [224073] = 1, ACTIONS(15207), 1, - anon_sym_ATendsetup, - [222013] = 1, + anon_sym_ATendtask, + [224077] = 1, ACTIONS(15209), 1, - anon_sym_ATendwhile, - [222017] = 1, + anon_sym_ATendsetup, + [224081] = 1, ACTIONS(15211), 1, - anon_sym_ATendforelse, - [222021] = 1, + anon_sym_ATendwhile, + [224085] = 1, ACTIONS(15213), 1, - anon_sym_ATendforeach, - [222025] = 1, + anon_sym_ATendforelse, + [224089] = 1, ACTIONS(15215), 1, - anon_sym_ATendfor, - [222029] = 1, + anon_sym_ATendforeach, + [224093] = 1, ACTIONS(15217), 1, - aux_sym__custom_token3, - [222033] = 1, + anon_sym_ATendfor, + [224097] = 1, ACTIONS(15219), 1, - anon_sym_ATendPrependOnce, - [222037] = 1, + aux_sym__custom_token3, + [224101] = 1, ACTIONS(15221), 1, anon_sym_ATendfeature, - [222041] = 1, + [224105] = 1, ACTIONS(15223), 1, anon_sym_ATendcanany, - [222045] = 1, + [224109] = 1, ACTIONS(15225), 1, anon_sym_ATendcannot, - [222049] = 1, + [224113] = 1, ACTIONS(15227), 1, - anon_sym_ATendcan, - [222053] = 1, + anon_sym_LPAREN, + [224117] = 1, ACTIONS(15229), 1, - anon_sym_ATenderror, - [222057] = 1, + anon_sym_ATendcan, + [224121] = 1, ACTIONS(15231), 1, - anon_sym_ATendif, - [222061] = 1, + anon_sym_ATenderror, + [224125] = 1, ACTIONS(15233), 1, anon_sym_ATendif, - [222065] = 1, + [224129] = 1, ACTIONS(15235), 1, - anon_sym_ATendenv, - [222069] = 1, + anon_sym_ATendif, + [224133] = 1, ACTIONS(15237), 1, anon_sym_ATendenv, - [222073] = 1, + [224137] = 1, ACTIONS(15239), 1, anon_sym_ATendguest, - [222077] = 1, + [224141] = 1, ACTIONS(15241), 1, anon_sym_ATendauth, - [222081] = 1, + [224145] = 1, ACTIONS(15243), 1, - anon_sym_COMMA, - [222085] = 1, + anon_sym_ATendempty, + [224149] = 1, ACTIONS(15245), 1, - anon_sym_ATendauth, - [222089] = 1, + anon_sym_ATendisset, + [224153] = 1, ACTIONS(15247), 1, - anon_sym_ATendempty, - [222093] = 1, + anon_sym_ATendunless, + [224157] = 1, ACTIONS(15249), 1, - anon_sym_ATendisset, - [222097] = 1, + anon_sym_ATendif, + [224161] = 1, ACTIONS(15251), 1, - anon_sym_ATendunless, - [222101] = 1, + anon_sym_ATendPrependOnce, + [224165] = 1, ACTIONS(15253), 1, - anon_sym_ATendif, - [222105] = 1, + anon_sym_ATendprepend, + [224169] = 1, ACTIONS(15255), 1, - anon_sym_ATendempty, - [222109] = 1, + anon_sym_ATendPushIf, + [224173] = 1, ACTIONS(15257), 1, - anon_sym_ATendprepend, - [222113] = 1, + anon_sym_ATendPushOnce, + [224177] = 1, ACTIONS(15259), 1, - anon_sym_ATendPushIf, - [222117] = 1, + anon_sym_ATendpush, + [224181] = 1, ACTIONS(15261), 1, - anon_sym_ATendPushOnce, - [222121] = 1, + anon_sym_ATendfragment, + [224185] = 1, ACTIONS(15263), 1, - anon_sym_ATendpush, - [222125] = 1, + anon_sym_ATendphp, + [224189] = 1, ACTIONS(15265), 1, - anon_sym_ATendcan, - [222129] = 1, + anon_sym_BANG_BANG_RBRACE, + [224193] = 1, ACTIONS(15267), 1, - anon_sym_ATendif, - [222133] = 1, + anon_sym_RBRACE_RBRACE, + [224197] = 1, ACTIONS(15269), 1, - anon_sym_ATenderror, - [222137] = 1, + anon_sym_RPAREN, + [224201] = 1, ACTIONS(15271), 1, - anon_sym_ATendif, - [222141] = 1, + anon_sym_RPAREN, + [224205] = 1, + ACTIONS(12998), 1, + anon_sym_RPAREN, + [224209] = 1, ACTIONS(15273), 1, - anon_sym_ATendfragment, - [222145] = 1, + anon_sym_RPAREN, + [224213] = 1, ACTIONS(15275), 1, - anon_sym_ATendphp, - [222149] = 1, + anon_sym_ATendvolt, + [224217] = 1, ACTIONS(15277), 1, - anon_sym_BANG_BANG_RBRACE, - [222153] = 1, + anon_sym_ATendteleport, + [224221] = 1, ACTIONS(15279), 1, - anon_sym_RBRACE_RBRACE, - [222157] = 1, + anon_sym_ATendpersist, + [224225] = 1, ACTIONS(15281), 1, - anon_sym_ATendisset, - [222161] = 1, + anon_sym_ATendstory, + [224229] = 1, ACTIONS(15283), 1, - anon_sym_ATenderror, - [222165] = 1, + anon_sym_ATendtask, + [224233] = 1, ACTIONS(15285), 1, - anon_sym_ATendunless, - [222169] = 1, + anon_sym_ATendsetup, + [224237] = 1, ACTIONS(15287), 1, - anon_sym_ATendif, - [222173] = 1, + anon_sym_ATendwhile, + [224241] = 1, ACTIONS(15289), 1, - anon_sym_ATendPrependOnce, - [222177] = 1, + anon_sym_ATendforelse, + [224245] = 1, ACTIONS(15291), 1, - anon_sym_ATendprepend, - [222181] = 1, + anon_sym_ATendforeach, + [224249] = 1, ACTIONS(15293), 1, - anon_sym_ATendcan, - [222185] = 1, + anon_sym_ATendfeature, + [224253] = 1, ACTIONS(15295), 1, - anon_sym_ATendcannot, - [222189] = 1, + anon_sym_LPAREN, + [224257] = 1, ACTIONS(15297), 1, - anon_sym_RPAREN, - [222193] = 1, + aux_sym__custom_token3, + [224261] = 1, ACTIONS(15299), 1, anon_sym_RPAREN, - [222197] = 1, + [224265] = 1, ACTIONS(15301), 1, anon_sym_ATendcanany, - [222201] = 1, + [224269] = 1, ACTIONS(15303), 1, - anon_sym_ATendfeature, - [222205] = 1, + anon_sym_ATendcannot, + [224273] = 1, ACTIONS(15305), 1, - aux_sym__custom_token3, - [222209] = 1, - ACTIONS(12832), 1, - anon_sym_RPAREN, - [222213] = 1, - ACTIONS(12834), 1, - anon_sym_RPAREN, - [222217] = 1, + anon_sym_ATendcan, + [224277] = 1, ACTIONS(15307), 1, - anon_sym_COMMA, - [222221] = 1, + anon_sym_ATenderror, + [224281] = 1, ACTIONS(15309), 1, - anon_sym_ATendPushIf, - [222225] = 1, + anon_sym_ATendif, + [224285] = 1, ACTIONS(15311), 1, - anon_sym_ATendfor, - [222229] = 1, + anon_sym_ATendif, + [224289] = 1, ACTIONS(15313), 1, - anon_sym_ATendforeach, - [222233] = 1, + anon_sym_ATendenv, + [224293] = 1, ACTIONS(15315), 1, - anon_sym_ATendvolt, - [222237] = 1, + anon_sym_ATendguest, + [224297] = 1, ACTIONS(15317), 1, - anon_sym_ATendteleport, - [222241] = 1, + anon_sym_ATendauth, + [224301] = 1, ACTIONS(15319), 1, - anon_sym_ATendpersist, - [222245] = 1, + anon_sym_ATendempty, + [224305] = 1, ACTIONS(15321), 1, - anon_sym_ATendstory, - [222249] = 1, + anon_sym_ATendisset, + [224309] = 1, ACTIONS(15323), 1, - anon_sym_ATendtask, - [222253] = 1, + anon_sym_ATendunless, + [224313] = 1, ACTIONS(15325), 1, - anon_sym_ATendsetup, - [222257] = 1, + anon_sym_ATendif, + [224317] = 1, ACTIONS(15327), 1, - anon_sym_ATendwhile, - [222261] = 1, + anon_sym_ATendPrependOnce, + [224321] = 1, ACTIONS(15329), 1, - anon_sym_ATendPushOnce, - [222265] = 1, + anon_sym_ATendprepend, + [224325] = 1, ACTIONS(15331), 1, - anon_sym_ATendif, - [222269] = 1, + anon_sym_ATendPushIf, + [224329] = 1, ACTIONS(15333), 1, - anon_sym_ATendif, - [222273] = 1, + anon_sym_ATendPushOnce, + [224333] = 1, ACTIONS(15335), 1, - anon_sym_ATendforelse, - [222277] = 1, + anon_sym_ATendpush, + [224337] = 1, ACTIONS(15337), 1, - anon_sym_ATendforeach, - [222281] = 1, + anon_sym_ATendfragment, + [224341] = 1, ACTIONS(15339), 1, - anon_sym_ATendfor, - [222285] = 1, + anon_sym_ATendphp, + [224345] = 1, ACTIONS(15341), 1, - aux_sym__custom_token3, - [222289] = 1, + anon_sym_BANG_BANG_RBRACE, + [224349] = 1, ACTIONS(15343), 1, - anon_sym_ATendfeature, - [222293] = 1, + anon_sym_RBRACE_RBRACE, + [224353] = 1, ACTIONS(15345), 1, - anon_sym_ATendcanany, - [222297] = 1, + anon_sym_RPAREN, + [224357] = 1, ACTIONS(15347), 1, - anon_sym_ATendcannot, - [222301] = 1, + anon_sym_RPAREN, + [224361] = 1, + ACTIONS(12926), 1, + anon_sym_RPAREN, + [224365] = 1, ACTIONS(15349), 1, - anon_sym_ATendcan, - [222305] = 1, + anon_sym_RPAREN, + [224369] = 1, ACTIONS(15351), 1, - anon_sym_ATendpush, - [222309] = 1, + anon_sym_ATendvolt, + [224373] = 1, ACTIONS(15353), 1, - anon_sym_ATenderror, - [222313] = 1, + anon_sym_ATendteleport, + [224377] = 1, ACTIONS(15355), 1, - anon_sym_ATendif, - [222317] = 1, + anon_sym_ATendpersist, + [224381] = 1, ACTIONS(15357), 1, - anon_sym_ATendif, - [222321] = 1, + anon_sym_ATendstory, + [224385] = 1, ACTIONS(15359), 1, - anon_sym_ATendenv, - [222325] = 1, + anon_sym_ATendtask, + [224389] = 1, ACTIONS(15361), 1, - anon_sym_ATendforelse, - [222329] = 1, + anon_sym_ATendsetup, + [224393] = 1, ACTIONS(15363), 1, - anon_sym_ATendguest, - [222333] = 1, + anon_sym_LPAREN, + [224397] = 1, ACTIONS(15365), 1, - anon_sym_ATendauth, - [222337] = 1, + anon_sym_ATendwhile, + [224401] = 1, ACTIONS(15367), 1, - anon_sym_ATendempty, - [222341] = 1, + anon_sym_ATendforelse, + [224405] = 1, ACTIONS(15369), 1, - anon_sym_ATendisset, - [222345] = 1, + anon_sym_ATendforeach, + [224409] = 1, ACTIONS(15371), 1, - anon_sym_ATendunless, - [222349] = 1, + anon_sym_ATendfor, + [224413] = 1, ACTIONS(15373), 1, - anon_sym_ATendif, - [222353] = 1, + aux_sym__custom_token3, + [224417] = 1, ACTIONS(15375), 1, - anon_sym_COMMA, - [222357] = 1, + anon_sym_ATendfeature, + [224421] = 1, ACTIONS(15377), 1, - anon_sym_ATendfragment, - [222361] = 1, + anon_sym_ATendcanany, + [224425] = 1, ACTIONS(15379), 1, - anon_sym_ATendPrependOnce, - [222365] = 1, + anon_sym_ATendcannot, + [224429] = 1, ACTIONS(15381), 1, - anon_sym_ATendprepend, - [222369] = 1, + anon_sym_ATendcan, + [224433] = 1, ACTIONS(15383), 1, - anon_sym_ATendPushIf, - [222373] = 1, + anon_sym_ATenderror, + [224437] = 1, ACTIONS(15385), 1, - anon_sym_ATendPushOnce, - [222377] = 1, + anon_sym_ATendif, + [224441] = 1, ACTIONS(15387), 1, - anon_sym_ATendpush, - [222381] = 1, + anon_sym_ATendif, + [224445] = 1, ACTIONS(15389), 1, - anon_sym_ATendwhile, - [222385] = 1, + anon_sym_ATendenv, + [224449] = 1, ACTIONS(15391), 1, - anon_sym_ATendsetup, - [222389] = 1, + anon_sym_ATendguest, + [224453] = 1, ACTIONS(15393), 1, - anon_sym_ATendfragment, - [222393] = 1, + anon_sym_ATendauth, + [224457] = 1, ACTIONS(15395), 1, - anon_sym_ATendphp, - [222397] = 1, + anon_sym_ATendempty, + [224461] = 1, ACTIONS(15397), 1, - anon_sym_ATendenv, - [222401] = 1, + anon_sym_ATendisset, + [224465] = 1, ACTIONS(15399), 1, - anon_sym_ATendguest, - [222405] = 1, + anon_sym_ATendunless, + [224469] = 1, ACTIONS(15401), 1, - anon_sym_ATendauth, - [222409] = 1, + anon_sym_ATendif, + [224473] = 1, ACTIONS(15403), 1, - anon_sym_ATendfor, - [222413] = 1, + anon_sym_ATendPrependOnce, + [224477] = 1, ACTIONS(15405), 1, - anon_sym_RBRACE_RBRACE, - [222417] = 1, + anon_sym_ATendprepend, + [224481] = 1, ACTIONS(15407), 1, - anon_sym_ATendguest, - [222421] = 1, + anon_sym_ATendPushIf, + [224485] = 1, ACTIONS(15409), 1, - anon_sym_ATendstory, - [222425] = 1, + anon_sym_ATendPushOnce, + [224489] = 1, ACTIONS(15411), 1, - anon_sym_ATendphp, - [222429] = 1, + anon_sym_ATendpush, + [224493] = 1, ACTIONS(15413), 1, - anon_sym_ATendunless, - [222433] = 1, + anon_sym_ATendfragment, + [224497] = 1, ACTIONS(15415), 1, - anon_sym_BANG_BANG_RBRACE, - [222437] = 1, + anon_sym_ATendphp, + [224501] = 1, ACTIONS(15417), 1, - anon_sym_RPAREN, - [222441] = 1, + anon_sym_BANG_BANG_RBRACE, + [224505] = 1, ACTIONS(15419), 1, anon_sym_RBRACE_RBRACE, - [222445] = 1, + [224509] = 1, ACTIONS(15421), 1, anon_sym_RPAREN, - [222449] = 1, + [224513] = 1, ACTIONS(15423), 1, - anon_sym_ATendpersist, - [222453] = 1, + anon_sym_ATendisset, + [224517] = 1, + ACTIONS(12878), 1, + anon_sym_RPAREN, + [224521] = 1, ACTIONS(15425), 1, - anon_sym_ATendteleport, - [222457] = 1, + anon_sym_RPAREN, + [224525] = 1, ACTIONS(15427), 1, anon_sym_ATendvolt, - [222461] = 1, - ACTIONS(12902), 1, - anon_sym_RPAREN, - [222465] = 1, - ACTIONS(12904), 1, - anon_sym_RPAREN, - [222469] = 1, + [224529] = 1, ACTIONS(15429), 1, - anon_sym_ATendvolt, - [222473] = 1, - ACTIONS(15431), 1, anon_sym_ATendteleport, - [222477] = 1, + [224533] = 1, + ACTIONS(15431), 1, + anon_sym_LPAREN, + [224537] = 1, ACTIONS(15433), 1, - anon_sym_ATendif, - [222481] = 1, + anon_sym_ATendpersist, + [224541] = 1, ACTIONS(15435), 1, - anon_sym_ATendprepend, - [222485] = 1, + anon_sym_ATendstory, + [224545] = 1, ACTIONS(15437), 1, - anon_sym_ATendteleport, - [222489] = 1, + anon_sym_ATendtask, + [224549] = 1, ACTIONS(15439), 1, - anon_sym_COMMA, - [222493] = 1, + anon_sym_ATendsetup, + [224553] = 1, ACTIONS(15441), 1, - anon_sym_ATendif, - [222497] = 1, + anon_sym_ATendwhile, + [224557] = 1, ACTIONS(15443), 1, - anon_sym_ATendsetup, - [222501] = 1, + anon_sym_ATendforelse, + [224561] = 1, ACTIONS(15445), 1, - anon_sym_ATendwhile, - [222505] = 1, + anon_sym_ATendforeach, + [224565] = 1, ACTIONS(15447), 1, - anon_sym_ATendforelse, - [222509] = 1, + anon_sym_ATendfor, + [224569] = 1, ACTIONS(15449), 1, - anon_sym_ATendforeach, - [222513] = 1, + aux_sym__custom_token3, + [224573] = 1, ACTIONS(15451), 1, - anon_sym_ATendcannot, - [222517] = 1, + anon_sym_ATendfeature, + [224577] = 1, ACTIONS(15453), 1, - aux_sym__custom_token3, - [222521] = 1, + anon_sym_ATendcanany, + [224581] = 1, ACTIONS(15455), 1, - anon_sym_ATendfeature, - [222525] = 1, + anon_sym_ATendcannot, + [224585] = 1, ACTIONS(15457), 1, - anon_sym_ATendcanany, - [222529] = 1, + anon_sym_ATendcan, + [224589] = 1, ACTIONS(15459), 1, - anon_sym_ATendcannot, - [222533] = 1, + anon_sym_ATenderror, + [224593] = 1, ACTIONS(15461), 1, - anon_sym_ATendfragment, - [222537] = 1, + anon_sym_ATendif, + [224597] = 1, ACTIONS(15463), 1, - anon_sym_ATendisset, - [222541] = 1, + anon_sym_ATendif, + [224601] = 1, ACTIONS(15465), 1, - anon_sym_ATendunless, - [222545] = 1, + anon_sym_ATendenv, + [224605] = 1, ACTIONS(15467), 1, - anon_sym_ATendcan, - [222549] = 1, + anon_sym_ATendguest, + [224609] = 1, ACTIONS(15469), 1, - anon_sym_ATenderror, - [222553] = 1, + anon_sym_ATendauth, + [224613] = 1, ACTIONS(15471), 1, - anon_sym_ATendif, - [222557] = 1, + anon_sym_ATendempty, + [224617] = 1, ACTIONS(15473), 1, - anon_sym_ATendif, - [222561] = 1, + anon_sym_ATendisset, + [224621] = 1, ACTIONS(15475), 1, - anon_sym_ATendenv, - [222565] = 1, + anon_sym_ATendunless, + [224625] = 1, ACTIONS(15477), 1, - anon_sym_ATendguest, - [222569] = 1, + anon_sym_ATendif, + [224629] = 1, ACTIONS(15479), 1, - anon_sym_ATendauth, - [222573] = 1, + anon_sym_ATendPrependOnce, + [224633] = 1, ACTIONS(15481), 1, - anon_sym_ATendempty, - [222577] = 1, + anon_sym_ATendprepend, + [224637] = 1, ACTIONS(15483), 1, - anon_sym_ATendisset, - [222581] = 1, + anon_sym_ATendPushIf, + [224641] = 1, ACTIONS(15485), 1, - anon_sym_ATendisset, - [222585] = 1, + anon_sym_ATendPushOnce, + [224645] = 1, ACTIONS(15487), 1, - anon_sym_ATendunless, - [222589] = 1, + anon_sym_ATendpush, + [224649] = 1, ACTIONS(15489), 1, - anon_sym_ATendif, - [222593] = 1, + anon_sym_ATendfragment, + [224653] = 1, ACTIONS(15491), 1, - anon_sym_ATendPrependOnce, - [222597] = 1, + anon_sym_ATendphp, + [224657] = 1, ACTIONS(15493), 1, - anon_sym_ATendprepend, - [222601] = 1, + anon_sym_BANG_BANG_RBRACE, + [224661] = 1, ACTIONS(15495), 1, - anon_sym_ATendPushIf, - [222605] = 1, + anon_sym_RBRACE_RBRACE, + [224665] = 1, ACTIONS(15497), 1, - anon_sym_ATendPushOnce, - [222609] = 1, + anon_sym_RPAREN, + [224669] = 1, ACTIONS(15499), 1, - anon_sym_ATendpush, - [222613] = 1, - ACTIONS(12948), 1, anon_sym_RPAREN, - [222617] = 1, + [224673] = 1, ACTIONS(15501), 1, - anon_sym_ATendfragment, - [222621] = 1, + anon_sym_LPAREN, + [224677] = 1, + ACTIONS(12946), 1, + anon_sym_RPAREN, + [224681] = 1, ACTIONS(15503), 1, - anon_sym_ATendphp, - [222625] = 1, + anon_sym_RPAREN, + [224685] = 1, ACTIONS(15505), 1, - anon_sym_COMMA, - [222629] = 1, + anon_sym_ATendvolt, + [224689] = 1, ACTIONS(15507), 1, - anon_sym_RBRACE_RBRACE, - [222633] = 1, + anon_sym_ATendteleport, + [224693] = 1, ACTIONS(15509), 1, - anon_sym_BANG_BANG_RBRACE, - [222637] = 1, + anon_sym_ATendpersist, + [224697] = 1, ACTIONS(15511), 1, - anon_sym_RBRACE_RBRACE, - [222641] = 1, - ACTIONS(12950), 1, - anon_sym_RPAREN, - [222645] = 1, + anon_sym_ATendstory, + [224701] = 1, ACTIONS(15513), 1, - anon_sym_BANG_BANG_RBRACE, - [222649] = 1, + anon_sym_ATendtask, + [224705] = 1, ACTIONS(15515), 1, - anon_sym_ATendphp, - [222653] = 1, + anon_sym_ATendsetup, + [224709] = 1, ACTIONS(15517), 1, - anon_sym_ATendfragment, - [222657] = 1, + anon_sym_ATendwhile, + [224713] = 1, ACTIONS(15519), 1, - anon_sym_RPAREN, - [222661] = 1, + anon_sym_ATendforelse, + [224717] = 1, ACTIONS(15521), 1, - anon_sym_RPAREN, - [222665] = 1, + anon_sym_ATendforeach, + [224721] = 1, ACTIONS(15523), 1, - anon_sym_RPAREN, - [222669] = 1, + anon_sym_ATendfor, + [224725] = 1, ACTIONS(15525), 1, - anon_sym_ATendif, - [222673] = 1, + aux_sym__custom_token3, + [224729] = 1, ACTIONS(15527), 1, - anon_sym_ATendPrependOnce, - [222677] = 1, + anon_sym_ATendfeature, + [224733] = 1, ACTIONS(15529), 1, - anon_sym_ATendprepend, - [222681] = 1, + anon_sym_ATendcanany, + [224737] = 1, ACTIONS(15531), 1, - anon_sym_RPAREN, - [222685] = 1, + anon_sym_ATendcannot, + [224741] = 1, ACTIONS(15533), 1, - anon_sym_ATendprepend, - [222689] = 1, - ACTIONS(12956), 1, - anon_sym_RPAREN, - [222693] = 1, - ACTIONS(12958), 1, - anon_sym_RPAREN, - [222697] = 1, + anon_sym_ATendcan, + [224745] = 1, ACTIONS(15535), 1, - anon_sym_ATendPushIf, - [222701] = 1, + anon_sym_ATenderror, + [224749] = 1, ACTIONS(15537), 1, - anon_sym_ATendpush, - [222705] = 1, + anon_sym_ATendif, + [224753] = 1, ACTIONS(15539), 1, - anon_sym_ATendvolt, - [222709] = 1, + anon_sym_ATendif, + [224757] = 1, ACTIONS(15541), 1, - anon_sym_ATendteleport, - [222713] = 1, + anon_sym_ATendenv, + [224761] = 1, ACTIONS(15543), 1, - anon_sym_ATendPushOnce, - [222717] = 1, + anon_sym_ATendguest, + [224765] = 1, ACTIONS(15545), 1, - anon_sym_ATendpersist, - [222721] = 1, + anon_sym_ATendauth, + [224769] = 1, ACTIONS(15547), 1, - anon_sym_ATendstory, - [222725] = 1, + anon_sym_ATendempty, + [224773] = 1, ACTIONS(15549), 1, - anon_sym_ATendtask, - [222729] = 1, + anon_sym_ATendphp, + [224777] = 1, ACTIONS(15551), 1, - anon_sym_ATendsetup, - [222733] = 1, + anon_sym_ATendunless, + [224781] = 1, ACTIONS(15553), 1, - anon_sym_ATendwhile, - [222737] = 1, + anon_sym_ATendif, + [224785] = 1, ACTIONS(15555), 1, - anon_sym_ATendforelse, - [222741] = 1, + anon_sym_ATendPrependOnce, + [224789] = 1, ACTIONS(15557), 1, - anon_sym_ATendforeach, - [222745] = 1, + anon_sym_ATendprepend, + [224793] = 1, ACTIONS(15559), 1, - anon_sym_ATendfor, - [222749] = 1, + anon_sym_ATendPushIf, + [224797] = 1, ACTIONS(15561), 1, - aux_sym__custom_token3, - [222753] = 1, + anon_sym_ATendPushOnce, + [224801] = 1, ACTIONS(15563), 1, - anon_sym_ATendfeature, - [222757] = 1, + anon_sym_ATendpush, + [224805] = 1, ACTIONS(15565), 1, - anon_sym_ATendcanany, - [222761] = 1, + anon_sym_ATendfragment, + [224809] = 1, ACTIONS(15567), 1, - anon_sym_COMMA, - [222765] = 1, + anon_sym_ATendcannot, + [224813] = 1, ACTIONS(15569), 1, - anon_sym_ATendPushIf, - [222769] = 1, + anon_sym_LPAREN, + [224817] = 1, ACTIONS(15571), 1, - anon_sym_ATendguest, - [222773] = 1, + anon_sym_BANG_BANG_RBRACE, + [224821] = 1, ACTIONS(15573), 1, - anon_sym_ATendcan, - [222777] = 1, + anon_sym_RBRACE_RBRACE, + [224825] = 1, ACTIONS(15575), 1, - anon_sym_ATenderror, - [222781] = 1, + anon_sym_RPAREN, + [224829] = 1, ACTIONS(15577), 1, - anon_sym_ATendif, - [222785] = 1, + anon_sym_RPAREN, + [224833] = 1, + ACTIONS(12848), 1, + anon_sym_RPAREN, + [224837] = 1, ACTIONS(15579), 1, - anon_sym_ATendif, - [222789] = 1, + anon_sym_RPAREN, + [224841] = 1, ACTIONS(15581), 1, - anon_sym_ATendenv, - [222793] = 1, + anon_sym_ATendvolt, + [224845] = 1, ACTIONS(15583), 1, - anon_sym_ATendtask, - [222797] = 1, + anon_sym_ATendteleport, + [224849] = 1, ACTIONS(15585), 1, - anon_sym_ATendguest, - [222801] = 1, + anon_sym_ATendpersist, + [224853] = 1, ACTIONS(15587), 1, - anon_sym_ATendauth, - [222805] = 1, + anon_sym_ATendstory, + [224857] = 1, ACTIONS(15589), 1, - anon_sym_ATendPushIf, - [222809] = 1, + anon_sym_ATendtask, + [224861] = 1, ACTIONS(15591), 1, - anon_sym_ATendPushOnce, - [222813] = 1, + anon_sym_ATendsetup, + [224865] = 1, ACTIONS(15593), 1, - anon_sym_ATendpush, - [222817] = 1, + anon_sym_ATendwhile, + [224869] = 1, ACTIONS(15595), 1, - anon_sym_ATendempty, - [222821] = 1, + anon_sym_ATendforelse, + [224873] = 1, ACTIONS(15597), 1, - anon_sym_ATendisset, - [222825] = 1, + anon_sym_ATendforeach, + [224877] = 1, ACTIONS(15599), 1, - anon_sym_ATendunless, - [222829] = 1, + anon_sym_ATendfor, + [224881] = 1, ACTIONS(15601), 1, - anon_sym_ATendif, - [222833] = 1, + aux_sym__custom_token3, + [224885] = 1, ACTIONS(15603), 1, - anon_sym_ATendPrependOnce, - [222837] = 1, + anon_sym_ATendfeature, + [224889] = 1, ACTIONS(15605), 1, - anon_sym_ATendprepend, - [222841] = 1, + anon_sym_ATendcanany, + [224893] = 1, ACTIONS(15607), 1, - anon_sym_ATendPushIf, - [222845] = 1, + anon_sym_ATendcannot, + [224897] = 1, ACTIONS(15609), 1, - anon_sym_ATendPushOnce, - [222849] = 1, + anon_sym_ATendcan, + [224901] = 1, ACTIONS(15611), 1, - anon_sym_ATendprepend, - [222853] = 1, + anon_sym_ATenderror, + [224905] = 1, ACTIONS(15613), 1, - anon_sym_ATendpush, - [222857] = 1, + anon_sym_ATendif, + [224909] = 1, ACTIONS(15615), 1, - anon_sym_ATendfragment, - [222861] = 1, + anon_sym_ATendif, + [224913] = 1, ACTIONS(15617), 1, - anon_sym_ATendphp, - [222865] = 1, + anon_sym_ATendenv, + [224917] = 1, ACTIONS(15619), 1, - anon_sym_BANG_BANG_RBRACE, - [222869] = 1, + anon_sym_ATendguest, + [224921] = 1, ACTIONS(15621), 1, - anon_sym_RBRACE_RBRACE, - [222873] = 1, + anon_sym_ATendauth, + [224925] = 1, ACTIONS(15623), 1, - anon_sym_RBRACE_RBRACE, - [222877] = 1, + anon_sym_ATendempty, + [224929] = 1, ACTIONS(15625), 1, - anon_sym_BANG_BANG_RBRACE, - [222881] = 1, + anon_sym_ATendisset, + [224933] = 1, ACTIONS(15627), 1, - anon_sym_ATendPrependOnce, - [222885] = 1, + anon_sym_ATendunless, + [224937] = 1, ACTIONS(15629), 1, - anon_sym_RPAREN, - [222889] = 1, + anon_sym_ATendif, + [224941] = 1, ACTIONS(15631), 1, - anon_sym_RPAREN, - [222893] = 1, + anon_sym_ATendPrependOnce, + [224945] = 1, ACTIONS(15633), 1, - anon_sym_ATendphp, - [222897] = 1, + anon_sym_ATendprepend, + [224949] = 1, ACTIONS(15635), 1, - anon_sym_COMMA, - [222901] = 1, + anon_sym_ATendPushIf, + [224953] = 1, ACTIONS(15637), 1, - anon_sym_ATendif, - [222905] = 1, + anon_sym_LPAREN, + [224957] = 1, ACTIONS(15639), 1, - anon_sym_RPAREN, - [222909] = 1, + anon_sym_ATendPushOnce, + [224961] = 1, ACTIONS(15641), 1, - anon_sym_RPAREN, - [222913] = 1, + anon_sym_ATendpush, + [224965] = 1, ACTIONS(15643), 1, anon_sym_ATendfragment, - [222917] = 1, + [224969] = 1, ACTIONS(15645), 1, - anon_sym_ATendPushOnce, - [222921] = 1, + anon_sym_ATendphp, + [224973] = 1, ACTIONS(15647), 1, - anon_sym_ATendPushIf, - [222925] = 1, - ACTIONS(13028), 1, - anon_sym_RPAREN, - [222929] = 1, - ACTIONS(13030), 1, - anon_sym_RPAREN, - [222933] = 1, + anon_sym_BANG_BANG_RBRACE, + [224977] = 1, ACTIONS(15649), 1, - anon_sym_ATendprepend, - [222937] = 1, + anon_sym_RBRACE_RBRACE, + [224981] = 1, ACTIONS(15651), 1, - anon_sym_ATendPrependOnce, - [222941] = 1, + anon_sym_RPAREN, + [224985] = 1, ACTIONS(15653), 1, - anon_sym_ATendvolt, - [222945] = 1, + anon_sym_RPAREN, + [224989] = 1, + ACTIONS(13008), 1, + anon_sym_RPAREN, + [224993] = 1, ACTIONS(15655), 1, - anon_sym_ATendteleport, - [222949] = 1, + anon_sym_RPAREN, + [224997] = 1, ACTIONS(15657), 1, - anon_sym_ATendpersist, - [222953] = 1, + anon_sym_ATendvolt, + [225001] = 1, ACTIONS(15659), 1, - anon_sym_ATendstory, - [222957] = 1, + anon_sym_ATendteleport, + [225005] = 1, ACTIONS(15661), 1, - anon_sym_ATendtask, - [222961] = 1, + anon_sym_ATendpersist, + [225009] = 1, ACTIONS(15663), 1, - anon_sym_ATendsetup, - [222965] = 1, + anon_sym_ATendstory, + [225013] = 1, ACTIONS(15665), 1, - anon_sym_ATendwhile, - [222969] = 1, + anon_sym_ATendtask, + [225017] = 1, ACTIONS(15667), 1, - anon_sym_ATendforelse, - [222973] = 1, + anon_sym_ATendsetup, + [225021] = 1, ACTIONS(15669), 1, - anon_sym_ATendforeach, - [222977] = 1, + anon_sym_ATendwhile, + [225025] = 1, ACTIONS(15671), 1, - anon_sym_ATendfor, - [222981] = 1, + anon_sym_ATendforelse, + [225029] = 1, ACTIONS(15673), 1, - aux_sym__custom_token3, - [222985] = 1, + anon_sym_ATendforeach, + [225033] = 1, ACTIONS(15675), 1, - anon_sym_ATendunless, - [222989] = 1, + anon_sym_ATendfor, + [225037] = 1, ACTIONS(15677), 1, - anon_sym_ATendfeature, - [222993] = 1, + aux_sym__custom_token3, + [225041] = 1, ACTIONS(15679), 1, - anon_sym_ATendcanany, - [222997] = 1, + anon_sym_ATendfeature, + [225045] = 1, ACTIONS(15681), 1, - anon_sym_ATendcannot, - [223001] = 1, + anon_sym_ATendcanany, + [225049] = 1, ACTIONS(15683), 1, - anon_sym_ATendcan, - [223005] = 1, + anon_sym_BANG_BANG_RBRACE, + [225053] = 1, ACTIONS(15685), 1, - anon_sym_ATenderror, - [223009] = 1, + anon_sym_ATendcan, + [225057] = 1, ACTIONS(15687), 1, - anon_sym_ATendif, - [223013] = 1, + anon_sym_ATenderror, + [225061] = 1, ACTIONS(15689), 1, anon_sym_ATendif, - [223017] = 1, + [225065] = 1, ACTIONS(15691), 1, - anon_sym_ATendenv, - [223021] = 1, - ACTIONS(15693), 1, anon_sym_ATendif, - [223025] = 1, - ACTIONS(13078), 1, - anon_sym_RPAREN, - [223029] = 1, + [225069] = 1, + ACTIONS(15693), 1, + anon_sym_ATendenv, + [225073] = 1, ACTIONS(15695), 1, - anon_sym_ATendauth, - [223033] = 1, + anon_sym_ATendguest, + [225077] = 1, ACTIONS(15697), 1, - anon_sym_COMMA, - [223037] = 1, + anon_sym_ATendauth, + [225081] = 1, ACTIONS(15699), 1, - anon_sym_ATendcannot, - [223041] = 1, - ACTIONS(15701), 1, anon_sym_ATendempty, - [223045] = 1, - ACTIONS(15703), 1, + [225085] = 1, + ACTIONS(15701), 1, anon_sym_ATendisset, - [223049] = 1, - ACTIONS(15705), 1, + [225089] = 1, + ACTIONS(15703), 1, anon_sym_ATendunless, - [223053] = 1, + [225093] = 1, + ACTIONS(15705), 1, + anon_sym_LPAREN, + [225097] = 1, ACTIONS(15707), 1, anon_sym_ATendif, - [223057] = 1, + [225101] = 1, ACTIONS(15709), 1, anon_sym_ATendPrependOnce, - [223061] = 1, + [225105] = 1, ACTIONS(15711), 1, anon_sym_ATendprepend, - [223065] = 1, + [225109] = 1, ACTIONS(15713), 1, anon_sym_ATendPushIf, - [223069] = 1, + [225113] = 1, ACTIONS(15715), 1, anon_sym_ATendPushOnce, - [223073] = 1, + [225117] = 1, ACTIONS(15717), 1, anon_sym_ATendpush, - [223077] = 1, + [225121] = 1, ACTIONS(15719), 1, - anon_sym_ATendphp, - [223081] = 1, + anon_sym_ATendfragment, + [225125] = 1, ACTIONS(15721), 1, - anon_sym_ATendunless, - [223085] = 1, + anon_sym_ATendphp, + [225129] = 1, ACTIONS(15723), 1, anon_sym_BANG_BANG_RBRACE, - [223089] = 1, + [225133] = 1, ACTIONS(15725), 1, - anon_sym_ATendisset, - [223093] = 1, + anon_sym_RBRACE_RBRACE, + [225137] = 1, ACTIONS(15727), 1, - anon_sym_ATendfragment, - [223097] = 1, + anon_sym_RPAREN, + [225141] = 1, ACTIONS(15729), 1, - anon_sym_ATendphp, - [223101] = 1, + anon_sym_RPAREN, + [225145] = 1, + ACTIONS(12952), 1, + anon_sym_RPAREN, + [225149] = 1, ACTIONS(15731), 1, - anon_sym_BANG_BANG_RBRACE, - [223105] = 1, + anon_sym_RPAREN, + [225153] = 1, ACTIONS(15733), 1, - anon_sym_RBRACE_RBRACE, - [223109] = 1, + anon_sym_ATendvolt, + [225157] = 1, ACTIONS(15735), 1, - anon_sym_ATendempty, - [223113] = 1, + anon_sym_ATendteleport, + [225161] = 1, ACTIONS(15737), 1, - anon_sym_ATendauth, - [223117] = 1, + anon_sym_ATendpersist, + [225165] = 1, ACTIONS(15739), 1, - anon_sym_ATendguest, - [223121] = 1, + anon_sym_ATendstory, + [225169] = 1, ACTIONS(15741), 1, - anon_sym_ATendempty, - [223125] = 1, + anon_sym_ATendtask, + [225173] = 1, ACTIONS(15743), 1, - anon_sym_ATendauth, - [223129] = 1, - ACTIONS(13114), 1, - anon_sym_RPAREN, - [223133] = 1, + anon_sym_ATendsetup, + [225177] = 1, ACTIONS(15745), 1, - anon_sym_ATendguest, - [223137] = 1, + anon_sym_ATendwhile, + [225181] = 1, ACTIONS(15747), 1, - anon_sym_ATendenv, - [223141] = 1, + anon_sym_ATendforelse, + [225185] = 1, ACTIONS(15749), 1, - anon_sym_ATendif, - [223145] = 1, + anon_sym_ATendforeach, + [225189] = 1, ACTIONS(15751), 1, - anon_sym_RPAREN, - [223149] = 1, + anon_sym_ATendfor, + [225193] = 1, ACTIONS(15753), 1, - anon_sym_RPAREN, - [223153] = 1, + aux_sym__custom_token3, + [225197] = 1, ACTIONS(15755), 1, - anon_sym_ATendif, - [223157] = 1, - ACTIONS(13116), 1, - anon_sym_RPAREN, - [223161] = 1, + anon_sym_ATendfeature, + [225201] = 1, ACTIONS(15757), 1, - anon_sym_ATenderror, - [223165] = 1, - ACTIONS(13072), 1, - anon_sym_RPAREN, - [223169] = 1, + anon_sym_ATendcanany, + [225205] = 1, ACTIONS(15759), 1, - anon_sym_COMMA, - [223173] = 1, + anon_sym_ATendcannot, + [225209] = 1, ACTIONS(15761), 1, - anon_sym_ATendPushOnce, - [223177] = 1, + anon_sym_ATendcan, + [225213] = 1, ACTIONS(15763), 1, - anon_sym_ATendPrependOnce, - [223181] = 1, + anon_sym_ATenderror, + [225217] = 1, ACTIONS(15765), 1, - anon_sym_ATendcan, - [223185] = 1, + anon_sym_ATendif, + [225221] = 1, ACTIONS(15767), 1, - anon_sym_ATendpush, - [223189] = 1, + anon_sym_ATendif, + [225225] = 1, ACTIONS(15769), 1, - anon_sym_ATendvolt, - [223193] = 1, + anon_sym_ATendenv, + [225229] = 1, ACTIONS(15771), 1, - anon_sym_ATendteleport, - [223197] = 1, + anon_sym_ATendguest, + [225233] = 1, ACTIONS(15773), 1, - anon_sym_ATendpersist, - [223201] = 1, + anon_sym_LPAREN, + [225237] = 1, ACTIONS(15775), 1, - anon_sym_ATendstory, - [223205] = 1, + anon_sym_ATendauth, + [225241] = 1, ACTIONS(15777), 1, - anon_sym_ATendtask, - [223209] = 1, + anon_sym_ATendempty, + [225245] = 1, ACTIONS(15779), 1, - anon_sym_ATendsetup, - [223213] = 1, + anon_sym_ATendisset, + [225249] = 1, ACTIONS(15781), 1, - anon_sym_ATendwhile, - [223217] = 1, + anon_sym_ATendunless, + [225253] = 1, ACTIONS(15783), 1, - anon_sym_RBRACE_RBRACE, - [223221] = 1, + anon_sym_ATendif, + [225257] = 1, ACTIONS(15785), 1, - ts_builtin_sym_end, - [223225] = 1, + anon_sym_ATendPrependOnce, + [225261] = 1, ACTIONS(15787), 1, - anon_sym_ATendforelse, - [223229] = 1, + anon_sym_ATendprepend, + [225265] = 1, ACTIONS(15789), 1, - anon_sym_ATendforeach, - [223233] = 1, + anon_sym_ATendPushIf, + [225269] = 1, ACTIONS(15791), 1, - anon_sym_ATendfor, - [223237] = 1, + anon_sym_ATendPushOnce, + [225273] = 1, ACTIONS(15793), 1, - aux_sym__custom_token3, - [223241] = 1, + anon_sym_ATendpush, + [225277] = 1, ACTIONS(15795), 1, - anon_sym_ATendfeature, - [223245] = 1, + anon_sym_ATendfragment, + [225281] = 1, ACTIONS(15797), 1, - anon_sym_ATendcanany, - [223249] = 1, + anon_sym_ATendphp, + [225285] = 1, ACTIONS(15799), 1, - anon_sym_ATendcannot, - [223253] = 1, + anon_sym_RPAREN, + [225289] = 1, ACTIONS(15801), 1, - anon_sym_ATendcan, - [223257] = 1, + anon_sym_RBRACE_RBRACE, + [225293] = 1, ACTIONS(15803), 1, - anon_sym_ATendenv, - [223261] = 1, + anon_sym_RPAREN, + [225297] = 1, ACTIONS(15805), 1, - anon_sym_ATenderror, - [223265] = 1, + anon_sym_RPAREN, + [225301] = 1, + ACTIONS(13066), 1, + anon_sym_RPAREN, + [225305] = 1, ACTIONS(15807), 1, - anon_sym_ATendif, - [223269] = 1, + anon_sym_RBRACE_RBRACE, + [225309] = 1, ACTIONS(15809), 1, - anon_sym_ATendif, - [223273] = 1, + anon_sym_ATendvolt, + [225313] = 1, ACTIONS(15811), 1, - anon_sym_ATendenv, - [223277] = 1, + anon_sym_ATendteleport, + [225317] = 1, ACTIONS(15813), 1, - anon_sym_ATendcanany, - [223281] = 1, + anon_sym_ATendpersist, + [225321] = 1, ACTIONS(15815), 1, - anon_sym_ATendguest, - [223285] = 1, + anon_sym_ATendstory, + [225325] = 1, ACTIONS(15817), 1, - anon_sym_ATendauth, - [223289] = 1, + anon_sym_ATendtask, + [225329] = 1, ACTIONS(15819), 1, - anon_sym_ATendempty, - [223293] = 1, + anon_sym_ATendsetup, + [225333] = 1, ACTIONS(15821), 1, - anon_sym_ATendisset, - [223297] = 1, + anon_sym_ATendwhile, + [225337] = 1, ACTIONS(15823), 1, - anon_sym_ATendunless, - [223301] = 1, + anon_sym_ATendforelse, + [225341] = 1, ACTIONS(15825), 1, - anon_sym_ATendif, - [223305] = 1, + anon_sym_ATendforeach, + [225345] = 1, ACTIONS(15827), 1, - anon_sym_COMMA, - [223309] = 1, + anon_sym_ATendfor, + [225349] = 1, ACTIONS(15829), 1, - anon_sym_ATendif, - [223313] = 1, + aux_sym__custom_token3, + [225353] = 1, ACTIONS(15831), 1, - anon_sym_ATendPrependOnce, - [223317] = 1, + anon_sym_ATendfeature, + [225357] = 1, ACTIONS(15833), 1, - anon_sym_ATendprepend, - [223321] = 1, + anon_sym_ATendcanany, + [225361] = 1, ACTIONS(15835), 1, - anon_sym_ATendPushIf, - [223325] = 1, + anon_sym_ATendcannot, + [225365] = 1, ACTIONS(15837), 1, - anon_sym_ATendPushOnce, - [223329] = 1, + anon_sym_ATendcan, + [225369] = 1, ACTIONS(15839), 1, - anon_sym_ATendpush, - [223333] = 1, + anon_sym_ATenderror, + [225373] = 1, ACTIONS(15841), 1, - anon_sym_ATendfeature, - [223337] = 1, + anon_sym_LPAREN, + [225377] = 1, ACTIONS(15843), 1, - aux_sym__custom_token3, - [223341] = 1, + anon_sym_ATendif, + [225381] = 1, ACTIONS(15845), 1, - anon_sym_ATendfragment, - [223345] = 1, + anon_sym_ATendif, + [225385] = 1, ACTIONS(15847), 1, - anon_sym_ATendphp, - [223349] = 1, + anon_sym_ATendenv, + [225389] = 1, ACTIONS(15849), 1, - anon_sym_LPAREN, - [223353] = 1, + anon_sym_ATendguest, + [225393] = 1, ACTIONS(15851), 1, - anon_sym_LPAREN, - [223357] = 1, + anon_sym_ATendauth, + [225397] = 1, ACTIONS(15853), 1, - anon_sym_BANG_BANG_RBRACE, - [223361] = 1, + anon_sym_ATendempty, + [225401] = 1, ACTIONS(15855), 1, - anon_sym_RBRACE_RBRACE, - [223365] = 1, + anon_sym_ATendisset, + [225405] = 1, ACTIONS(15857), 1, - anon_sym_ATendfor, - [223369] = 1, + anon_sym_ATendunless, + [225409] = 1, ACTIONS(15859), 1, - anon_sym_ATendforeach, - [223373] = 1, - ACTIONS(15861), 1, anon_sym_ATendif, - [223377] = 1, + [225413] = 1, + ACTIONS(15861), 1, + anon_sym_ATendPrependOnce, + [225417] = 1, ACTIONS(15863), 1, - anon_sym_ATenderror, - [223381] = 1, + anon_sym_ATendprepend, + [225421] = 1, ACTIONS(15865), 1, - anon_sym_ATendcan, - [223385] = 1, + anon_sym_ATendPushIf, + [225425] = 1, ACTIONS(15867), 1, - anon_sym_ATendforelse, - [223389] = 1, + anon_sym_ATendPushOnce, + [225429] = 1, ACTIONS(15869), 1, - anon_sym_ATendwhile, - [223393] = 1, + anon_sym_ATendpush, + [225433] = 1, ACTIONS(15871), 1, - anon_sym_ATendvolt, - [223397] = 1, + anon_sym_ATendfragment, + [225437] = 1, ACTIONS(15873), 1, - anon_sym_RPAREN, - [223401] = 1, + anon_sym_ATendphp, + [225441] = 1, ACTIONS(15875), 1, - anon_sym_RPAREN, - [223405] = 1, + anon_sym_BANG_BANG_RBRACE, + [225445] = 1, ACTIONS(15877), 1, - anon_sym_ATendsetup, - [223409] = 1, + anon_sym_RBRACE_RBRACE, + [225449] = 1, ACTIONS(15879), 1, - anon_sym_ATendtask, - [223413] = 1, + anon_sym_RPAREN, + [225453] = 1, ACTIONS(15881), 1, - anon_sym_ATendstory, - [223417] = 1, - ACTIONS(13104), 1, anon_sym_RPAREN, - [223421] = 1, - ACTIONS(13098), 1, + [225457] = 1, + ACTIONS(12916), 1, anon_sym_RPAREN, - [223425] = 1, + [225461] = 1, ACTIONS(15883), 1, - anon_sym_ATendvolt, - [223429] = 1, + anon_sym_RPAREN, + [225465] = 1, ACTIONS(15885), 1, - anon_sym_ATendteleport, - [223433] = 1, + anon_sym_ATendvolt, + [225469] = 1, ACTIONS(15887), 1, - anon_sym_ATendpersist, - [223437] = 1, + anon_sym_ATendteleport, + [225473] = 1, ACTIONS(15889), 1, - anon_sym_ATendstory, - [223441] = 1, + anon_sym_ATendpersist, + [225477] = 1, ACTIONS(15891), 1, - anon_sym_COMMA, - [223445] = 1, + anon_sym_ATendstory, + [225481] = 1, ACTIONS(15893), 1, - anon_sym_ATendteleport, - [223449] = 1, - ACTIONS(15895), 1, anon_sym_ATendtask, - [223453] = 1, - ACTIONS(15897), 1, + [225485] = 1, + ACTIONS(15895), 1, anon_sym_ATendsetup, - [223457] = 1, - ACTIONS(15899), 1, + [225489] = 1, + ACTIONS(15897), 1, anon_sym_ATendwhile, - [223461] = 1, - ACTIONS(15901), 1, + [225493] = 1, + ACTIONS(15899), 1, anon_sym_ATendforelse, - [223465] = 1, - ACTIONS(15903), 1, + [225497] = 1, + ACTIONS(15901), 1, anon_sym_ATendforeach, - [223469] = 1, - ACTIONS(15905), 1, + [225501] = 1, + ACTIONS(15903), 1, anon_sym_ATendfor, - [223473] = 1, - ACTIONS(15907), 1, + [225505] = 1, + ACTIONS(15905), 1, aux_sym__custom_token3, - [223477] = 1, - ACTIONS(15909), 1, + [225509] = 1, + ACTIONS(15907), 1, anon_sym_ATendfeature, - [223481] = 1, + [225513] = 1, + ACTIONS(15909), 1, + anon_sym_LPAREN, + [225517] = 1, ACTIONS(15911), 1, anon_sym_ATendcanany, - [223485] = 1, + [225521] = 1, ACTIONS(15913), 1, anon_sym_ATendcannot, - [223489] = 1, + [225525] = 1, ACTIONS(15915), 1, anon_sym_ATendcan, - [223493] = 1, + [225529] = 1, ACTIONS(15917), 1, anon_sym_ATenderror, - [223497] = 1, + [225533] = 1, ACTIONS(15919), 1, anon_sym_ATendif, - [223501] = 1, + [225537] = 1, ACTIONS(15921), 1, anon_sym_ATendif, - [223505] = 1, + [225541] = 1, ACTIONS(15923), 1, anon_sym_ATendenv, - [223509] = 1, + [225545] = 1, ACTIONS(15925), 1, anon_sym_ATendguest, - [223513] = 1, + [225549] = 1, ACTIONS(15927), 1, anon_sym_ATendauth, - [223517] = 1, + [225553] = 1, ACTIONS(15929), 1, anon_sym_ATendempty, - [223521] = 1, + [225557] = 1, ACTIONS(15931), 1, anon_sym_ATendisset, - [223525] = 1, + [225561] = 1, ACTIONS(15933), 1, anon_sym_ATendunless, - [223529] = 1, + [225565] = 1, ACTIONS(15935), 1, - anon_sym_ATendpersist, - [223533] = 1, - ACTIONS(15937), 1, anon_sym_ATendif, - [223537] = 1, + [225569] = 1, + ACTIONS(15937), 1, + anon_sym_ATendPrependOnce, + [225573] = 1, ACTIONS(15939), 1, - anon_sym_RBRACE_RBRACE, - [223541] = 1, - ACTIONS(15941), 1, anon_sym_ATendprepend, - [223545] = 1, - ACTIONS(15943), 1, + [225577] = 1, + ACTIONS(15941), 1, anon_sym_ATendPushIf, - [223549] = 1, - ACTIONS(15945), 1, + [225581] = 1, + ACTIONS(15943), 1, anon_sym_ATendPushOnce, - [223553] = 1, - ACTIONS(15947), 1, + [225585] = 1, + ACTIONS(15945), 1, anon_sym_ATendpush, - [223557] = 1, + [225589] = 1, + ACTIONS(15947), 1, + anon_sym_ATendfragment, + [225593] = 1, ACTIONS(15949), 1, - anon_sym_ATendpersist, - [223561] = 1, + anon_sym_ATendphp, + [225597] = 1, ACTIONS(15951), 1, - anon_sym_ATendteleport, - [223565] = 1, + anon_sym_BANG_BANG_RBRACE, + [225601] = 1, ACTIONS(15953), 1, - anon_sym_ATendfragment, - [223569] = 1, + anon_sym_ATendtask, + [225605] = 1, ACTIONS(15955), 1, - anon_sym_ATendphp, - [223573] = 1, + anon_sym_RPAREN, + [225609] = 1, ACTIONS(15957), 1, - anon_sym_BANG_BANG_RBRACE, - [223577] = 1, + anon_sym_RPAREN, + [225613] = 1, + ACTIONS(12966), 1, + anon_sym_RPAREN, + [225617] = 1, ACTIONS(15959), 1, - anon_sym_COMMA, - [223581] = 1, + anon_sym_RPAREN, + [225621] = 1, ACTIONS(15961), 1, - anon_sym_ATendenv, - [223585] = 1, + anon_sym_ATendvolt, + [225625] = 1, ACTIONS(15963), 1, - anon_sym_ATendif, - [223589] = 1, + anon_sym_ATendteleport, + [225629] = 1, ACTIONS(15965), 1, - anon_sym_ATendvolt, - [223593] = 1, + anon_sym_ATendpersist, + [225633] = 1, ACTIONS(15967), 1, - anon_sym_ATendcannot, - [223597] = 1, + anon_sym_ATendstory, + [225637] = 1, ACTIONS(15969), 1, - anon_sym_ATendcanany, - [223601] = 1, + anon_sym_ATendtask, + [225641] = 1, ACTIONS(15971), 1, - anon_sym_ATendfeature, - [223605] = 1, + anon_sym_ATendsetup, + [225645] = 1, ACTIONS(15973), 1, - aux_sym__custom_token3, - [223609] = 1, + anon_sym_ATendwhile, + [225649] = 1, ACTIONS(15975), 1, - anon_sym_RPAREN, - [223613] = 1, + anon_sym_ATendforelse, + [225653] = 1, ACTIONS(15977), 1, - anon_sym_RPAREN, - [223617] = 1, - ACTIONS(13010), 1, - anon_sym_RPAREN, - [223621] = 1, - ACTIONS(13004), 1, - anon_sym_RPAREN, - [223625] = 1, - ACTIONS(13006), 1, - anon_sym_RPAREN, - [223629] = 1, - ACTIONS(13000), 1, - anon_sym_RPAREN, - [223633] = 1, + anon_sym_LPAREN, + [225657] = 1, ACTIONS(15979), 1, - anon_sym_RPAREN, - [223637] = 1, + anon_sym_ATendforeach, + [225661] = 1, ACTIONS(15981), 1, - anon_sym_RPAREN, - [223641] = 1, + anon_sym_ATendfor, + [225665] = 1, ACTIONS(15983), 1, - anon_sym_ATendvolt, - [223645] = 1, + aux_sym__custom_token3, + [225669] = 1, ACTIONS(15985), 1, - anon_sym_ATendteleport, - [223649] = 1, + anon_sym_ATendfeature, + [225673] = 1, ACTIONS(15987), 1, - anon_sym_ATendpersist, - [223653] = 1, + anon_sym_ATendcanany, + [225677] = 1, ACTIONS(15989), 1, - anon_sym_ATendstory, - [223657] = 1, + anon_sym_ATendcannot, + [225681] = 1, ACTIONS(15991), 1, - anon_sym_ATendtask, - [223661] = 1, + anon_sym_ATendcan, + [225685] = 1, ACTIONS(15993), 1, - anon_sym_ATendsetup, - [223665] = 1, + anon_sym_ATenderror, + [225689] = 1, ACTIONS(15995), 1, - anon_sym_ATendstory, - [223669] = 1, + anon_sym_ATendif, + [225693] = 1, ACTIONS(15997), 1, - anon_sym_ATendwhile, - [223673] = 1, + anon_sym_ATendif, + [225697] = 1, ACTIONS(15999), 1, - anon_sym_ATendforelse, - [223677] = 1, + anon_sym_ATendenv, + [225701] = 1, ACTIONS(16001), 1, - anon_sym_ATendforeach, - [223681] = 1, + anon_sym_ATendguest, + [225705] = 1, ACTIONS(16003), 1, - anon_sym_ATendfor, - [223685] = 1, + anon_sym_ATendauth, + [225709] = 1, ACTIONS(16005), 1, - aux_sym__custom_token3, - [223689] = 1, + anon_sym_ATendempty, + [225713] = 1, ACTIONS(16007), 1, - anon_sym_ATendfeature, - [223693] = 1, + anon_sym_ATendisset, + [225717] = 1, ACTIONS(16009), 1, - anon_sym_ATendcanany, - [223697] = 1, + anon_sym_ATendunless, + [225721] = 1, ACTIONS(16011), 1, - anon_sym_ATendcannot, - [223701] = 1, + anon_sym_ATendif, + [225725] = 1, ACTIONS(16013), 1, - anon_sym_ATendcan, - [223705] = 1, + anon_sym_ATendPrependOnce, + [225729] = 1, ACTIONS(16015), 1, - anon_sym_ATenderror, - [223709] = 1, + anon_sym_ATendprepend, + [225733] = 1, ACTIONS(16017), 1, - anon_sym_ATendif, - [223713] = 1, + anon_sym_ATendPushIf, + [225737] = 1, ACTIONS(16019), 1, - anon_sym_COMMA, - [223717] = 1, + anon_sym_ATendPushOnce, + [225741] = 1, ACTIONS(16021), 1, - anon_sym_ATendtask, - [223721] = 1, + anon_sym_ATendpush, + [225745] = 1, ACTIONS(16023), 1, - anon_sym_ATendif, - [223725] = 1, + anon_sym_ATendfragment, + [225749] = 1, ACTIONS(16025), 1, - anon_sym_ATendenv, - [223729] = 1, + anon_sym_ATendphp, + [225753] = 1, ACTIONS(16027), 1, - anon_sym_ATendguest, - [223733] = 1, + anon_sym_BANG_BANG_RBRACE, + [225757] = 1, ACTIONS(16029), 1, - anon_sym_ATendauth, - [223737] = 1, + anon_sym_RBRACE_RBRACE, + [225761] = 1, ACTIONS(16031), 1, - anon_sym_ATendempty, - [223741] = 1, + anon_sym_RPAREN, + [225765] = 1, ACTIONS(16033), 1, - anon_sym_ATendisset, - [223745] = 1, + anon_sym_RPAREN, + [225769] = 1, + ACTIONS(12974), 1, + anon_sym_RPAREN, + [225773] = 1, ACTIONS(16035), 1, - anon_sym_ATendunless, - [223749] = 1, + anon_sym_RPAREN, + [225777] = 1, ACTIONS(16037), 1, - anon_sym_ATendif, - [223753] = 1, + anon_sym_ATendvolt, + [225781] = 1, ACTIONS(16039), 1, - anon_sym_ATendPrependOnce, - [223757] = 1, + anon_sym_ATendteleport, + [225785] = 1, ACTIONS(16041), 1, - anon_sym_ATendprepend, - [223761] = 1, + anon_sym_ATendpersist, + [225789] = 1, ACTIONS(16043), 1, - anon_sym_ATendPushIf, - [223765] = 1, + anon_sym_ATendstory, + [225793] = 1, ACTIONS(16045), 1, - anon_sym_ATendPushOnce, - [223769] = 1, + anon_sym_LPAREN, + [225797] = 1, ACTIONS(16047), 1, - anon_sym_ATendpush, - [223773] = 1, + anon_sym_ATendif, + [225801] = 1, ACTIONS(16049), 1, - anon_sym_ATendfragment, - [223777] = 1, + anon_sym_ATendsetup, + [225805] = 1, ACTIONS(16051), 1, - anon_sym_ATendphp, - [223781] = 1, + anon_sym_ATendwhile, + [225809] = 1, ACTIONS(16053), 1, - anon_sym_BANG_BANG_RBRACE, - [223785] = 1, + anon_sym_ATendforelse, + [225813] = 1, ACTIONS(16055), 1, - anon_sym_RBRACE_RBRACE, - [223789] = 1, + anon_sym_ATendforeach, + [225817] = 1, ACTIONS(16057), 1, - anon_sym_ATendsetup, - [223793] = 1, + anon_sym_ATendfor, + [225821] = 1, ACTIONS(16059), 1, - anon_sym_ATendwhile, - [223797] = 1, + aux_sym__custom_token3, + [225825] = 1, ACTIONS(16061), 1, - anon_sym_ATendforelse, - [223801] = 1, + anon_sym_ATendfeature, + [225829] = 1, ACTIONS(16063), 1, - anon_sym_ATendforeach, - [223805] = 1, + anon_sym_ATendcanany, + [225833] = 1, ACTIONS(16065), 1, - anon_sym_ATendfor, - [223809] = 1, + anon_sym_ATendcannot, + [225837] = 1, ACTIONS(16067), 1, - anon_sym_ATendfor, - [223813] = 1, + anon_sym_ATendcan, + [225841] = 1, ACTIONS(16069), 1, - aux_sym__custom_token3, - [223817] = 1, + anon_sym_ATenderror, + [225845] = 1, ACTIONS(16071), 1, anon_sym_RPAREN, - [223821] = 1, + [225849] = 1, ACTIONS(16073), 1, - anon_sym_RPAREN, - [223825] = 1, + anon_sym_ATendif, + [225853] = 1, ACTIONS(16075), 1, - anon_sym_RBRACE_RBRACE, - [223829] = 1, - ACTIONS(12854), 1, - anon_sym_RPAREN, - [223833] = 1, - ACTIONS(12848), 1, - anon_sym_RPAREN, - [223837] = 1, + anon_sym_ATendenv, + [225857] = 1, ACTIONS(16077), 1, - anon_sym_BANG_BANG_RBRACE, - [223841] = 1, + anon_sym_ATendguest, + [225861] = 1, ACTIONS(16079), 1, - anon_sym_ATendvolt, - [223845] = 1, + anon_sym_ATendauth, + [225865] = 1, ACTIONS(16081), 1, - anon_sym_ATendteleport, - [223849] = 1, + anon_sym_ATendempty, + [225869] = 1, ACTIONS(16083), 1, - anon_sym_COMMA, - [223853] = 1, + anon_sym_ATendisset, + [225873] = 1, ACTIONS(16085), 1, - anon_sym_ATendfeature, - [223857] = 1, + anon_sym_ATendunless, + [225877] = 1, ACTIONS(16087), 1, - anon_sym_ATendpersist, - [223861] = 1, + anon_sym_ATendif, + [225881] = 1, ACTIONS(16089), 1, - anon_sym_ATendstory, - [223865] = 1, + anon_sym_ATendPrependOnce, + [225885] = 1, ACTIONS(16091), 1, - anon_sym_ATendtask, - [223869] = 1, + anon_sym_ATendprepend, + [225889] = 1, ACTIONS(16093), 1, - anon_sym_ATendsetup, - [223873] = 1, + anon_sym_ATendPushIf, + [225893] = 1, ACTIONS(16095), 1, - anon_sym_ATendwhile, - [223877] = 1, + anon_sym_ATendPushOnce, + [225897] = 1, ACTIONS(16097), 1, - anon_sym_ATendforelse, - [223881] = 1, + anon_sym_ATendpush, + [225901] = 1, ACTIONS(16099), 1, - anon_sym_ATendforeach, - [223885] = 1, + anon_sym_ATendfragment, + [225905] = 1, ACTIONS(16101), 1, - anon_sym_ATendfor, - [223889] = 1, + anon_sym_ATendphp, + [225909] = 1, ACTIONS(16103), 1, - aux_sym__custom_token3, - [223893] = 1, + anon_sym_BANG_BANG_RBRACE, + [225913] = 1, ACTIONS(16105), 1, - anon_sym_ATendfeature, - [223897] = 1, + anon_sym_RBRACE_RBRACE, + [225917] = 1, ACTIONS(16107), 1, - anon_sym_ATendcanany, - [223901] = 1, + anon_sym_RPAREN, + [225921] = 1, ACTIONS(16109), 1, - anon_sym_ATendcannot, - [223905] = 1, + anon_sym_RPAREN, + [225925] = 1, + ACTIONS(12982), 1, + anon_sym_RPAREN, + [225929] = 1, ACTIONS(16111), 1, - anon_sym_ATendcan, - [223909] = 1, + anon_sym_RPAREN, + [225933] = 1, ACTIONS(16113), 1, - anon_sym_ATenderror, - [223913] = 1, + anon_sym_LPAREN, + [225937] = 1, ACTIONS(16115), 1, - anon_sym_RPAREN, - [223917] = 1, + anon_sym_ATendvolt, + [225941] = 1, ACTIONS(16117), 1, - anon_sym_ATendif, - [223921] = 1, + anon_sym_ATendteleport, + [225945] = 1, ACTIONS(16119), 1, - anon_sym_ATendenv, - [223925] = 1, + anon_sym_ATendpersist, + [225949] = 1, ACTIONS(16121), 1, - anon_sym_ATendguest, - [223929] = 1, + anon_sym_ATendstory, + [225953] = 1, ACTIONS(16123), 1, - anon_sym_ATendauth, - [223933] = 1, + anon_sym_ATendtask, + [225957] = 1, ACTIONS(16125), 1, - anon_sym_ATendempty, - [223937] = 1, + anon_sym_ATendsetup, + [225961] = 1, ACTIONS(16127), 1, - anon_sym_ATendcanany, - [223941] = 1, + anon_sym_ATendwhile, + [225965] = 1, ACTIONS(16129), 1, - anon_sym_ATendisset, - [223945] = 1, + anon_sym_ATendforelse, + [225969] = 1, ACTIONS(16131), 1, - anon_sym_ATendunless, - [223949] = 1, + anon_sym_ATendforeach, + [225973] = 1, ACTIONS(16133), 1, - anon_sym_ATendif, - [223953] = 1, + anon_sym_ATendfor, + [225977] = 1, ACTIONS(16135), 1, - anon_sym_ATendPrependOnce, - [223957] = 1, + aux_sym__custom_token3, + [225981] = 1, ACTIONS(16137), 1, - anon_sym_ATendprepend, - [223961] = 1, + anon_sym_ATendfeature, + [225985] = 1, ACTIONS(16139), 1, - anon_sym_ATendPushIf, - [223965] = 1, + anon_sym_ATendcanany, + [225989] = 1, ACTIONS(16141), 1, - anon_sym_ATendPushOnce, - [223969] = 1, + anon_sym_ATendcannot, + [225993] = 1, ACTIONS(16143), 1, - anon_sym_ATendpush, - [223973] = 1, + anon_sym_ATendcan, + [225997] = 1, ACTIONS(16145), 1, - anon_sym_ATendfragment, - [223977] = 1, + anon_sym_ATenderror, + [226001] = 1, ACTIONS(16147), 1, - anon_sym_ATendpush, - [223981] = 1, + anon_sym_ATendif, + [226005] = 1, ACTIONS(16149), 1, - anon_sym_ATendfragment, - [223985] = 1, + anon_sym_ATendif, + [226009] = 1, ACTIONS(16151), 1, - anon_sym_COMMA, - [223989] = 1, + anon_sym_ATendenv, + [226013] = 1, ACTIONS(16153), 1, - anon_sym_ATendcannot, - [223993] = 1, + anon_sym_ATendguest, + [226017] = 1, ACTIONS(16155), 1, - anon_sym_ATendphp, - [223997] = 1, + anon_sym_ATendauth, + [226021] = 1, ACTIONS(16157), 1, - anon_sym_BANG_BANG_RBRACE, - [224001] = 1, + anon_sym_ATendempty, + [226025] = 1, ACTIONS(16159), 1, - anon_sym_RBRACE_RBRACE, - [224005] = 1, + anon_sym_ATendisset, + [226029] = 1, ACTIONS(16161), 1, - anon_sym_ATendPushOnce, - [224009] = 1, + anon_sym_ATendunless, + [226033] = 1, ACTIONS(16163), 1, - anon_sym_ATendPushIf, - [224013] = 1, + anon_sym_ATendif, + [226037] = 1, ACTIONS(16165), 1, - anon_sym_ATendprepend, - [224017] = 1, + anon_sym_ATendPrependOnce, + [226041] = 1, ACTIONS(16167), 1, - anon_sym_ATendcan, - [224021] = 1, + anon_sym_ATendprepend, + [226045] = 1, ACTIONS(16169), 1, - anon_sym_ATendforeach, - [224025] = 1, + anon_sym_ATendPushIf, + [226049] = 1, ACTIONS(16171), 1, - anon_sym_ATenderror, - [224029] = 1, + anon_sym_ATendPushOnce, + [226053] = 1, ACTIONS(16173), 1, - anon_sym_ATendPrependOnce, - [224033] = 1, + anon_sym_ATendpush, + [226057] = 1, ACTIONS(16175), 1, - anon_sym_ATendif, - [224037] = 1, + anon_sym_ATendfragment, + [226061] = 1, ACTIONS(16177), 1, - anon_sym_ATendif, - [224041] = 1, + anon_sym_ATendphp, + [226065] = 1, ACTIONS(16179), 1, - anon_sym_ATendif, - [224045] = 1, + anon_sym_BANG_BANG_RBRACE, + [226069] = 1, ACTIONS(16181), 1, - anon_sym_RPAREN, - [224049] = 1, + anon_sym_RBRACE_RBRACE, + [226073] = 1, ACTIONS(16183), 1, - anon_sym_ATendphp, - [224053] = 1, + anon_sym_LPAREN, + [226077] = 1, ACTIONS(16185), 1, - anon_sym_ATendunless, - [224057] = 1, + anon_sym_RPAREN, + [226081] = 1, ACTIONS(16187), 1, - anon_sym_ATendisset, - [224061] = 1, + anon_sym_RPAREN, + [226085] = 1, + ACTIONS(13002), 1, + anon_sym_RPAREN, + [226089] = 1, ACTIONS(16189), 1, - anon_sym_ATendempty, - [224065] = 1, + anon_sym_ATenderror, + [226093] = 1, ACTIONS(16191), 1, - anon_sym_ATendauth, - [224069] = 1, - ACTIONS(12750), 1, - anon_sym_RPAREN, - [224073] = 1, + anon_sym_ATendvolt, + [226097] = 1, ACTIONS(16193), 1, - anon_sym_ATendforelse, - [224077] = 1, - ACTIONS(12736), 1, - anon_sym_RPAREN, - [224081] = 1, + anon_sym_ATendteleport, + [226101] = 1, ACTIONS(16195), 1, - anon_sym_ATendguest, - [224085] = 1, + anon_sym_ATendpersist, + [226105] = 1, ACTIONS(16197), 1, - anon_sym_ATendenv, - [224089] = 1, + anon_sym_ATendstory, + [226109] = 1, ACTIONS(16199), 1, - anon_sym_ATendvolt, - [224093] = 1, + anon_sym_ATendtask, + [226113] = 1, ACTIONS(16201), 1, - anon_sym_ATendteleport, - [224097] = 1, + anon_sym_ATendsetup, + [226117] = 1, ACTIONS(16203), 1, - anon_sym_ATendpersist, - [224101] = 1, + anon_sym_ATendwhile, + [226121] = 1, ACTIONS(16205), 1, - anon_sym_ATendstory, - [224105] = 1, + anon_sym_ATendforelse, + [226125] = 1, ACTIONS(16207), 1, - anon_sym_ATendtask, - [224109] = 1, + anon_sym_ATendforeach, + [226129] = 1, ACTIONS(16209), 1, - anon_sym_ATendsetup, - [224113] = 1, + anon_sym_ATendfor, + [226133] = 1, ACTIONS(16211), 1, - anon_sym_ATendwhile, - [224117] = 1, + aux_sym__custom_token3, + [226137] = 1, ACTIONS(16213), 1, - anon_sym_ATendforelse, - [224121] = 1, + anon_sym_ATendfeature, + [226141] = 1, ACTIONS(16215), 1, - anon_sym_COMMA, - [224125] = 1, + anon_sym_ATendcanany, + [226145] = 1, ACTIONS(16217), 1, - anon_sym_ATendguest, - [224129] = 1, + anon_sym_ATendcannot, + [226149] = 1, ACTIONS(16219), 1, - anon_sym_ATendforeach, - [224133] = 1, + anon_sym_ATendcan, + [226153] = 1, ACTIONS(16221), 1, - anon_sym_ATendfor, - [224137] = 1, + anon_sym_ATenderror, + [226157] = 1, ACTIONS(16223), 1, - aux_sym__custom_token3, - [224141] = 1, + anon_sym_ATendif, + [226161] = 1, ACTIONS(16225), 1, - anon_sym_ATendfeature, - [224145] = 1, + anon_sym_ATendif, + [226165] = 1, ACTIONS(16227), 1, - anon_sym_ATendcanany, - [224149] = 1, + anon_sym_ATendenv, + [226169] = 1, ACTIONS(16229), 1, - anon_sym_ATendcannot, - [224153] = 1, + anon_sym_ATendguest, + [226173] = 1, ACTIONS(16231), 1, - anon_sym_ATendcan, - [224157] = 1, + anon_sym_ATendauth, + [226177] = 1, ACTIONS(16233), 1, - anon_sym_ATenderror, - [224161] = 1, + anon_sym_ATendempty, + [226181] = 1, ACTIONS(16235), 1, - anon_sym_ATendif, - [224165] = 1, + anon_sym_ATendisset, + [226185] = 1, ACTIONS(16237), 1, - anon_sym_ATendif, - [224169] = 1, + anon_sym_ATendunless, + [226189] = 1, ACTIONS(16239), 1, - anon_sym_ATendenv, - [224173] = 1, - ACTIONS(16241), 1, anon_sym_ATendif, - [224177] = 1, + [226193] = 1, + ACTIONS(16241), 1, + anon_sym_ATendPrependOnce, + [226197] = 1, ACTIONS(16243), 1, - anon_sym_ATendguest, - [224181] = 1, + anon_sym_ATendprepend, + [226201] = 1, ACTIONS(16245), 1, - anon_sym_ATendauth, - [224185] = 1, + anon_sym_ATendPushIf, + [226205] = 1, ACTIONS(16247), 1, - anon_sym_ATendempty, - [224189] = 1, + anon_sym_ATendPushOnce, + [226209] = 1, ACTIONS(16249), 1, - anon_sym_ATendisset, - [224193] = 1, + anon_sym_ATendpush, + [226213] = 1, ACTIONS(16251), 1, - anon_sym_ATendunless, - [224197] = 1, + anon_sym_LPAREN, + [226217] = 1, ACTIONS(16253), 1, - anon_sym_ATendif, - [224201] = 1, + anon_sym_ATendfragment, + [226221] = 1, ACTIONS(16255), 1, - anon_sym_ATendPrependOnce, - [224205] = 1, + anon_sym_ATendphp, + [226225] = 1, ACTIONS(16257), 1, - anon_sym_ATendprepend, - [224209] = 1, + anon_sym_BANG_BANG_RBRACE, + [226229] = 1, ACTIONS(16259), 1, - anon_sym_ATendauth, - [224213] = 1, + anon_sym_RBRACE_RBRACE, + [226233] = 1, ACTIONS(16261), 1, - anon_sym_ATendPushIf, - [224217] = 1, + anon_sym_RPAREN, + [226237] = 1, ACTIONS(16263), 1, - anon_sym_ATendPushOnce, - [224221] = 1, + anon_sym_RPAREN, + [226241] = 1, + ACTIONS(12908), 1, + anon_sym_RPAREN, + [226245] = 1, ACTIONS(16265), 1, - anon_sym_ATendpush, - [224225] = 1, + anon_sym_RPAREN, + [226249] = 1, ACTIONS(16267), 1, - anon_sym_ATendif, - [224229] = 1, + anon_sym_ATendvolt, + [226253] = 1, ACTIONS(16269), 1, - anon_sym_ATenderror, - [224233] = 1, + anon_sym_ATendteleport, + [226257] = 1, ACTIONS(16271), 1, - anon_sym_ATendfragment, - [224237] = 1, + anon_sym_ATendpersist, + [226261] = 1, ACTIONS(16273), 1, - anon_sym_ATendphp, - [224241] = 1, + anon_sym_ATendstory, + [226265] = 1, ACTIONS(16275), 1, - anon_sym_BANG_BANG_RBRACE, - [224245] = 1, + anon_sym_ATendtask, + [226269] = 1, ACTIONS(16277), 1, - anon_sym_RBRACE_RBRACE, - [224249] = 1, + anon_sym_ATendsetup, + [226273] = 1, ACTIONS(16279), 1, - anon_sym_ATendcan, - [224253] = 1, + anon_sym_ATendwhile, + [226277] = 1, ACTIONS(16281), 1, - anon_sym_ATendcannot, - [224257] = 1, + anon_sym_ATendforelse, + [226281] = 1, ACTIONS(16283), 1, - anon_sym_COMMA, - [224261] = 1, + anon_sym_ATendforeach, + [226285] = 1, ACTIONS(16285), 1, - anon_sym_ATendempty, - [224265] = 1, + anon_sym_ATendfor, + [226289] = 1, ACTIONS(16287), 1, - anon_sym_ATendisset, - [224269] = 1, + aux_sym__custom_token3, + [226293] = 1, ACTIONS(16289), 1, - anon_sym_ATendunless, - [224273] = 1, + anon_sym_ATendfeature, + [226297] = 1, ACTIONS(16291), 1, - anon_sym_ATendif, - [224277] = 1, - ACTIONS(16293), 1, anon_sym_ATendcanany, - [224281] = 1, + [226301] = 1, + ACTIONS(16293), 1, + anon_sym_ATendcannot, + [226305] = 1, ACTIONS(16295), 1, - anon_sym_ATendfeature, - [224285] = 1, + anon_sym_ATendcan, + [226309] = 1, ACTIONS(16297), 1, - anon_sym_RPAREN, - [224289] = 1, + anon_sym_RBRACE_RBRACE, + [226313] = 1, ACTIONS(16299), 1, - anon_sym_RPAREN, - [224293] = 1, + anon_sym_ATendif, + [226317] = 1, ACTIONS(16301), 1, - aux_sym__custom_token3, - [224297] = 1, + anon_sym_ATendif, + [226321] = 1, ACTIONS(16303), 1, - anon_sym_ATendfor, - [224301] = 1, + anon_sym_ATendenv, + [226325] = 1, ACTIONS(16305), 1, - anon_sym_ATendforeach, - [224305] = 1, - ACTIONS(12820), 1, - anon_sym_RPAREN, - [224309] = 1, - ACTIONS(12824), 1, - anon_sym_RPAREN, - [224313] = 1, + anon_sym_ATendguest, + [226329] = 1, ACTIONS(16307), 1, - anon_sym_ATendforelse, - [224317] = 1, + anon_sym_ATendauth, + [226333] = 1, ACTIONS(16309), 1, - anon_sym_ATendforelse, - [224321] = 1, + anon_sym_ATendempty, + [226337] = 1, ACTIONS(16311), 1, - anon_sym_ATendvolt, - [224325] = 1, + anon_sym_ATendisset, + [226341] = 1, ACTIONS(16313), 1, - anon_sym_ATendteleport, - [224329] = 1, + anon_sym_ATendunless, + [226345] = 1, ACTIONS(16315), 1, - anon_sym_ATendpersist, - [224333] = 1, + anon_sym_ATendif, + [226349] = 1, ACTIONS(16317), 1, - anon_sym_ATendstory, - [224337] = 1, + anon_sym_ATendPrependOnce, + [226353] = 1, ACTIONS(16319), 1, - anon_sym_ATendtask, - [224341] = 1, + anon_sym_LPAREN, + [226357] = 1, ACTIONS(16321), 1, - anon_sym_ATendsetup, - [224345] = 1, + anon_sym_ATendprepend, + [226361] = 1, ACTIONS(16323), 1, - anon_sym_ATendPrependOnce, - [224349] = 1, + anon_sym_ATendPushIf, + [226365] = 1, ACTIONS(16325), 1, - anon_sym_ATendwhile, - [224353] = 1, + anon_sym_ATendPushOnce, + [226369] = 1, ACTIONS(16327), 1, - anon_sym_ATendforelse, - [224357] = 1, + anon_sym_ATendpush, + [226373] = 1, ACTIONS(16329), 1, - anon_sym_ATendforeach, - [224361] = 1, + anon_sym_ATendfragment, + [226377] = 1, ACTIONS(16331), 1, - anon_sym_ATendfor, - [224365] = 1, + anon_sym_ATendphp, + [226381] = 1, ACTIONS(16333), 1, - aux_sym__custom_token3, - [224369] = 1, + anon_sym_BANG_BANG_RBRACE, + [226385] = 1, ACTIONS(16335), 1, - anon_sym_ATendfeature, - [224373] = 1, + anon_sym_ATendenv, + [226389] = 1, ACTIONS(16337), 1, - anon_sym_ATendcanany, - [224377] = 1, + anon_sym_RPAREN, + [226393] = 1, ACTIONS(16339), 1, - anon_sym_ATendcannot, - [224381] = 1, + anon_sym_RPAREN, + [226397] = 1, + ACTIONS(13030), 1, + anon_sym_RPAREN, + [226401] = 1, ACTIONS(16341), 1, - anon_sym_ATendcan, - [224385] = 1, + anon_sym_RPAREN, + [226405] = 1, ACTIONS(16343), 1, - anon_sym_ATenderror, - [224389] = 1, + anon_sym_ATendvolt, + [226409] = 1, ACTIONS(16345), 1, - anon_sym_ATendif, - [224393] = 1, + anon_sym_ATendteleport, + [226413] = 1, ACTIONS(16347), 1, - anon_sym_COMMA, - [224397] = 1, + anon_sym_ATendpersist, + [226417] = 1, ACTIONS(16349), 1, - anon_sym_ATendprepend, - [224401] = 1, + anon_sym_ATendstory, + [226421] = 1, ACTIONS(16351), 1, - anon_sym_ATendif, - [224405] = 1, + anon_sym_ATendtask, + [226425] = 1, ACTIONS(16353), 1, - anon_sym_ATendenv, - [224409] = 1, - ACTIONS(16355), 1, anon_sym_ATendsetup, - [224413] = 1, + [226429] = 1, + ACTIONS(16355), 1, + anon_sym_ATendwhile, + [226433] = 1, ACTIONS(16357), 1, - anon_sym_ATendguest, - [224417] = 1, + anon_sym_ATendforelse, + [226437] = 1, ACTIONS(16359), 1, - anon_sym_ATendauth, - [224421] = 1, + anon_sym_ATendforeach, + [226441] = 1, ACTIONS(16361), 1, - anon_sym_ATendempty, - [224425] = 1, + anon_sym_ATendfor, + [226445] = 1, ACTIONS(16363), 1, - anon_sym_ATendisset, - [224429] = 1, + aux_sym__custom_token3, + [226449] = 1, ACTIONS(16365), 1, - anon_sym_ATendunless, - [224433] = 1, + anon_sym_ATendfeature, + [226453] = 1, ACTIONS(16367), 1, - anon_sym_ATendif, - [224437] = 1, + anon_sym_ATendcanany, + [226457] = 1, ACTIONS(16369), 1, - anon_sym_ATendPrependOnce, - [224441] = 1, + anon_sym_ATendcannot, + [226461] = 1, ACTIONS(16371), 1, - anon_sym_ATendprepend, - [224445] = 1, + anon_sym_ATendcan, + [226465] = 1, ACTIONS(16373), 1, - anon_sym_ATendPushIf, - [224449] = 1, + anon_sym_ATenderror, + [226469] = 1, ACTIONS(16375), 1, - anon_sym_ATendPushOnce, - [224453] = 1, + anon_sym_ATendif, + [226473] = 1, ACTIONS(16377), 1, - anon_sym_ATendpush, - [224457] = 1, + anon_sym_ATendif, + [226477] = 1, ACTIONS(16379), 1, - anon_sym_ATendtask, - [224461] = 1, + anon_sym_ATendenv, + [226481] = 1, ACTIONS(16381), 1, - anon_sym_ATendstory, - [224465] = 1, + anon_sym_ATendguest, + [226485] = 1, ACTIONS(16383), 1, - anon_sym_ATendfragment, - [224469] = 1, + anon_sym_ATendauth, + [226489] = 1, ACTIONS(16385), 1, - anon_sym_ATendphp, - [224473] = 1, + anon_sym_ATendempty, + [226493] = 1, ACTIONS(16387), 1, - anon_sym_BANG_BANG_RBRACE, - [224477] = 1, + anon_sym_LPAREN, + [226497] = 1, ACTIONS(16389), 1, - anon_sym_RBRACE_RBRACE, - [224481] = 1, + anon_sym_ATendisset, + [226501] = 1, ACTIONS(16391), 1, - anon_sym_ATendPushIf, - [224485] = 1, + anon_sym_ATendunless, + [226505] = 1, ACTIONS(16393), 1, - anon_sym_ATendPushOnce, - [224489] = 1, + anon_sym_ATendif, + [226509] = 1, ACTIONS(16395), 1, - anon_sym_ATendpush, - [224493] = 1, + anon_sym_ATendPrependOnce, + [226513] = 1, ACTIONS(16397), 1, - anon_sym_ATendfragment, - [224497] = 1, + anon_sym_ATendprepend, + [226517] = 1, ACTIONS(16399), 1, - anon_sym_ATendpersist, - [224501] = 1, + anon_sym_ATendPushIf, + [226521] = 1, ACTIONS(16401), 1, - anon_sym_RPAREN, - [224505] = 1, + anon_sym_ATendPushOnce, + [226525] = 1, ACTIONS(16403), 1, - anon_sym_RPAREN, - [224509] = 1, + anon_sym_ATendpush, + [226529] = 1, ACTIONS(16405), 1, - anon_sym_ATendteleport, - [224513] = 1, + anon_sym_ATendfragment, + [226533] = 1, ACTIONS(16407), 1, - anon_sym_ATendvolt, - [224517] = 1, - ACTIONS(12914), 1, - anon_sym_RPAREN, - [224521] = 1, - ACTIONS(12918), 1, - anon_sym_RPAREN, - [224525] = 1, + anon_sym_ATendphp, + [226537] = 1, ACTIONS(16409), 1, - anon_sym_ATendvolt, - [224529] = 1, + anon_sym_BANG_BANG_RBRACE, + [226541] = 1, ACTIONS(16411), 1, - anon_sym_COMMA, - [224533] = 1, + anon_sym_RBRACE_RBRACE, + [226545] = 1, ACTIONS(16413), 1, - anon_sym_ATendphp, - [224537] = 1, + anon_sym_RPAREN, + [226549] = 1, ACTIONS(16415), 1, - anon_sym_ATendteleport, - [224541] = 1, + anon_sym_RPAREN, + [226553] = 1, + ACTIONS(12874), 1, + anon_sym_RPAREN, + [226557] = 1, ACTIONS(16417), 1, - anon_sym_ATendpersist, - [224545] = 1, + anon_sym_RPAREN, + [226561] = 1, ACTIONS(16419), 1, - anon_sym_ATendstory, - [224549] = 1, + anon_sym_ATendvolt, + [226565] = 1, ACTIONS(16421), 1, - anon_sym_ATendtask, - [224553] = 1, + anon_sym_ATendteleport, + [226569] = 1, ACTIONS(16423), 1, - anon_sym_ATendsetup, - [224557] = 1, + anon_sym_ATendpersist, + [226573] = 1, ACTIONS(16425), 1, - anon_sym_ATendwhile, - [224561] = 1, + anon_sym_ATendstory, + [226577] = 1, ACTIONS(16427), 1, - anon_sym_ATendwhile, - [224565] = 1, + anon_sym_ATendtask, + [226581] = 1, ACTIONS(16429), 1, - anon_sym_ATendforeach, - [224569] = 1, + anon_sym_ATendsetup, + [226585] = 1, ACTIONS(16431), 1, - anon_sym_ATendfor, - [224573] = 1, + anon_sym_ATendwhile, + [226589] = 1, ACTIONS(16433), 1, - aux_sym__custom_token3, - [224577] = 1, + anon_sym_ATendforelse, + [226593] = 1, ACTIONS(16435), 1, - anon_sym_ATendfeature, - [224581] = 1, + anon_sym_ATendforeach, + [226597] = 1, ACTIONS(16437), 1, - anon_sym_ATendcanany, - [224585] = 1, + anon_sym_ATendfor, + [226601] = 1, ACTIONS(16439), 1, - anon_sym_ATendcannot, - [224589] = 1, + aux_sym__custom_token3, + [226605] = 1, ACTIONS(16441), 1, - anon_sym_ATendcan, - [224593] = 1, + anon_sym_ATendfeature, + [226609] = 1, ACTIONS(16443), 1, - anon_sym_ATenderror, - [224597] = 1, + anon_sym_ATendcanany, + [226613] = 1, ACTIONS(16445), 1, - anon_sym_ATendif, - [224601] = 1, + anon_sym_ATendcannot, + [226617] = 1, ACTIONS(16447), 1, - anon_sym_ATendif, - [224605] = 1, + anon_sym_ATendcan, + [226621] = 1, ACTIONS(16449), 1, - anon_sym_ATendenv, - [224609] = 1, - ACTIONS(12984), 1, - anon_sym_RPAREN, - [224613] = 1, + anon_sym_ATenderror, + [226625] = 1, ACTIONS(16451), 1, - anon_sym_ATendguest, - [224617] = 1, + anon_sym_ATendif, + [226629] = 1, ACTIONS(16453), 1, - anon_sym_ATendphp, - [224621] = 1, + anon_sym_ATendif, + [226633] = 1, ACTIONS(16455), 1, - anon_sym_ATendauth, - [224625] = 1, + anon_sym_LPAREN, + [226637] = 1, ACTIONS(16457), 1, - anon_sym_ATendempty, - [224629] = 1, + anon_sym_ATendprepend, + [226641] = 1, ACTIONS(16459), 1, - anon_sym_ATendisset, - [224633] = 1, + anon_sym_ATendguest, + [226645] = 1, ACTIONS(16461), 1, - anon_sym_ATendunless, - [224637] = 1, + anon_sym_ATendauth, + [226649] = 1, ACTIONS(16463), 1, - anon_sym_ATendif, - [224641] = 1, + anon_sym_ATendempty, + [226653] = 1, ACTIONS(16465), 1, - anon_sym_ATendPrependOnce, - [224645] = 1, + anon_sym_ATendisset, + [226657] = 1, ACTIONS(16467), 1, - anon_sym_ATendprepend, - [224649] = 1, + anon_sym_ATendunless, + [226661] = 1, ACTIONS(16469), 1, - anon_sym_ATendPushIf, - [224653] = 1, + anon_sym_ATendif, + [226665] = 1, ACTIONS(16471), 1, - anon_sym_ATendPushOnce, - [224657] = 1, + anon_sym_ATendPrependOnce, + [226669] = 1, ACTIONS(16473), 1, - anon_sym_ATendpush, - [224661] = 1, - ACTIONS(12884), 1, - anon_sym_RPAREN, - [224665] = 1, + anon_sym_ATendprepend, + [226673] = 1, ACTIONS(16475), 1, - anon_sym_COMMA, - [224669] = 1, + anon_sym_ATendPushIf, + [226677] = 1, ACTIONS(16477), 1, - anon_sym_BANG_BANG_RBRACE, - [224673] = 1, + anon_sym_ATendPushOnce, + [226681] = 1, ACTIONS(16479), 1, - anon_sym_ATendfragment, - [224677] = 1, + anon_sym_ATendpush, + [226685] = 1, ACTIONS(16481), 1, - anon_sym_ATendphp, - [224681] = 1, + anon_sym_ATendfragment, + [226689] = 1, ACTIONS(16483), 1, - anon_sym_BANG_BANG_RBRACE, - [224685] = 1, + anon_sym_ATendphp, + [226693] = 1, ACTIONS(16485), 1, - anon_sym_RBRACE_RBRACE, - [224689] = 1, + anon_sym_BANG_BANG_RBRACE, + [226697] = 1, ACTIONS(16487), 1, anon_sym_RBRACE_RBRACE, - [224693] = 1, + [226701] = 1, ACTIONS(16489), 1, anon_sym_RPAREN, - [224697] = 1, + [226705] = 1, + ACTIONS(12940), 1, + anon_sym_RPAREN, + [226709] = 1, ACTIONS(16491), 1, - anon_sym_RBRACE_RBRACE, - [224701] = 1, + anon_sym_RPAREN, + [226713] = 1, ACTIONS(16493), 1, - anon_sym_ATendwhile, - [224705] = 1, + anon_sym_ATendvolt, + [226717] = 1, ACTIONS(16495), 1, - anon_sym_ATendtask, - [224709] = 1, + anon_sym_ATendteleport, + [226721] = 1, ACTIONS(16497), 1, - anon_sym_RPAREN, - [224713] = 1, + anon_sym_ATendpersist, + [226725] = 1, ACTIONS(16499), 1, - anon_sym_RPAREN, - [224717] = 1, + anon_sym_ATendstory, + [226729] = 1, ACTIONS(16501), 1, anon_sym_ATendtask, - [224721] = 1, + [226733] = 1, ACTIONS(16503), 1, - anon_sym_ATendstory, - [224725] = 1, + anon_sym_ATendsetup, + [226737] = 1, ACTIONS(16505), 1, - anon_sym_ATendpersist, - [224729] = 1, - ACTIONS(13012), 1, - anon_sym_RPAREN, - [224733] = 1, - ACTIONS(13016), 1, - anon_sym_RPAREN, - [224737] = 1, + anon_sym_ATendwhile, + [226741] = 1, ACTIONS(16507), 1, - anon_sym_RPAREN, - [224741] = 1, + anon_sym_ATendforelse, + [226745] = 1, ACTIONS(16509), 1, - anon_sym_ATendvolt, - [224745] = 1, + anon_sym_ATendforeach, + [226749] = 1, ACTIONS(16511), 1, - anon_sym_ATendteleport, - [224749] = 1, + anon_sym_ATendfor, + [226753] = 1, ACTIONS(16513), 1, - anon_sym_ATendpersist, - [224753] = 1, + aux_sym__custom_token3, + [226757] = 1, ACTIONS(16515), 1, - anon_sym_ATendteleport, - [224757] = 1, + anon_sym_ATendfeature, + [226761] = 1, ACTIONS(16517), 1, - anon_sym_ATendstory, - [224761] = 1, + anon_sym_ATendcanany, + [226765] = 1, ACTIONS(16519), 1, - anon_sym_ATendtask, - [224765] = 1, + anon_sym_ATendcannot, + [226769] = 1, ACTIONS(16521), 1, - anon_sym_ATendsetup, - [224769] = 1, + anon_sym_ATendcan, + [226773] = 1, ACTIONS(16523), 1, - anon_sym_ATendwhile, - [224773] = 1, + anon_sym_LPAREN, + [226777] = 1, ACTIONS(16525), 1, - anon_sym_ATendforelse, - [224777] = 1, + anon_sym_ATenderror, + [226781] = 1, ACTIONS(16527), 1, - anon_sym_ATendforeach, - [224781] = 1, + anon_sym_ATendif, + [226785] = 1, ACTIONS(16529), 1, - anon_sym_ATendfor, - [224785] = 1, + anon_sym_ATendif, + [226789] = 1, ACTIONS(16531), 1, - aux_sym__custom_token3, - [224789] = 1, + anon_sym_ATendenv, + [226793] = 1, ACTIONS(16533), 1, - anon_sym_ATendfeature, - [224793] = 1, + anon_sym_ATendguest, + [226797] = 1, ACTIONS(16535), 1, - anon_sym_ATendcanany, - [224797] = 1, + anon_sym_ATendauth, + [226801] = 1, ACTIONS(16537), 1, - anon_sym_ATendcannot, - [224801] = 1, + anon_sym_ATendempty, + [226805] = 1, ACTIONS(16539), 1, - anon_sym_COMMA, - [224805] = 1, + anon_sym_ATendisset, + [226809] = 1, ACTIONS(16541), 1, - anon_sym_ATendvolt, - [224809] = 1, + anon_sym_ATendunless, + [226813] = 1, ACTIONS(16543), 1, - anon_sym_ATendcan, - [224813] = 1, + anon_sym_ATendif, + [226817] = 1, ACTIONS(16545), 1, - anon_sym_ATenderror, - [224817] = 1, + anon_sym_ATendPrependOnce, + [226821] = 1, ACTIONS(16547), 1, - anon_sym_ATendif, - [224821] = 1, + anon_sym_ATendvolt, + [226825] = 1, ACTIONS(16549), 1, - anon_sym_ATendif, - [224825] = 1, + anon_sym_ATendPushIf, + [226829] = 1, ACTIONS(16551), 1, - anon_sym_ATendenv, - [224829] = 1, + anon_sym_ATendPushOnce, + [226833] = 1, ACTIONS(16553), 1, - anon_sym_ATendguest, - [224833] = 1, + anon_sym_ATendpush, + [226837] = 1, ACTIONS(16555), 1, - anon_sym_ATendauth, - [224837] = 1, + anon_sym_ATendfragment, + [226841] = 1, ACTIONS(16557), 1, - anon_sym_ATendempty, - [224841] = 1, + anon_sym_ATendphp, + [226845] = 1, ACTIONS(16559), 1, - anon_sym_ATendisset, - [224845] = 1, + anon_sym_BANG_BANG_RBRACE, + [226849] = 1, ACTIONS(16561), 1, - anon_sym_ATendpush, - [224849] = 1, + anon_sym_RBRACE_RBRACE, + [226853] = 1, ACTIONS(16563), 1, - anon_sym_ATendfragment, - [224853] = 1, + anon_sym_RPAREN, + [226857] = 1, ACTIONS(16565), 1, - anon_sym_ATendunless, - [224857] = 1, + anon_sym_RPAREN, + [226861] = 1, + ACTIONS(12882), 1, + anon_sym_RPAREN, + [226865] = 1, ACTIONS(16567), 1, - anon_sym_ATendif, - [224861] = 1, + anon_sym_RPAREN, + [226869] = 1, ACTIONS(16569), 1, - anon_sym_ATendPrependOnce, - [224865] = 1, + anon_sym_RBRACE_RBRACE, + [226873] = 1, ACTIONS(16571), 1, - anon_sym_ATendprepend, - [224869] = 1, + anon_sym_ATendteleport, + [226877] = 1, ACTIONS(16573), 1, - anon_sym_ATendPushIf, - [224873] = 1, + anon_sym_ATendpersist, + [226881] = 1, ACTIONS(16575), 1, - anon_sym_ATendPushOnce, - [224877] = 1, + anon_sym_ATendstory, + [226885] = 1, ACTIONS(16577), 1, - anon_sym_ATendpush, - [224881] = 1, + anon_sym_ATendtask, + [226889] = 1, ACTIONS(16579), 1, - anon_sym_ATendfragment, - [224885] = 1, + anon_sym_ATendsetup, + [226893] = 1, ACTIONS(16581), 1, - anon_sym_ATendphp, - [224889] = 1, - ACTIONS(13132), 1, - anon_sym_RPAREN, - [224893] = 1, + anon_sym_ATendwhile, + [226897] = 1, ACTIONS(16583), 1, - anon_sym_BANG_BANG_RBRACE, - [224897] = 1, + anon_sym_ATendforelse, + [226901] = 1, ACTIONS(16585), 1, - anon_sym_RBRACE_RBRACE, - [224901] = 1, - ACTIONS(13134), 1, - anon_sym_RPAREN, - [224905] = 1, + anon_sym_ATendforeach, + [226905] = 1, ACTIONS(16587), 1, - anon_sym_ATendsetup, - [224909] = 1, + anon_sym_ATendfor, + [226909] = 1, ACTIONS(16589), 1, - anon_sym_RPAREN, - [224913] = 1, + aux_sym__custom_token3, + [226913] = 1, ACTIONS(16591), 1, - anon_sym_RPAREN, - [224917] = 1, + anon_sym_LPAREN, + [226917] = 1, ACTIONS(16593), 1, - anon_sym_RPAREN, - [224921] = 1, - ACTIONS(13096), 1, - anon_sym_RPAREN, - [224925] = 1, - ACTIONS(13100), 1, - anon_sym_RPAREN, - [224929] = 1, + anon_sym_ATendfeature, + [226921] = 1, ACTIONS(16595), 1, - anon_sym_ATendvolt, - [224933] = 1, + anon_sym_ATendcanany, + [226925] = 1, ACTIONS(16597), 1, - anon_sym_ATendteleport, - [224937] = 1, + anon_sym_ATendcannot, + [226929] = 1, ACTIONS(16599), 1, - anon_sym_COMMA, - [224941] = 1, + anon_sym_ATendcan, + [226933] = 1, ACTIONS(16601), 1, - anon_sym_RPAREN, - [224945] = 1, + anon_sym_ATenderror, + [226937] = 1, ACTIONS(16603), 1, - anon_sym_ATendpersist, - [224949] = 1, + anon_sym_ATendif, + [226941] = 1, ACTIONS(16605), 1, - anon_sym_ATendstory, - [224953] = 1, + anon_sym_ATendif, + [226945] = 1, ACTIONS(16607), 1, - anon_sym_ATendtask, - [224957] = 1, + anon_sym_ATendenv, + [226949] = 1, ACTIONS(16609), 1, - anon_sym_ATendsetup, - [224961] = 1, + anon_sym_ATendguest, + [226953] = 1, ACTIONS(16611), 1, - anon_sym_ATendwhile, - [224965] = 1, + anon_sym_ATendauth, + [226957] = 1, ACTIONS(16613), 1, - anon_sym_ATendforelse, - [224969] = 1, + anon_sym_ATendempty, + [226961] = 1, ACTIONS(16615), 1, - anon_sym_ATendforeach, - [224973] = 1, + anon_sym_ATendisset, + [226965] = 1, ACTIONS(16617), 1, - anon_sym_ATendfor, - [224977] = 1, + anon_sym_ATendunless, + [226969] = 1, ACTIONS(16619), 1, - aux_sym__custom_token3, - [224981] = 1, + anon_sym_ATendif, + [226973] = 1, ACTIONS(16621), 1, - anon_sym_ATendfeature, - [224985] = 1, + anon_sym_ATendPrependOnce, + [226977] = 1, ACTIONS(16623), 1, - anon_sym_ATendcanany, - [224989] = 1, + anon_sym_ATendprepend, + [226981] = 1, ACTIONS(16625), 1, - anon_sym_ATendcannot, - [224993] = 1, + anon_sym_ATendPushIf, + [226985] = 1, ACTIONS(16627), 1, - anon_sym_ATendcan, - [224997] = 1, + anon_sym_ATendPushOnce, + [226989] = 1, ACTIONS(16629), 1, - anon_sym_ATenderror, - [225001] = 1, + anon_sym_ATendpush, + [226993] = 1, ACTIONS(16631), 1, - anon_sym_ATendif, - [225005] = 1, + anon_sym_ATendfragment, + [226997] = 1, ACTIONS(16633), 1, - anon_sym_ATendif, - [225009] = 1, + anon_sym_ATendphp, + [227001] = 1, ACTIONS(16635), 1, - anon_sym_ATendenv, - [225013] = 1, + anon_sym_BANG_BANG_RBRACE, + [227005] = 1, ACTIONS(16637), 1, - anon_sym_ATendguest, - [225017] = 1, + anon_sym_RBRACE_RBRACE, + [227009] = 1, ACTIONS(16639), 1, - anon_sym_ATendauth, - [225021] = 1, + anon_sym_RPAREN, + [227013] = 1, ACTIONS(16641), 1, - anon_sym_ATendempty, - [225025] = 1, + anon_sym_RPAREN, + [227017] = 1, + ACTIONS(12980), 1, + anon_sym_RPAREN, + [227021] = 1, ACTIONS(16643), 1, - anon_sym_RBRACE_RBRACE, - [225029] = 1, + anon_sym_RPAREN, + [227025] = 1, ACTIONS(16645), 1, - anon_sym_ATendisset, - [225033] = 1, + anon_sym_ATendvolt, + [227029] = 1, ACTIONS(16647), 1, - anon_sym_ATendunless, - [225037] = 1, + anon_sym_ATendteleport, + [227033] = 1, ACTIONS(16649), 1, - anon_sym_ATendif, - [225041] = 1, + anon_sym_ATendpersist, + [227037] = 1, ACTIONS(16651), 1, - anon_sym_ATendPrependOnce, - [225045] = 1, + anon_sym_ATendstory, + [227041] = 1, ACTIONS(16653), 1, - anon_sym_ATendprepend, - [225049] = 1, + anon_sym_ATendtask, + [227045] = 1, ACTIONS(16655), 1, - anon_sym_ATendPushIf, - [225053] = 1, + anon_sym_ATendsetup, + [227049] = 1, ACTIONS(16657), 1, - anon_sym_ATendPushOnce, - [225057] = 1, + anon_sym_ATendwhile, + [227053] = 1, ACTIONS(16659), 1, - anon_sym_ATendpush, - [225061] = 1, + anon_sym_LPAREN, + [227057] = 1, ACTIONS(16661), 1, - anon_sym_ATendfragment, - [225065] = 1, + anon_sym_ATendforelse, + [227061] = 1, ACTIONS(16663), 1, - anon_sym_ATendphp, - [225069] = 1, + anon_sym_ATendforeach, + [227065] = 1, ACTIONS(16665), 1, - anon_sym_BANG_BANG_RBRACE, - [225073] = 1, + anon_sym_ATendfor, + [227069] = 1, ACTIONS(16667), 1, - anon_sym_COMMA, - [225077] = 1, + aux_sym__custom_token3, + [227073] = 1, ACTIONS(16669), 1, - anon_sym_BANG_BANG_RBRACE, - [225081] = 1, + anon_sym_ATendfeature, + [227077] = 1, ACTIONS(16671), 1, - anon_sym_LPAREN, - [225085] = 1, + anon_sym_ATendcanany, + [227081] = 1, ACTIONS(16673), 1, - anon_sym_LPAREN, - [225089] = 1, + anon_sym_ATendcannot, + [227085] = 1, ACTIONS(16675), 1, - anon_sym_LPAREN, - [225093] = 1, + anon_sym_ATendcan, + [227089] = 1, ACTIONS(16677), 1, - anon_sym_LPAREN, - [225097] = 1, + anon_sym_ATenderror, + [227093] = 1, ACTIONS(16679), 1, - anon_sym_LPAREN, - [225101] = 1, + anon_sym_ATendif, + [227097] = 1, ACTIONS(16681), 1, - anon_sym_LPAREN, - [225105] = 1, + anon_sym_ATendif, + [227101] = 1, ACTIONS(16683), 1, - anon_sym_LPAREN, - [225109] = 1, + anon_sym_ATendenv, + [227105] = 1, ACTIONS(16685), 1, - anon_sym_LPAREN, - [225113] = 1, + anon_sym_ATendguest, + [227109] = 1, ACTIONS(16687), 1, - anon_sym_LPAREN, - [225117] = 1, + anon_sym_ATendauth, + [227113] = 1, ACTIONS(16689), 1, - anon_sym_LPAREN, - [225121] = 1, + anon_sym_ATendempty, + [227117] = 1, ACTIONS(16691), 1, - anon_sym_LPAREN, - [225125] = 1, + anon_sym_ATendisset, + [227121] = 1, ACTIONS(16693), 1, - anon_sym_LPAREN, - [225129] = 1, + anon_sym_ATendunless, + [227125] = 1, ACTIONS(16695), 1, - anon_sym_LPAREN, - [225133] = 1, + anon_sym_ATendif, + [227129] = 1, ACTIONS(16697), 1, - anon_sym_LPAREN, - [225137] = 1, + anon_sym_ATendPrependOnce, + [227133] = 1, ACTIONS(16699), 1, - anon_sym_LPAREN, - [225141] = 1, + anon_sym_ATendprepend, + [227137] = 1, ACTIONS(16701), 1, - anon_sym_LPAREN, - [225145] = 1, + anon_sym_ATendPushIf, + [227141] = 1, ACTIONS(16703), 1, - anon_sym_LPAREN, - [225149] = 1, + anon_sym_ATendPushOnce, + [227145] = 1, ACTIONS(16705), 1, - anon_sym_LPAREN, - [225153] = 1, + anon_sym_ATendpush, + [227149] = 1, ACTIONS(16707), 1, - anon_sym_LPAREN, - [225157] = 1, + anon_sym_ATendfragment, + [227153] = 1, ACTIONS(16709), 1, - anon_sym_LPAREN, - [225161] = 1, + anon_sym_ATendphp, + [227157] = 1, ACTIONS(16711), 1, - anon_sym_LPAREN, - [225165] = 1, + anon_sym_BANG_BANG_RBRACE, + [227161] = 1, ACTIONS(16713), 1, - anon_sym_LPAREN, - [225169] = 1, + anon_sym_RPAREN, + [227165] = 1, ACTIONS(16715), 1, - anon_sym_LPAREN, - [225173] = 1, + anon_sym_RPAREN, + [227169] = 1, ACTIONS(16717), 1, - anon_sym_LPAREN, - [225177] = 1, + anon_sym_RPAREN, + [227173] = 1, ACTIONS(16719), 1, - anon_sym_LPAREN, - [225181] = 1, + anon_sym_ATbreak, + [227177] = 1, + ACTIONS(12904), 1, + anon_sym_RPAREN, + [227181] = 1, ACTIONS(16721), 1, anon_sym_LPAREN, - [225185] = 1, + [227185] = 1, ACTIONS(16723), 1, - anon_sym_LPAREN, - [225189] = 1, + anon_sym_ATendvolt, + [227189] = 1, ACTIONS(16725), 1, - anon_sym_LPAREN, - [225193] = 1, + anon_sym_ATendteleport, + [227193] = 1, ACTIONS(16727), 1, anon_sym_LPAREN, - [225197] = 1, + [227197] = 1, ACTIONS(16729), 1, - anon_sym_LPAREN, - [225201] = 1, + anon_sym_ATendpersist, + [227201] = 1, ACTIONS(16731), 1, - anon_sym_LPAREN, - [225205] = 1, + anon_sym_ATendstory, + [227205] = 1, ACTIONS(16733), 1, - anon_sym_LPAREN, - [225209] = 1, + anon_sym_ATendtask, + [227209] = 1, ACTIONS(16735), 1, - anon_sym_LPAREN, - [225213] = 1, + anon_sym_ATendsetup, + [227213] = 1, ACTIONS(16737), 1, - anon_sym_LPAREN, - [225217] = 1, + anon_sym_ATendwhile, + [227217] = 1, ACTIONS(16739), 1, - anon_sym_LPAREN, - [225221] = 1, + anon_sym_ATendforelse, + [227221] = 1, ACTIONS(16741), 1, - anon_sym_LPAREN, - [225225] = 1, + anon_sym_ATendforeach, + [227225] = 1, ACTIONS(16743), 1, - anon_sym_LPAREN, - [225229] = 1, + anon_sym_ATendfor, + [227229] = 1, ACTIONS(16745), 1, - anon_sym_LPAREN, - [225233] = 1, + aux_sym__custom_token3, + [227233] = 1, ACTIONS(16747), 1, - anon_sym_LPAREN, - [225237] = 1, + anon_sym_ATendfeature, + [227237] = 1, ACTIONS(16749), 1, - anon_sym_LPAREN, - [225241] = 1, + anon_sym_ATendcanany, + [227241] = 1, ACTIONS(16751), 1, - anon_sym_LPAREN, - [225245] = 1, + anon_sym_ATendcannot, + [227245] = 1, ACTIONS(16753), 1, - anon_sym_LPAREN, - [225249] = 1, + anon_sym_ATendcan, + [227249] = 1, ACTIONS(16755), 1, - anon_sym_LPAREN, - [225253] = 1, + anon_sym_ATenderror, + [227253] = 1, ACTIONS(16757), 1, - anon_sym_LPAREN, - [225257] = 1, + anon_sym_ATendif, + [227257] = 1, ACTIONS(16759), 1, - anon_sym_LPAREN, - [225261] = 1, + anon_sym_ATendif, + [227261] = 1, ACTIONS(16761), 1, - anon_sym_LPAREN, - [225265] = 1, + anon_sym_ATendenv, + [227265] = 1, ACTIONS(16763), 1, - anon_sym_LPAREN, - [225269] = 1, + anon_sym_ATendguest, + [227269] = 1, ACTIONS(16765), 1, - anon_sym_LPAREN, - [225273] = 1, + anon_sym_ATendauth, + [227273] = 1, ACTIONS(16767), 1, - anon_sym_LPAREN, - [225277] = 1, + anon_sym_ATendempty, + [227277] = 1, ACTIONS(16769), 1, - anon_sym_LPAREN, - [225281] = 1, + anon_sym_ATendisset, + [227281] = 1, ACTIONS(16771), 1, - anon_sym_LPAREN, - [225285] = 1, + anon_sym_ATendunless, + [227285] = 1, ACTIONS(16773), 1, - anon_sym_LPAREN, - [225289] = 1, + anon_sym_ATendif, + [227289] = 1, ACTIONS(16775), 1, - anon_sym_LPAREN, - [225293] = 1, + anon_sym_ATendPrependOnce, + [227293] = 1, ACTIONS(16777), 1, - anon_sym_LPAREN, - [225297] = 1, + anon_sym_ATendprepend, + [227297] = 1, ACTIONS(16779), 1, - anon_sym_LPAREN, - [225301] = 1, + anon_sym_ATendPushIf, + [227301] = 1, ACTIONS(16781), 1, - anon_sym_LPAREN, - [225305] = 1, + anon_sym_ATendPushOnce, + [227305] = 1, ACTIONS(16783), 1, - anon_sym_LPAREN, - [225309] = 1, + anon_sym_ATendpush, + [227309] = 1, ACTIONS(16785), 1, - anon_sym_LPAREN, - [225313] = 1, + anon_sym_ATendfragment, + [227313] = 1, ACTIONS(16787), 1, - anon_sym_LPAREN, - [225317] = 1, + anon_sym_ATendphp, + [227317] = 1, ACTIONS(16789), 1, - anon_sym_LPAREN, - [225321] = 1, + anon_sym_BANG_BANG_RBRACE, + [227321] = 1, ACTIONS(16791), 1, - anon_sym_LPAREN, - [225325] = 1, + anon_sym_RBRACE_RBRACE, + [227325] = 1, ACTIONS(16793), 1, - anon_sym_LPAREN, - [225329] = 1, + ts_builtin_sym_end, + [227329] = 1, ACTIONS(16795), 1, anon_sym_LPAREN, - [225333] = 1, + [227333] = 1, ACTIONS(16797), 1, anon_sym_LPAREN, - [225337] = 1, + [227337] = 1, ACTIONS(16799), 1, anon_sym_LPAREN, - [225341] = 1, + [227341] = 1, ACTIONS(16801), 1, anon_sym_LPAREN, - [225345] = 1, + [227345] = 1, ACTIONS(16803), 1, anon_sym_LPAREN, - [225349] = 1, + [227349] = 1, ACTIONS(16805), 1, anon_sym_LPAREN, + [227353] = 1, + ACTIONS(16807), 1, + anon_sym_LPAREN, + [227357] = 1, + ACTIONS(16809), 1, + anon_sym_LPAREN, + [227361] = 1, + ACTIONS(16811), 1, + anon_sym_LPAREN, + [227365] = 1, + ACTIONS(16813), 1, + anon_sym_LPAREN, + [227369] = 1, + ACTIONS(16815), 1, + anon_sym_LPAREN, + [227373] = 1, + ACTIONS(16817), 1, + anon_sym_LPAREN, + [227377] = 1, + ACTIONS(16819), 1, + anon_sym_LPAREN, + [227381] = 1, + ACTIONS(16821), 1, + anon_sym_LPAREN, + [227385] = 1, + ACTIONS(16823), 1, + anon_sym_LPAREN, + [227389] = 1, + ACTIONS(16825), 1, + anon_sym_LPAREN, + [227393] = 1, + ACTIONS(16827), 1, + anon_sym_LPAREN, + [227397] = 1, + ACTIONS(16829), 1, + anon_sym_LPAREN, + [227401] = 1, + ACTIONS(16831), 1, + anon_sym_LPAREN, + [227405] = 1, + ACTIONS(16833), 1, + anon_sym_LPAREN, + [227409] = 1, + ACTIONS(16835), 1, + anon_sym_LPAREN, + [227413] = 1, + ACTIONS(16837), 1, + anon_sym_LPAREN, + [227417] = 1, + ACTIONS(16839), 1, + anon_sym_LPAREN, + [227421] = 1, + ACTIONS(16841), 1, + anon_sym_LPAREN, + [227425] = 1, + ACTIONS(16843), 1, + anon_sym_LPAREN, + [227429] = 1, + ACTIONS(16845), 1, + anon_sym_LPAREN, + [227433] = 1, + ACTIONS(16847), 1, + anon_sym_LPAREN, + [227437] = 1, + ACTIONS(16849), 1, + anon_sym_LPAREN, + [227441] = 1, + ACTIONS(16851), 1, + anon_sym_LPAREN, + [227445] = 1, + ACTIONS(16853), 1, + anon_sym_LPAREN, + [227449] = 1, + ACTIONS(16855), 1, + anon_sym_LPAREN, + [227453] = 1, + ACTIONS(16857), 1, + anon_sym_LPAREN, + [227457] = 1, + ACTIONS(16859), 1, + anon_sym_LPAREN, + [227461] = 1, + ACTIONS(16861), 1, + anon_sym_LPAREN, + [227465] = 1, + ACTIONS(16863), 1, + anon_sym_LPAREN, }; static const uint32_t ts_small_parse_table_map[] = { @@ -318410,35 +320532,35 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(670)] = 864, [SMALL_STATE(671)] = 936, [SMALL_STATE(672)] = 1008, - [SMALL_STATE(673)] = 1079, - [SMALL_STATE(674)] = 1150, - [SMALL_STATE(675)] = 1221, - [SMALL_STATE(676)] = 1292, - [SMALL_STATE(677)] = 1361, - [SMALL_STATE(678)] = 1432, - [SMALL_STATE(679)] = 1501, - [SMALL_STATE(680)] = 1570, - [SMALL_STATE(681)] = 1641, - [SMALL_STATE(682)] = 1710, - [SMALL_STATE(683)] = 1781, - [SMALL_STATE(684)] = 1852, - [SMALL_STATE(685)] = 1923, - [SMALL_STATE(686)] = 1994, - [SMALL_STATE(687)] = 2063, - [SMALL_STATE(688)] = 2134, - [SMALL_STATE(689)] = 2203, - [SMALL_STATE(690)] = 2272, - [SMALL_STATE(691)] = 2343, + [SMALL_STATE(673)] = 1077, + [SMALL_STATE(674)] = 1148, + [SMALL_STATE(675)] = 1217, + [SMALL_STATE(676)] = 1288, + [SMALL_STATE(677)] = 1357, + [SMALL_STATE(678)] = 1426, + [SMALL_STATE(679)] = 1495, + [SMALL_STATE(680)] = 1566, + [SMALL_STATE(681)] = 1637, + [SMALL_STATE(682)] = 1708, + [SMALL_STATE(683)] = 1779, + [SMALL_STATE(684)] = 1848, + [SMALL_STATE(685)] = 1919, + [SMALL_STATE(686)] = 1990, + [SMALL_STATE(687)] = 2061, + [SMALL_STATE(688)] = 2130, + [SMALL_STATE(689)] = 2201, + [SMALL_STATE(690)] = 2270, + [SMALL_STATE(691)] = 2341, [SMALL_STATE(692)] = 2412, [SMALL_STATE(693)] = 2483, [SMALL_STATE(694)] = 2552, - [SMALL_STATE(695)] = 2623, - [SMALL_STATE(696)] = 2694, + [SMALL_STATE(695)] = 2621, + [SMALL_STATE(696)] = 2692, [SMALL_STATE(697)] = 2763, - [SMALL_STATE(698)] = 2834, - [SMALL_STATE(699)] = 2905, - [SMALL_STATE(700)] = 2976, - [SMALL_STATE(701)] = 3045, + [SMALL_STATE(698)] = 2832, + [SMALL_STATE(699)] = 2903, + [SMALL_STATE(700)] = 2972, + [SMALL_STATE(701)] = 3043, [SMALL_STATE(702)] = 3114, [SMALL_STATE(703)] = 3185, [SMALL_STATE(704)] = 3254, @@ -318447,24 +320569,24 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(707)] = 3463, [SMALL_STATE(708)] = 3534, [SMALL_STATE(709)] = 3603, - [SMALL_STATE(710)] = 3674, - [SMALL_STATE(711)] = 3745, + [SMALL_STATE(710)] = 3672, + [SMALL_STATE(711)] = 3743, [SMALL_STATE(712)] = 3814, [SMALL_STATE(713)] = 3883, [SMALL_STATE(714)] = 3954, [SMALL_STATE(715)] = 4023, [SMALL_STATE(716)] = 4092, - [SMALL_STATE(717)] = 4161, - [SMALL_STATE(718)] = 4230, + [SMALL_STATE(717)] = 4163, + [SMALL_STATE(718)] = 4232, [SMALL_STATE(719)] = 4301, [SMALL_STATE(720)] = 4370, - [SMALL_STATE(721)] = 4441, + [SMALL_STATE(721)] = 4439, [SMALL_STATE(722)] = 4510, [SMALL_STATE(723)] = 4579, [SMALL_STATE(724)] = 4648, - [SMALL_STATE(725)] = 4719, - [SMALL_STATE(726)] = 4788, - [SMALL_STATE(727)] = 4859, + [SMALL_STATE(725)] = 4717, + [SMALL_STATE(726)] = 4786, + [SMALL_STATE(727)] = 4857, [SMALL_STATE(728)] = 4928, [SMALL_STATE(729)] = 4998, [SMALL_STATE(730)] = 5068, @@ -318489,54 +320611,54 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(749)] = 6398, [SMALL_STATE(750)] = 6461, [SMALL_STATE(751)] = 6524, - [SMALL_STATE(752)] = 6591, - [SMALL_STATE(753)] = 6654, - [SMALL_STATE(754)] = 6717, - [SMALL_STATE(755)] = 6780, - [SMALL_STATE(756)] = 6843, - [SMALL_STATE(757)] = 6906, - [SMALL_STATE(758)] = 6969, - [SMALL_STATE(759)] = 7032, - [SMALL_STATE(760)] = 7095, - [SMALL_STATE(761)] = 7158, - [SMALL_STATE(762)] = 7221, - [SMALL_STATE(763)] = 7284, - [SMALL_STATE(764)] = 7347, - [SMALL_STATE(765)] = 7410, - [SMALL_STATE(766)] = 7473, - [SMALL_STATE(767)] = 7536, - [SMALL_STATE(768)] = 7599, - [SMALL_STATE(769)] = 7662, - [SMALL_STATE(770)] = 7725, - [SMALL_STATE(771)] = 7788, - [SMALL_STATE(772)] = 7851, - [SMALL_STATE(773)] = 7914, - [SMALL_STATE(774)] = 7977, - [SMALL_STATE(775)] = 8040, - [SMALL_STATE(776)] = 8103, - [SMALL_STATE(777)] = 8166, - [SMALL_STATE(778)] = 8229, - [SMALL_STATE(779)] = 8292, - [SMALL_STATE(780)] = 8355, - [SMALL_STATE(781)] = 8418, - [SMALL_STATE(782)] = 8481, - [SMALL_STATE(783)] = 8544, - [SMALL_STATE(784)] = 8607, - [SMALL_STATE(785)] = 8670, - [SMALL_STATE(786)] = 8733, - [SMALL_STATE(787)] = 8796, - [SMALL_STATE(788)] = 8859, - [SMALL_STATE(789)] = 8922, - [SMALL_STATE(790)] = 8985, - [SMALL_STATE(791)] = 9048, - [SMALL_STATE(792)] = 9111, - [SMALL_STATE(793)] = 9174, - [SMALL_STATE(794)] = 9237, - [SMALL_STATE(795)] = 9300, - [SMALL_STATE(796)] = 9363, - [SMALL_STATE(797)] = 9426, - [SMALL_STATE(798)] = 9489, - [SMALL_STATE(799)] = 9552, + [SMALL_STATE(752)] = 6587, + [SMALL_STATE(753)] = 6650, + [SMALL_STATE(754)] = 6713, + [SMALL_STATE(755)] = 6776, + [SMALL_STATE(756)] = 6839, + [SMALL_STATE(757)] = 6902, + [SMALL_STATE(758)] = 6965, + [SMALL_STATE(759)] = 7028, + [SMALL_STATE(760)] = 7091, + [SMALL_STATE(761)] = 7154, + [SMALL_STATE(762)] = 7217, + [SMALL_STATE(763)] = 7280, + [SMALL_STATE(764)] = 7343, + [SMALL_STATE(765)] = 7406, + [SMALL_STATE(766)] = 7469, + [SMALL_STATE(767)] = 7532, + [SMALL_STATE(768)] = 7595, + [SMALL_STATE(769)] = 7658, + [SMALL_STATE(770)] = 7721, + [SMALL_STATE(771)] = 7784, + [SMALL_STATE(772)] = 7847, + [SMALL_STATE(773)] = 7910, + [SMALL_STATE(774)] = 7973, + [SMALL_STATE(775)] = 8036, + [SMALL_STATE(776)] = 8099, + [SMALL_STATE(777)] = 8162, + [SMALL_STATE(778)] = 8225, + [SMALL_STATE(779)] = 8288, + [SMALL_STATE(780)] = 8351, + [SMALL_STATE(781)] = 8414, + [SMALL_STATE(782)] = 8477, + [SMALL_STATE(783)] = 8540, + [SMALL_STATE(784)] = 8603, + [SMALL_STATE(785)] = 8666, + [SMALL_STATE(786)] = 8729, + [SMALL_STATE(787)] = 8792, + [SMALL_STATE(788)] = 8855, + [SMALL_STATE(789)] = 8918, + [SMALL_STATE(790)] = 8981, + [SMALL_STATE(791)] = 9044, + [SMALL_STATE(792)] = 9107, + [SMALL_STATE(793)] = 9170, + [SMALL_STATE(794)] = 9233, + [SMALL_STATE(795)] = 9296, + [SMALL_STATE(796)] = 9359, + [SMALL_STATE(797)] = 9422, + [SMALL_STATE(798)] = 9485, + [SMALL_STATE(799)] = 9548, [SMALL_STATE(800)] = 9615, [SMALL_STATE(801)] = 9678, [SMALL_STATE(802)] = 9741, @@ -318544,11 +320666,11 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(804)] = 9867, [SMALL_STATE(805)] = 9930, [SMALL_STATE(806)] = 9993, - [SMALL_STATE(807)] = 10056, - [SMALL_STATE(808)] = 10119, - [SMALL_STATE(809)] = 10182, - [SMALL_STATE(810)] = 10245, - [SMALL_STATE(811)] = 10308, + [SMALL_STATE(807)] = 10062, + [SMALL_STATE(808)] = 10125, + [SMALL_STATE(809)] = 10188, + [SMALL_STATE(810)] = 10251, + [SMALL_STATE(811)] = 10314, [SMALL_STATE(812)] = 10377, [SMALL_STATE(813)] = 10440, [SMALL_STATE(814)] = 10503, @@ -318569,21 +320691,21 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(829)] = 11448, [SMALL_STATE(830)] = 11511, [SMALL_STATE(831)] = 11574, - [SMALL_STATE(832)] = 11641, - [SMALL_STATE(833)] = 11704, - [SMALL_STATE(834)] = 11767, - [SMALL_STATE(835)] = 11830, - [SMALL_STATE(836)] = 11893, - [SMALL_STATE(837)] = 11956, - [SMALL_STATE(838)] = 12019, + [SMALL_STATE(832)] = 11637, + [SMALL_STATE(833)] = 11700, + [SMALL_STATE(834)] = 11763, + [SMALL_STATE(835)] = 11826, + [SMALL_STATE(836)] = 11889, + [SMALL_STATE(837)] = 11952, + [SMALL_STATE(838)] = 12015, [SMALL_STATE(839)] = 12082, - [SMALL_STATE(840)] = 12151, - [SMALL_STATE(841)] = 12214, - [SMALL_STATE(842)] = 12277, - [SMALL_STATE(843)] = 12340, - [SMALL_STATE(844)] = 12403, - [SMALL_STATE(845)] = 12466, - [SMALL_STATE(846)] = 12529, + [SMALL_STATE(840)] = 12145, + [SMALL_STATE(841)] = 12208, + [SMALL_STATE(842)] = 12271, + [SMALL_STATE(843)] = 12334, + [SMALL_STATE(844)] = 12397, + [SMALL_STATE(845)] = 12460, + [SMALL_STATE(846)] = 12523, [SMALL_STATE(847)] = 12592, [SMALL_STATE(848)] = 12655, [SMALL_STATE(849)] = 12718, @@ -318629,147 +320751,147 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(889)] = 15238, [SMALL_STATE(890)] = 15301, [SMALL_STATE(891)] = 15364, - [SMALL_STATE(892)] = 15433, - [SMALL_STATE(893)] = 15502, - [SMALL_STATE(894)] = 15571, - [SMALL_STATE(895)] = 15634, - [SMALL_STATE(896)] = 15703, - [SMALL_STATE(897)] = 15772, - [SMALL_STATE(898)] = 15841, - [SMALL_STATE(899)] = 15910, - [SMALL_STATE(900)] = 15973, - [SMALL_STATE(901)] = 16036, - [SMALL_STATE(902)] = 16105, - [SMALL_STATE(903)] = 16168, - [SMALL_STATE(904)] = 16231, - [SMALL_STATE(905)] = 16300, - [SMALL_STATE(906)] = 16369, - [SMALL_STATE(907)] = 16432, - [SMALL_STATE(908)] = 16495, - [SMALL_STATE(909)] = 16564, - [SMALL_STATE(910)] = 16633, - [SMALL_STATE(911)] = 16696, - [SMALL_STATE(912)] = 16759, - [SMALL_STATE(913)] = 16828, - [SMALL_STATE(914)] = 16897, - [SMALL_STATE(915)] = 16966, - [SMALL_STATE(916)] = 17029, - [SMALL_STATE(917)] = 17098, - [SMALL_STATE(918)] = 17161, - [SMALL_STATE(919)] = 17228, - [SMALL_STATE(920)] = 17291, - [SMALL_STATE(921)] = 17354, - [SMALL_STATE(922)] = 17417, - [SMALL_STATE(923)] = 17480, - [SMALL_STATE(924)] = 17549, - [SMALL_STATE(925)] = 17616, - [SMALL_STATE(926)] = 17679, - [SMALL_STATE(927)] = 17742, - [SMALL_STATE(928)] = 17809, - [SMALL_STATE(929)] = 17872, - [SMALL_STATE(930)] = 17935, - [SMALL_STATE(931)] = 17998, - [SMALL_STATE(932)] = 18067, - [SMALL_STATE(933)] = 18134, - [SMALL_STATE(934)] = 18197, - [SMALL_STATE(935)] = 18260, - [SMALL_STATE(936)] = 18323, - [SMALL_STATE(937)] = 18386, - [SMALL_STATE(938)] = 18449, - [SMALL_STATE(939)] = 18512, - [SMALL_STATE(940)] = 18581, - [SMALL_STATE(941)] = 18648, - [SMALL_STATE(942)] = 18711, - [SMALL_STATE(943)] = 18774, - [SMALL_STATE(944)] = 18843, - [SMALL_STATE(945)] = 18906, - [SMALL_STATE(946)] = 18973, - [SMALL_STATE(947)] = 19036, - [SMALL_STATE(948)] = 19099, - [SMALL_STATE(949)] = 19162, - [SMALL_STATE(950)] = 19225, - [SMALL_STATE(951)] = 19288, - [SMALL_STATE(952)] = 19357, - [SMALL_STATE(953)] = 19424, - [SMALL_STATE(954)] = 19487, - [SMALL_STATE(955)] = 19550, - [SMALL_STATE(956)] = 19619, - [SMALL_STATE(957)] = 19686, - [SMALL_STATE(958)] = 19749, - [SMALL_STATE(959)] = 19812, - [SMALL_STATE(960)] = 19875, - [SMALL_STATE(961)] = 19938, - [SMALL_STATE(962)] = 20007, - [SMALL_STATE(963)] = 20074, - [SMALL_STATE(964)] = 20137, - [SMALL_STATE(965)] = 20200, - [SMALL_STATE(966)] = 20263, - [SMALL_STATE(967)] = 20326, - [SMALL_STATE(968)] = 20395, - [SMALL_STATE(969)] = 20462, - [SMALL_STATE(970)] = 20525, - [SMALL_STATE(971)] = 20588, - [SMALL_STATE(972)] = 20657, - [SMALL_STATE(973)] = 20724, - [SMALL_STATE(974)] = 20787, - [SMALL_STATE(975)] = 20850, - [SMALL_STATE(976)] = 20913, - [SMALL_STATE(977)] = 20976, - [SMALL_STATE(978)] = 21039, - [SMALL_STATE(979)] = 21106, - [SMALL_STATE(980)] = 21169, - [SMALL_STATE(981)] = 21232, - [SMALL_STATE(982)] = 21295, - [SMALL_STATE(983)] = 21358, - [SMALL_STATE(984)] = 21425, - [SMALL_STATE(985)] = 21488, - [SMALL_STATE(986)] = 21551, - [SMALL_STATE(987)] = 21614, - [SMALL_STATE(988)] = 21677, - [SMALL_STATE(989)] = 21740, - [SMALL_STATE(990)] = 21803, - [SMALL_STATE(991)] = 21866, - [SMALL_STATE(992)] = 21929, - [SMALL_STATE(993)] = 21992, - [SMALL_STATE(994)] = 22055, - [SMALL_STATE(995)] = 22118, - [SMALL_STATE(996)] = 22181, - [SMALL_STATE(997)] = 22244, - [SMALL_STATE(998)] = 22307, - [SMALL_STATE(999)] = 22370, - [SMALL_STATE(1000)] = 22433, - [SMALL_STATE(1001)] = 22496, - [SMALL_STATE(1002)] = 22559, - [SMALL_STATE(1003)] = 22622, - [SMALL_STATE(1004)] = 22685, - [SMALL_STATE(1005)] = 22748, - [SMALL_STATE(1006)] = 22811, - [SMALL_STATE(1007)] = 22874, - [SMALL_STATE(1008)] = 22937, - [SMALL_STATE(1009)] = 23000, - [SMALL_STATE(1010)] = 23063, - [SMALL_STATE(1011)] = 23126, - [SMALL_STATE(1012)] = 23189, - [SMALL_STATE(1013)] = 23252, - [SMALL_STATE(1014)] = 23315, - [SMALL_STATE(1015)] = 23378, - [SMALL_STATE(1016)] = 23441, - [SMALL_STATE(1017)] = 23504, - [SMALL_STATE(1018)] = 23567, - [SMALL_STATE(1019)] = 23630, - [SMALL_STATE(1020)] = 23693, - [SMALL_STATE(1021)] = 23756, - [SMALL_STATE(1022)] = 23819, - [SMALL_STATE(1023)] = 23882, - [SMALL_STATE(1024)] = 23949, - [SMALL_STATE(1025)] = 24012, - [SMALL_STATE(1026)] = 24075, - [SMALL_STATE(1027)] = 24138, - [SMALL_STATE(1028)] = 24201, - [SMALL_STATE(1029)] = 24264, - [SMALL_STATE(1030)] = 24327, - [SMALL_STATE(1031)] = 24390, - [SMALL_STATE(1032)] = 24459, + [SMALL_STATE(892)] = 15427, + [SMALL_STATE(893)] = 15490, + [SMALL_STATE(894)] = 15553, + [SMALL_STATE(895)] = 15616, + [SMALL_STATE(896)] = 15679, + [SMALL_STATE(897)] = 15742, + [SMALL_STATE(898)] = 15805, + [SMALL_STATE(899)] = 15868, + [SMALL_STATE(900)] = 15931, + [SMALL_STATE(901)] = 15994, + [SMALL_STATE(902)] = 16063, + [SMALL_STATE(903)] = 16126, + [SMALL_STATE(904)] = 16189, + [SMALL_STATE(905)] = 16252, + [SMALL_STATE(906)] = 16315, + [SMALL_STATE(907)] = 16378, + [SMALL_STATE(908)] = 16441, + [SMALL_STATE(909)] = 16504, + [SMALL_STATE(910)] = 16567, + [SMALL_STATE(911)] = 16630, + [SMALL_STATE(912)] = 16693, + [SMALL_STATE(913)] = 16756, + [SMALL_STATE(914)] = 16819, + [SMALL_STATE(915)] = 16882, + [SMALL_STATE(916)] = 16945, + [SMALL_STATE(917)] = 17008, + [SMALL_STATE(918)] = 17077, + [SMALL_STATE(919)] = 17146, + [SMALL_STATE(920)] = 17209, + [SMALL_STATE(921)] = 17278, + [SMALL_STATE(922)] = 17347, + [SMALL_STATE(923)] = 17416, + [SMALL_STATE(924)] = 17485, + [SMALL_STATE(925)] = 17554, + [SMALL_STATE(926)] = 17623, + [SMALL_STATE(927)] = 17692, + [SMALL_STATE(928)] = 17761, + [SMALL_STATE(929)] = 17830, + [SMALL_STATE(930)] = 17899, + [SMALL_STATE(931)] = 17968, + [SMALL_STATE(932)] = 18037, + [SMALL_STATE(933)] = 18104, + [SMALL_STATE(934)] = 18167, + [SMALL_STATE(935)] = 18230, + [SMALL_STATE(936)] = 18297, + [SMALL_STATE(937)] = 18360, + [SMALL_STATE(938)] = 18423, + [SMALL_STATE(939)] = 18492, + [SMALL_STATE(940)] = 18559, + [SMALL_STATE(941)] = 18622, + [SMALL_STATE(942)] = 18685, + [SMALL_STATE(943)] = 18748, + [SMALL_STATE(944)] = 18817, + [SMALL_STATE(945)] = 18880, + [SMALL_STATE(946)] = 18949, + [SMALL_STATE(947)] = 19016, + [SMALL_STATE(948)] = 19079, + [SMALL_STATE(949)] = 19142, + [SMALL_STATE(950)] = 19205, + [SMALL_STATE(951)] = 19268, + [SMALL_STATE(952)] = 19337, + [SMALL_STATE(953)] = 19400, + [SMALL_STATE(954)] = 19467, + [SMALL_STATE(955)] = 19530, + [SMALL_STATE(956)] = 19593, + [SMALL_STATE(957)] = 19656, + [SMALL_STATE(958)] = 19719, + [SMALL_STATE(959)] = 19782, + [SMALL_STATE(960)] = 19851, + [SMALL_STATE(961)] = 19918, + [SMALL_STATE(962)] = 19981, + [SMALL_STATE(963)] = 20044, + [SMALL_STATE(964)] = 20113, + [SMALL_STATE(965)] = 20180, + [SMALL_STATE(966)] = 20243, + [SMALL_STATE(967)] = 20306, + [SMALL_STATE(968)] = 20369, + [SMALL_STATE(969)] = 20432, + [SMALL_STATE(970)] = 20501, + [SMALL_STATE(971)] = 20568, + [SMALL_STATE(972)] = 20631, + [SMALL_STATE(973)] = 20694, + [SMALL_STATE(974)] = 20757, + [SMALL_STATE(975)] = 20820, + [SMALL_STATE(976)] = 20889, + [SMALL_STATE(977)] = 20956, + [SMALL_STATE(978)] = 21019, + [SMALL_STATE(979)] = 21082, + [SMALL_STATE(980)] = 21151, + [SMALL_STATE(981)] = 21218, + [SMALL_STATE(982)] = 21281, + [SMALL_STATE(983)] = 21344, + [SMALL_STATE(984)] = 21407, + [SMALL_STATE(985)] = 21476, + [SMALL_STATE(986)] = 21543, + [SMALL_STATE(987)] = 21606, + [SMALL_STATE(988)] = 21669, + [SMALL_STATE(989)] = 21732, + [SMALL_STATE(990)] = 21795, + [SMALL_STATE(991)] = 21864, + [SMALL_STATE(992)] = 21931, + [SMALL_STATE(993)] = 21994, + [SMALL_STATE(994)] = 22057, + [SMALL_STATE(995)] = 22120, + [SMALL_STATE(996)] = 22187, + [SMALL_STATE(997)] = 22250, + [SMALL_STATE(998)] = 22313, + [SMALL_STATE(999)] = 22376, + [SMALL_STATE(1000)] = 22439, + [SMALL_STATE(1001)] = 22502, + [SMALL_STATE(1002)] = 22565, + [SMALL_STATE(1003)] = 22628, + [SMALL_STATE(1004)] = 22691, + [SMALL_STATE(1005)] = 22754, + [SMALL_STATE(1006)] = 22817, + [SMALL_STATE(1007)] = 22880, + [SMALL_STATE(1008)] = 22943, + [SMALL_STATE(1009)] = 23006, + [SMALL_STATE(1010)] = 23069, + [SMALL_STATE(1011)] = 23132, + [SMALL_STATE(1012)] = 23195, + [SMALL_STATE(1013)] = 23258, + [SMALL_STATE(1014)] = 23321, + [SMALL_STATE(1015)] = 23384, + [SMALL_STATE(1016)] = 23447, + [SMALL_STATE(1017)] = 23510, + [SMALL_STATE(1018)] = 23573, + [SMALL_STATE(1019)] = 23636, + [SMALL_STATE(1020)] = 23699, + [SMALL_STATE(1021)] = 23762, + [SMALL_STATE(1022)] = 23825, + [SMALL_STATE(1023)] = 23888, + [SMALL_STATE(1024)] = 23951, + [SMALL_STATE(1025)] = 24014, + [SMALL_STATE(1026)] = 24077, + [SMALL_STATE(1027)] = 24140, + [SMALL_STATE(1028)] = 24203, + [SMALL_STATE(1029)] = 24266, + [SMALL_STATE(1030)] = 24329, + [SMALL_STATE(1031)] = 24392, + [SMALL_STATE(1032)] = 24455, [SMALL_STATE(1033)] = 24522, [SMALL_STATE(1034)] = 24585, [SMALL_STATE(1035)] = 24648, @@ -318778,15 +320900,15 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1038)] = 24837, [SMALL_STATE(1039)] = 24900, [SMALL_STATE(1040)] = 24963, - [SMALL_STATE(1041)] = 25026, - [SMALL_STATE(1042)] = 25089, - [SMALL_STATE(1043)] = 25152, - [SMALL_STATE(1044)] = 25215, - [SMALL_STATE(1045)] = 25278, - [SMALL_STATE(1046)] = 25341, - [SMALL_STATE(1047)] = 25404, - [SMALL_STATE(1048)] = 25467, - [SMALL_STATE(1049)] = 25530, + [SMALL_STATE(1041)] = 25032, + [SMALL_STATE(1042)] = 25095, + [SMALL_STATE(1043)] = 25158, + [SMALL_STATE(1044)] = 25221, + [SMALL_STATE(1045)] = 25284, + [SMALL_STATE(1046)] = 25347, + [SMALL_STATE(1047)] = 25410, + [SMALL_STATE(1048)] = 25473, + [SMALL_STATE(1049)] = 25536, [SMALL_STATE(1050)] = 25599, [SMALL_STATE(1051)] = 25662, [SMALL_STATE(1052)] = 25725, @@ -318856,24 +320978,24 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1116)] = 29757, [SMALL_STATE(1117)] = 29820, [SMALL_STATE(1118)] = 29883, - [SMALL_STATE(1119)] = 29950, - [SMALL_STATE(1120)] = 30013, - [SMALL_STATE(1121)] = 30076, - [SMALL_STATE(1122)] = 30139, - [SMALL_STATE(1123)] = 30202, - [SMALL_STATE(1124)] = 30265, - [SMALL_STATE(1125)] = 30328, - [SMALL_STATE(1126)] = 30391, - [SMALL_STATE(1127)] = 30460, - [SMALL_STATE(1128)] = 30523, - [SMALL_STATE(1129)] = 30586, - [SMALL_STATE(1130)] = 30649, - [SMALL_STATE(1131)] = 30712, - [SMALL_STATE(1132)] = 30775, - [SMALL_STATE(1133)] = 30838, - [SMALL_STATE(1134)] = 30901, - [SMALL_STATE(1135)] = 30964, - [SMALL_STATE(1136)] = 31027, + [SMALL_STATE(1119)] = 29946, + [SMALL_STATE(1120)] = 30009, + [SMALL_STATE(1121)] = 30072, + [SMALL_STATE(1122)] = 30135, + [SMALL_STATE(1123)] = 30198, + [SMALL_STATE(1124)] = 30261, + [SMALL_STATE(1125)] = 30324, + [SMALL_STATE(1126)] = 30387, + [SMALL_STATE(1127)] = 30450, + [SMALL_STATE(1128)] = 30513, + [SMALL_STATE(1129)] = 30580, + [SMALL_STATE(1130)] = 30643, + [SMALL_STATE(1131)] = 30706, + [SMALL_STATE(1132)] = 30769, + [SMALL_STATE(1133)] = 30832, + [SMALL_STATE(1134)] = 30895, + [SMALL_STATE(1135)] = 30958, + [SMALL_STATE(1136)] = 31021, [SMALL_STATE(1137)] = 31090, [SMALL_STATE(1138)] = 31153, [SMALL_STATE(1139)] = 31216, @@ -318887,19 +321009,19 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1147)] = 31720, [SMALL_STATE(1148)] = 31783, [SMALL_STATE(1149)] = 31846, - [SMALL_STATE(1150)] = 31915, - [SMALL_STATE(1151)] = 31978, - [SMALL_STATE(1152)] = 32041, - [SMALL_STATE(1153)] = 32104, - [SMALL_STATE(1154)] = 32167, - [SMALL_STATE(1155)] = 32230, - [SMALL_STATE(1156)] = 32293, - [SMALL_STATE(1157)] = 32356, - [SMALL_STATE(1158)] = 32419, - [SMALL_STATE(1159)] = 32482, - [SMALL_STATE(1160)] = 32545, - [SMALL_STATE(1161)] = 32608, - [SMALL_STATE(1162)] = 32671, + [SMALL_STATE(1150)] = 31909, + [SMALL_STATE(1151)] = 31972, + [SMALL_STATE(1152)] = 32035, + [SMALL_STATE(1153)] = 32098, + [SMALL_STATE(1154)] = 32161, + [SMALL_STATE(1155)] = 32224, + [SMALL_STATE(1156)] = 32287, + [SMALL_STATE(1157)] = 32350, + [SMALL_STATE(1158)] = 32413, + [SMALL_STATE(1159)] = 32476, + [SMALL_STATE(1160)] = 32539, + [SMALL_STATE(1161)] = 32602, + [SMALL_STATE(1162)] = 32665, [SMALL_STATE(1163)] = 32734, [SMALL_STATE(1164)] = 32797, [SMALL_STATE(1165)] = 32860, @@ -318951,25 +321073,25 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1211)] = 35758, [SMALL_STATE(1212)] = 35821, [SMALL_STATE(1213)] = 35884, - [SMALL_STATE(1214)] = 35951, - [SMALL_STATE(1215)] = 36014, - [SMALL_STATE(1216)] = 36077, - [SMALL_STATE(1217)] = 36140, - [SMALL_STATE(1218)] = 36203, - [SMALL_STATE(1219)] = 36266, - [SMALL_STATE(1220)] = 36329, - [SMALL_STATE(1221)] = 36392, - [SMALL_STATE(1222)] = 36461, - [SMALL_STATE(1223)] = 36524, - [SMALL_STATE(1224)] = 36587, - [SMALL_STATE(1225)] = 36650, - [SMALL_STATE(1226)] = 36713, - [SMALL_STATE(1227)] = 36776, - [SMALL_STATE(1228)] = 36839, - [SMALL_STATE(1229)] = 36902, - [SMALL_STATE(1230)] = 36965, - [SMALL_STATE(1231)] = 37028, - [SMALL_STATE(1232)] = 37091, + [SMALL_STATE(1214)] = 35947, + [SMALL_STATE(1215)] = 36010, + [SMALL_STATE(1216)] = 36073, + [SMALL_STATE(1217)] = 36136, + [SMALL_STATE(1218)] = 36199, + [SMALL_STATE(1219)] = 36262, + [SMALL_STATE(1220)] = 36325, + [SMALL_STATE(1221)] = 36388, + [SMALL_STATE(1222)] = 36451, + [SMALL_STATE(1223)] = 36514, + [SMALL_STATE(1224)] = 36577, + [SMALL_STATE(1225)] = 36644, + [SMALL_STATE(1226)] = 36707, + [SMALL_STATE(1227)] = 36770, + [SMALL_STATE(1228)] = 36833, + [SMALL_STATE(1229)] = 36896, + [SMALL_STATE(1230)] = 36959, + [SMALL_STATE(1231)] = 37022, + [SMALL_STATE(1232)] = 37085, [SMALL_STATE(1233)] = 37154, [SMALL_STATE(1234)] = 37217, [SMALL_STATE(1235)] = 37280, @@ -318988,18 +321110,18 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1248)] = 38099, [SMALL_STATE(1249)] = 38162, [SMALL_STATE(1250)] = 38225, - [SMALL_STATE(1251)] = 38294, - [SMALL_STATE(1252)] = 38357, - [SMALL_STATE(1253)] = 38420, - [SMALL_STATE(1254)] = 38483, - [SMALL_STATE(1255)] = 38546, - [SMALL_STATE(1256)] = 38609, - [SMALL_STATE(1257)] = 38672, - [SMALL_STATE(1258)] = 38735, - [SMALL_STATE(1259)] = 38798, - [SMALL_STATE(1260)] = 38861, - [SMALL_STATE(1261)] = 38924, - [SMALL_STATE(1262)] = 38987, + [SMALL_STATE(1251)] = 38288, + [SMALL_STATE(1252)] = 38351, + [SMALL_STATE(1253)] = 38414, + [SMALL_STATE(1254)] = 38477, + [SMALL_STATE(1255)] = 38540, + [SMALL_STATE(1256)] = 38603, + [SMALL_STATE(1257)] = 38666, + [SMALL_STATE(1258)] = 38729, + [SMALL_STATE(1259)] = 38792, + [SMALL_STATE(1260)] = 38855, + [SMALL_STATE(1261)] = 38918, + [SMALL_STATE(1262)] = 38981, [SMALL_STATE(1263)] = 39050, [SMALL_STATE(1264)] = 39113, [SMALL_STATE(1265)] = 39176, @@ -319052,18 +321174,18 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1312)] = 42137, [SMALL_STATE(1313)] = 42200, [SMALL_STATE(1314)] = 42263, - [SMALL_STATE(1315)] = 42332, - [SMALL_STATE(1316)] = 42395, - [SMALL_STATE(1317)] = 42458, - [SMALL_STATE(1318)] = 42521, - [SMALL_STATE(1319)] = 42584, - [SMALL_STATE(1320)] = 42647, - [SMALL_STATE(1321)] = 42710, - [SMALL_STATE(1322)] = 42773, - [SMALL_STATE(1323)] = 42836, - [SMALL_STATE(1324)] = 42899, - [SMALL_STATE(1325)] = 42962, - [SMALL_STATE(1326)] = 43025, + [SMALL_STATE(1315)] = 42326, + [SMALL_STATE(1316)] = 42389, + [SMALL_STATE(1317)] = 42452, + [SMALL_STATE(1318)] = 42515, + [SMALL_STATE(1319)] = 42578, + [SMALL_STATE(1320)] = 42641, + [SMALL_STATE(1321)] = 42704, + [SMALL_STATE(1322)] = 42767, + [SMALL_STATE(1323)] = 42830, + [SMALL_STATE(1324)] = 42893, + [SMALL_STATE(1325)] = 42956, + [SMALL_STATE(1326)] = 43019, [SMALL_STATE(1327)] = 43088, [SMALL_STATE(1328)] = 43151, [SMALL_STATE(1329)] = 43214, @@ -319145,372 +321267,372 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1405)] = 48002, [SMALL_STATE(1406)] = 48065, [SMALL_STATE(1407)] = 48128, - [SMALL_STATE(1408)] = 48197, - [SMALL_STATE(1409)] = 48260, - [SMALL_STATE(1410)] = 48323, - [SMALL_STATE(1411)] = 48386, - [SMALL_STATE(1412)] = 48449, - [SMALL_STATE(1413)] = 48512, - [SMALL_STATE(1414)] = 48575, - [SMALL_STATE(1415)] = 48638, - [SMALL_STATE(1416)] = 48701, - [SMALL_STATE(1417)] = 48764, - [SMALL_STATE(1418)] = 48827, - [SMALL_STATE(1419)] = 48890, - [SMALL_STATE(1420)] = 48953, - [SMALL_STATE(1421)] = 49016, - [SMALL_STATE(1422)] = 49079, - [SMALL_STATE(1423)] = 49142, - [SMALL_STATE(1424)] = 49205, - [SMALL_STATE(1425)] = 49268, - [SMALL_STATE(1426)] = 49331, - [SMALL_STATE(1427)] = 49394, - [SMALL_STATE(1428)] = 49457, - [SMALL_STATE(1429)] = 49520, - [SMALL_STATE(1430)] = 49583, - [SMALL_STATE(1431)] = 49646, - [SMALL_STATE(1432)] = 49709, - [SMALL_STATE(1433)] = 49772, - [SMALL_STATE(1434)] = 49835, - [SMALL_STATE(1435)] = 49898, - [SMALL_STATE(1436)] = 49961, - [SMALL_STATE(1437)] = 50024, - [SMALL_STATE(1438)] = 50087, - [SMALL_STATE(1439)] = 50150, - [SMALL_STATE(1440)] = 50213, - [SMALL_STATE(1441)] = 50276, - [SMALL_STATE(1442)] = 50339, - [SMALL_STATE(1443)] = 50402, - [SMALL_STATE(1444)] = 50465, - [SMALL_STATE(1445)] = 50528, - [SMALL_STATE(1446)] = 50591, - [SMALL_STATE(1447)] = 50654, - [SMALL_STATE(1448)] = 50717, - [SMALL_STATE(1449)] = 50780, - [SMALL_STATE(1450)] = 50843, - [SMALL_STATE(1451)] = 50906, - [SMALL_STATE(1452)] = 50969, - [SMALL_STATE(1453)] = 51032, - [SMALL_STATE(1454)] = 51095, - [SMALL_STATE(1455)] = 51158, - [SMALL_STATE(1456)] = 51221, - [SMALL_STATE(1457)] = 51284, - [SMALL_STATE(1458)] = 51347, - [SMALL_STATE(1459)] = 51410, - [SMALL_STATE(1460)] = 51473, - [SMALL_STATE(1461)] = 51536, - [SMALL_STATE(1462)] = 51599, - [SMALL_STATE(1463)] = 51662, - [SMALL_STATE(1464)] = 51725, - [SMALL_STATE(1465)] = 51788, - [SMALL_STATE(1466)] = 51851, - [SMALL_STATE(1467)] = 51914, - [SMALL_STATE(1468)] = 51977, - [SMALL_STATE(1469)] = 52040, - [SMALL_STATE(1470)] = 52103, - [SMALL_STATE(1471)] = 52166, - [SMALL_STATE(1472)] = 52229, - [SMALL_STATE(1473)] = 52292, - [SMALL_STATE(1474)] = 52355, - [SMALL_STATE(1475)] = 52418, - [SMALL_STATE(1476)] = 52481, - [SMALL_STATE(1477)] = 52544, - [SMALL_STATE(1478)] = 52607, - [SMALL_STATE(1479)] = 52670, - [SMALL_STATE(1480)] = 52733, - [SMALL_STATE(1481)] = 52796, - [SMALL_STATE(1482)] = 52859, - [SMALL_STATE(1483)] = 52922, - [SMALL_STATE(1484)] = 52985, - [SMALL_STATE(1485)] = 53048, - [SMALL_STATE(1486)] = 53111, - [SMALL_STATE(1487)] = 53174, - [SMALL_STATE(1488)] = 53237, - [SMALL_STATE(1489)] = 53300, - [SMALL_STATE(1490)] = 53363, - [SMALL_STATE(1491)] = 53426, - [SMALL_STATE(1492)] = 53489, - [SMALL_STATE(1493)] = 53552, - [SMALL_STATE(1494)] = 53615, - [SMALL_STATE(1495)] = 53678, - [SMALL_STATE(1496)] = 53741, - [SMALL_STATE(1497)] = 53804, - [SMALL_STATE(1498)] = 53867, - [SMALL_STATE(1499)] = 53930, - [SMALL_STATE(1500)] = 53993, - [SMALL_STATE(1501)] = 54056, - [SMALL_STATE(1502)] = 54119, - [SMALL_STATE(1503)] = 54182, - [SMALL_STATE(1504)] = 54245, - [SMALL_STATE(1505)] = 54308, - [SMALL_STATE(1506)] = 54371, - [SMALL_STATE(1507)] = 54434, - [SMALL_STATE(1508)] = 54497, - [SMALL_STATE(1509)] = 54560, - [SMALL_STATE(1510)] = 54623, - [SMALL_STATE(1511)] = 54686, - [SMALL_STATE(1512)] = 54749, - [SMALL_STATE(1513)] = 54812, - [SMALL_STATE(1514)] = 54875, - [SMALL_STATE(1515)] = 54938, - [SMALL_STATE(1516)] = 55001, - [SMALL_STATE(1517)] = 55064, - [SMALL_STATE(1518)] = 55127, - [SMALL_STATE(1519)] = 55190, - [SMALL_STATE(1520)] = 55253, - [SMALL_STATE(1521)] = 55316, - [SMALL_STATE(1522)] = 55379, - [SMALL_STATE(1523)] = 55442, - [SMALL_STATE(1524)] = 55505, - [SMALL_STATE(1525)] = 55568, - [SMALL_STATE(1526)] = 55631, - [SMALL_STATE(1527)] = 55694, - [SMALL_STATE(1528)] = 55757, - [SMALL_STATE(1529)] = 55820, - [SMALL_STATE(1530)] = 55883, - [SMALL_STATE(1531)] = 55946, - [SMALL_STATE(1532)] = 56009, - [SMALL_STATE(1533)] = 56072, - [SMALL_STATE(1534)] = 56135, - [SMALL_STATE(1535)] = 56198, - [SMALL_STATE(1536)] = 56261, - [SMALL_STATE(1537)] = 56324, - [SMALL_STATE(1538)] = 56387, - [SMALL_STATE(1539)] = 56450, - [SMALL_STATE(1540)] = 56513, - [SMALL_STATE(1541)] = 56576, - [SMALL_STATE(1542)] = 56639, - [SMALL_STATE(1543)] = 56702, - [SMALL_STATE(1544)] = 56765, - [SMALL_STATE(1545)] = 56828, - [SMALL_STATE(1546)] = 56891, - [SMALL_STATE(1547)] = 56954, - [SMALL_STATE(1548)] = 57017, - [SMALL_STATE(1549)] = 57080, - [SMALL_STATE(1550)] = 57143, - [SMALL_STATE(1551)] = 57206, - [SMALL_STATE(1552)] = 57269, - [SMALL_STATE(1553)] = 57332, - [SMALL_STATE(1554)] = 57395, - [SMALL_STATE(1555)] = 57458, - [SMALL_STATE(1556)] = 57521, - [SMALL_STATE(1557)] = 57584, - [SMALL_STATE(1558)] = 57647, - [SMALL_STATE(1559)] = 57710, - [SMALL_STATE(1560)] = 57773, - [SMALL_STATE(1561)] = 57836, - [SMALL_STATE(1562)] = 57899, - [SMALL_STATE(1563)] = 57962, - [SMALL_STATE(1564)] = 58025, - [SMALL_STATE(1565)] = 58088, - [SMALL_STATE(1566)] = 58151, - [SMALL_STATE(1567)] = 58214, - [SMALL_STATE(1568)] = 58277, - [SMALL_STATE(1569)] = 58340, - [SMALL_STATE(1570)] = 58403, - [SMALL_STATE(1571)] = 58466, - [SMALL_STATE(1572)] = 58529, - [SMALL_STATE(1573)] = 58592, - [SMALL_STATE(1574)] = 58655, - [SMALL_STATE(1575)] = 58718, - [SMALL_STATE(1576)] = 58781, - [SMALL_STATE(1577)] = 58844, - [SMALL_STATE(1578)] = 58907, - [SMALL_STATE(1579)] = 58970, - [SMALL_STATE(1580)] = 59033, - [SMALL_STATE(1581)] = 59096, - [SMALL_STATE(1582)] = 59159, - [SMALL_STATE(1583)] = 59222, - [SMALL_STATE(1584)] = 59285, - [SMALL_STATE(1585)] = 59348, - [SMALL_STATE(1586)] = 59411, - [SMALL_STATE(1587)] = 59474, - [SMALL_STATE(1588)] = 59537, - [SMALL_STATE(1589)] = 59600, - [SMALL_STATE(1590)] = 59663, - [SMALL_STATE(1591)] = 59726, - [SMALL_STATE(1592)] = 59789, - [SMALL_STATE(1593)] = 59852, - [SMALL_STATE(1594)] = 59915, - [SMALL_STATE(1595)] = 59978, - [SMALL_STATE(1596)] = 60041, - [SMALL_STATE(1597)] = 60104, - [SMALL_STATE(1598)] = 60167, - [SMALL_STATE(1599)] = 60230, - [SMALL_STATE(1600)] = 60293, - [SMALL_STATE(1601)] = 60356, - [SMALL_STATE(1602)] = 60419, - [SMALL_STATE(1603)] = 60482, - [SMALL_STATE(1604)] = 60545, - [SMALL_STATE(1605)] = 60608, - [SMALL_STATE(1606)] = 60671, - [SMALL_STATE(1607)] = 60734, - [SMALL_STATE(1608)] = 60797, - [SMALL_STATE(1609)] = 60860, - [SMALL_STATE(1610)] = 60923, - [SMALL_STATE(1611)] = 60986, - [SMALL_STATE(1612)] = 61049, - [SMALL_STATE(1613)] = 61112, - [SMALL_STATE(1614)] = 61175, - [SMALL_STATE(1615)] = 61238, - [SMALL_STATE(1616)] = 61301, - [SMALL_STATE(1617)] = 61364, - [SMALL_STATE(1618)] = 61427, - [SMALL_STATE(1619)] = 61490, - [SMALL_STATE(1620)] = 61553, - [SMALL_STATE(1621)] = 61616, - [SMALL_STATE(1622)] = 61679, - [SMALL_STATE(1623)] = 61742, - [SMALL_STATE(1624)] = 61805, - [SMALL_STATE(1625)] = 61868, - [SMALL_STATE(1626)] = 61931, - [SMALL_STATE(1627)] = 61994, - [SMALL_STATE(1628)] = 62057, - [SMALL_STATE(1629)] = 62120, - [SMALL_STATE(1630)] = 62183, - [SMALL_STATE(1631)] = 62246, - [SMALL_STATE(1632)] = 62309, - [SMALL_STATE(1633)] = 62372, - [SMALL_STATE(1634)] = 62435, - [SMALL_STATE(1635)] = 62498, - [SMALL_STATE(1636)] = 62561, - [SMALL_STATE(1637)] = 62624, - [SMALL_STATE(1638)] = 62687, - [SMALL_STATE(1639)] = 62750, - [SMALL_STATE(1640)] = 62813, - [SMALL_STATE(1641)] = 62876, - [SMALL_STATE(1642)] = 62939, - [SMALL_STATE(1643)] = 63002, - [SMALL_STATE(1644)] = 63065, - [SMALL_STATE(1645)] = 63128, - [SMALL_STATE(1646)] = 63191, - [SMALL_STATE(1647)] = 63254, - [SMALL_STATE(1648)] = 63317, - [SMALL_STATE(1649)] = 63380, - [SMALL_STATE(1650)] = 63443, - [SMALL_STATE(1651)] = 63506, - [SMALL_STATE(1652)] = 63569, - [SMALL_STATE(1653)] = 63632, - [SMALL_STATE(1654)] = 63695, - [SMALL_STATE(1655)] = 63758, - [SMALL_STATE(1656)] = 63821, - [SMALL_STATE(1657)] = 63884, - [SMALL_STATE(1658)] = 63947, - [SMALL_STATE(1659)] = 64010, - [SMALL_STATE(1660)] = 64073, - [SMALL_STATE(1661)] = 64136, - [SMALL_STATE(1662)] = 64199, - [SMALL_STATE(1663)] = 64262, - [SMALL_STATE(1664)] = 64325, - [SMALL_STATE(1665)] = 64388, - [SMALL_STATE(1666)] = 64451, - [SMALL_STATE(1667)] = 64514, - [SMALL_STATE(1668)] = 64577, - [SMALL_STATE(1669)] = 64640, - [SMALL_STATE(1670)] = 64703, - [SMALL_STATE(1671)] = 64766, - [SMALL_STATE(1672)] = 64829, - [SMALL_STATE(1673)] = 64892, - [SMALL_STATE(1674)] = 64955, - [SMALL_STATE(1675)] = 65018, - [SMALL_STATE(1676)] = 65081, - [SMALL_STATE(1677)] = 65144, - [SMALL_STATE(1678)] = 65207, - [SMALL_STATE(1679)] = 65270, - [SMALL_STATE(1680)] = 65333, - [SMALL_STATE(1681)] = 65396, - [SMALL_STATE(1682)] = 65459, - [SMALL_STATE(1683)] = 65522, - [SMALL_STATE(1684)] = 65585, - [SMALL_STATE(1685)] = 65648, - [SMALL_STATE(1686)] = 65711, - [SMALL_STATE(1687)] = 65774, - [SMALL_STATE(1688)] = 65837, - [SMALL_STATE(1689)] = 65900, - [SMALL_STATE(1690)] = 65963, - [SMALL_STATE(1691)] = 66026, - [SMALL_STATE(1692)] = 66089, - [SMALL_STATE(1693)] = 66152, - [SMALL_STATE(1694)] = 66215, - [SMALL_STATE(1695)] = 66284, - [SMALL_STATE(1696)] = 66347, - [SMALL_STATE(1697)] = 66410, - [SMALL_STATE(1698)] = 66473, - [SMALL_STATE(1699)] = 66536, - [SMALL_STATE(1700)] = 66599, - [SMALL_STATE(1701)] = 66662, - [SMALL_STATE(1702)] = 66725, - [SMALL_STATE(1703)] = 66788, - [SMALL_STATE(1704)] = 66851, - [SMALL_STATE(1705)] = 66914, - [SMALL_STATE(1706)] = 66977, - [SMALL_STATE(1707)] = 67040, - [SMALL_STATE(1708)] = 67103, - [SMALL_STATE(1709)] = 67166, - [SMALL_STATE(1710)] = 67229, - [SMALL_STATE(1711)] = 67292, - [SMALL_STATE(1712)] = 67355, - [SMALL_STATE(1713)] = 67418, - [SMALL_STATE(1714)] = 67481, - [SMALL_STATE(1715)] = 67544, - [SMALL_STATE(1716)] = 67607, - [SMALL_STATE(1717)] = 67670, - [SMALL_STATE(1718)] = 67733, - [SMALL_STATE(1719)] = 67796, - [SMALL_STATE(1720)] = 67859, - [SMALL_STATE(1721)] = 67922, - [SMALL_STATE(1722)] = 67985, - [SMALL_STATE(1723)] = 68048, - [SMALL_STATE(1724)] = 68111, - [SMALL_STATE(1725)] = 68174, - [SMALL_STATE(1726)] = 68237, - [SMALL_STATE(1727)] = 68300, - [SMALL_STATE(1728)] = 68363, - [SMALL_STATE(1729)] = 68426, - [SMALL_STATE(1730)] = 68489, - [SMALL_STATE(1731)] = 68552, - [SMALL_STATE(1732)] = 68615, - [SMALL_STATE(1733)] = 68678, - [SMALL_STATE(1734)] = 68741, - [SMALL_STATE(1735)] = 68804, - [SMALL_STATE(1736)] = 68867, - [SMALL_STATE(1737)] = 68930, - [SMALL_STATE(1738)] = 68993, - [SMALL_STATE(1739)] = 69056, - [SMALL_STATE(1740)] = 69119, - [SMALL_STATE(1741)] = 69182, - [SMALL_STATE(1742)] = 69245, - [SMALL_STATE(1743)] = 69308, - [SMALL_STATE(1744)] = 69371, - [SMALL_STATE(1745)] = 69434, - [SMALL_STATE(1746)] = 69497, - [SMALL_STATE(1747)] = 69560, - [SMALL_STATE(1748)] = 69623, - [SMALL_STATE(1749)] = 69686, - [SMALL_STATE(1750)] = 69749, - [SMALL_STATE(1751)] = 69812, - [SMALL_STATE(1752)] = 69875, - [SMALL_STATE(1753)] = 69938, - [SMALL_STATE(1754)] = 70001, - [SMALL_STATE(1755)] = 70064, - [SMALL_STATE(1756)] = 70127, - [SMALL_STATE(1757)] = 70190, - [SMALL_STATE(1758)] = 70253, - [SMALL_STATE(1759)] = 70316, - [SMALL_STATE(1760)] = 70379, - [SMALL_STATE(1761)] = 70442, - [SMALL_STATE(1762)] = 70505, - [SMALL_STATE(1763)] = 70568, - [SMALL_STATE(1764)] = 70631, - [SMALL_STATE(1765)] = 70694, - [SMALL_STATE(1766)] = 70757, - [SMALL_STATE(1767)] = 70820, - [SMALL_STATE(1768)] = 70883, - [SMALL_STATE(1769)] = 70946, - [SMALL_STATE(1770)] = 71009, - [SMALL_STATE(1771)] = 71072, - [SMALL_STATE(1772)] = 71135, - [SMALL_STATE(1773)] = 71198, + [SMALL_STATE(1408)] = 48191, + [SMALL_STATE(1409)] = 48254, + [SMALL_STATE(1410)] = 48317, + [SMALL_STATE(1411)] = 48380, + [SMALL_STATE(1412)] = 48443, + [SMALL_STATE(1413)] = 48506, + [SMALL_STATE(1414)] = 48569, + [SMALL_STATE(1415)] = 48632, + [SMALL_STATE(1416)] = 48695, + [SMALL_STATE(1417)] = 48758, + [SMALL_STATE(1418)] = 48821, + [SMALL_STATE(1419)] = 48884, + [SMALL_STATE(1420)] = 48947, + [SMALL_STATE(1421)] = 49010, + [SMALL_STATE(1422)] = 49073, + [SMALL_STATE(1423)] = 49136, + [SMALL_STATE(1424)] = 49199, + [SMALL_STATE(1425)] = 49262, + [SMALL_STATE(1426)] = 49325, + [SMALL_STATE(1427)] = 49388, + [SMALL_STATE(1428)] = 49451, + [SMALL_STATE(1429)] = 49514, + [SMALL_STATE(1430)] = 49577, + [SMALL_STATE(1431)] = 49640, + [SMALL_STATE(1432)] = 49703, + [SMALL_STATE(1433)] = 49766, + [SMALL_STATE(1434)] = 49829, + [SMALL_STATE(1435)] = 49892, + [SMALL_STATE(1436)] = 49955, + [SMALL_STATE(1437)] = 50018, + [SMALL_STATE(1438)] = 50081, + [SMALL_STATE(1439)] = 50144, + [SMALL_STATE(1440)] = 50207, + [SMALL_STATE(1441)] = 50270, + [SMALL_STATE(1442)] = 50333, + [SMALL_STATE(1443)] = 50396, + [SMALL_STATE(1444)] = 50459, + [SMALL_STATE(1445)] = 50522, + [SMALL_STATE(1446)] = 50585, + [SMALL_STATE(1447)] = 50648, + [SMALL_STATE(1448)] = 50711, + [SMALL_STATE(1449)] = 50774, + [SMALL_STATE(1450)] = 50837, + [SMALL_STATE(1451)] = 50900, + [SMALL_STATE(1452)] = 50963, + [SMALL_STATE(1453)] = 51026, + [SMALL_STATE(1454)] = 51089, + [SMALL_STATE(1455)] = 51152, + [SMALL_STATE(1456)] = 51215, + [SMALL_STATE(1457)] = 51278, + [SMALL_STATE(1458)] = 51341, + [SMALL_STATE(1459)] = 51404, + [SMALL_STATE(1460)] = 51467, + [SMALL_STATE(1461)] = 51530, + [SMALL_STATE(1462)] = 51593, + [SMALL_STATE(1463)] = 51656, + [SMALL_STATE(1464)] = 51719, + [SMALL_STATE(1465)] = 51782, + [SMALL_STATE(1466)] = 51845, + [SMALL_STATE(1467)] = 51908, + [SMALL_STATE(1468)] = 51971, + [SMALL_STATE(1469)] = 52034, + [SMALL_STATE(1470)] = 52097, + [SMALL_STATE(1471)] = 52160, + [SMALL_STATE(1472)] = 52223, + [SMALL_STATE(1473)] = 52286, + [SMALL_STATE(1474)] = 52349, + [SMALL_STATE(1475)] = 52412, + [SMALL_STATE(1476)] = 52475, + [SMALL_STATE(1477)] = 52538, + [SMALL_STATE(1478)] = 52601, + [SMALL_STATE(1479)] = 52664, + [SMALL_STATE(1480)] = 52727, + [SMALL_STATE(1481)] = 52790, + [SMALL_STATE(1482)] = 52853, + [SMALL_STATE(1483)] = 52916, + [SMALL_STATE(1484)] = 52979, + [SMALL_STATE(1485)] = 53042, + [SMALL_STATE(1486)] = 53105, + [SMALL_STATE(1487)] = 53168, + [SMALL_STATE(1488)] = 53231, + [SMALL_STATE(1489)] = 53294, + [SMALL_STATE(1490)] = 53357, + [SMALL_STATE(1491)] = 53420, + [SMALL_STATE(1492)] = 53483, + [SMALL_STATE(1493)] = 53546, + [SMALL_STATE(1494)] = 53609, + [SMALL_STATE(1495)] = 53672, + [SMALL_STATE(1496)] = 53735, + [SMALL_STATE(1497)] = 53798, + [SMALL_STATE(1498)] = 53861, + [SMALL_STATE(1499)] = 53924, + [SMALL_STATE(1500)] = 53987, + [SMALL_STATE(1501)] = 54050, + [SMALL_STATE(1502)] = 54113, + [SMALL_STATE(1503)] = 54176, + [SMALL_STATE(1504)] = 54239, + [SMALL_STATE(1505)] = 54302, + [SMALL_STATE(1506)] = 54365, + [SMALL_STATE(1507)] = 54428, + [SMALL_STATE(1508)] = 54491, + [SMALL_STATE(1509)] = 54554, + [SMALL_STATE(1510)] = 54617, + [SMALL_STATE(1511)] = 54680, + [SMALL_STATE(1512)] = 54743, + [SMALL_STATE(1513)] = 54806, + [SMALL_STATE(1514)] = 54869, + [SMALL_STATE(1515)] = 54932, + [SMALL_STATE(1516)] = 54995, + [SMALL_STATE(1517)] = 55058, + [SMALL_STATE(1518)] = 55121, + [SMALL_STATE(1519)] = 55184, + [SMALL_STATE(1520)] = 55247, + [SMALL_STATE(1521)] = 55310, + [SMALL_STATE(1522)] = 55373, + [SMALL_STATE(1523)] = 55436, + [SMALL_STATE(1524)] = 55499, + [SMALL_STATE(1525)] = 55562, + [SMALL_STATE(1526)] = 55625, + [SMALL_STATE(1527)] = 55688, + [SMALL_STATE(1528)] = 55751, + [SMALL_STATE(1529)] = 55814, + [SMALL_STATE(1530)] = 55877, + [SMALL_STATE(1531)] = 55940, + [SMALL_STATE(1532)] = 56003, + [SMALL_STATE(1533)] = 56066, + [SMALL_STATE(1534)] = 56129, + [SMALL_STATE(1535)] = 56192, + [SMALL_STATE(1536)] = 56255, + [SMALL_STATE(1537)] = 56318, + [SMALL_STATE(1538)] = 56381, + [SMALL_STATE(1539)] = 56444, + [SMALL_STATE(1540)] = 56507, + [SMALL_STATE(1541)] = 56570, + [SMALL_STATE(1542)] = 56633, + [SMALL_STATE(1543)] = 56696, + [SMALL_STATE(1544)] = 56759, + [SMALL_STATE(1545)] = 56822, + [SMALL_STATE(1546)] = 56885, + [SMALL_STATE(1547)] = 56948, + [SMALL_STATE(1548)] = 57011, + [SMALL_STATE(1549)] = 57074, + [SMALL_STATE(1550)] = 57137, + [SMALL_STATE(1551)] = 57200, + [SMALL_STATE(1552)] = 57263, + [SMALL_STATE(1553)] = 57326, + [SMALL_STATE(1554)] = 57389, + [SMALL_STATE(1555)] = 57452, + [SMALL_STATE(1556)] = 57515, + [SMALL_STATE(1557)] = 57578, + [SMALL_STATE(1558)] = 57641, + [SMALL_STATE(1559)] = 57704, + [SMALL_STATE(1560)] = 57767, + [SMALL_STATE(1561)] = 57830, + [SMALL_STATE(1562)] = 57893, + [SMALL_STATE(1563)] = 57956, + [SMALL_STATE(1564)] = 58019, + [SMALL_STATE(1565)] = 58082, + [SMALL_STATE(1566)] = 58145, + [SMALL_STATE(1567)] = 58208, + [SMALL_STATE(1568)] = 58271, + [SMALL_STATE(1569)] = 58334, + [SMALL_STATE(1570)] = 58397, + [SMALL_STATE(1571)] = 58460, + [SMALL_STATE(1572)] = 58523, + [SMALL_STATE(1573)] = 58586, + [SMALL_STATE(1574)] = 58649, + [SMALL_STATE(1575)] = 58712, + [SMALL_STATE(1576)] = 58775, + [SMALL_STATE(1577)] = 58838, + [SMALL_STATE(1578)] = 58901, + [SMALL_STATE(1579)] = 58964, + [SMALL_STATE(1580)] = 59027, + [SMALL_STATE(1581)] = 59090, + [SMALL_STATE(1582)] = 59153, + [SMALL_STATE(1583)] = 59216, + [SMALL_STATE(1584)] = 59279, + [SMALL_STATE(1585)] = 59342, + [SMALL_STATE(1586)] = 59405, + [SMALL_STATE(1587)] = 59468, + [SMALL_STATE(1588)] = 59531, + [SMALL_STATE(1589)] = 59594, + [SMALL_STATE(1590)] = 59657, + [SMALL_STATE(1591)] = 59720, + [SMALL_STATE(1592)] = 59783, + [SMALL_STATE(1593)] = 59846, + [SMALL_STATE(1594)] = 59909, + [SMALL_STATE(1595)] = 59972, + [SMALL_STATE(1596)] = 60035, + [SMALL_STATE(1597)] = 60098, + [SMALL_STATE(1598)] = 60161, + [SMALL_STATE(1599)] = 60224, + [SMALL_STATE(1600)] = 60287, + [SMALL_STATE(1601)] = 60350, + [SMALL_STATE(1602)] = 60413, + [SMALL_STATE(1603)] = 60476, + [SMALL_STATE(1604)] = 60539, + [SMALL_STATE(1605)] = 60602, + [SMALL_STATE(1606)] = 60665, + [SMALL_STATE(1607)] = 60728, + [SMALL_STATE(1608)] = 60791, + [SMALL_STATE(1609)] = 60854, + [SMALL_STATE(1610)] = 60917, + [SMALL_STATE(1611)] = 60980, + [SMALL_STATE(1612)] = 61043, + [SMALL_STATE(1613)] = 61106, + [SMALL_STATE(1614)] = 61169, + [SMALL_STATE(1615)] = 61232, + [SMALL_STATE(1616)] = 61295, + [SMALL_STATE(1617)] = 61358, + [SMALL_STATE(1618)] = 61421, + [SMALL_STATE(1619)] = 61484, + [SMALL_STATE(1620)] = 61547, + [SMALL_STATE(1621)] = 61610, + [SMALL_STATE(1622)] = 61673, + [SMALL_STATE(1623)] = 61736, + [SMALL_STATE(1624)] = 61799, + [SMALL_STATE(1625)] = 61862, + [SMALL_STATE(1626)] = 61925, + [SMALL_STATE(1627)] = 61988, + [SMALL_STATE(1628)] = 62051, + [SMALL_STATE(1629)] = 62114, + [SMALL_STATE(1630)] = 62177, + [SMALL_STATE(1631)] = 62240, + [SMALL_STATE(1632)] = 62303, + [SMALL_STATE(1633)] = 62366, + [SMALL_STATE(1634)] = 62429, + [SMALL_STATE(1635)] = 62492, + [SMALL_STATE(1636)] = 62555, + [SMALL_STATE(1637)] = 62618, + [SMALL_STATE(1638)] = 62681, + [SMALL_STATE(1639)] = 62744, + [SMALL_STATE(1640)] = 62807, + [SMALL_STATE(1641)] = 62870, + [SMALL_STATE(1642)] = 62933, + [SMALL_STATE(1643)] = 62996, + [SMALL_STATE(1644)] = 63059, + [SMALL_STATE(1645)] = 63122, + [SMALL_STATE(1646)] = 63185, + [SMALL_STATE(1647)] = 63248, + [SMALL_STATE(1648)] = 63311, + [SMALL_STATE(1649)] = 63374, + [SMALL_STATE(1650)] = 63437, + [SMALL_STATE(1651)] = 63500, + [SMALL_STATE(1652)] = 63563, + [SMALL_STATE(1653)] = 63626, + [SMALL_STATE(1654)] = 63689, + [SMALL_STATE(1655)] = 63752, + [SMALL_STATE(1656)] = 63815, + [SMALL_STATE(1657)] = 63878, + [SMALL_STATE(1658)] = 63941, + [SMALL_STATE(1659)] = 64004, + [SMALL_STATE(1660)] = 64067, + [SMALL_STATE(1661)] = 64130, + [SMALL_STATE(1662)] = 64193, + [SMALL_STATE(1663)] = 64256, + [SMALL_STATE(1664)] = 64319, + [SMALL_STATE(1665)] = 64382, + [SMALL_STATE(1666)] = 64445, + [SMALL_STATE(1667)] = 64508, + [SMALL_STATE(1668)] = 64571, + [SMALL_STATE(1669)] = 64634, + [SMALL_STATE(1670)] = 64697, + [SMALL_STATE(1671)] = 64760, + [SMALL_STATE(1672)] = 64823, + [SMALL_STATE(1673)] = 64886, + [SMALL_STATE(1674)] = 64949, + [SMALL_STATE(1675)] = 65012, + [SMALL_STATE(1676)] = 65075, + [SMALL_STATE(1677)] = 65138, + [SMALL_STATE(1678)] = 65201, + [SMALL_STATE(1679)] = 65264, + [SMALL_STATE(1680)] = 65327, + [SMALL_STATE(1681)] = 65390, + [SMALL_STATE(1682)] = 65453, + [SMALL_STATE(1683)] = 65516, + [SMALL_STATE(1684)] = 65579, + [SMALL_STATE(1685)] = 65642, + [SMALL_STATE(1686)] = 65705, + [SMALL_STATE(1687)] = 65768, + [SMALL_STATE(1688)] = 65831, + [SMALL_STATE(1689)] = 65894, + [SMALL_STATE(1690)] = 65957, + [SMALL_STATE(1691)] = 66020, + [SMALL_STATE(1692)] = 66083, + [SMALL_STATE(1693)] = 66146, + [SMALL_STATE(1694)] = 66209, + [SMALL_STATE(1695)] = 66272, + [SMALL_STATE(1696)] = 66335, + [SMALL_STATE(1697)] = 66398, + [SMALL_STATE(1698)] = 66461, + [SMALL_STATE(1699)] = 66524, + [SMALL_STATE(1700)] = 66587, + [SMALL_STATE(1701)] = 66650, + [SMALL_STATE(1702)] = 66713, + [SMALL_STATE(1703)] = 66776, + [SMALL_STATE(1704)] = 66839, + [SMALL_STATE(1705)] = 66902, + [SMALL_STATE(1706)] = 66965, + [SMALL_STATE(1707)] = 67028, + [SMALL_STATE(1708)] = 67091, + [SMALL_STATE(1709)] = 67154, + [SMALL_STATE(1710)] = 67217, + [SMALL_STATE(1711)] = 67286, + [SMALL_STATE(1712)] = 67349, + [SMALL_STATE(1713)] = 67412, + [SMALL_STATE(1714)] = 67475, + [SMALL_STATE(1715)] = 67538, + [SMALL_STATE(1716)] = 67601, + [SMALL_STATE(1717)] = 67664, + [SMALL_STATE(1718)] = 67727, + [SMALL_STATE(1719)] = 67790, + [SMALL_STATE(1720)] = 67853, + [SMALL_STATE(1721)] = 67916, + [SMALL_STATE(1722)] = 67979, + [SMALL_STATE(1723)] = 68042, + [SMALL_STATE(1724)] = 68105, + [SMALL_STATE(1725)] = 68168, + [SMALL_STATE(1726)] = 68231, + [SMALL_STATE(1727)] = 68294, + [SMALL_STATE(1728)] = 68357, + [SMALL_STATE(1729)] = 68420, + [SMALL_STATE(1730)] = 68483, + [SMALL_STATE(1731)] = 68546, + [SMALL_STATE(1732)] = 68609, + [SMALL_STATE(1733)] = 68672, + [SMALL_STATE(1734)] = 68735, + [SMALL_STATE(1735)] = 68798, + [SMALL_STATE(1736)] = 68861, + [SMALL_STATE(1737)] = 68924, + [SMALL_STATE(1738)] = 68987, + [SMALL_STATE(1739)] = 69050, + [SMALL_STATE(1740)] = 69113, + [SMALL_STATE(1741)] = 69176, + [SMALL_STATE(1742)] = 69239, + [SMALL_STATE(1743)] = 69302, + [SMALL_STATE(1744)] = 69365, + [SMALL_STATE(1745)] = 69428, + [SMALL_STATE(1746)] = 69491, + [SMALL_STATE(1747)] = 69554, + [SMALL_STATE(1748)] = 69617, + [SMALL_STATE(1749)] = 69680, + [SMALL_STATE(1750)] = 69743, + [SMALL_STATE(1751)] = 69806, + [SMALL_STATE(1752)] = 69869, + [SMALL_STATE(1753)] = 69932, + [SMALL_STATE(1754)] = 69995, + [SMALL_STATE(1755)] = 70058, + [SMALL_STATE(1756)] = 70121, + [SMALL_STATE(1757)] = 70184, + [SMALL_STATE(1758)] = 70247, + [SMALL_STATE(1759)] = 70310, + [SMALL_STATE(1760)] = 70373, + [SMALL_STATE(1761)] = 70436, + [SMALL_STATE(1762)] = 70499, + [SMALL_STATE(1763)] = 70562, + [SMALL_STATE(1764)] = 70625, + [SMALL_STATE(1765)] = 70688, + [SMALL_STATE(1766)] = 70751, + [SMALL_STATE(1767)] = 70814, + [SMALL_STATE(1768)] = 70877, + [SMALL_STATE(1769)] = 70940, + [SMALL_STATE(1770)] = 71003, + [SMALL_STATE(1771)] = 71066, + [SMALL_STATE(1772)] = 71129, + [SMALL_STATE(1773)] = 71192, [SMALL_STATE(1774)] = 71261, [SMALL_STATE(1775)] = 71324, [SMALL_STATE(1776)] = 71387, @@ -319519,23 +321641,23 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1779)] = 71576, [SMALL_STATE(1780)] = 71639, [SMALL_STATE(1781)] = 71702, - [SMALL_STATE(1782)] = 71771, - [SMALL_STATE(1783)] = 71834, - [SMALL_STATE(1784)] = 71897, - [SMALL_STATE(1785)] = 71960, - [SMALL_STATE(1786)] = 72023, - [SMALL_STATE(1787)] = 72086, - [SMALL_STATE(1788)] = 72149, - [SMALL_STATE(1789)] = 72216, - [SMALL_STATE(1790)] = 72279, - [SMALL_STATE(1791)] = 72342, - [SMALL_STATE(1792)] = 72405, - [SMALL_STATE(1793)] = 72468, - [SMALL_STATE(1794)] = 72531, - [SMALL_STATE(1795)] = 72594, - [SMALL_STATE(1796)] = 72657, - [SMALL_STATE(1797)] = 72720, - [SMALL_STATE(1798)] = 72783, + [SMALL_STATE(1782)] = 71769, + [SMALL_STATE(1783)] = 71832, + [SMALL_STATE(1784)] = 71895, + [SMALL_STATE(1785)] = 71958, + [SMALL_STATE(1786)] = 72021, + [SMALL_STATE(1787)] = 72084, + [SMALL_STATE(1788)] = 72147, + [SMALL_STATE(1789)] = 72210, + [SMALL_STATE(1790)] = 72273, + [SMALL_STATE(1791)] = 72336, + [SMALL_STATE(1792)] = 72399, + [SMALL_STATE(1793)] = 72462, + [SMALL_STATE(1794)] = 72525, + [SMALL_STATE(1795)] = 72588, + [SMALL_STATE(1796)] = 72651, + [SMALL_STATE(1797)] = 72714, + [SMALL_STATE(1798)] = 72777, [SMALL_STATE(1799)] = 72846, [SMALL_STATE(1800)] = 72909, [SMALL_STATE(1801)] = 72972, @@ -319589,16 +321711,16 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1849)] = 75996, [SMALL_STATE(1850)] = 76059, [SMALL_STATE(1851)] = 76122, - [SMALL_STATE(1852)] = 76191, - [SMALL_STATE(1853)] = 76254, - [SMALL_STATE(1854)] = 76317, - [SMALL_STATE(1855)] = 76380, - [SMALL_STATE(1856)] = 76443, - [SMALL_STATE(1857)] = 76506, - [SMALL_STATE(1858)] = 76569, - [SMALL_STATE(1859)] = 76632, - [SMALL_STATE(1860)] = 76695, - [SMALL_STATE(1861)] = 76758, + [SMALL_STATE(1852)] = 76185, + [SMALL_STATE(1853)] = 76248, + [SMALL_STATE(1854)] = 76311, + [SMALL_STATE(1855)] = 76374, + [SMALL_STATE(1856)] = 76437, + [SMALL_STATE(1857)] = 76500, + [SMALL_STATE(1858)] = 76563, + [SMALL_STATE(1859)] = 76626, + [SMALL_STATE(1860)] = 76689, + [SMALL_STATE(1861)] = 76752, [SMALL_STATE(1862)] = 76821, [SMALL_STATE(1863)] = 76884, [SMALL_STATE(1864)] = 76947, @@ -319606,24 +321728,24 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1866)] = 77073, [SMALL_STATE(1867)] = 77136, [SMALL_STATE(1868)] = 77199, - [SMALL_STATE(1869)] = 77268, - [SMALL_STATE(1870)] = 77331, - [SMALL_STATE(1871)] = 77394, - [SMALL_STATE(1872)] = 77457, - [SMALL_STATE(1873)] = 77520, - [SMALL_STATE(1874)] = 77583, - [SMALL_STATE(1875)] = 77646, - [SMALL_STATE(1876)] = 77713, - [SMALL_STATE(1877)] = 77776, - [SMALL_STATE(1878)] = 77839, - [SMALL_STATE(1879)] = 77902, - [SMALL_STATE(1880)] = 77965, - [SMALL_STATE(1881)] = 78028, - [SMALL_STATE(1882)] = 78091, - [SMALL_STATE(1883)] = 78154, - [SMALL_STATE(1884)] = 78217, - [SMALL_STATE(1885)] = 78280, - [SMALL_STATE(1886)] = 78343, + [SMALL_STATE(1869)] = 77262, + [SMALL_STATE(1870)] = 77329, + [SMALL_STATE(1871)] = 77392, + [SMALL_STATE(1872)] = 77455, + [SMALL_STATE(1873)] = 77518, + [SMALL_STATE(1874)] = 77581, + [SMALL_STATE(1875)] = 77644, + [SMALL_STATE(1876)] = 77707, + [SMALL_STATE(1877)] = 77770, + [SMALL_STATE(1878)] = 77833, + [SMALL_STATE(1879)] = 77896, + [SMALL_STATE(1880)] = 77959, + [SMALL_STATE(1881)] = 78022, + [SMALL_STATE(1882)] = 78085, + [SMALL_STATE(1883)] = 78148, + [SMALL_STATE(1884)] = 78211, + [SMALL_STATE(1885)] = 78274, + [SMALL_STATE(1886)] = 78337, [SMALL_STATE(1887)] = 78406, [SMALL_STATE(1888)] = 78469, [SMALL_STATE(1889)] = 78532, @@ -319632,60 +321754,60 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1892)] = 78721, [SMALL_STATE(1893)] = 78784, [SMALL_STATE(1894)] = 78847, - [SMALL_STATE(1895)] = 78910, - [SMALL_STATE(1896)] = 78973, - [SMALL_STATE(1897)] = 79036, - [SMALL_STATE(1898)] = 79099, - [SMALL_STATE(1899)] = 79162, - [SMALL_STATE(1900)] = 79225, - [SMALL_STATE(1901)] = 79288, - [SMALL_STATE(1902)] = 79351, - [SMALL_STATE(1903)] = 79414, - [SMALL_STATE(1904)] = 79477, - [SMALL_STATE(1905)] = 79540, - [SMALL_STATE(1906)] = 79603, - [SMALL_STATE(1907)] = 79666, - [SMALL_STATE(1908)] = 79729, - [SMALL_STATE(1909)] = 79792, - [SMALL_STATE(1910)] = 79855, - [SMALL_STATE(1911)] = 79918, - [SMALL_STATE(1912)] = 79981, - [SMALL_STATE(1913)] = 80044, - [SMALL_STATE(1914)] = 80107, - [SMALL_STATE(1915)] = 80170, - [SMALL_STATE(1916)] = 80233, - [SMALL_STATE(1917)] = 80296, - [SMALL_STATE(1918)] = 80359, - [SMALL_STATE(1919)] = 80422, - [SMALL_STATE(1920)] = 80485, - [SMALL_STATE(1921)] = 80548, - [SMALL_STATE(1922)] = 80611, - [SMALL_STATE(1923)] = 80674, - [SMALL_STATE(1924)] = 80737, - [SMALL_STATE(1925)] = 80800, - [SMALL_STATE(1926)] = 80863, - [SMALL_STATE(1927)] = 80926, - [SMALL_STATE(1928)] = 80989, - [SMALL_STATE(1929)] = 81052, + [SMALL_STATE(1895)] = 78914, + [SMALL_STATE(1896)] = 78977, + [SMALL_STATE(1897)] = 79040, + [SMALL_STATE(1898)] = 79103, + [SMALL_STATE(1899)] = 79166, + [SMALL_STATE(1900)] = 79229, + [SMALL_STATE(1901)] = 79292, + [SMALL_STATE(1902)] = 79355, + [SMALL_STATE(1903)] = 79418, + [SMALL_STATE(1904)] = 79481, + [SMALL_STATE(1905)] = 79544, + [SMALL_STATE(1906)] = 79607, + [SMALL_STATE(1907)] = 79670, + [SMALL_STATE(1908)] = 79733, + [SMALL_STATE(1909)] = 79796, + [SMALL_STATE(1910)] = 79859, + [SMALL_STATE(1911)] = 79922, + [SMALL_STATE(1912)] = 79985, + [SMALL_STATE(1913)] = 80048, + [SMALL_STATE(1914)] = 80111, + [SMALL_STATE(1915)] = 80174, + [SMALL_STATE(1916)] = 80237, + [SMALL_STATE(1917)] = 80300, + [SMALL_STATE(1918)] = 80363, + [SMALL_STATE(1919)] = 80426, + [SMALL_STATE(1920)] = 80489, + [SMALL_STATE(1921)] = 80552, + [SMALL_STATE(1922)] = 80615, + [SMALL_STATE(1923)] = 80678, + [SMALL_STATE(1924)] = 80741, + [SMALL_STATE(1925)] = 80804, + [SMALL_STATE(1926)] = 80867, + [SMALL_STATE(1927)] = 80930, + [SMALL_STATE(1928)] = 80993, + [SMALL_STATE(1929)] = 81056, [SMALL_STATE(1930)] = 81119, - [SMALL_STATE(1931)] = 81188, - [SMALL_STATE(1932)] = 81251, - [SMALL_STATE(1933)] = 81314, - [SMALL_STATE(1934)] = 81377, - [SMALL_STATE(1935)] = 81440, - [SMALL_STATE(1936)] = 81503, - [SMALL_STATE(1937)] = 81566, - [SMALL_STATE(1938)] = 81629, - [SMALL_STATE(1939)] = 81692, - [SMALL_STATE(1940)] = 81755, - [SMALL_STATE(1941)] = 81818, - [SMALL_STATE(1942)] = 81881, - [SMALL_STATE(1943)] = 81944, - [SMALL_STATE(1944)] = 82007, - [SMALL_STATE(1945)] = 82070, - [SMALL_STATE(1946)] = 82133, - [SMALL_STATE(1947)] = 82196, - [SMALL_STATE(1948)] = 82259, + [SMALL_STATE(1931)] = 81182, + [SMALL_STATE(1932)] = 81245, + [SMALL_STATE(1933)] = 81308, + [SMALL_STATE(1934)] = 81371, + [SMALL_STATE(1935)] = 81434, + [SMALL_STATE(1936)] = 81497, + [SMALL_STATE(1937)] = 81560, + [SMALL_STATE(1938)] = 81623, + [SMALL_STATE(1939)] = 81686, + [SMALL_STATE(1940)] = 81749, + [SMALL_STATE(1941)] = 81812, + [SMALL_STATE(1942)] = 81875, + [SMALL_STATE(1943)] = 81938, + [SMALL_STATE(1944)] = 82001, + [SMALL_STATE(1945)] = 82064, + [SMALL_STATE(1946)] = 82127, + [SMALL_STATE(1947)] = 82190, + [SMALL_STATE(1948)] = 82253, [SMALL_STATE(1949)] = 82322, [SMALL_STATE(1950)] = 82385, [SMALL_STATE(1951)] = 82448, @@ -319693,25 +321815,25 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1953)] = 82574, [SMALL_STATE(1954)] = 82637, [SMALL_STATE(1955)] = 82700, - [SMALL_STATE(1956)] = 82769, - [SMALL_STATE(1957)] = 82832, + [SMALL_STATE(1956)] = 82763, + [SMALL_STATE(1957)] = 82826, [SMALL_STATE(1958)] = 82895, - [SMALL_STATE(1959)] = 82964, - [SMALL_STATE(1960)] = 83027, - [SMALL_STATE(1961)] = 83090, - [SMALL_STATE(1962)] = 83153, - [SMALL_STATE(1963)] = 83216, - [SMALL_STATE(1964)] = 83279, - [SMALL_STATE(1965)] = 83342, - [SMALL_STATE(1966)] = 83405, - [SMALL_STATE(1967)] = 83468, - [SMALL_STATE(1968)] = 83531, - [SMALL_STATE(1969)] = 83594, - [SMALL_STATE(1970)] = 83657, - [SMALL_STATE(1971)] = 83720, - [SMALL_STATE(1972)] = 83783, - [SMALL_STATE(1973)] = 83846, - [SMALL_STATE(1974)] = 83909, + [SMALL_STATE(1959)] = 82958, + [SMALL_STATE(1960)] = 83021, + [SMALL_STATE(1961)] = 83084, + [SMALL_STATE(1962)] = 83147, + [SMALL_STATE(1963)] = 83210, + [SMALL_STATE(1964)] = 83273, + [SMALL_STATE(1965)] = 83336, + [SMALL_STATE(1966)] = 83399, + [SMALL_STATE(1967)] = 83462, + [SMALL_STATE(1968)] = 83525, + [SMALL_STATE(1969)] = 83588, + [SMALL_STATE(1970)] = 83651, + [SMALL_STATE(1971)] = 83714, + [SMALL_STATE(1972)] = 83777, + [SMALL_STATE(1973)] = 83840, + [SMALL_STATE(1974)] = 83903, [SMALL_STATE(1975)] = 83972, [SMALL_STATE(1976)] = 84035, [SMALL_STATE(1977)] = 84098, @@ -319726,12572 +321848,12634 @@ static const uint32_t ts_small_parse_table_map[] = { [SMALL_STATE(1986)] = 84665, [SMALL_STATE(1987)] = 84728, [SMALL_STATE(1988)] = 84791, - [SMALL_STATE(1989)] = 84853, - [SMALL_STATE(1990)] = 84915, - [SMALL_STATE(1991)] = 84976, - [SMALL_STATE(1992)] = 85037, - [SMALL_STATE(1993)] = 85098, - [SMALL_STATE(1994)] = 85159, - [SMALL_STATE(1995)] = 85220, - [SMALL_STATE(1996)] = 85281, - [SMALL_STATE(1997)] = 85342, - [SMALL_STATE(1998)] = 85403, - [SMALL_STATE(1999)] = 85464, - [SMALL_STATE(2000)] = 85525, - [SMALL_STATE(2001)] = 85586, - [SMALL_STATE(2002)] = 85647, - [SMALL_STATE(2003)] = 85708, - [SMALL_STATE(2004)] = 85769, - [SMALL_STATE(2005)] = 85830, - [SMALL_STATE(2006)] = 85891, - [SMALL_STATE(2007)] = 85952, - [SMALL_STATE(2008)] = 86013, - [SMALL_STATE(2009)] = 86074, - [SMALL_STATE(2010)] = 86135, - [SMALL_STATE(2011)] = 86196, - [SMALL_STATE(2012)] = 86257, - [SMALL_STATE(2013)] = 86318, - [SMALL_STATE(2014)] = 86379, - [SMALL_STATE(2015)] = 86440, - [SMALL_STATE(2016)] = 86501, - [SMALL_STATE(2017)] = 86562, - [SMALL_STATE(2018)] = 86623, - [SMALL_STATE(2019)] = 86684, - [SMALL_STATE(2020)] = 86745, - [SMALL_STATE(2021)] = 86806, - [SMALL_STATE(2022)] = 86867, - [SMALL_STATE(2023)] = 86928, - [SMALL_STATE(2024)] = 86989, - [SMALL_STATE(2025)] = 87050, - [SMALL_STATE(2026)] = 87111, - [SMALL_STATE(2027)] = 87172, - [SMALL_STATE(2028)] = 87233, - [SMALL_STATE(2029)] = 87294, - [SMALL_STATE(2030)] = 87355, - [SMALL_STATE(2031)] = 87416, - [SMALL_STATE(2032)] = 87477, - [SMALL_STATE(2033)] = 87538, - [SMALL_STATE(2034)] = 87599, - [SMALL_STATE(2035)] = 87660, - [SMALL_STATE(2036)] = 87721, - [SMALL_STATE(2037)] = 87782, - [SMALL_STATE(2038)] = 87843, - [SMALL_STATE(2039)] = 87904, - [SMALL_STATE(2040)] = 87965, - [SMALL_STATE(2041)] = 88026, - [SMALL_STATE(2042)] = 88087, - [SMALL_STATE(2043)] = 88148, - [SMALL_STATE(2044)] = 88209, - [SMALL_STATE(2045)] = 88270, - [SMALL_STATE(2046)] = 88331, - [SMALL_STATE(2047)] = 88392, - [SMALL_STATE(2048)] = 88453, - [SMALL_STATE(2049)] = 88514, - [SMALL_STATE(2050)] = 88575, - [SMALL_STATE(2051)] = 88636, - [SMALL_STATE(2052)] = 88697, - [SMALL_STATE(2053)] = 88758, - [SMALL_STATE(2054)] = 88819, - [SMALL_STATE(2055)] = 88880, - [SMALL_STATE(2056)] = 88941, - [SMALL_STATE(2057)] = 89002, - [SMALL_STATE(2058)] = 89063, - [SMALL_STATE(2059)] = 89124, - [SMALL_STATE(2060)] = 89185, - [SMALL_STATE(2061)] = 89246, - [SMALL_STATE(2062)] = 89307, - [SMALL_STATE(2063)] = 89368, - [SMALL_STATE(2064)] = 89429, - [SMALL_STATE(2065)] = 89490, - [SMALL_STATE(2066)] = 89551, - [SMALL_STATE(2067)] = 89612, - [SMALL_STATE(2068)] = 89673, - [SMALL_STATE(2069)] = 89734, - [SMALL_STATE(2070)] = 89795, - [SMALL_STATE(2071)] = 89856, - [SMALL_STATE(2072)] = 89917, - [SMALL_STATE(2073)] = 89978, - [SMALL_STATE(2074)] = 90039, - [SMALL_STATE(2075)] = 90100, - [SMALL_STATE(2076)] = 90161, - [SMALL_STATE(2077)] = 90222, - [SMALL_STATE(2078)] = 90283, - [SMALL_STATE(2079)] = 90344, - [SMALL_STATE(2080)] = 90405, - [SMALL_STATE(2081)] = 90466, - [SMALL_STATE(2082)] = 90527, - [SMALL_STATE(2083)] = 90588, - [SMALL_STATE(2084)] = 90649, - [SMALL_STATE(2085)] = 90710, - [SMALL_STATE(2086)] = 90771, - [SMALL_STATE(2087)] = 90832, - [SMALL_STATE(2088)] = 90893, - [SMALL_STATE(2089)] = 90954, - [SMALL_STATE(2090)] = 91015, - [SMALL_STATE(2091)] = 91076, - [SMALL_STATE(2092)] = 91137, - [SMALL_STATE(2093)] = 91198, - [SMALL_STATE(2094)] = 91259, - [SMALL_STATE(2095)] = 91320, - [SMALL_STATE(2096)] = 91381, - [SMALL_STATE(2097)] = 91442, - [SMALL_STATE(2098)] = 91503, - [SMALL_STATE(2099)] = 91564, - [SMALL_STATE(2100)] = 91625, - [SMALL_STATE(2101)] = 91686, - [SMALL_STATE(2102)] = 91747, - [SMALL_STATE(2103)] = 91808, - [SMALL_STATE(2104)] = 91869, - [SMALL_STATE(2105)] = 91930, - [SMALL_STATE(2106)] = 91991, - [SMALL_STATE(2107)] = 92052, - [SMALL_STATE(2108)] = 92113, - [SMALL_STATE(2109)] = 92174, - [SMALL_STATE(2110)] = 92235, - [SMALL_STATE(2111)] = 92296, - [SMALL_STATE(2112)] = 92357, - [SMALL_STATE(2113)] = 92418, - [SMALL_STATE(2114)] = 92479, - [SMALL_STATE(2115)] = 92540, - [SMALL_STATE(2116)] = 92601, - [SMALL_STATE(2117)] = 92662, - [SMALL_STATE(2118)] = 92723, - [SMALL_STATE(2119)] = 92784, - [SMALL_STATE(2120)] = 92845, - [SMALL_STATE(2121)] = 92906, - [SMALL_STATE(2122)] = 92967, - [SMALL_STATE(2123)] = 93028, - [SMALL_STATE(2124)] = 93089, - [SMALL_STATE(2125)] = 93150, - [SMALL_STATE(2126)] = 93211, - [SMALL_STATE(2127)] = 93272, - [SMALL_STATE(2128)] = 93333, - [SMALL_STATE(2129)] = 93394, - [SMALL_STATE(2130)] = 93455, - [SMALL_STATE(2131)] = 93516, - [SMALL_STATE(2132)] = 93577, - [SMALL_STATE(2133)] = 93638, - [SMALL_STATE(2134)] = 93699, - [SMALL_STATE(2135)] = 93760, - [SMALL_STATE(2136)] = 93821, - [SMALL_STATE(2137)] = 93882, - [SMALL_STATE(2138)] = 93943, - [SMALL_STATE(2139)] = 94004, - [SMALL_STATE(2140)] = 94065, - [SMALL_STATE(2141)] = 94126, - [SMALL_STATE(2142)] = 94187, - [SMALL_STATE(2143)] = 94248, - [SMALL_STATE(2144)] = 94309, - [SMALL_STATE(2145)] = 94370, - [SMALL_STATE(2146)] = 94431, - [SMALL_STATE(2147)] = 94492, - [SMALL_STATE(2148)] = 94553, - [SMALL_STATE(2149)] = 94614, - [SMALL_STATE(2150)] = 94675, - [SMALL_STATE(2151)] = 94736, - [SMALL_STATE(2152)] = 94797, - [SMALL_STATE(2153)] = 94858, - [SMALL_STATE(2154)] = 94919, - [SMALL_STATE(2155)] = 94980, - [SMALL_STATE(2156)] = 95041, - [SMALL_STATE(2157)] = 95102, - [SMALL_STATE(2158)] = 95163, - [SMALL_STATE(2159)] = 95224, - [SMALL_STATE(2160)] = 95285, - [SMALL_STATE(2161)] = 95346, - [SMALL_STATE(2162)] = 95407, - [SMALL_STATE(2163)] = 95468, - [SMALL_STATE(2164)] = 95529, - [SMALL_STATE(2165)] = 95590, - [SMALL_STATE(2166)] = 95651, - [SMALL_STATE(2167)] = 95712, - [SMALL_STATE(2168)] = 95773, - [SMALL_STATE(2169)] = 95834, - [SMALL_STATE(2170)] = 95895, - [SMALL_STATE(2171)] = 95956, - [SMALL_STATE(2172)] = 96017, - [SMALL_STATE(2173)] = 96078, - [SMALL_STATE(2174)] = 96139, - [SMALL_STATE(2175)] = 96200, - [SMALL_STATE(2176)] = 96261, - [SMALL_STATE(2177)] = 96322, - [SMALL_STATE(2178)] = 96383, - [SMALL_STATE(2179)] = 96444, - [SMALL_STATE(2180)] = 96505, - [SMALL_STATE(2181)] = 96566, - [SMALL_STATE(2182)] = 96627, - [SMALL_STATE(2183)] = 96688, - [SMALL_STATE(2184)] = 96749, - [SMALL_STATE(2185)] = 96810, - [SMALL_STATE(2186)] = 96871, - [SMALL_STATE(2187)] = 96932, - [SMALL_STATE(2188)] = 96993, - [SMALL_STATE(2189)] = 97054, - [SMALL_STATE(2190)] = 97115, - [SMALL_STATE(2191)] = 97176, - [SMALL_STATE(2192)] = 97237, - [SMALL_STATE(2193)] = 97298, - [SMALL_STATE(2194)] = 97359, - [SMALL_STATE(2195)] = 97420, - [SMALL_STATE(2196)] = 97481, - [SMALL_STATE(2197)] = 97542, - [SMALL_STATE(2198)] = 97603, - [SMALL_STATE(2199)] = 97664, - [SMALL_STATE(2200)] = 97725, - [SMALL_STATE(2201)] = 97786, - [SMALL_STATE(2202)] = 97847, - [SMALL_STATE(2203)] = 97908, - [SMALL_STATE(2204)] = 97969, - [SMALL_STATE(2205)] = 98030, - [SMALL_STATE(2206)] = 98091, - [SMALL_STATE(2207)] = 98152, - [SMALL_STATE(2208)] = 98213, - [SMALL_STATE(2209)] = 98274, - [SMALL_STATE(2210)] = 98335, - [SMALL_STATE(2211)] = 98396, - [SMALL_STATE(2212)] = 98457, - [SMALL_STATE(2213)] = 98518, - [SMALL_STATE(2214)] = 98579, - [SMALL_STATE(2215)] = 98640, - [SMALL_STATE(2216)] = 98701, - [SMALL_STATE(2217)] = 98762, - [SMALL_STATE(2218)] = 98823, - [SMALL_STATE(2219)] = 98884, - [SMALL_STATE(2220)] = 98945, - [SMALL_STATE(2221)] = 99006, - [SMALL_STATE(2222)] = 99067, - [SMALL_STATE(2223)] = 99128, - [SMALL_STATE(2224)] = 99189, - [SMALL_STATE(2225)] = 99250, - [SMALL_STATE(2226)] = 99311, - [SMALL_STATE(2227)] = 99372, - [SMALL_STATE(2228)] = 99433, - [SMALL_STATE(2229)] = 99494, - [SMALL_STATE(2230)] = 99555, - [SMALL_STATE(2231)] = 99616, - [SMALL_STATE(2232)] = 99677, - [SMALL_STATE(2233)] = 99738, - [SMALL_STATE(2234)] = 99799, - [SMALL_STATE(2235)] = 99860, - [SMALL_STATE(2236)] = 99921, - [SMALL_STATE(2237)] = 99982, - [SMALL_STATE(2238)] = 100043, - [SMALL_STATE(2239)] = 100104, - [SMALL_STATE(2240)] = 100165, - [SMALL_STATE(2241)] = 100226, - [SMALL_STATE(2242)] = 100287, - [SMALL_STATE(2243)] = 100348, - [SMALL_STATE(2244)] = 100409, - [SMALL_STATE(2245)] = 100470, - [SMALL_STATE(2246)] = 100531, - [SMALL_STATE(2247)] = 100592, - [SMALL_STATE(2248)] = 100653, - [SMALL_STATE(2249)] = 100714, - [SMALL_STATE(2250)] = 100775, - [SMALL_STATE(2251)] = 100836, - [SMALL_STATE(2252)] = 100897, - [SMALL_STATE(2253)] = 100958, - [SMALL_STATE(2254)] = 101019, - [SMALL_STATE(2255)] = 101080, - [SMALL_STATE(2256)] = 101141, - [SMALL_STATE(2257)] = 101202, - [SMALL_STATE(2258)] = 101263, - [SMALL_STATE(2259)] = 101324, - [SMALL_STATE(2260)] = 101385, - [SMALL_STATE(2261)] = 101446, - [SMALL_STATE(2262)] = 101507, - [SMALL_STATE(2263)] = 101568, - [SMALL_STATE(2264)] = 101629, - [SMALL_STATE(2265)] = 101690, - [SMALL_STATE(2266)] = 101751, - [SMALL_STATE(2267)] = 101812, - [SMALL_STATE(2268)] = 101873, - [SMALL_STATE(2269)] = 101934, - [SMALL_STATE(2270)] = 101995, - [SMALL_STATE(2271)] = 102056, - [SMALL_STATE(2272)] = 102117, - [SMALL_STATE(2273)] = 102178, - [SMALL_STATE(2274)] = 102239, - [SMALL_STATE(2275)] = 102300, - [SMALL_STATE(2276)] = 102361, - [SMALL_STATE(2277)] = 102422, - [SMALL_STATE(2278)] = 102483, - [SMALL_STATE(2279)] = 102544, - [SMALL_STATE(2280)] = 102605, - [SMALL_STATE(2281)] = 102666, - [SMALL_STATE(2282)] = 102727, - [SMALL_STATE(2283)] = 102788, - [SMALL_STATE(2284)] = 102849, - [SMALL_STATE(2285)] = 102910, - [SMALL_STATE(2286)] = 102971, - [SMALL_STATE(2287)] = 103032, - [SMALL_STATE(2288)] = 103093, - [SMALL_STATE(2289)] = 103154, - [SMALL_STATE(2290)] = 103215, - [SMALL_STATE(2291)] = 103276, - [SMALL_STATE(2292)] = 103337, - [SMALL_STATE(2293)] = 103398, - [SMALL_STATE(2294)] = 103459, - [SMALL_STATE(2295)] = 103520, - [SMALL_STATE(2296)] = 103581, - [SMALL_STATE(2297)] = 103642, - [SMALL_STATE(2298)] = 103703, - [SMALL_STATE(2299)] = 103764, - [SMALL_STATE(2300)] = 103825, - [SMALL_STATE(2301)] = 103886, - [SMALL_STATE(2302)] = 103947, - [SMALL_STATE(2303)] = 104008, - [SMALL_STATE(2304)] = 104069, - [SMALL_STATE(2305)] = 104130, - [SMALL_STATE(2306)] = 104191, - [SMALL_STATE(2307)] = 104252, - [SMALL_STATE(2308)] = 104313, - [SMALL_STATE(2309)] = 104374, - [SMALL_STATE(2310)] = 104435, - [SMALL_STATE(2311)] = 104496, - [SMALL_STATE(2312)] = 104557, - [SMALL_STATE(2313)] = 104618, - [SMALL_STATE(2314)] = 104679, - [SMALL_STATE(2315)] = 104740, - [SMALL_STATE(2316)] = 104801, - [SMALL_STATE(2317)] = 104862, - [SMALL_STATE(2318)] = 104923, - [SMALL_STATE(2319)] = 104984, - [SMALL_STATE(2320)] = 105045, - [SMALL_STATE(2321)] = 105106, - [SMALL_STATE(2322)] = 105167, - [SMALL_STATE(2323)] = 105228, - [SMALL_STATE(2324)] = 105289, - [SMALL_STATE(2325)] = 105350, - [SMALL_STATE(2326)] = 105411, - [SMALL_STATE(2327)] = 105472, - [SMALL_STATE(2328)] = 105533, - [SMALL_STATE(2329)] = 105594, - [SMALL_STATE(2330)] = 105655, - [SMALL_STATE(2331)] = 105716, - [SMALL_STATE(2332)] = 105777, - [SMALL_STATE(2333)] = 105838, - [SMALL_STATE(2334)] = 105899, - [SMALL_STATE(2335)] = 105960, - [SMALL_STATE(2336)] = 106021, - [SMALL_STATE(2337)] = 106082, - [SMALL_STATE(2338)] = 106143, - [SMALL_STATE(2339)] = 106204, - [SMALL_STATE(2340)] = 106265, - [SMALL_STATE(2341)] = 106326, - [SMALL_STATE(2342)] = 106387, - [SMALL_STATE(2343)] = 106448, - [SMALL_STATE(2344)] = 106509, - [SMALL_STATE(2345)] = 106570, - [SMALL_STATE(2346)] = 106631, - [SMALL_STATE(2347)] = 106692, - [SMALL_STATE(2348)] = 106753, - [SMALL_STATE(2349)] = 106814, - [SMALL_STATE(2350)] = 106875, - [SMALL_STATE(2351)] = 106936, - [SMALL_STATE(2352)] = 106997, - [SMALL_STATE(2353)] = 107058, - [SMALL_STATE(2354)] = 107119, - [SMALL_STATE(2355)] = 107180, - [SMALL_STATE(2356)] = 107241, - [SMALL_STATE(2357)] = 107302, - [SMALL_STATE(2358)] = 107363, - [SMALL_STATE(2359)] = 107424, - [SMALL_STATE(2360)] = 107485, - [SMALL_STATE(2361)] = 107546, - [SMALL_STATE(2362)] = 107607, - [SMALL_STATE(2363)] = 107668, - [SMALL_STATE(2364)] = 107729, - [SMALL_STATE(2365)] = 107790, - [SMALL_STATE(2366)] = 107851, - [SMALL_STATE(2367)] = 107912, - [SMALL_STATE(2368)] = 107973, - [SMALL_STATE(2369)] = 108034, - [SMALL_STATE(2370)] = 108095, - [SMALL_STATE(2371)] = 108156, - [SMALL_STATE(2372)] = 108217, - [SMALL_STATE(2373)] = 108278, - [SMALL_STATE(2374)] = 108339, - [SMALL_STATE(2375)] = 108400, - [SMALL_STATE(2376)] = 108461, - [SMALL_STATE(2377)] = 108522, - [SMALL_STATE(2378)] = 108583, - [SMALL_STATE(2379)] = 108644, - [SMALL_STATE(2380)] = 108705, - [SMALL_STATE(2381)] = 108766, - [SMALL_STATE(2382)] = 108827, - [SMALL_STATE(2383)] = 108888, - [SMALL_STATE(2384)] = 108949, - [SMALL_STATE(2385)] = 109010, - [SMALL_STATE(2386)] = 109071, - [SMALL_STATE(2387)] = 109132, - [SMALL_STATE(2388)] = 109193, - [SMALL_STATE(2389)] = 109254, - [SMALL_STATE(2390)] = 109315, - [SMALL_STATE(2391)] = 109376, - [SMALL_STATE(2392)] = 109437, - [SMALL_STATE(2393)] = 109498, - [SMALL_STATE(2394)] = 109559, - [SMALL_STATE(2395)] = 109620, - [SMALL_STATE(2396)] = 109681, - [SMALL_STATE(2397)] = 109742, - [SMALL_STATE(2398)] = 109803, - [SMALL_STATE(2399)] = 109864, - [SMALL_STATE(2400)] = 109925, - [SMALL_STATE(2401)] = 109986, - [SMALL_STATE(2402)] = 110047, - [SMALL_STATE(2403)] = 110108, - [SMALL_STATE(2404)] = 110169, - [SMALL_STATE(2405)] = 110230, - [SMALL_STATE(2406)] = 110291, - [SMALL_STATE(2407)] = 110352, - [SMALL_STATE(2408)] = 110413, - [SMALL_STATE(2409)] = 110474, - [SMALL_STATE(2410)] = 110535, - [SMALL_STATE(2411)] = 110596, - [SMALL_STATE(2412)] = 110657, - [SMALL_STATE(2413)] = 110718, - [SMALL_STATE(2414)] = 110779, - [SMALL_STATE(2415)] = 110840, - [SMALL_STATE(2416)] = 110901, - [SMALL_STATE(2417)] = 110962, - [SMALL_STATE(2418)] = 111023, - [SMALL_STATE(2419)] = 111084, - [SMALL_STATE(2420)] = 111145, - [SMALL_STATE(2421)] = 111206, - [SMALL_STATE(2422)] = 111267, - [SMALL_STATE(2423)] = 111328, - [SMALL_STATE(2424)] = 111389, - [SMALL_STATE(2425)] = 111450, - [SMALL_STATE(2426)] = 111511, - [SMALL_STATE(2427)] = 111572, - [SMALL_STATE(2428)] = 111633, - [SMALL_STATE(2429)] = 111694, - [SMALL_STATE(2430)] = 111755, - [SMALL_STATE(2431)] = 111816, - [SMALL_STATE(2432)] = 111877, - [SMALL_STATE(2433)] = 111938, - [SMALL_STATE(2434)] = 111999, - [SMALL_STATE(2435)] = 112060, - [SMALL_STATE(2436)] = 112121, - [SMALL_STATE(2437)] = 112182, - [SMALL_STATE(2438)] = 112243, - [SMALL_STATE(2439)] = 112304, - [SMALL_STATE(2440)] = 112365, - [SMALL_STATE(2441)] = 112426, - [SMALL_STATE(2442)] = 112487, - [SMALL_STATE(2443)] = 112548, - [SMALL_STATE(2444)] = 112609, - [SMALL_STATE(2445)] = 112670, - [SMALL_STATE(2446)] = 112731, - [SMALL_STATE(2447)] = 112792, - [SMALL_STATE(2448)] = 112853, - [SMALL_STATE(2449)] = 112914, - [SMALL_STATE(2450)] = 112975, - [SMALL_STATE(2451)] = 113036, - [SMALL_STATE(2452)] = 113097, - [SMALL_STATE(2453)] = 113158, - [SMALL_STATE(2454)] = 113219, - [SMALL_STATE(2455)] = 113280, - [SMALL_STATE(2456)] = 113341, - [SMALL_STATE(2457)] = 113402, - [SMALL_STATE(2458)] = 113463, - [SMALL_STATE(2459)] = 113524, - [SMALL_STATE(2460)] = 113585, - [SMALL_STATE(2461)] = 113646, - [SMALL_STATE(2462)] = 113707, - [SMALL_STATE(2463)] = 113768, - [SMALL_STATE(2464)] = 113829, - [SMALL_STATE(2465)] = 113890, - [SMALL_STATE(2466)] = 113951, - [SMALL_STATE(2467)] = 114012, - [SMALL_STATE(2468)] = 114073, - [SMALL_STATE(2469)] = 114134, - [SMALL_STATE(2470)] = 114195, - [SMALL_STATE(2471)] = 114256, - [SMALL_STATE(2472)] = 114317, - [SMALL_STATE(2473)] = 114378, - [SMALL_STATE(2474)] = 114439, - [SMALL_STATE(2475)] = 114500, - [SMALL_STATE(2476)] = 114561, - [SMALL_STATE(2477)] = 114622, - [SMALL_STATE(2478)] = 114683, - [SMALL_STATE(2479)] = 114744, - [SMALL_STATE(2480)] = 114805, - [SMALL_STATE(2481)] = 114866, - [SMALL_STATE(2482)] = 114927, - [SMALL_STATE(2483)] = 114988, - [SMALL_STATE(2484)] = 115049, - [SMALL_STATE(2485)] = 115110, - [SMALL_STATE(2486)] = 115171, - [SMALL_STATE(2487)] = 115232, - [SMALL_STATE(2488)] = 115293, - [SMALL_STATE(2489)] = 115354, - [SMALL_STATE(2490)] = 115415, - [SMALL_STATE(2491)] = 115476, - [SMALL_STATE(2492)] = 115537, - [SMALL_STATE(2493)] = 115598, - [SMALL_STATE(2494)] = 115659, - [SMALL_STATE(2495)] = 115720, - [SMALL_STATE(2496)] = 115781, - [SMALL_STATE(2497)] = 115842, - [SMALL_STATE(2498)] = 115903, - [SMALL_STATE(2499)] = 115964, - [SMALL_STATE(2500)] = 116025, - [SMALL_STATE(2501)] = 116086, - [SMALL_STATE(2502)] = 116147, - [SMALL_STATE(2503)] = 116208, - [SMALL_STATE(2504)] = 116269, - [SMALL_STATE(2505)] = 116330, - [SMALL_STATE(2506)] = 116391, - [SMALL_STATE(2507)] = 116452, - [SMALL_STATE(2508)] = 116513, - [SMALL_STATE(2509)] = 116574, - [SMALL_STATE(2510)] = 116635, - [SMALL_STATE(2511)] = 116696, - [SMALL_STATE(2512)] = 116757, - [SMALL_STATE(2513)] = 116818, - [SMALL_STATE(2514)] = 116879, - [SMALL_STATE(2515)] = 116940, - [SMALL_STATE(2516)] = 117001, - [SMALL_STATE(2517)] = 117062, - [SMALL_STATE(2518)] = 117123, - [SMALL_STATE(2519)] = 117184, - [SMALL_STATE(2520)] = 117245, - [SMALL_STATE(2521)] = 117306, - [SMALL_STATE(2522)] = 117367, - [SMALL_STATE(2523)] = 117428, - [SMALL_STATE(2524)] = 117489, - [SMALL_STATE(2525)] = 117550, - [SMALL_STATE(2526)] = 117611, - [SMALL_STATE(2527)] = 117672, - [SMALL_STATE(2528)] = 117733, - [SMALL_STATE(2529)] = 117794, - [SMALL_STATE(2530)] = 117855, - [SMALL_STATE(2531)] = 117916, - [SMALL_STATE(2532)] = 117977, - [SMALL_STATE(2533)] = 118038, - [SMALL_STATE(2534)] = 118099, - [SMALL_STATE(2535)] = 118160, - [SMALL_STATE(2536)] = 118221, - [SMALL_STATE(2537)] = 118282, - [SMALL_STATE(2538)] = 118343, - [SMALL_STATE(2539)] = 118404, - [SMALL_STATE(2540)] = 118465, - [SMALL_STATE(2541)] = 118526, - [SMALL_STATE(2542)] = 118587, - [SMALL_STATE(2543)] = 118648, - [SMALL_STATE(2544)] = 118709, - [SMALL_STATE(2545)] = 118770, - [SMALL_STATE(2546)] = 118831, - [SMALL_STATE(2547)] = 118892, - [SMALL_STATE(2548)] = 118953, - [SMALL_STATE(2549)] = 119014, - [SMALL_STATE(2550)] = 119075, - [SMALL_STATE(2551)] = 119136, - [SMALL_STATE(2552)] = 119197, - [SMALL_STATE(2553)] = 119258, - [SMALL_STATE(2554)] = 119319, - [SMALL_STATE(2555)] = 119380, - [SMALL_STATE(2556)] = 119441, - [SMALL_STATE(2557)] = 119502, - [SMALL_STATE(2558)] = 119563, - [SMALL_STATE(2559)] = 119624, - [SMALL_STATE(2560)] = 119685, - [SMALL_STATE(2561)] = 119746, - [SMALL_STATE(2562)] = 119807, - [SMALL_STATE(2563)] = 119868, - [SMALL_STATE(2564)] = 119929, - [SMALL_STATE(2565)] = 119990, - [SMALL_STATE(2566)] = 120051, - [SMALL_STATE(2567)] = 120112, - [SMALL_STATE(2568)] = 120173, - [SMALL_STATE(2569)] = 120234, - [SMALL_STATE(2570)] = 120295, - [SMALL_STATE(2571)] = 120356, - [SMALL_STATE(2572)] = 120417, - [SMALL_STATE(2573)] = 120478, - [SMALL_STATE(2574)] = 120539, - [SMALL_STATE(2575)] = 120600, - [SMALL_STATE(2576)] = 120661, - [SMALL_STATE(2577)] = 120722, - [SMALL_STATE(2578)] = 120783, - [SMALL_STATE(2579)] = 120844, - [SMALL_STATE(2580)] = 120905, - [SMALL_STATE(2581)] = 120966, - [SMALL_STATE(2582)] = 121027, - [SMALL_STATE(2583)] = 121088, - [SMALL_STATE(2584)] = 121149, - [SMALL_STATE(2585)] = 121210, - [SMALL_STATE(2586)] = 121271, - [SMALL_STATE(2587)] = 121332, - [SMALL_STATE(2588)] = 121393, - [SMALL_STATE(2589)] = 121454, - [SMALL_STATE(2590)] = 121515, - [SMALL_STATE(2591)] = 121576, - [SMALL_STATE(2592)] = 121637, - [SMALL_STATE(2593)] = 121698, - [SMALL_STATE(2594)] = 121759, - [SMALL_STATE(2595)] = 121820, - [SMALL_STATE(2596)] = 121881, - [SMALL_STATE(2597)] = 121942, - [SMALL_STATE(2598)] = 122003, - [SMALL_STATE(2599)] = 122064, - [SMALL_STATE(2600)] = 122125, - [SMALL_STATE(2601)] = 122186, - [SMALL_STATE(2602)] = 122247, - [SMALL_STATE(2603)] = 122308, - [SMALL_STATE(2604)] = 122369, - [SMALL_STATE(2605)] = 122430, - [SMALL_STATE(2606)] = 122491, - [SMALL_STATE(2607)] = 122552, - [SMALL_STATE(2608)] = 122613, - [SMALL_STATE(2609)] = 122674, - [SMALL_STATE(2610)] = 122735, - [SMALL_STATE(2611)] = 122796, - [SMALL_STATE(2612)] = 122857, - [SMALL_STATE(2613)] = 122918, - [SMALL_STATE(2614)] = 122979, - [SMALL_STATE(2615)] = 123040, - [SMALL_STATE(2616)] = 123101, - [SMALL_STATE(2617)] = 123162, - [SMALL_STATE(2618)] = 123223, - [SMALL_STATE(2619)] = 123284, - [SMALL_STATE(2620)] = 123345, - [SMALL_STATE(2621)] = 123406, - [SMALL_STATE(2622)] = 123467, - [SMALL_STATE(2623)] = 123528, - [SMALL_STATE(2624)] = 123589, - [SMALL_STATE(2625)] = 123650, - [SMALL_STATE(2626)] = 123711, - [SMALL_STATE(2627)] = 123772, - [SMALL_STATE(2628)] = 123833, - [SMALL_STATE(2629)] = 123894, - [SMALL_STATE(2630)] = 123955, - [SMALL_STATE(2631)] = 124016, - [SMALL_STATE(2632)] = 124077, - [SMALL_STATE(2633)] = 124138, - [SMALL_STATE(2634)] = 124199, - [SMALL_STATE(2635)] = 124260, - [SMALL_STATE(2636)] = 124321, - [SMALL_STATE(2637)] = 124382, - [SMALL_STATE(2638)] = 124443, - [SMALL_STATE(2639)] = 124504, - [SMALL_STATE(2640)] = 124565, - [SMALL_STATE(2641)] = 124626, - [SMALL_STATE(2642)] = 124687, - [SMALL_STATE(2643)] = 124748, - [SMALL_STATE(2644)] = 124809, - [SMALL_STATE(2645)] = 124870, - [SMALL_STATE(2646)] = 124931, - [SMALL_STATE(2647)] = 124992, - [SMALL_STATE(2648)] = 125053, - [SMALL_STATE(2649)] = 125114, - [SMALL_STATE(2650)] = 125175, - [SMALL_STATE(2651)] = 125236, - [SMALL_STATE(2652)] = 125297, - [SMALL_STATE(2653)] = 125358, - [SMALL_STATE(2654)] = 125419, - [SMALL_STATE(2655)] = 125480, - [SMALL_STATE(2656)] = 125541, - [SMALL_STATE(2657)] = 125602, - [SMALL_STATE(2658)] = 125663, - [SMALL_STATE(2659)] = 125724, - [SMALL_STATE(2660)] = 125785, - [SMALL_STATE(2661)] = 125846, - [SMALL_STATE(2662)] = 125907, - [SMALL_STATE(2663)] = 125968, - [SMALL_STATE(2664)] = 126029, - [SMALL_STATE(2665)] = 126090, - [SMALL_STATE(2666)] = 126151, - [SMALL_STATE(2667)] = 126212, - [SMALL_STATE(2668)] = 126273, - [SMALL_STATE(2669)] = 126334, - [SMALL_STATE(2670)] = 126395, - [SMALL_STATE(2671)] = 126456, - [SMALL_STATE(2672)] = 126517, - [SMALL_STATE(2673)] = 126578, - [SMALL_STATE(2674)] = 126639, - [SMALL_STATE(2675)] = 126700, - [SMALL_STATE(2676)] = 126761, - [SMALL_STATE(2677)] = 126822, - [SMALL_STATE(2678)] = 126883, - [SMALL_STATE(2679)] = 126944, - [SMALL_STATE(2680)] = 127005, - [SMALL_STATE(2681)] = 127066, - [SMALL_STATE(2682)] = 127127, - [SMALL_STATE(2683)] = 127188, - [SMALL_STATE(2684)] = 127249, - [SMALL_STATE(2685)] = 127310, - [SMALL_STATE(2686)] = 127371, - [SMALL_STATE(2687)] = 127432, - [SMALL_STATE(2688)] = 127493, - [SMALL_STATE(2689)] = 127554, - [SMALL_STATE(2690)] = 127615, - [SMALL_STATE(2691)] = 127676, - [SMALL_STATE(2692)] = 127737, - [SMALL_STATE(2693)] = 127798, - [SMALL_STATE(2694)] = 127859, - [SMALL_STATE(2695)] = 127920, - [SMALL_STATE(2696)] = 127981, - [SMALL_STATE(2697)] = 128042, - [SMALL_STATE(2698)] = 128103, - [SMALL_STATE(2699)] = 128164, - [SMALL_STATE(2700)] = 128225, - [SMALL_STATE(2701)] = 128286, - [SMALL_STATE(2702)] = 128347, - [SMALL_STATE(2703)] = 128408, - [SMALL_STATE(2704)] = 128469, - [SMALL_STATE(2705)] = 128530, - [SMALL_STATE(2706)] = 128591, - [SMALL_STATE(2707)] = 128652, - [SMALL_STATE(2708)] = 128713, - [SMALL_STATE(2709)] = 128774, - [SMALL_STATE(2710)] = 128835, - [SMALL_STATE(2711)] = 128896, - [SMALL_STATE(2712)] = 128957, - [SMALL_STATE(2713)] = 129018, - [SMALL_STATE(2714)] = 129079, - [SMALL_STATE(2715)] = 129140, - [SMALL_STATE(2716)] = 129201, - [SMALL_STATE(2717)] = 129262, - [SMALL_STATE(2718)] = 129323, - [SMALL_STATE(2719)] = 129384, - [SMALL_STATE(2720)] = 129445, - [SMALL_STATE(2721)] = 129506, - [SMALL_STATE(2722)] = 129567, - [SMALL_STATE(2723)] = 129628, - [SMALL_STATE(2724)] = 129689, - [SMALL_STATE(2725)] = 129750, - [SMALL_STATE(2726)] = 129811, - [SMALL_STATE(2727)] = 129872, - [SMALL_STATE(2728)] = 129933, - [SMALL_STATE(2729)] = 129994, - [SMALL_STATE(2730)] = 130055, - [SMALL_STATE(2731)] = 130116, - [SMALL_STATE(2732)] = 130177, - [SMALL_STATE(2733)] = 130238, - [SMALL_STATE(2734)] = 130299, - [SMALL_STATE(2735)] = 130360, - [SMALL_STATE(2736)] = 130421, - [SMALL_STATE(2737)] = 130482, - [SMALL_STATE(2738)] = 130543, - [SMALL_STATE(2739)] = 130604, - [SMALL_STATE(2740)] = 130665, - [SMALL_STATE(2741)] = 130726, - [SMALL_STATE(2742)] = 130787, - [SMALL_STATE(2743)] = 130848, - [SMALL_STATE(2744)] = 130909, - [SMALL_STATE(2745)] = 130970, - [SMALL_STATE(2746)] = 131031, - [SMALL_STATE(2747)] = 131092, - [SMALL_STATE(2748)] = 131153, - [SMALL_STATE(2749)] = 131214, - [SMALL_STATE(2750)] = 131275, - [SMALL_STATE(2751)] = 131336, - [SMALL_STATE(2752)] = 131397, - [SMALL_STATE(2753)] = 131458, - [SMALL_STATE(2754)] = 131519, - [SMALL_STATE(2755)] = 131580, - [SMALL_STATE(2756)] = 131641, - [SMALL_STATE(2757)] = 131702, - [SMALL_STATE(2758)] = 131763, - [SMALL_STATE(2759)] = 131824, - [SMALL_STATE(2760)] = 131885, - [SMALL_STATE(2761)] = 131946, - [SMALL_STATE(2762)] = 132007, - [SMALL_STATE(2763)] = 132068, - [SMALL_STATE(2764)] = 132129, - [SMALL_STATE(2765)] = 132190, - [SMALL_STATE(2766)] = 132251, - [SMALL_STATE(2767)] = 132312, - [SMALL_STATE(2768)] = 132373, - [SMALL_STATE(2769)] = 132434, - [SMALL_STATE(2770)] = 132495, - [SMALL_STATE(2771)] = 132556, - [SMALL_STATE(2772)] = 132617, - [SMALL_STATE(2773)] = 132678, - [SMALL_STATE(2774)] = 132739, - [SMALL_STATE(2775)] = 132800, - [SMALL_STATE(2776)] = 132861, - [SMALL_STATE(2777)] = 132922, - [SMALL_STATE(2778)] = 132983, - [SMALL_STATE(2779)] = 133044, - [SMALL_STATE(2780)] = 133105, - [SMALL_STATE(2781)] = 133166, - [SMALL_STATE(2782)] = 133227, - [SMALL_STATE(2783)] = 133288, - [SMALL_STATE(2784)] = 133349, - [SMALL_STATE(2785)] = 133410, - [SMALL_STATE(2786)] = 133471, - [SMALL_STATE(2787)] = 133532, - [SMALL_STATE(2788)] = 133593, - [SMALL_STATE(2789)] = 133654, - [SMALL_STATE(2790)] = 133715, - [SMALL_STATE(2791)] = 133776, - [SMALL_STATE(2792)] = 133837, - [SMALL_STATE(2793)] = 133898, - [SMALL_STATE(2794)] = 133959, - [SMALL_STATE(2795)] = 134020, - [SMALL_STATE(2796)] = 134081, - [SMALL_STATE(2797)] = 134142, - [SMALL_STATE(2798)] = 134203, - [SMALL_STATE(2799)] = 134264, - [SMALL_STATE(2800)] = 134325, - [SMALL_STATE(2801)] = 134386, - [SMALL_STATE(2802)] = 134447, - [SMALL_STATE(2803)] = 134508, - [SMALL_STATE(2804)] = 134569, - [SMALL_STATE(2805)] = 134630, - [SMALL_STATE(2806)] = 134691, - [SMALL_STATE(2807)] = 134752, - [SMALL_STATE(2808)] = 134813, - [SMALL_STATE(2809)] = 134874, - [SMALL_STATE(2810)] = 134935, - [SMALL_STATE(2811)] = 134996, - [SMALL_STATE(2812)] = 135057, - [SMALL_STATE(2813)] = 135118, - [SMALL_STATE(2814)] = 135179, - [SMALL_STATE(2815)] = 135240, - [SMALL_STATE(2816)] = 135301, - [SMALL_STATE(2817)] = 135362, - [SMALL_STATE(2818)] = 135423, - [SMALL_STATE(2819)] = 135484, - [SMALL_STATE(2820)] = 135545, - [SMALL_STATE(2821)] = 135606, - [SMALL_STATE(2822)] = 135667, - [SMALL_STATE(2823)] = 135728, - [SMALL_STATE(2824)] = 135789, - [SMALL_STATE(2825)] = 135850, - [SMALL_STATE(2826)] = 135911, - [SMALL_STATE(2827)] = 135972, - [SMALL_STATE(2828)] = 136033, - [SMALL_STATE(2829)] = 136094, - [SMALL_STATE(2830)] = 136155, - [SMALL_STATE(2831)] = 136216, - [SMALL_STATE(2832)] = 136277, - [SMALL_STATE(2833)] = 136338, - [SMALL_STATE(2834)] = 136399, - [SMALL_STATE(2835)] = 136460, - [SMALL_STATE(2836)] = 136521, - [SMALL_STATE(2837)] = 136582, - [SMALL_STATE(2838)] = 136643, - [SMALL_STATE(2839)] = 136704, - [SMALL_STATE(2840)] = 136765, - [SMALL_STATE(2841)] = 136826, - [SMALL_STATE(2842)] = 136887, - [SMALL_STATE(2843)] = 136948, - [SMALL_STATE(2844)] = 137009, - [SMALL_STATE(2845)] = 137070, - [SMALL_STATE(2846)] = 137131, - [SMALL_STATE(2847)] = 137192, - [SMALL_STATE(2848)] = 137253, - [SMALL_STATE(2849)] = 137314, - [SMALL_STATE(2850)] = 137375, - [SMALL_STATE(2851)] = 137436, - [SMALL_STATE(2852)] = 137497, - [SMALL_STATE(2853)] = 137558, - [SMALL_STATE(2854)] = 137619, - [SMALL_STATE(2855)] = 137680, - [SMALL_STATE(2856)] = 137741, - [SMALL_STATE(2857)] = 137802, - [SMALL_STATE(2858)] = 137863, - [SMALL_STATE(2859)] = 137924, - [SMALL_STATE(2860)] = 137985, - [SMALL_STATE(2861)] = 138046, - [SMALL_STATE(2862)] = 138107, - [SMALL_STATE(2863)] = 138168, - [SMALL_STATE(2864)] = 138229, - [SMALL_STATE(2865)] = 138290, - [SMALL_STATE(2866)] = 138351, - [SMALL_STATE(2867)] = 138412, - [SMALL_STATE(2868)] = 138473, - [SMALL_STATE(2869)] = 138534, - [SMALL_STATE(2870)] = 138595, - [SMALL_STATE(2871)] = 138656, - [SMALL_STATE(2872)] = 138717, - [SMALL_STATE(2873)] = 138778, - [SMALL_STATE(2874)] = 138839, - [SMALL_STATE(2875)] = 138900, - [SMALL_STATE(2876)] = 138961, - [SMALL_STATE(2877)] = 139022, - [SMALL_STATE(2878)] = 139083, - [SMALL_STATE(2879)] = 139144, - [SMALL_STATE(2880)] = 139205, - [SMALL_STATE(2881)] = 139266, - [SMALL_STATE(2882)] = 139327, - [SMALL_STATE(2883)] = 139388, - [SMALL_STATE(2884)] = 139449, - [SMALL_STATE(2885)] = 139510, - [SMALL_STATE(2886)] = 139571, - [SMALL_STATE(2887)] = 139632, - [SMALL_STATE(2888)] = 139693, - [SMALL_STATE(2889)] = 139754, - [SMALL_STATE(2890)] = 139815, - [SMALL_STATE(2891)] = 139876, - [SMALL_STATE(2892)] = 139937, - [SMALL_STATE(2893)] = 139998, - [SMALL_STATE(2894)] = 140059, - [SMALL_STATE(2895)] = 140120, - [SMALL_STATE(2896)] = 140181, - [SMALL_STATE(2897)] = 140242, - [SMALL_STATE(2898)] = 140303, - [SMALL_STATE(2899)] = 140364, - [SMALL_STATE(2900)] = 140425, - [SMALL_STATE(2901)] = 140486, - [SMALL_STATE(2902)] = 140547, - [SMALL_STATE(2903)] = 140608, - [SMALL_STATE(2904)] = 140669, - [SMALL_STATE(2905)] = 140730, - [SMALL_STATE(2906)] = 140791, - [SMALL_STATE(2907)] = 140852, - [SMALL_STATE(2908)] = 140913, - [SMALL_STATE(2909)] = 140974, - [SMALL_STATE(2910)] = 141035, - [SMALL_STATE(2911)] = 141096, - [SMALL_STATE(2912)] = 141157, - [SMALL_STATE(2913)] = 141218, - [SMALL_STATE(2914)] = 141279, - [SMALL_STATE(2915)] = 141340, - [SMALL_STATE(2916)] = 141401, - [SMALL_STATE(2917)] = 141462, - [SMALL_STATE(2918)] = 141523, - [SMALL_STATE(2919)] = 141584, - [SMALL_STATE(2920)] = 141645, - [SMALL_STATE(2921)] = 141706, - [SMALL_STATE(2922)] = 141767, - [SMALL_STATE(2923)] = 141828, - [SMALL_STATE(2924)] = 141889, - [SMALL_STATE(2925)] = 141950, - [SMALL_STATE(2926)] = 142011, - [SMALL_STATE(2927)] = 142072, - [SMALL_STATE(2928)] = 142133, - [SMALL_STATE(2929)] = 142194, - [SMALL_STATE(2930)] = 142255, - [SMALL_STATE(2931)] = 142316, - [SMALL_STATE(2932)] = 142377, - [SMALL_STATE(2933)] = 142438, - [SMALL_STATE(2934)] = 142499, - [SMALL_STATE(2935)] = 142560, - [SMALL_STATE(2936)] = 142621, - [SMALL_STATE(2937)] = 142682, - [SMALL_STATE(2938)] = 142743, - [SMALL_STATE(2939)] = 142804, - [SMALL_STATE(2940)] = 142865, - [SMALL_STATE(2941)] = 142926, - [SMALL_STATE(2942)] = 142987, - [SMALL_STATE(2943)] = 143048, - [SMALL_STATE(2944)] = 143109, - [SMALL_STATE(2945)] = 143170, - [SMALL_STATE(2946)] = 143231, - [SMALL_STATE(2947)] = 143292, - [SMALL_STATE(2948)] = 143353, - [SMALL_STATE(2949)] = 143414, - [SMALL_STATE(2950)] = 143475, - [SMALL_STATE(2951)] = 143536, - [SMALL_STATE(2952)] = 143597, - [SMALL_STATE(2953)] = 143658, - [SMALL_STATE(2954)] = 143719, - [SMALL_STATE(2955)] = 143780, - [SMALL_STATE(2956)] = 143841, - [SMALL_STATE(2957)] = 143902, - [SMALL_STATE(2958)] = 143963, - [SMALL_STATE(2959)] = 144024, - [SMALL_STATE(2960)] = 144085, - [SMALL_STATE(2961)] = 144146, - [SMALL_STATE(2962)] = 144207, - [SMALL_STATE(2963)] = 144268, - [SMALL_STATE(2964)] = 144329, - [SMALL_STATE(2965)] = 144390, - [SMALL_STATE(2966)] = 144451, - [SMALL_STATE(2967)] = 144512, - [SMALL_STATE(2968)] = 144573, - [SMALL_STATE(2969)] = 144634, - [SMALL_STATE(2970)] = 144695, - [SMALL_STATE(2971)] = 144756, - [SMALL_STATE(2972)] = 144817, - [SMALL_STATE(2973)] = 144878, - [SMALL_STATE(2974)] = 144939, - [SMALL_STATE(2975)] = 145000, - [SMALL_STATE(2976)] = 145061, - [SMALL_STATE(2977)] = 145122, - [SMALL_STATE(2978)] = 145183, - [SMALL_STATE(2979)] = 145244, - [SMALL_STATE(2980)] = 145305, - [SMALL_STATE(2981)] = 145366, - [SMALL_STATE(2982)] = 145427, - [SMALL_STATE(2983)] = 145488, - [SMALL_STATE(2984)] = 145549, - [SMALL_STATE(2985)] = 145610, - [SMALL_STATE(2986)] = 145671, - [SMALL_STATE(2987)] = 145732, - [SMALL_STATE(2988)] = 145793, - [SMALL_STATE(2989)] = 145854, - [SMALL_STATE(2990)] = 145915, - [SMALL_STATE(2991)] = 145976, - [SMALL_STATE(2992)] = 146037, - [SMALL_STATE(2993)] = 146098, - [SMALL_STATE(2994)] = 146159, - [SMALL_STATE(2995)] = 146220, - [SMALL_STATE(2996)] = 146281, - [SMALL_STATE(2997)] = 146342, - [SMALL_STATE(2998)] = 146403, - [SMALL_STATE(2999)] = 146464, - [SMALL_STATE(3000)] = 146525, - [SMALL_STATE(3001)] = 146586, - [SMALL_STATE(3002)] = 146647, - [SMALL_STATE(3003)] = 146708, - [SMALL_STATE(3004)] = 146769, - [SMALL_STATE(3005)] = 146830, - [SMALL_STATE(3006)] = 146891, - [SMALL_STATE(3007)] = 146952, - [SMALL_STATE(3008)] = 147013, - [SMALL_STATE(3009)] = 147074, - [SMALL_STATE(3010)] = 147135, - [SMALL_STATE(3011)] = 147196, - [SMALL_STATE(3012)] = 147257, - [SMALL_STATE(3013)] = 147318, - [SMALL_STATE(3014)] = 147379, - [SMALL_STATE(3015)] = 147440, - [SMALL_STATE(3016)] = 147501, - [SMALL_STATE(3017)] = 147562, - [SMALL_STATE(3018)] = 147623, - [SMALL_STATE(3019)] = 147684, - [SMALL_STATE(3020)] = 147745, - [SMALL_STATE(3021)] = 147806, - [SMALL_STATE(3022)] = 147867, - [SMALL_STATE(3023)] = 147928, - [SMALL_STATE(3024)] = 147989, - [SMALL_STATE(3025)] = 148050, - [SMALL_STATE(3026)] = 148111, - [SMALL_STATE(3027)] = 148172, - [SMALL_STATE(3028)] = 148233, - [SMALL_STATE(3029)] = 148294, - [SMALL_STATE(3030)] = 148355, - [SMALL_STATE(3031)] = 148416, - [SMALL_STATE(3032)] = 148477, - [SMALL_STATE(3033)] = 148538, - [SMALL_STATE(3034)] = 148599, - [SMALL_STATE(3035)] = 148660, - [SMALL_STATE(3036)] = 148721, - [SMALL_STATE(3037)] = 148782, - [SMALL_STATE(3038)] = 148843, - [SMALL_STATE(3039)] = 148904, - [SMALL_STATE(3040)] = 148965, - [SMALL_STATE(3041)] = 149026, - [SMALL_STATE(3042)] = 149087, - [SMALL_STATE(3043)] = 149148, - [SMALL_STATE(3044)] = 149209, - [SMALL_STATE(3045)] = 149270, - [SMALL_STATE(3046)] = 149331, - [SMALL_STATE(3047)] = 149392, - [SMALL_STATE(3048)] = 149453, - [SMALL_STATE(3049)] = 149514, - [SMALL_STATE(3050)] = 149575, - [SMALL_STATE(3051)] = 149636, - [SMALL_STATE(3052)] = 149697, - [SMALL_STATE(3053)] = 149758, - [SMALL_STATE(3054)] = 149819, - [SMALL_STATE(3055)] = 149880, - [SMALL_STATE(3056)] = 149941, - [SMALL_STATE(3057)] = 150002, - [SMALL_STATE(3058)] = 150063, - [SMALL_STATE(3059)] = 150124, - [SMALL_STATE(3060)] = 150185, - [SMALL_STATE(3061)] = 150246, - [SMALL_STATE(3062)] = 150307, - [SMALL_STATE(3063)] = 150368, - [SMALL_STATE(3064)] = 150429, - [SMALL_STATE(3065)] = 150490, - [SMALL_STATE(3066)] = 150551, - [SMALL_STATE(3067)] = 150612, - [SMALL_STATE(3068)] = 150673, - [SMALL_STATE(3069)] = 150734, - [SMALL_STATE(3070)] = 150795, - [SMALL_STATE(3071)] = 150856, - [SMALL_STATE(3072)] = 150917, - [SMALL_STATE(3073)] = 150978, - [SMALL_STATE(3074)] = 151039, - [SMALL_STATE(3075)] = 151100, - [SMALL_STATE(3076)] = 151161, - [SMALL_STATE(3077)] = 151222, - [SMALL_STATE(3078)] = 151283, - [SMALL_STATE(3079)] = 151344, - [SMALL_STATE(3080)] = 151405, - [SMALL_STATE(3081)] = 151466, - [SMALL_STATE(3082)] = 151527, - [SMALL_STATE(3083)] = 151588, - [SMALL_STATE(3084)] = 151649, - [SMALL_STATE(3085)] = 151710, - [SMALL_STATE(3086)] = 151771, - [SMALL_STATE(3087)] = 151832, - [SMALL_STATE(3088)] = 151893, - [SMALL_STATE(3089)] = 151954, - [SMALL_STATE(3090)] = 152015, - [SMALL_STATE(3091)] = 152076, - [SMALL_STATE(3092)] = 152137, - [SMALL_STATE(3093)] = 152198, - [SMALL_STATE(3094)] = 152259, - [SMALL_STATE(3095)] = 152320, - [SMALL_STATE(3096)] = 152381, - [SMALL_STATE(3097)] = 152442, - [SMALL_STATE(3098)] = 152503, - [SMALL_STATE(3099)] = 152564, - [SMALL_STATE(3100)] = 152625, - [SMALL_STATE(3101)] = 152686, - [SMALL_STATE(3102)] = 152747, - [SMALL_STATE(3103)] = 152808, - [SMALL_STATE(3104)] = 152869, - [SMALL_STATE(3105)] = 152930, - [SMALL_STATE(3106)] = 152991, - [SMALL_STATE(3107)] = 153052, - [SMALL_STATE(3108)] = 153113, - [SMALL_STATE(3109)] = 153174, - [SMALL_STATE(3110)] = 153235, - [SMALL_STATE(3111)] = 153296, - [SMALL_STATE(3112)] = 153357, - [SMALL_STATE(3113)] = 153418, - [SMALL_STATE(3114)] = 153479, - [SMALL_STATE(3115)] = 153540, - [SMALL_STATE(3116)] = 153601, - [SMALL_STATE(3117)] = 153662, - [SMALL_STATE(3118)] = 153723, - [SMALL_STATE(3119)] = 153784, - [SMALL_STATE(3120)] = 153845, - [SMALL_STATE(3121)] = 153906, - [SMALL_STATE(3122)] = 153967, - [SMALL_STATE(3123)] = 154028, - [SMALL_STATE(3124)] = 154089, - [SMALL_STATE(3125)] = 154150, - [SMALL_STATE(3126)] = 154211, - [SMALL_STATE(3127)] = 154272, - [SMALL_STATE(3128)] = 154333, - [SMALL_STATE(3129)] = 154394, - [SMALL_STATE(3130)] = 154455, - [SMALL_STATE(3131)] = 154516, - [SMALL_STATE(3132)] = 154577, - [SMALL_STATE(3133)] = 154638, - [SMALL_STATE(3134)] = 154699, - [SMALL_STATE(3135)] = 154760, - [SMALL_STATE(3136)] = 154821, - [SMALL_STATE(3137)] = 154882, - [SMALL_STATE(3138)] = 154943, - [SMALL_STATE(3139)] = 155004, - [SMALL_STATE(3140)] = 155065, - [SMALL_STATE(3141)] = 155126, - [SMALL_STATE(3142)] = 155187, - [SMALL_STATE(3143)] = 155248, - [SMALL_STATE(3144)] = 155309, - [SMALL_STATE(3145)] = 155370, - [SMALL_STATE(3146)] = 155431, - [SMALL_STATE(3147)] = 155492, - [SMALL_STATE(3148)] = 155553, - [SMALL_STATE(3149)] = 155614, - [SMALL_STATE(3150)] = 155675, - [SMALL_STATE(3151)] = 155736, - [SMALL_STATE(3152)] = 155797, - [SMALL_STATE(3153)] = 155858, - [SMALL_STATE(3154)] = 155919, - [SMALL_STATE(3155)] = 155980, - [SMALL_STATE(3156)] = 156041, - [SMALL_STATE(3157)] = 156102, - [SMALL_STATE(3158)] = 156163, - [SMALL_STATE(3159)] = 156224, - [SMALL_STATE(3160)] = 156285, - [SMALL_STATE(3161)] = 156346, - [SMALL_STATE(3162)] = 156407, - [SMALL_STATE(3163)] = 156468, - [SMALL_STATE(3164)] = 156529, - [SMALL_STATE(3165)] = 156590, - [SMALL_STATE(3166)] = 156651, - [SMALL_STATE(3167)] = 156712, - [SMALL_STATE(3168)] = 156773, - [SMALL_STATE(3169)] = 156834, - [SMALL_STATE(3170)] = 156895, - [SMALL_STATE(3171)] = 156956, - [SMALL_STATE(3172)] = 157017, - [SMALL_STATE(3173)] = 157078, - [SMALL_STATE(3174)] = 157139, - [SMALL_STATE(3175)] = 157200, - [SMALL_STATE(3176)] = 157261, - [SMALL_STATE(3177)] = 157322, - [SMALL_STATE(3178)] = 157383, - [SMALL_STATE(3179)] = 157444, - [SMALL_STATE(3180)] = 157505, - [SMALL_STATE(3181)] = 157566, - [SMALL_STATE(3182)] = 157627, - [SMALL_STATE(3183)] = 157688, - [SMALL_STATE(3184)] = 157749, - [SMALL_STATE(3185)] = 157810, - [SMALL_STATE(3186)] = 157871, - [SMALL_STATE(3187)] = 157932, - [SMALL_STATE(3188)] = 157993, - [SMALL_STATE(3189)] = 158054, - [SMALL_STATE(3190)] = 158115, - [SMALL_STATE(3191)] = 158176, - [SMALL_STATE(3192)] = 158237, - [SMALL_STATE(3193)] = 158298, - [SMALL_STATE(3194)] = 158359, - [SMALL_STATE(3195)] = 158420, - [SMALL_STATE(3196)] = 158481, - [SMALL_STATE(3197)] = 158542, - [SMALL_STATE(3198)] = 158603, - [SMALL_STATE(3199)] = 158664, - [SMALL_STATE(3200)] = 158725, - [SMALL_STATE(3201)] = 158786, - [SMALL_STATE(3202)] = 158847, - [SMALL_STATE(3203)] = 158908, - [SMALL_STATE(3204)] = 158969, - [SMALL_STATE(3205)] = 159030, - [SMALL_STATE(3206)] = 159091, - [SMALL_STATE(3207)] = 159152, - [SMALL_STATE(3208)] = 159213, - [SMALL_STATE(3209)] = 159274, - [SMALL_STATE(3210)] = 159335, - [SMALL_STATE(3211)] = 159396, - [SMALL_STATE(3212)] = 159457, - [SMALL_STATE(3213)] = 159518, - [SMALL_STATE(3214)] = 159579, - [SMALL_STATE(3215)] = 159640, - [SMALL_STATE(3216)] = 159701, - [SMALL_STATE(3217)] = 159762, - [SMALL_STATE(3218)] = 159823, - [SMALL_STATE(3219)] = 159884, - [SMALL_STATE(3220)] = 159945, - [SMALL_STATE(3221)] = 160006, - [SMALL_STATE(3222)] = 160067, - [SMALL_STATE(3223)] = 160128, - [SMALL_STATE(3224)] = 160189, - [SMALL_STATE(3225)] = 160250, - [SMALL_STATE(3226)] = 160311, - [SMALL_STATE(3227)] = 160372, - [SMALL_STATE(3228)] = 160433, - [SMALL_STATE(3229)] = 160494, - [SMALL_STATE(3230)] = 160555, - [SMALL_STATE(3231)] = 160616, - [SMALL_STATE(3232)] = 160677, - [SMALL_STATE(3233)] = 160738, - [SMALL_STATE(3234)] = 160799, - [SMALL_STATE(3235)] = 160860, - [SMALL_STATE(3236)] = 160921, - [SMALL_STATE(3237)] = 160982, - [SMALL_STATE(3238)] = 161043, - [SMALL_STATE(3239)] = 161104, - [SMALL_STATE(3240)] = 161165, - [SMALL_STATE(3241)] = 161226, - [SMALL_STATE(3242)] = 161287, - [SMALL_STATE(3243)] = 161348, - [SMALL_STATE(3244)] = 161409, - [SMALL_STATE(3245)] = 161470, - [SMALL_STATE(3246)] = 161531, - [SMALL_STATE(3247)] = 161592, - [SMALL_STATE(3248)] = 161653, - [SMALL_STATE(3249)] = 161714, - [SMALL_STATE(3250)] = 161775, - [SMALL_STATE(3251)] = 161836, - [SMALL_STATE(3252)] = 161897, - [SMALL_STATE(3253)] = 161958, - [SMALL_STATE(3254)] = 162019, - [SMALL_STATE(3255)] = 162080, - [SMALL_STATE(3256)] = 162141, - [SMALL_STATE(3257)] = 162202, - [SMALL_STATE(3258)] = 162263, - [SMALL_STATE(3259)] = 162324, - [SMALL_STATE(3260)] = 162385, - [SMALL_STATE(3261)] = 162446, - [SMALL_STATE(3262)] = 162507, - [SMALL_STATE(3263)] = 162568, - [SMALL_STATE(3264)] = 162629, - [SMALL_STATE(3265)] = 162690, - [SMALL_STATE(3266)] = 162751, - [SMALL_STATE(3267)] = 162812, - [SMALL_STATE(3268)] = 162873, - [SMALL_STATE(3269)] = 162934, - [SMALL_STATE(3270)] = 162995, - [SMALL_STATE(3271)] = 163056, - [SMALL_STATE(3272)] = 163117, - [SMALL_STATE(3273)] = 163178, - [SMALL_STATE(3274)] = 163239, - [SMALL_STATE(3275)] = 163300, - [SMALL_STATE(3276)] = 163361, - [SMALL_STATE(3277)] = 163422, - [SMALL_STATE(3278)] = 163483, - [SMALL_STATE(3279)] = 163544, - [SMALL_STATE(3280)] = 163605, - [SMALL_STATE(3281)] = 163666, - [SMALL_STATE(3282)] = 163727, - [SMALL_STATE(3283)] = 163788, - [SMALL_STATE(3284)] = 163849, - [SMALL_STATE(3285)] = 163910, - [SMALL_STATE(3286)] = 163971, - [SMALL_STATE(3287)] = 164032, - [SMALL_STATE(3288)] = 164093, - [SMALL_STATE(3289)] = 164154, - [SMALL_STATE(3290)] = 164215, - [SMALL_STATE(3291)] = 164276, - [SMALL_STATE(3292)] = 164337, - [SMALL_STATE(3293)] = 164398, - [SMALL_STATE(3294)] = 164459, - [SMALL_STATE(3295)] = 164520, - [SMALL_STATE(3296)] = 164581, - [SMALL_STATE(3297)] = 164642, - [SMALL_STATE(3298)] = 164703, - [SMALL_STATE(3299)] = 164764, - [SMALL_STATE(3300)] = 164825, - [SMALL_STATE(3301)] = 164886, - [SMALL_STATE(3302)] = 164947, - [SMALL_STATE(3303)] = 165008, - [SMALL_STATE(3304)] = 165069, - [SMALL_STATE(3305)] = 165130, - [SMALL_STATE(3306)] = 165191, - [SMALL_STATE(3307)] = 165252, - [SMALL_STATE(3308)] = 165313, - [SMALL_STATE(3309)] = 165374, - [SMALL_STATE(3310)] = 165435, - [SMALL_STATE(3311)] = 165496, - [SMALL_STATE(3312)] = 165557, - [SMALL_STATE(3313)] = 165618, - [SMALL_STATE(3314)] = 165679, - [SMALL_STATE(3315)] = 165740, - [SMALL_STATE(3316)] = 165801, - [SMALL_STATE(3317)] = 165862, - [SMALL_STATE(3318)] = 165923, - [SMALL_STATE(3319)] = 165984, - [SMALL_STATE(3320)] = 166045, - [SMALL_STATE(3321)] = 166106, - [SMALL_STATE(3322)] = 166167, - [SMALL_STATE(3323)] = 166228, - [SMALL_STATE(3324)] = 166289, - [SMALL_STATE(3325)] = 166350, - [SMALL_STATE(3326)] = 166411, - [SMALL_STATE(3327)] = 166472, - [SMALL_STATE(3328)] = 166533, - [SMALL_STATE(3329)] = 166594, - [SMALL_STATE(3330)] = 166655, - [SMALL_STATE(3331)] = 166716, - [SMALL_STATE(3332)] = 166777, - [SMALL_STATE(3333)] = 166838, - [SMALL_STATE(3334)] = 166899, - [SMALL_STATE(3335)] = 166960, - [SMALL_STATE(3336)] = 167021, - [SMALL_STATE(3337)] = 167082, - [SMALL_STATE(3338)] = 167143, - [SMALL_STATE(3339)] = 167204, - [SMALL_STATE(3340)] = 167265, - [SMALL_STATE(3341)] = 167326, - [SMALL_STATE(3342)] = 167387, - [SMALL_STATE(3343)] = 167448, - [SMALL_STATE(3344)] = 167509, - [SMALL_STATE(3345)] = 167570, - [SMALL_STATE(3346)] = 167631, - [SMALL_STATE(3347)] = 167692, - [SMALL_STATE(3348)] = 167753, - [SMALL_STATE(3349)] = 167814, - [SMALL_STATE(3350)] = 167875, - [SMALL_STATE(3351)] = 167936, - [SMALL_STATE(3352)] = 167997, - [SMALL_STATE(3353)] = 168058, - [SMALL_STATE(3354)] = 168119, - [SMALL_STATE(3355)] = 168180, - [SMALL_STATE(3356)] = 168241, - [SMALL_STATE(3357)] = 168302, - [SMALL_STATE(3358)] = 168363, - [SMALL_STATE(3359)] = 168424, - [SMALL_STATE(3360)] = 168485, - [SMALL_STATE(3361)] = 168546, - [SMALL_STATE(3362)] = 168607, - [SMALL_STATE(3363)] = 168668, - [SMALL_STATE(3364)] = 168729, - [SMALL_STATE(3365)] = 168790, - [SMALL_STATE(3366)] = 168851, - [SMALL_STATE(3367)] = 168912, - [SMALL_STATE(3368)] = 168973, - [SMALL_STATE(3369)] = 169034, - [SMALL_STATE(3370)] = 169095, - [SMALL_STATE(3371)] = 169156, - [SMALL_STATE(3372)] = 169217, - [SMALL_STATE(3373)] = 169278, - [SMALL_STATE(3374)] = 169339, - [SMALL_STATE(3375)] = 169400, - [SMALL_STATE(3376)] = 169461, - [SMALL_STATE(3377)] = 169522, - [SMALL_STATE(3378)] = 169583, - [SMALL_STATE(3379)] = 169644, - [SMALL_STATE(3380)] = 169705, - [SMALL_STATE(3381)] = 169766, - [SMALL_STATE(3382)] = 169827, - [SMALL_STATE(3383)] = 169888, - [SMALL_STATE(3384)] = 169949, - [SMALL_STATE(3385)] = 170010, - [SMALL_STATE(3386)] = 170071, - [SMALL_STATE(3387)] = 170132, - [SMALL_STATE(3388)] = 170193, - [SMALL_STATE(3389)] = 170254, - [SMALL_STATE(3390)] = 170315, - [SMALL_STATE(3391)] = 170376, - [SMALL_STATE(3392)] = 170437, - [SMALL_STATE(3393)] = 170498, - [SMALL_STATE(3394)] = 170559, - [SMALL_STATE(3395)] = 170620, - [SMALL_STATE(3396)] = 170681, - [SMALL_STATE(3397)] = 170742, - [SMALL_STATE(3398)] = 170803, - [SMALL_STATE(3399)] = 170864, - [SMALL_STATE(3400)] = 170925, - [SMALL_STATE(3401)] = 170986, - [SMALL_STATE(3402)] = 171047, - [SMALL_STATE(3403)] = 171108, - [SMALL_STATE(3404)] = 171169, - [SMALL_STATE(3405)] = 171230, - [SMALL_STATE(3406)] = 171291, - [SMALL_STATE(3407)] = 171352, - [SMALL_STATE(3408)] = 171413, - [SMALL_STATE(3409)] = 171474, - [SMALL_STATE(3410)] = 171535, - [SMALL_STATE(3411)] = 171596, - [SMALL_STATE(3412)] = 171657, - [SMALL_STATE(3413)] = 171718, - [SMALL_STATE(3414)] = 171779, - [SMALL_STATE(3415)] = 171840, - [SMALL_STATE(3416)] = 171901, - [SMALL_STATE(3417)] = 171962, - [SMALL_STATE(3418)] = 172023, - [SMALL_STATE(3419)] = 172084, - [SMALL_STATE(3420)] = 172145, - [SMALL_STATE(3421)] = 172206, - [SMALL_STATE(3422)] = 172267, - [SMALL_STATE(3423)] = 172328, - [SMALL_STATE(3424)] = 172389, - [SMALL_STATE(3425)] = 172450, - [SMALL_STATE(3426)] = 172511, - [SMALL_STATE(3427)] = 172572, - [SMALL_STATE(3428)] = 172633, - [SMALL_STATE(3429)] = 172694, - [SMALL_STATE(3430)] = 172755, - [SMALL_STATE(3431)] = 172816, - [SMALL_STATE(3432)] = 172877, - [SMALL_STATE(3433)] = 172938, - [SMALL_STATE(3434)] = 172999, - [SMALL_STATE(3435)] = 173060, - [SMALL_STATE(3436)] = 173121, - [SMALL_STATE(3437)] = 173182, - [SMALL_STATE(3438)] = 173243, - [SMALL_STATE(3439)] = 173304, - [SMALL_STATE(3440)] = 173365, - [SMALL_STATE(3441)] = 173426, - [SMALL_STATE(3442)] = 173487, - [SMALL_STATE(3443)] = 173548, - [SMALL_STATE(3444)] = 173609, - [SMALL_STATE(3445)] = 173670, - [SMALL_STATE(3446)] = 173731, - [SMALL_STATE(3447)] = 173792, - [SMALL_STATE(3448)] = 173853, - [SMALL_STATE(3449)] = 173914, - [SMALL_STATE(3450)] = 173975, - [SMALL_STATE(3451)] = 174036, - [SMALL_STATE(3452)] = 174097, - [SMALL_STATE(3453)] = 174158, - [SMALL_STATE(3454)] = 174219, - [SMALL_STATE(3455)] = 174280, - [SMALL_STATE(3456)] = 174341, - [SMALL_STATE(3457)] = 174402, - [SMALL_STATE(3458)] = 174463, - [SMALL_STATE(3459)] = 174524, - [SMALL_STATE(3460)] = 174585, - [SMALL_STATE(3461)] = 174646, - [SMALL_STATE(3462)] = 174707, - [SMALL_STATE(3463)] = 174768, - [SMALL_STATE(3464)] = 174829, - [SMALL_STATE(3465)] = 174890, - [SMALL_STATE(3466)] = 174951, - [SMALL_STATE(3467)] = 175012, - [SMALL_STATE(3468)] = 175073, - [SMALL_STATE(3469)] = 175134, - [SMALL_STATE(3470)] = 175195, - [SMALL_STATE(3471)] = 175256, - [SMALL_STATE(3472)] = 175317, - [SMALL_STATE(3473)] = 175378, - [SMALL_STATE(3474)] = 175439, - [SMALL_STATE(3475)] = 175500, - [SMALL_STATE(3476)] = 175561, - [SMALL_STATE(3477)] = 175622, - [SMALL_STATE(3478)] = 175683, - [SMALL_STATE(3479)] = 175744, - [SMALL_STATE(3480)] = 175805, - [SMALL_STATE(3481)] = 175866, - [SMALL_STATE(3482)] = 175927, - [SMALL_STATE(3483)] = 175988, - [SMALL_STATE(3484)] = 176049, - [SMALL_STATE(3485)] = 176110, - [SMALL_STATE(3486)] = 176171, - [SMALL_STATE(3487)] = 176232, - [SMALL_STATE(3488)] = 176293, - [SMALL_STATE(3489)] = 176354, - [SMALL_STATE(3490)] = 176415, - [SMALL_STATE(3491)] = 176476, - [SMALL_STATE(3492)] = 176537, - [SMALL_STATE(3493)] = 176598, - [SMALL_STATE(3494)] = 176659, - [SMALL_STATE(3495)] = 176720, - [SMALL_STATE(3496)] = 176781, - [SMALL_STATE(3497)] = 176842, - [SMALL_STATE(3498)] = 176903, - [SMALL_STATE(3499)] = 176964, - [SMALL_STATE(3500)] = 177025, - [SMALL_STATE(3501)] = 177086, - [SMALL_STATE(3502)] = 177147, - [SMALL_STATE(3503)] = 177208, - [SMALL_STATE(3504)] = 177269, - [SMALL_STATE(3505)] = 177330, - [SMALL_STATE(3506)] = 177391, - [SMALL_STATE(3507)] = 177452, - [SMALL_STATE(3508)] = 177513, - [SMALL_STATE(3509)] = 177574, - [SMALL_STATE(3510)] = 177635, - [SMALL_STATE(3511)] = 177696, - [SMALL_STATE(3512)] = 177757, - [SMALL_STATE(3513)] = 177818, - [SMALL_STATE(3514)] = 177879, - [SMALL_STATE(3515)] = 177940, - [SMALL_STATE(3516)] = 178001, - [SMALL_STATE(3517)] = 178062, - [SMALL_STATE(3518)] = 178123, - [SMALL_STATE(3519)] = 178184, - [SMALL_STATE(3520)] = 178245, - [SMALL_STATE(3521)] = 178306, - [SMALL_STATE(3522)] = 178367, - [SMALL_STATE(3523)] = 178428, - [SMALL_STATE(3524)] = 178489, - [SMALL_STATE(3525)] = 178550, - [SMALL_STATE(3526)] = 178611, - [SMALL_STATE(3527)] = 178672, - [SMALL_STATE(3528)] = 178733, - [SMALL_STATE(3529)] = 178794, - [SMALL_STATE(3530)] = 178855, - [SMALL_STATE(3531)] = 178916, - [SMALL_STATE(3532)] = 178977, - [SMALL_STATE(3533)] = 179038, - [SMALL_STATE(3534)] = 179099, - [SMALL_STATE(3535)] = 179160, - [SMALL_STATE(3536)] = 179221, - [SMALL_STATE(3537)] = 179282, - [SMALL_STATE(3538)] = 179343, - [SMALL_STATE(3539)] = 179404, - [SMALL_STATE(3540)] = 179465, - [SMALL_STATE(3541)] = 179526, - [SMALL_STATE(3542)] = 179587, - [SMALL_STATE(3543)] = 179648, - [SMALL_STATE(3544)] = 179709, - [SMALL_STATE(3545)] = 179770, - [SMALL_STATE(3546)] = 179831, - [SMALL_STATE(3547)] = 179892, - [SMALL_STATE(3548)] = 179953, - [SMALL_STATE(3549)] = 180014, - [SMALL_STATE(3550)] = 180075, - [SMALL_STATE(3551)] = 180136, - [SMALL_STATE(3552)] = 180197, - [SMALL_STATE(3553)] = 180258, - [SMALL_STATE(3554)] = 180319, - [SMALL_STATE(3555)] = 180380, - [SMALL_STATE(3556)] = 180441, - [SMALL_STATE(3557)] = 180502, - [SMALL_STATE(3558)] = 180563, - [SMALL_STATE(3559)] = 180624, - [SMALL_STATE(3560)] = 180685, - [SMALL_STATE(3561)] = 180746, - [SMALL_STATE(3562)] = 180807, - [SMALL_STATE(3563)] = 180868, - [SMALL_STATE(3564)] = 180929, - [SMALL_STATE(3565)] = 180990, - [SMALL_STATE(3566)] = 181051, - [SMALL_STATE(3567)] = 181112, - [SMALL_STATE(3568)] = 181173, - [SMALL_STATE(3569)] = 181234, - [SMALL_STATE(3570)] = 181295, - [SMALL_STATE(3571)] = 181356, - [SMALL_STATE(3572)] = 181417, - [SMALL_STATE(3573)] = 181478, - [SMALL_STATE(3574)] = 181539, - [SMALL_STATE(3575)] = 181600, - [SMALL_STATE(3576)] = 181661, - [SMALL_STATE(3577)] = 181722, - [SMALL_STATE(3578)] = 181783, - [SMALL_STATE(3579)] = 181844, - [SMALL_STATE(3580)] = 181905, - [SMALL_STATE(3581)] = 181966, - [SMALL_STATE(3582)] = 182027, - [SMALL_STATE(3583)] = 182088, - [SMALL_STATE(3584)] = 182149, - [SMALL_STATE(3585)] = 182210, - [SMALL_STATE(3586)] = 182271, - [SMALL_STATE(3587)] = 182332, - [SMALL_STATE(3588)] = 182393, - [SMALL_STATE(3589)] = 182454, - [SMALL_STATE(3590)] = 182515, - [SMALL_STATE(3591)] = 182576, - [SMALL_STATE(3592)] = 182637, - [SMALL_STATE(3593)] = 182698, - [SMALL_STATE(3594)] = 182759, - [SMALL_STATE(3595)] = 182820, - [SMALL_STATE(3596)] = 182881, - [SMALL_STATE(3597)] = 182942, - [SMALL_STATE(3598)] = 183003, - [SMALL_STATE(3599)] = 183064, - [SMALL_STATE(3600)] = 183125, - [SMALL_STATE(3601)] = 183186, - [SMALL_STATE(3602)] = 183247, - [SMALL_STATE(3603)] = 183308, - [SMALL_STATE(3604)] = 183369, - [SMALL_STATE(3605)] = 183430, - [SMALL_STATE(3606)] = 183491, - [SMALL_STATE(3607)] = 183552, - [SMALL_STATE(3608)] = 183613, - [SMALL_STATE(3609)] = 183674, - [SMALL_STATE(3610)] = 183735, - [SMALL_STATE(3611)] = 183796, - [SMALL_STATE(3612)] = 183857, - [SMALL_STATE(3613)] = 183918, - [SMALL_STATE(3614)] = 183979, - [SMALL_STATE(3615)] = 184040, - [SMALL_STATE(3616)] = 184101, - [SMALL_STATE(3617)] = 184162, - [SMALL_STATE(3618)] = 184223, - [SMALL_STATE(3619)] = 184284, - [SMALL_STATE(3620)] = 184345, - [SMALL_STATE(3621)] = 184406, - [SMALL_STATE(3622)] = 184467, - [SMALL_STATE(3623)] = 184528, - [SMALL_STATE(3624)] = 184589, - [SMALL_STATE(3625)] = 184650, - [SMALL_STATE(3626)] = 184711, - [SMALL_STATE(3627)] = 184772, - [SMALL_STATE(3628)] = 184833, - [SMALL_STATE(3629)] = 184894, - [SMALL_STATE(3630)] = 184955, - [SMALL_STATE(3631)] = 185016, - [SMALL_STATE(3632)] = 185077, - [SMALL_STATE(3633)] = 185138, - [SMALL_STATE(3634)] = 185199, - [SMALL_STATE(3635)] = 185260, - [SMALL_STATE(3636)] = 185321, - [SMALL_STATE(3637)] = 185382, - [SMALL_STATE(3638)] = 185443, - [SMALL_STATE(3639)] = 185504, - [SMALL_STATE(3640)] = 185565, - [SMALL_STATE(3641)] = 185626, - [SMALL_STATE(3642)] = 185687, - [SMALL_STATE(3643)] = 185748, - [SMALL_STATE(3644)] = 185809, - [SMALL_STATE(3645)] = 185870, - [SMALL_STATE(3646)] = 185931, - [SMALL_STATE(3647)] = 185992, - [SMALL_STATE(3648)] = 186053, - [SMALL_STATE(3649)] = 186114, - [SMALL_STATE(3650)] = 186175, - [SMALL_STATE(3651)] = 186236, - [SMALL_STATE(3652)] = 186297, - [SMALL_STATE(3653)] = 186358, - [SMALL_STATE(3654)] = 186419, - [SMALL_STATE(3655)] = 186480, - [SMALL_STATE(3656)] = 186541, - [SMALL_STATE(3657)] = 186602, - [SMALL_STATE(3658)] = 186663, - [SMALL_STATE(3659)] = 186724, - [SMALL_STATE(3660)] = 186785, - [SMALL_STATE(3661)] = 186846, - [SMALL_STATE(3662)] = 186907, - [SMALL_STATE(3663)] = 186968, - [SMALL_STATE(3664)] = 187029, - [SMALL_STATE(3665)] = 187090, - [SMALL_STATE(3666)] = 187151, - [SMALL_STATE(3667)] = 187212, - [SMALL_STATE(3668)] = 187273, - [SMALL_STATE(3669)] = 187334, - [SMALL_STATE(3670)] = 187395, - [SMALL_STATE(3671)] = 187456, - [SMALL_STATE(3672)] = 187517, - [SMALL_STATE(3673)] = 187578, - [SMALL_STATE(3674)] = 187639, - [SMALL_STATE(3675)] = 187700, - [SMALL_STATE(3676)] = 187761, - [SMALL_STATE(3677)] = 187822, - [SMALL_STATE(3678)] = 187883, - [SMALL_STATE(3679)] = 187944, - [SMALL_STATE(3680)] = 188005, - [SMALL_STATE(3681)] = 188066, - [SMALL_STATE(3682)] = 188127, - [SMALL_STATE(3683)] = 188188, - [SMALL_STATE(3684)] = 188249, - [SMALL_STATE(3685)] = 188310, - [SMALL_STATE(3686)] = 188371, - [SMALL_STATE(3687)] = 188432, - [SMALL_STATE(3688)] = 188493, - [SMALL_STATE(3689)] = 188554, - [SMALL_STATE(3690)] = 188615, - [SMALL_STATE(3691)] = 188676, - [SMALL_STATE(3692)] = 188737, - [SMALL_STATE(3693)] = 188798, - [SMALL_STATE(3694)] = 188859, - [SMALL_STATE(3695)] = 188920, - [SMALL_STATE(3696)] = 188981, - [SMALL_STATE(3697)] = 189042, - [SMALL_STATE(3698)] = 189103, - [SMALL_STATE(3699)] = 189164, - [SMALL_STATE(3700)] = 189225, - [SMALL_STATE(3701)] = 189286, - [SMALL_STATE(3702)] = 189347, - [SMALL_STATE(3703)] = 189408, - [SMALL_STATE(3704)] = 189469, - [SMALL_STATE(3705)] = 189530, - [SMALL_STATE(3706)] = 189591, - [SMALL_STATE(3707)] = 189652, - [SMALL_STATE(3708)] = 189713, - [SMALL_STATE(3709)] = 189774, - [SMALL_STATE(3710)] = 189835, - [SMALL_STATE(3711)] = 189896, - [SMALL_STATE(3712)] = 189957, - [SMALL_STATE(3713)] = 189989, - [SMALL_STATE(3714)] = 190021, - [SMALL_STATE(3715)] = 190053, - [SMALL_STATE(3716)] = 190085, - [SMALL_STATE(3717)] = 190117, - [SMALL_STATE(3718)] = 190149, - [SMALL_STATE(3719)] = 190181, - [SMALL_STATE(3720)] = 190213, - [SMALL_STATE(3721)] = 190245, - [SMALL_STATE(3722)] = 190277, - [SMALL_STATE(3723)] = 190309, - [SMALL_STATE(3724)] = 190341, - [SMALL_STATE(3725)] = 190373, - [SMALL_STATE(3726)] = 190405, - [SMALL_STATE(3727)] = 190437, - [SMALL_STATE(3728)] = 190469, - [SMALL_STATE(3729)] = 190501, - [SMALL_STATE(3730)] = 190533, - [SMALL_STATE(3731)] = 190565, - [SMALL_STATE(3732)] = 190597, - [SMALL_STATE(3733)] = 190629, - [SMALL_STATE(3734)] = 190661, - [SMALL_STATE(3735)] = 190693, - [SMALL_STATE(3736)] = 190725, - [SMALL_STATE(3737)] = 190757, - [SMALL_STATE(3738)] = 190789, - [SMALL_STATE(3739)] = 190821, - [SMALL_STATE(3740)] = 190853, - [SMALL_STATE(3741)] = 190885, - [SMALL_STATE(3742)] = 190917, - [SMALL_STATE(3743)] = 190949, - [SMALL_STATE(3744)] = 190981, - [SMALL_STATE(3745)] = 191013, - [SMALL_STATE(3746)] = 191045, - [SMALL_STATE(3747)] = 191077, - [SMALL_STATE(3748)] = 191100, - [SMALL_STATE(3749)] = 191123, - [SMALL_STATE(3750)] = 191146, - [SMALL_STATE(3751)] = 191169, - [SMALL_STATE(3752)] = 191192, - [SMALL_STATE(3753)] = 191219, - [SMALL_STATE(3754)] = 191242, - [SMALL_STATE(3755)] = 191265, - [SMALL_STATE(3756)] = 191288, - [SMALL_STATE(3757)] = 191311, - [SMALL_STATE(3758)] = 191334, - [SMALL_STATE(3759)] = 191357, - [SMALL_STATE(3760)] = 191380, - [SMALL_STATE(3761)] = 191403, - [SMALL_STATE(3762)] = 191426, - [SMALL_STATE(3763)] = 191449, - [SMALL_STATE(3764)] = 191472, - [SMALL_STATE(3765)] = 191495, - [SMALL_STATE(3766)] = 191518, - [SMALL_STATE(3767)] = 191541, - [SMALL_STATE(3768)] = 191564, - [SMALL_STATE(3769)] = 191587, - [SMALL_STATE(3770)] = 191610, - [SMALL_STATE(3771)] = 191633, - [SMALL_STATE(3772)] = 191656, - [SMALL_STATE(3773)] = 191679, - [SMALL_STATE(3774)] = 191702, - [SMALL_STATE(3775)] = 191725, - [SMALL_STATE(3776)] = 191748, - [SMALL_STATE(3777)] = 191771, - [SMALL_STATE(3778)] = 191794, - [SMALL_STATE(3779)] = 191817, - [SMALL_STATE(3780)] = 191840, - [SMALL_STATE(3781)] = 191867, - [SMALL_STATE(3782)] = 191890, - [SMALL_STATE(3783)] = 191917, - [SMALL_STATE(3784)] = 191940, - [SMALL_STATE(3785)] = 191963, - [SMALL_STATE(3786)] = 191986, - [SMALL_STATE(3787)] = 192009, - [SMALL_STATE(3788)] = 192032, - [SMALL_STATE(3789)] = 192055, - [SMALL_STATE(3790)] = 192078, - [SMALL_STATE(3791)] = 192105, - [SMALL_STATE(3792)] = 192128, - [SMALL_STATE(3793)] = 192151, - [SMALL_STATE(3794)] = 192174, - [SMALL_STATE(3795)] = 192197, - [SMALL_STATE(3796)] = 192220, - [SMALL_STATE(3797)] = 192243, - [SMALL_STATE(3798)] = 192266, - [SMALL_STATE(3799)] = 192289, - [SMALL_STATE(3800)] = 192312, - [SMALL_STATE(3801)] = 192335, - [SMALL_STATE(3802)] = 192358, - [SMALL_STATE(3803)] = 192381, - [SMALL_STATE(3804)] = 192404, - [SMALL_STATE(3805)] = 192427, - [SMALL_STATE(3806)] = 192450, - [SMALL_STATE(3807)] = 192473, - [SMALL_STATE(3808)] = 192496, - [SMALL_STATE(3809)] = 192519, - [SMALL_STATE(3810)] = 192542, - [SMALL_STATE(3811)] = 192565, - [SMALL_STATE(3812)] = 192588, - [SMALL_STATE(3813)] = 192611, - [SMALL_STATE(3814)] = 192634, - [SMALL_STATE(3815)] = 192661, - [SMALL_STATE(3816)] = 192684, - [SMALL_STATE(3817)] = 192707, - [SMALL_STATE(3818)] = 192730, - [SMALL_STATE(3819)] = 192753, - [SMALL_STATE(3820)] = 192776, - [SMALL_STATE(3821)] = 192799, - [SMALL_STATE(3822)] = 192822, - [SMALL_STATE(3823)] = 192845, - [SMALL_STATE(3824)] = 192868, - [SMALL_STATE(3825)] = 192891, - [SMALL_STATE(3826)] = 192918, - [SMALL_STATE(3827)] = 192941, - [SMALL_STATE(3828)] = 192964, - [SMALL_STATE(3829)] = 192987, - [SMALL_STATE(3830)] = 193010, - [SMALL_STATE(3831)] = 193033, - [SMALL_STATE(3832)] = 193056, - [SMALL_STATE(3833)] = 193079, - [SMALL_STATE(3834)] = 193102, - [SMALL_STATE(3835)] = 193125, - [SMALL_STATE(3836)] = 193152, - [SMALL_STATE(3837)] = 193179, - [SMALL_STATE(3838)] = 193202, - [SMALL_STATE(3839)] = 193225, - [SMALL_STATE(3840)] = 193248, - [SMALL_STATE(3841)] = 193271, - [SMALL_STATE(3842)] = 193294, - [SMALL_STATE(3843)] = 193317, - [SMALL_STATE(3844)] = 193340, - [SMALL_STATE(3845)] = 193363, - [SMALL_STATE(3846)] = 193386, - [SMALL_STATE(3847)] = 193409, - [SMALL_STATE(3848)] = 193432, - [SMALL_STATE(3849)] = 193455, - [SMALL_STATE(3850)] = 193478, - [SMALL_STATE(3851)] = 193501, - [SMALL_STATE(3852)] = 193524, - [SMALL_STATE(3853)] = 193547, - [SMALL_STATE(3854)] = 193570, - [SMALL_STATE(3855)] = 193593, - [SMALL_STATE(3856)] = 193616, - [SMALL_STATE(3857)] = 193639, - [SMALL_STATE(3858)] = 193662, - [SMALL_STATE(3859)] = 193689, - [SMALL_STATE(3860)] = 193712, - [SMALL_STATE(3861)] = 193739, - [SMALL_STATE(3862)] = 193762, - [SMALL_STATE(3863)] = 193785, - [SMALL_STATE(3864)] = 193808, - [SMALL_STATE(3865)] = 193831, - [SMALL_STATE(3866)] = 193854, - [SMALL_STATE(3867)] = 193877, - [SMALL_STATE(3868)] = 193900, - [SMALL_STATE(3869)] = 193923, - [SMALL_STATE(3870)] = 193946, - [SMALL_STATE(3871)] = 193969, - [SMALL_STATE(3872)] = 193992, - [SMALL_STATE(3873)] = 194015, - [SMALL_STATE(3874)] = 194038, - [SMALL_STATE(3875)] = 194061, - [SMALL_STATE(3876)] = 194084, - [SMALL_STATE(3877)] = 194107, - [SMALL_STATE(3878)] = 194130, - [SMALL_STATE(3879)] = 194153, - [SMALL_STATE(3880)] = 194176, - [SMALL_STATE(3881)] = 194199, - [SMALL_STATE(3882)] = 194222, - [SMALL_STATE(3883)] = 194245, - [SMALL_STATE(3884)] = 194268, - [SMALL_STATE(3885)] = 194291, - [SMALL_STATE(3886)] = 194314, - [SMALL_STATE(3887)] = 194337, - [SMALL_STATE(3888)] = 194360, - [SMALL_STATE(3889)] = 194383, - [SMALL_STATE(3890)] = 194406, - [SMALL_STATE(3891)] = 194429, - [SMALL_STATE(3892)] = 194456, - [SMALL_STATE(3893)] = 194479, - [SMALL_STATE(3894)] = 194506, - [SMALL_STATE(3895)] = 194529, - [SMALL_STATE(3896)] = 194552, - [SMALL_STATE(3897)] = 194575, - [SMALL_STATE(3898)] = 194598, - [SMALL_STATE(3899)] = 194621, - [SMALL_STATE(3900)] = 194644, - [SMALL_STATE(3901)] = 194667, - [SMALL_STATE(3902)] = 194690, - [SMALL_STATE(3903)] = 194713, - [SMALL_STATE(3904)] = 194736, - [SMALL_STATE(3905)] = 194759, - [SMALL_STATE(3906)] = 194782, - [SMALL_STATE(3907)] = 194805, - [SMALL_STATE(3908)] = 194828, - [SMALL_STATE(3909)] = 194851, - [SMALL_STATE(3910)] = 194874, - [SMALL_STATE(3911)] = 194897, - [SMALL_STATE(3912)] = 194920, - [SMALL_STATE(3913)] = 194943, - [SMALL_STATE(3914)] = 194966, - [SMALL_STATE(3915)] = 194989, - [SMALL_STATE(3916)] = 195012, - [SMALL_STATE(3917)] = 195035, - [SMALL_STATE(3918)] = 195058, - [SMALL_STATE(3919)] = 195081, - [SMALL_STATE(3920)] = 195104, - [SMALL_STATE(3921)] = 195127, - [SMALL_STATE(3922)] = 195150, - [SMALL_STATE(3923)] = 195173, - [SMALL_STATE(3924)] = 195196, - [SMALL_STATE(3925)] = 195219, - [SMALL_STATE(3926)] = 195242, - [SMALL_STATE(3927)] = 195265, - [SMALL_STATE(3928)] = 195288, - [SMALL_STATE(3929)] = 195315, - [SMALL_STATE(3930)] = 195342, - [SMALL_STATE(3931)] = 195365, - [SMALL_STATE(3932)] = 195388, - [SMALL_STATE(3933)] = 195415, - [SMALL_STATE(3934)] = 195438, - [SMALL_STATE(3935)] = 195465, - [SMALL_STATE(3936)] = 195488, - [SMALL_STATE(3937)] = 195511, - [SMALL_STATE(3938)] = 195534, - [SMALL_STATE(3939)] = 195557, - [SMALL_STATE(3940)] = 195580, - [SMALL_STATE(3941)] = 195603, - [SMALL_STATE(3942)] = 195626, - [SMALL_STATE(3943)] = 195649, - [SMALL_STATE(3944)] = 195672, - [SMALL_STATE(3945)] = 195695, - [SMALL_STATE(3946)] = 195718, - [SMALL_STATE(3947)] = 195741, - [SMALL_STATE(3948)] = 195764, - [SMALL_STATE(3949)] = 195787, - [SMALL_STATE(3950)] = 195810, - [SMALL_STATE(3951)] = 195833, - [SMALL_STATE(3952)] = 195856, - [SMALL_STATE(3953)] = 195879, - [SMALL_STATE(3954)] = 195902, - [SMALL_STATE(3955)] = 195925, - [SMALL_STATE(3956)] = 195948, - [SMALL_STATE(3957)] = 195971, - [SMALL_STATE(3958)] = 195994, - [SMALL_STATE(3959)] = 196017, - [SMALL_STATE(3960)] = 196040, - [SMALL_STATE(3961)] = 196063, - [SMALL_STATE(3962)] = 196086, - [SMALL_STATE(3963)] = 196109, - [SMALL_STATE(3964)] = 196132, - [SMALL_STATE(3965)] = 196155, - [SMALL_STATE(3966)] = 196178, - [SMALL_STATE(3967)] = 196201, - [SMALL_STATE(3968)] = 196224, - [SMALL_STATE(3969)] = 196251, - [SMALL_STATE(3970)] = 196274, - [SMALL_STATE(3971)] = 196301, - [SMALL_STATE(3972)] = 196324, - [SMALL_STATE(3973)] = 196347, - [SMALL_STATE(3974)] = 196370, - [SMALL_STATE(3975)] = 196393, - [SMALL_STATE(3976)] = 196416, - [SMALL_STATE(3977)] = 196439, - [SMALL_STATE(3978)] = 196462, - [SMALL_STATE(3979)] = 196485, - [SMALL_STATE(3980)] = 196508, - [SMALL_STATE(3981)] = 196535, - [SMALL_STATE(3982)] = 196558, - [SMALL_STATE(3983)] = 196581, - [SMALL_STATE(3984)] = 196608, - [SMALL_STATE(3985)] = 196631, - [SMALL_STATE(3986)] = 196654, - [SMALL_STATE(3987)] = 196677, - [SMALL_STATE(3988)] = 196700, - [SMALL_STATE(3989)] = 196723, - [SMALL_STATE(3990)] = 196746, - [SMALL_STATE(3991)] = 196769, - [SMALL_STATE(3992)] = 196792, - [SMALL_STATE(3993)] = 196815, - [SMALL_STATE(3994)] = 196838, - [SMALL_STATE(3995)] = 196861, - [SMALL_STATE(3996)] = 196884, - [SMALL_STATE(3997)] = 196907, - [SMALL_STATE(3998)] = 196930, - [SMALL_STATE(3999)] = 196953, - [SMALL_STATE(4000)] = 196976, - [SMALL_STATE(4001)] = 196999, - [SMALL_STATE(4002)] = 197022, - [SMALL_STATE(4003)] = 197045, - [SMALL_STATE(4004)] = 197068, - [SMALL_STATE(4005)] = 197095, - [SMALL_STATE(4006)] = 197118, - [SMALL_STATE(4007)] = 197141, - [SMALL_STATE(4008)] = 197164, - [SMALL_STATE(4009)] = 197191, - [SMALL_STATE(4010)] = 197218, - [SMALL_STATE(4011)] = 197241, - [SMALL_STATE(4012)] = 197264, - [SMALL_STATE(4013)] = 197287, - [SMALL_STATE(4014)] = 197310, - [SMALL_STATE(4015)] = 197333, - [SMALL_STATE(4016)] = 197360, - [SMALL_STATE(4017)] = 197383, - [SMALL_STATE(4018)] = 197406, - [SMALL_STATE(4019)] = 197429, - [SMALL_STATE(4020)] = 197452, - [SMALL_STATE(4021)] = 197475, - [SMALL_STATE(4022)] = 197498, - [SMALL_STATE(4023)] = 197521, - [SMALL_STATE(4024)] = 197544, - [SMALL_STATE(4025)] = 197567, - [SMALL_STATE(4026)] = 197590, - [SMALL_STATE(4027)] = 197613, - [SMALL_STATE(4028)] = 197636, - [SMALL_STATE(4029)] = 197659, - [SMALL_STATE(4030)] = 197686, - [SMALL_STATE(4031)] = 197713, - [SMALL_STATE(4032)] = 197736, - [SMALL_STATE(4033)] = 197763, - [SMALL_STATE(4034)] = 197786, - [SMALL_STATE(4035)] = 197809, - [SMALL_STATE(4036)] = 197832, - [SMALL_STATE(4037)] = 197855, - [SMALL_STATE(4038)] = 197878, - [SMALL_STATE(4039)] = 197901, - [SMALL_STATE(4040)] = 197924, - [SMALL_STATE(4041)] = 197947, - [SMALL_STATE(4042)] = 197970, - [SMALL_STATE(4043)] = 197993, - [SMALL_STATE(4044)] = 198016, - [SMALL_STATE(4045)] = 198039, - [SMALL_STATE(4046)] = 198062, - [SMALL_STATE(4047)] = 198085, - [SMALL_STATE(4048)] = 198112, - [SMALL_STATE(4049)] = 198135, - [SMALL_STATE(4050)] = 198158, - [SMALL_STATE(4051)] = 198181, - [SMALL_STATE(4052)] = 198204, - [SMALL_STATE(4053)] = 198231, - [SMALL_STATE(4054)] = 198254, - [SMALL_STATE(4055)] = 198277, - [SMALL_STATE(4056)] = 198300, - [SMALL_STATE(4057)] = 198323, - [SMALL_STATE(4058)] = 198346, - [SMALL_STATE(4059)] = 198369, - [SMALL_STATE(4060)] = 198392, - [SMALL_STATE(4061)] = 198419, - [SMALL_STATE(4062)] = 198442, - [SMALL_STATE(4063)] = 198465, - [SMALL_STATE(4064)] = 198488, - [SMALL_STATE(4065)] = 198511, - [SMALL_STATE(4066)] = 198534, - [SMALL_STATE(4067)] = 198557, - [SMALL_STATE(4068)] = 198580, - [SMALL_STATE(4069)] = 198607, - [SMALL_STATE(4070)] = 198630, - [SMALL_STATE(4071)] = 198653, - [SMALL_STATE(4072)] = 198676, - [SMALL_STATE(4073)] = 198699, - [SMALL_STATE(4074)] = 198722, - [SMALL_STATE(4075)] = 198745, - [SMALL_STATE(4076)] = 198768, - [SMALL_STATE(4077)] = 198791, - [SMALL_STATE(4078)] = 198818, - [SMALL_STATE(4079)] = 198841, - [SMALL_STATE(4080)] = 198864, - [SMALL_STATE(4081)] = 198887, - [SMALL_STATE(4082)] = 198910, - [SMALL_STATE(4083)] = 198933, - [SMALL_STATE(4084)] = 198960, - [SMALL_STATE(4085)] = 198983, - [SMALL_STATE(4086)] = 199006, - [SMALL_STATE(4087)] = 199029, - [SMALL_STATE(4088)] = 199052, - [SMALL_STATE(4089)] = 199075, - [SMALL_STATE(4090)] = 199098, - [SMALL_STATE(4091)] = 199121, - [SMALL_STATE(4092)] = 199144, - [SMALL_STATE(4093)] = 199167, - [SMALL_STATE(4094)] = 199190, - [SMALL_STATE(4095)] = 199217, - [SMALL_STATE(4096)] = 199240, - [SMALL_STATE(4097)] = 199263, - [SMALL_STATE(4098)] = 199286, - [SMALL_STATE(4099)] = 199313, - [SMALL_STATE(4100)] = 199336, - [SMALL_STATE(4101)] = 199359, - [SMALL_STATE(4102)] = 199382, - [SMALL_STATE(4103)] = 199406, - [SMALL_STATE(4104)] = 199430, - [SMALL_STATE(4105)] = 199454, - [SMALL_STATE(4106)] = 199478, - [SMALL_STATE(4107)] = 199502, - [SMALL_STATE(4108)] = 199526, - [SMALL_STATE(4109)] = 199550, - [SMALL_STATE(4110)] = 199574, - [SMALL_STATE(4111)] = 199598, - [SMALL_STATE(4112)] = 199622, - [SMALL_STATE(4113)] = 199646, - [SMALL_STATE(4114)] = 199670, - [SMALL_STATE(4115)] = 199694, - [SMALL_STATE(4116)] = 199718, - [SMALL_STATE(4117)] = 199742, - [SMALL_STATE(4118)] = 199766, - [SMALL_STATE(4119)] = 199790, - [SMALL_STATE(4120)] = 199814, - [SMALL_STATE(4121)] = 199838, - [SMALL_STATE(4122)] = 199862, - [SMALL_STATE(4123)] = 199886, - [SMALL_STATE(4124)] = 199910, - [SMALL_STATE(4125)] = 199934, - [SMALL_STATE(4126)] = 199958, - [SMALL_STATE(4127)] = 199982, - [SMALL_STATE(4128)] = 200006, - [SMALL_STATE(4129)] = 200030, - [SMALL_STATE(4130)] = 200054, - [SMALL_STATE(4131)] = 200078, - [SMALL_STATE(4132)] = 200102, - [SMALL_STATE(4133)] = 200126, - [SMALL_STATE(4134)] = 200150, - [SMALL_STATE(4135)] = 200174, - [SMALL_STATE(4136)] = 200198, - [SMALL_STATE(4137)] = 200222, - [SMALL_STATE(4138)] = 200246, - [SMALL_STATE(4139)] = 200270, - [SMALL_STATE(4140)] = 200294, - [SMALL_STATE(4141)] = 200318, - [SMALL_STATE(4142)] = 200342, - [SMALL_STATE(4143)] = 200366, - [SMALL_STATE(4144)] = 200390, - [SMALL_STATE(4145)] = 200414, - [SMALL_STATE(4146)] = 200438, - [SMALL_STATE(4147)] = 200462, - [SMALL_STATE(4148)] = 200486, - [SMALL_STATE(4149)] = 200510, - [SMALL_STATE(4150)] = 200534, - [SMALL_STATE(4151)] = 200558, - [SMALL_STATE(4152)] = 200582, - [SMALL_STATE(4153)] = 200606, - [SMALL_STATE(4154)] = 200630, - [SMALL_STATE(4155)] = 200654, - [SMALL_STATE(4156)] = 200678, - [SMALL_STATE(4157)] = 200702, - [SMALL_STATE(4158)] = 200726, - [SMALL_STATE(4159)] = 200750, - [SMALL_STATE(4160)] = 200774, - [SMALL_STATE(4161)] = 200798, - [SMALL_STATE(4162)] = 200822, - [SMALL_STATE(4163)] = 200846, - [SMALL_STATE(4164)] = 200870, - [SMALL_STATE(4165)] = 200894, - [SMALL_STATE(4166)] = 200918, - [SMALL_STATE(4167)] = 200942, - [SMALL_STATE(4168)] = 200966, - [SMALL_STATE(4169)] = 200990, - [SMALL_STATE(4170)] = 201014, - [SMALL_STATE(4171)] = 201038, - [SMALL_STATE(4172)] = 201062, - [SMALL_STATE(4173)] = 201086, - [SMALL_STATE(4174)] = 201110, - [SMALL_STATE(4175)] = 201134, - [SMALL_STATE(4176)] = 201158, - [SMALL_STATE(4177)] = 201182, - [SMALL_STATE(4178)] = 201206, - [SMALL_STATE(4179)] = 201230, - [SMALL_STATE(4180)] = 201254, - [SMALL_STATE(4181)] = 201278, - [SMALL_STATE(4182)] = 201302, - [SMALL_STATE(4183)] = 201326, - [SMALL_STATE(4184)] = 201350, - [SMALL_STATE(4185)] = 201374, - [SMALL_STATE(4186)] = 201398, - [SMALL_STATE(4187)] = 201422, - [SMALL_STATE(4188)] = 201446, - [SMALL_STATE(4189)] = 201470, - [SMALL_STATE(4190)] = 201494, - [SMALL_STATE(4191)] = 201518, - [SMALL_STATE(4192)] = 201542, - [SMALL_STATE(4193)] = 201566, - [SMALL_STATE(4194)] = 201590, - [SMALL_STATE(4195)] = 201614, - [SMALL_STATE(4196)] = 201638, - [SMALL_STATE(4197)] = 201662, - [SMALL_STATE(4198)] = 201686, - [SMALL_STATE(4199)] = 201710, - [SMALL_STATE(4200)] = 201734, - [SMALL_STATE(4201)] = 201758, - [SMALL_STATE(4202)] = 201782, - [SMALL_STATE(4203)] = 201806, - [SMALL_STATE(4204)] = 201830, - [SMALL_STATE(4205)] = 201854, - [SMALL_STATE(4206)] = 201878, - [SMALL_STATE(4207)] = 201902, - [SMALL_STATE(4208)] = 201926, - [SMALL_STATE(4209)] = 201950, - [SMALL_STATE(4210)] = 201974, - [SMALL_STATE(4211)] = 201998, - [SMALL_STATE(4212)] = 202022, - [SMALL_STATE(4213)] = 202046, - [SMALL_STATE(4214)] = 202070, - [SMALL_STATE(4215)] = 202094, - [SMALL_STATE(4216)] = 202118, - [SMALL_STATE(4217)] = 202142, - [SMALL_STATE(4218)] = 202166, - [SMALL_STATE(4219)] = 202190, - [SMALL_STATE(4220)] = 202214, - [SMALL_STATE(4221)] = 202238, - [SMALL_STATE(4222)] = 202262, - [SMALL_STATE(4223)] = 202286, - [SMALL_STATE(4224)] = 202310, - [SMALL_STATE(4225)] = 202334, - [SMALL_STATE(4226)] = 202358, - [SMALL_STATE(4227)] = 202382, - [SMALL_STATE(4228)] = 202406, - [SMALL_STATE(4229)] = 202430, - [SMALL_STATE(4230)] = 202454, - [SMALL_STATE(4231)] = 202478, - [SMALL_STATE(4232)] = 202502, - [SMALL_STATE(4233)] = 202526, - [SMALL_STATE(4234)] = 202550, - [SMALL_STATE(4235)] = 202574, - [SMALL_STATE(4236)] = 202598, - [SMALL_STATE(4237)] = 202622, - [SMALL_STATE(4238)] = 202646, - [SMALL_STATE(4239)] = 202670, - [SMALL_STATE(4240)] = 202694, - [SMALL_STATE(4241)] = 202718, - [SMALL_STATE(4242)] = 202742, - [SMALL_STATE(4243)] = 202766, - [SMALL_STATE(4244)] = 202790, - [SMALL_STATE(4245)] = 202814, - [SMALL_STATE(4246)] = 202838, - [SMALL_STATE(4247)] = 202862, - [SMALL_STATE(4248)] = 202886, - [SMALL_STATE(4249)] = 202910, - [SMALL_STATE(4250)] = 202934, - [SMALL_STATE(4251)] = 202958, - [SMALL_STATE(4252)] = 202982, - [SMALL_STATE(4253)] = 203006, - [SMALL_STATE(4254)] = 203030, - [SMALL_STATE(4255)] = 203054, - [SMALL_STATE(4256)] = 203078, - [SMALL_STATE(4257)] = 203102, - [SMALL_STATE(4258)] = 203126, - [SMALL_STATE(4259)] = 203150, - [SMALL_STATE(4260)] = 203174, - [SMALL_STATE(4261)] = 203198, - [SMALL_STATE(4262)] = 203222, - [SMALL_STATE(4263)] = 203246, - [SMALL_STATE(4264)] = 203270, - [SMALL_STATE(4265)] = 203294, - [SMALL_STATE(4266)] = 203318, - [SMALL_STATE(4267)] = 203342, - [SMALL_STATE(4268)] = 203366, - [SMALL_STATE(4269)] = 203390, - [SMALL_STATE(4270)] = 203414, - [SMALL_STATE(4271)] = 203438, - [SMALL_STATE(4272)] = 203462, - [SMALL_STATE(4273)] = 203486, - [SMALL_STATE(4274)] = 203510, - [SMALL_STATE(4275)] = 203534, - [SMALL_STATE(4276)] = 203558, - [SMALL_STATE(4277)] = 203582, - [SMALL_STATE(4278)] = 203606, - [SMALL_STATE(4279)] = 203630, - [SMALL_STATE(4280)] = 203654, - [SMALL_STATE(4281)] = 203678, - [SMALL_STATE(4282)] = 203702, - [SMALL_STATE(4283)] = 203726, - [SMALL_STATE(4284)] = 203750, - [SMALL_STATE(4285)] = 203774, - [SMALL_STATE(4286)] = 203798, - [SMALL_STATE(4287)] = 203822, - [SMALL_STATE(4288)] = 203846, - [SMALL_STATE(4289)] = 203870, - [SMALL_STATE(4290)] = 203894, - [SMALL_STATE(4291)] = 203918, - [SMALL_STATE(4292)] = 203942, - [SMALL_STATE(4293)] = 203966, - [SMALL_STATE(4294)] = 203990, - [SMALL_STATE(4295)] = 204014, - [SMALL_STATE(4296)] = 204038, - [SMALL_STATE(4297)] = 204062, - [SMALL_STATE(4298)] = 204086, - [SMALL_STATE(4299)] = 204110, - [SMALL_STATE(4300)] = 204134, - [SMALL_STATE(4301)] = 204158, - [SMALL_STATE(4302)] = 204182, - [SMALL_STATE(4303)] = 204206, - [SMALL_STATE(4304)] = 204230, - [SMALL_STATE(4305)] = 204254, - [SMALL_STATE(4306)] = 204278, - [SMALL_STATE(4307)] = 204302, - [SMALL_STATE(4308)] = 204326, - [SMALL_STATE(4309)] = 204350, - [SMALL_STATE(4310)] = 204374, - [SMALL_STATE(4311)] = 204398, - [SMALL_STATE(4312)] = 204422, - [SMALL_STATE(4313)] = 204439, - [SMALL_STATE(4314)] = 204456, - [SMALL_STATE(4315)] = 204474, - [SMALL_STATE(4316)] = 204490, - [SMALL_STATE(4317)] = 204508, - [SMALL_STATE(4318)] = 204526, - [SMALL_STATE(4319)] = 204544, - [SMALL_STATE(4320)] = 204562, - [SMALL_STATE(4321)] = 204580, - [SMALL_STATE(4322)] = 204598, - [SMALL_STATE(4323)] = 204616, - [SMALL_STATE(4324)] = 204634, - [SMALL_STATE(4325)] = 204652, - [SMALL_STATE(4326)] = 204670, - [SMALL_STATE(4327)] = 204688, - [SMALL_STATE(4328)] = 204706, - [SMALL_STATE(4329)] = 204724, - [SMALL_STATE(4330)] = 204742, - [SMALL_STATE(4331)] = 204760, - [SMALL_STATE(4332)] = 204778, - [SMALL_STATE(4333)] = 204796, - [SMALL_STATE(4334)] = 204814, - [SMALL_STATE(4335)] = 204830, - [SMALL_STATE(4336)] = 204846, - [SMALL_STATE(4337)] = 204864, - [SMALL_STATE(4338)] = 204882, - [SMALL_STATE(4339)] = 204900, - [SMALL_STATE(4340)] = 204918, - [SMALL_STATE(4341)] = 204936, - [SMALL_STATE(4342)] = 204954, - [SMALL_STATE(4343)] = 204972, - [SMALL_STATE(4344)] = 204990, - [SMALL_STATE(4345)] = 205008, - [SMALL_STATE(4346)] = 205026, - [SMALL_STATE(4347)] = 205044, - [SMALL_STATE(4348)] = 205062, - [SMALL_STATE(4349)] = 205080, - [SMALL_STATE(4350)] = 205098, - [SMALL_STATE(4351)] = 205116, - [SMALL_STATE(4352)] = 205134, - [SMALL_STATE(4353)] = 205152, - [SMALL_STATE(4354)] = 205170, - [SMALL_STATE(4355)] = 205188, - [SMALL_STATE(4356)] = 205206, - [SMALL_STATE(4357)] = 205224, - [SMALL_STATE(4358)] = 205242, - [SMALL_STATE(4359)] = 205260, - [SMALL_STATE(4360)] = 205278, - [SMALL_STATE(4361)] = 205296, - [SMALL_STATE(4362)] = 205314, - [SMALL_STATE(4363)] = 205332, - [SMALL_STATE(4364)] = 205350, - [SMALL_STATE(4365)] = 205368, - [SMALL_STATE(4366)] = 205386, - [SMALL_STATE(4367)] = 205404, - [SMALL_STATE(4368)] = 205422, - [SMALL_STATE(4369)] = 205440, - [SMALL_STATE(4370)] = 205458, - [SMALL_STATE(4371)] = 205474, - [SMALL_STATE(4372)] = 205490, - [SMALL_STATE(4373)] = 205506, - [SMALL_STATE(4374)] = 205522, - [SMALL_STATE(4375)] = 205538, - [SMALL_STATE(4376)] = 205556, - [SMALL_STATE(4377)] = 205574, - [SMALL_STATE(4378)] = 205592, - [SMALL_STATE(4379)] = 205610, - [SMALL_STATE(4380)] = 205628, - [SMALL_STATE(4381)] = 205646, - [SMALL_STATE(4382)] = 205664, - [SMALL_STATE(4383)] = 205682, - [SMALL_STATE(4384)] = 205700, - [SMALL_STATE(4385)] = 205716, - [SMALL_STATE(4386)] = 205732, - [SMALL_STATE(4387)] = 205748, - [SMALL_STATE(4388)] = 205766, - [SMALL_STATE(4389)] = 205784, - [SMALL_STATE(4390)] = 205802, - [SMALL_STATE(4391)] = 205820, - [SMALL_STATE(4392)] = 205838, - [SMALL_STATE(4393)] = 205856, - [SMALL_STATE(4394)] = 205874, - [SMALL_STATE(4395)] = 205892, - [SMALL_STATE(4396)] = 205910, - [SMALL_STATE(4397)] = 205926, - [SMALL_STATE(4398)] = 205944, - [SMALL_STATE(4399)] = 205960, - [SMALL_STATE(4400)] = 205978, - [SMALL_STATE(4401)] = 205996, - [SMALL_STATE(4402)] = 206014, - [SMALL_STATE(4403)] = 206032, - [SMALL_STATE(4404)] = 206050, - [SMALL_STATE(4405)] = 206068, - [SMALL_STATE(4406)] = 206086, - [SMALL_STATE(4407)] = 206104, - [SMALL_STATE(4408)] = 206122, - [SMALL_STATE(4409)] = 206140, - [SMALL_STATE(4410)] = 206158, - [SMALL_STATE(4411)] = 206176, - [SMALL_STATE(4412)] = 206194, - [SMALL_STATE(4413)] = 206212, - [SMALL_STATE(4414)] = 206230, - [SMALL_STATE(4415)] = 206248, - [SMALL_STATE(4416)] = 206266, - [SMALL_STATE(4417)] = 206282, - [SMALL_STATE(4418)] = 206300, - [SMALL_STATE(4419)] = 206318, - [SMALL_STATE(4420)] = 206336, - [SMALL_STATE(4421)] = 206354, - [SMALL_STATE(4422)] = 206372, - [SMALL_STATE(4423)] = 206390, - [SMALL_STATE(4424)] = 206408, - [SMALL_STATE(4425)] = 206426, - [SMALL_STATE(4426)] = 206444, - [SMALL_STATE(4427)] = 206462, - [SMALL_STATE(4428)] = 206480, - [SMALL_STATE(4429)] = 206498, - [SMALL_STATE(4430)] = 206516, - [SMALL_STATE(4431)] = 206534, - [SMALL_STATE(4432)] = 206552, - [SMALL_STATE(4433)] = 206570, - [SMALL_STATE(4434)] = 206585, - [SMALL_STATE(4435)] = 206600, - [SMALL_STATE(4436)] = 206615, - [SMALL_STATE(4437)] = 206630, - [SMALL_STATE(4438)] = 206645, - [SMALL_STATE(4439)] = 206660, - [SMALL_STATE(4440)] = 206675, - [SMALL_STATE(4441)] = 206690, - [SMALL_STATE(4442)] = 206705, - [SMALL_STATE(4443)] = 206720, - [SMALL_STATE(4444)] = 206735, - [SMALL_STATE(4445)] = 206749, - [SMALL_STATE(4446)] = 206763, - [SMALL_STATE(4447)] = 206777, - [SMALL_STATE(4448)] = 206791, - [SMALL_STATE(4449)] = 206805, - [SMALL_STATE(4450)] = 206819, - [SMALL_STATE(4451)] = 206833, - [SMALL_STATE(4452)] = 206847, - [SMALL_STATE(4453)] = 206861, - [SMALL_STATE(4454)] = 206875, - [SMALL_STATE(4455)] = 206889, - [SMALL_STATE(4456)] = 206903, - [SMALL_STATE(4457)] = 206917, - [SMALL_STATE(4458)] = 206931, - [SMALL_STATE(4459)] = 206945, - [SMALL_STATE(4460)] = 206959, - [SMALL_STATE(4461)] = 206973, - [SMALL_STATE(4462)] = 206987, - [SMALL_STATE(4463)] = 206999, - [SMALL_STATE(4464)] = 207013, - [SMALL_STATE(4465)] = 207027, - [SMALL_STATE(4466)] = 207041, - [SMALL_STATE(4467)] = 207051, - [SMALL_STATE(4468)] = 207065, - [SMALL_STATE(4469)] = 207079, - [SMALL_STATE(4470)] = 207093, - [SMALL_STATE(4471)] = 207107, - [SMALL_STATE(4472)] = 207121, - [SMALL_STATE(4473)] = 207135, - [SMALL_STATE(4474)] = 207149, - [SMALL_STATE(4475)] = 207163, - [SMALL_STATE(4476)] = 207177, - [SMALL_STATE(4477)] = 207191, - [SMALL_STATE(4478)] = 207205, - [SMALL_STATE(4479)] = 207219, - [SMALL_STATE(4480)] = 207233, - [SMALL_STATE(4481)] = 207247, - [SMALL_STATE(4482)] = 207261, - [SMALL_STATE(4483)] = 207275, - [SMALL_STATE(4484)] = 207289, - [SMALL_STATE(4485)] = 207303, - [SMALL_STATE(4486)] = 207317, - [SMALL_STATE(4487)] = 207331, - [SMALL_STATE(4488)] = 207345, - [SMALL_STATE(4489)] = 207359, - [SMALL_STATE(4490)] = 207373, - [SMALL_STATE(4491)] = 207387, - [SMALL_STATE(4492)] = 207401, - [SMALL_STATE(4493)] = 207415, - [SMALL_STATE(4494)] = 207429, - [SMALL_STATE(4495)] = 207443, - [SMALL_STATE(4496)] = 207457, - [SMALL_STATE(4497)] = 207471, - [SMALL_STATE(4498)] = 207485, - [SMALL_STATE(4499)] = 207499, - [SMALL_STATE(4500)] = 207513, - [SMALL_STATE(4501)] = 207527, - [SMALL_STATE(4502)] = 207537, - [SMALL_STATE(4503)] = 207551, - [SMALL_STATE(4504)] = 207561, - [SMALL_STATE(4505)] = 207575, - [SMALL_STATE(4506)] = 207589, - [SMALL_STATE(4507)] = 207603, - [SMALL_STATE(4508)] = 207617, - [SMALL_STATE(4509)] = 207631, - [SMALL_STATE(4510)] = 207645, - [SMALL_STATE(4511)] = 207659, - [SMALL_STATE(4512)] = 207673, - [SMALL_STATE(4513)] = 207683, - [SMALL_STATE(4514)] = 207697, - [SMALL_STATE(4515)] = 207711, - [SMALL_STATE(4516)] = 207725, - [SMALL_STATE(4517)] = 207735, - [SMALL_STATE(4518)] = 207749, - [SMALL_STATE(4519)] = 207763, - [SMALL_STATE(4520)] = 207777, - [SMALL_STATE(4521)] = 207791, - [SMALL_STATE(4522)] = 207805, - [SMALL_STATE(4523)] = 207819, - [SMALL_STATE(4524)] = 207833, - [SMALL_STATE(4525)] = 207847, - [SMALL_STATE(4526)] = 207861, - [SMALL_STATE(4527)] = 207875, - [SMALL_STATE(4528)] = 207889, - [SMALL_STATE(4529)] = 207903, - [SMALL_STATE(4530)] = 207917, - [SMALL_STATE(4531)] = 207931, - [SMALL_STATE(4532)] = 207945, - [SMALL_STATE(4533)] = 207959, - [SMALL_STATE(4534)] = 207973, - [SMALL_STATE(4535)] = 207987, - [SMALL_STATE(4536)] = 208001, - [SMALL_STATE(4537)] = 208015, - [SMALL_STATE(4538)] = 208029, - [SMALL_STATE(4539)] = 208043, - [SMALL_STATE(4540)] = 208057, - [SMALL_STATE(4541)] = 208071, - [SMALL_STATE(4542)] = 208085, - [SMALL_STATE(4543)] = 208099, - [SMALL_STATE(4544)] = 208113, - [SMALL_STATE(4545)] = 208127, - [SMALL_STATE(4546)] = 208141, - [SMALL_STATE(4547)] = 208155, - [SMALL_STATE(4548)] = 208169, - [SMALL_STATE(4549)] = 208183, - [SMALL_STATE(4550)] = 208197, - [SMALL_STATE(4551)] = 208211, - [SMALL_STATE(4552)] = 208225, - [SMALL_STATE(4553)] = 208239, - [SMALL_STATE(4554)] = 208253, - [SMALL_STATE(4555)] = 208267, - [SMALL_STATE(4556)] = 208281, - [SMALL_STATE(4557)] = 208295, - [SMALL_STATE(4558)] = 208309, - [SMALL_STATE(4559)] = 208323, - [SMALL_STATE(4560)] = 208337, - [SMALL_STATE(4561)] = 208351, - [SMALL_STATE(4562)] = 208365, - [SMALL_STATE(4563)] = 208379, - [SMALL_STATE(4564)] = 208393, - [SMALL_STATE(4565)] = 208407, - [SMALL_STATE(4566)] = 208421, - [SMALL_STATE(4567)] = 208431, - [SMALL_STATE(4568)] = 208445, - [SMALL_STATE(4569)] = 208455, - [SMALL_STATE(4570)] = 208465, - [SMALL_STATE(4571)] = 208479, - [SMALL_STATE(4572)] = 208493, - [SMALL_STATE(4573)] = 208507, - [SMALL_STATE(4574)] = 208521, - [SMALL_STATE(4575)] = 208535, - [SMALL_STATE(4576)] = 208549, - [SMALL_STATE(4577)] = 208563, - [SMALL_STATE(4578)] = 208577, - [SMALL_STATE(4579)] = 208591, - [SMALL_STATE(4580)] = 208601, - [SMALL_STATE(4581)] = 208611, - [SMALL_STATE(4582)] = 208625, - [SMALL_STATE(4583)] = 208639, - [SMALL_STATE(4584)] = 208653, - [SMALL_STATE(4585)] = 208667, - [SMALL_STATE(4586)] = 208681, - [SMALL_STATE(4587)] = 208695, - [SMALL_STATE(4588)] = 208709, - [SMALL_STATE(4589)] = 208719, - [SMALL_STATE(4590)] = 208729, - [SMALL_STATE(4591)] = 208739, - [SMALL_STATE(4592)] = 208753, - [SMALL_STATE(4593)] = 208767, - [SMALL_STATE(4594)] = 208781, - [SMALL_STATE(4595)] = 208795, - [SMALL_STATE(4596)] = 208809, - [SMALL_STATE(4597)] = 208819, - [SMALL_STATE(4598)] = 208829, - [SMALL_STATE(4599)] = 208843, - [SMALL_STATE(4600)] = 208857, - [SMALL_STATE(4601)] = 208871, - [SMALL_STATE(4602)] = 208885, - [SMALL_STATE(4603)] = 208899, - [SMALL_STATE(4604)] = 208913, - [SMALL_STATE(4605)] = 208927, - [SMALL_STATE(4606)] = 208941, - [SMALL_STATE(4607)] = 208955, - [SMALL_STATE(4608)] = 208969, - [SMALL_STATE(4609)] = 208983, - [SMALL_STATE(4610)] = 208997, - [SMALL_STATE(4611)] = 209011, - [SMALL_STATE(4612)] = 209025, - [SMALL_STATE(4613)] = 209039, - [SMALL_STATE(4614)] = 209053, - [SMALL_STATE(4615)] = 209067, - [SMALL_STATE(4616)] = 209081, - [SMALL_STATE(4617)] = 209095, - [SMALL_STATE(4618)] = 209109, - [SMALL_STATE(4619)] = 209123, - [SMALL_STATE(4620)] = 209137, - [SMALL_STATE(4621)] = 209147, - [SMALL_STATE(4622)] = 209157, - [SMALL_STATE(4623)] = 209167, - [SMALL_STATE(4624)] = 209177, - [SMALL_STATE(4625)] = 209187, - [SMALL_STATE(4626)] = 209197, - [SMALL_STATE(4627)] = 209207, - [SMALL_STATE(4628)] = 209217, - [SMALL_STATE(4629)] = 209227, - [SMALL_STATE(4630)] = 209237, - [SMALL_STATE(4631)] = 209247, - [SMALL_STATE(4632)] = 209257, - [SMALL_STATE(4633)] = 209267, - [SMALL_STATE(4634)] = 209277, - [SMALL_STATE(4635)] = 209287, - [SMALL_STATE(4636)] = 209297, - [SMALL_STATE(4637)] = 209307, - [SMALL_STATE(4638)] = 209317, - [SMALL_STATE(4639)] = 209327, - [SMALL_STATE(4640)] = 209337, - [SMALL_STATE(4641)] = 209347, - [SMALL_STATE(4642)] = 209357, - [SMALL_STATE(4643)] = 209367, - [SMALL_STATE(4644)] = 209377, - [SMALL_STATE(4645)] = 209387, - [SMALL_STATE(4646)] = 209397, - [SMALL_STATE(4647)] = 209407, - [SMALL_STATE(4648)] = 209417, - [SMALL_STATE(4649)] = 209427, - [SMALL_STATE(4650)] = 209437, - [SMALL_STATE(4651)] = 209447, - [SMALL_STATE(4652)] = 209457, - [SMALL_STATE(4653)] = 209467, - [SMALL_STATE(4654)] = 209477, - [SMALL_STATE(4655)] = 209487, - [SMALL_STATE(4656)] = 209497, - [SMALL_STATE(4657)] = 209507, - [SMALL_STATE(4658)] = 209517, - [SMALL_STATE(4659)] = 209527, - [SMALL_STATE(4660)] = 209537, - [SMALL_STATE(4661)] = 209547, - [SMALL_STATE(4662)] = 209557, - [SMALL_STATE(4663)] = 209567, - [SMALL_STATE(4664)] = 209577, - [SMALL_STATE(4665)] = 209587, - [SMALL_STATE(4666)] = 209597, - [SMALL_STATE(4667)] = 209607, - [SMALL_STATE(4668)] = 209617, - [SMALL_STATE(4669)] = 209627, - [SMALL_STATE(4670)] = 209637, - [SMALL_STATE(4671)] = 209647, - [SMALL_STATE(4672)] = 209657, - [SMALL_STATE(4673)] = 209667, - [SMALL_STATE(4674)] = 209677, - [SMALL_STATE(4675)] = 209687, - [SMALL_STATE(4676)] = 209697, - [SMALL_STATE(4677)] = 209707, - [SMALL_STATE(4678)] = 209717, - [SMALL_STATE(4679)] = 209727, - [SMALL_STATE(4680)] = 209737, - [SMALL_STATE(4681)] = 209747, - [SMALL_STATE(4682)] = 209757, - [SMALL_STATE(4683)] = 209767, - [SMALL_STATE(4684)] = 209777, - [SMALL_STATE(4685)] = 209787, - [SMALL_STATE(4686)] = 209797, - [SMALL_STATE(4687)] = 209807, - [SMALL_STATE(4688)] = 209817, - [SMALL_STATE(4689)] = 209827, - [SMALL_STATE(4690)] = 209837, - [SMALL_STATE(4691)] = 209847, - [SMALL_STATE(4692)] = 209857, - [SMALL_STATE(4693)] = 209867, - [SMALL_STATE(4694)] = 209877, - [SMALL_STATE(4695)] = 209887, - [SMALL_STATE(4696)] = 209897, - [SMALL_STATE(4697)] = 209907, - [SMALL_STATE(4698)] = 209917, - [SMALL_STATE(4699)] = 209927, - [SMALL_STATE(4700)] = 209937, - [SMALL_STATE(4701)] = 209947, - [SMALL_STATE(4702)] = 209957, - [SMALL_STATE(4703)] = 209967, - [SMALL_STATE(4704)] = 209977, - [SMALL_STATE(4705)] = 209987, - [SMALL_STATE(4706)] = 209997, - [SMALL_STATE(4707)] = 210007, - [SMALL_STATE(4708)] = 210017, - [SMALL_STATE(4709)] = 210027, - [SMALL_STATE(4710)] = 210037, - [SMALL_STATE(4711)] = 210047, - [SMALL_STATE(4712)] = 210057, - [SMALL_STATE(4713)] = 210067, - [SMALL_STATE(4714)] = 210077, - [SMALL_STATE(4715)] = 210087, - [SMALL_STATE(4716)] = 210097, - [SMALL_STATE(4717)] = 210107, - [SMALL_STATE(4718)] = 210117, - [SMALL_STATE(4719)] = 210127, - [SMALL_STATE(4720)] = 210137, - [SMALL_STATE(4721)] = 210147, - [SMALL_STATE(4722)] = 210157, - [SMALL_STATE(4723)] = 210167, - [SMALL_STATE(4724)] = 210177, - [SMALL_STATE(4725)] = 210187, - [SMALL_STATE(4726)] = 210197, - [SMALL_STATE(4727)] = 210207, - [SMALL_STATE(4728)] = 210217, - [SMALL_STATE(4729)] = 210227, - [SMALL_STATE(4730)] = 210237, - [SMALL_STATE(4731)] = 210247, - [SMALL_STATE(4732)] = 210257, - [SMALL_STATE(4733)] = 210267, - [SMALL_STATE(4734)] = 210277, - [SMALL_STATE(4735)] = 210287, - [SMALL_STATE(4736)] = 210297, - [SMALL_STATE(4737)] = 210307, - [SMALL_STATE(4738)] = 210317, - [SMALL_STATE(4739)] = 210327, - [SMALL_STATE(4740)] = 210337, - [SMALL_STATE(4741)] = 210347, - [SMALL_STATE(4742)] = 210357, - [SMALL_STATE(4743)] = 210367, - [SMALL_STATE(4744)] = 210377, - [SMALL_STATE(4745)] = 210387, - [SMALL_STATE(4746)] = 210397, - [SMALL_STATE(4747)] = 210407, - [SMALL_STATE(4748)] = 210417, - [SMALL_STATE(4749)] = 210427, - [SMALL_STATE(4750)] = 210437, - [SMALL_STATE(4751)] = 210447, - [SMALL_STATE(4752)] = 210457, - [SMALL_STATE(4753)] = 210467, - [SMALL_STATE(4754)] = 210477, - [SMALL_STATE(4755)] = 210487, - [SMALL_STATE(4756)] = 210497, - [SMALL_STATE(4757)] = 210507, - [SMALL_STATE(4758)] = 210517, - [SMALL_STATE(4759)] = 210527, - [SMALL_STATE(4760)] = 210537, - [SMALL_STATE(4761)] = 210547, - [SMALL_STATE(4762)] = 210557, - [SMALL_STATE(4763)] = 210567, - [SMALL_STATE(4764)] = 210577, - [SMALL_STATE(4765)] = 210587, - [SMALL_STATE(4766)] = 210597, - [SMALL_STATE(4767)] = 210607, - [SMALL_STATE(4768)] = 210617, - [SMALL_STATE(4769)] = 210627, - [SMALL_STATE(4770)] = 210637, - [SMALL_STATE(4771)] = 210647, - [SMALL_STATE(4772)] = 210657, - [SMALL_STATE(4773)] = 210667, - [SMALL_STATE(4774)] = 210677, - [SMALL_STATE(4775)] = 210687, - [SMALL_STATE(4776)] = 210697, - [SMALL_STATE(4777)] = 210707, - [SMALL_STATE(4778)] = 210717, - [SMALL_STATE(4779)] = 210727, - [SMALL_STATE(4780)] = 210737, - [SMALL_STATE(4781)] = 210747, - [SMALL_STATE(4782)] = 210757, - [SMALL_STATE(4783)] = 210767, - [SMALL_STATE(4784)] = 210777, - [SMALL_STATE(4785)] = 210787, - [SMALL_STATE(4786)] = 210797, - [SMALL_STATE(4787)] = 210807, - [SMALL_STATE(4788)] = 210817, - [SMALL_STATE(4789)] = 210827, - [SMALL_STATE(4790)] = 210837, - [SMALL_STATE(4791)] = 210847, - [SMALL_STATE(4792)] = 210857, - [SMALL_STATE(4793)] = 210867, - [SMALL_STATE(4794)] = 210877, - [SMALL_STATE(4795)] = 210887, - [SMALL_STATE(4796)] = 210897, - [SMALL_STATE(4797)] = 210907, - [SMALL_STATE(4798)] = 210917, - [SMALL_STATE(4799)] = 210927, - [SMALL_STATE(4800)] = 210937, - [SMALL_STATE(4801)] = 210947, - [SMALL_STATE(4802)] = 210957, - [SMALL_STATE(4803)] = 210967, - [SMALL_STATE(4804)] = 210977, - [SMALL_STATE(4805)] = 210987, - [SMALL_STATE(4806)] = 210997, - [SMALL_STATE(4807)] = 211007, - [SMALL_STATE(4808)] = 211017, - [SMALL_STATE(4809)] = 211027, - [SMALL_STATE(4810)] = 211037, - [SMALL_STATE(4811)] = 211047, - [SMALL_STATE(4812)] = 211057, - [SMALL_STATE(4813)] = 211067, - [SMALL_STATE(4814)] = 211077, - [SMALL_STATE(4815)] = 211087, - [SMALL_STATE(4816)] = 211097, - [SMALL_STATE(4817)] = 211107, - [SMALL_STATE(4818)] = 211117, - [SMALL_STATE(4819)] = 211127, - [SMALL_STATE(4820)] = 211137, - [SMALL_STATE(4821)] = 211147, - [SMALL_STATE(4822)] = 211157, - [SMALL_STATE(4823)] = 211167, - [SMALL_STATE(4824)] = 211177, - [SMALL_STATE(4825)] = 211187, - [SMALL_STATE(4826)] = 211197, - [SMALL_STATE(4827)] = 211207, - [SMALL_STATE(4828)] = 211217, - [SMALL_STATE(4829)] = 211227, - [SMALL_STATE(4830)] = 211237, - [SMALL_STATE(4831)] = 211247, - [SMALL_STATE(4832)] = 211257, - [SMALL_STATE(4833)] = 211267, - [SMALL_STATE(4834)] = 211277, - [SMALL_STATE(4835)] = 211287, - [SMALL_STATE(4836)] = 211297, - [SMALL_STATE(4837)] = 211307, - [SMALL_STATE(4838)] = 211317, - [SMALL_STATE(4839)] = 211327, - [SMALL_STATE(4840)] = 211337, - [SMALL_STATE(4841)] = 211347, - [SMALL_STATE(4842)] = 211357, - [SMALL_STATE(4843)] = 211367, - [SMALL_STATE(4844)] = 211377, - [SMALL_STATE(4845)] = 211387, - [SMALL_STATE(4846)] = 211397, - [SMALL_STATE(4847)] = 211407, - [SMALL_STATE(4848)] = 211417, - [SMALL_STATE(4849)] = 211427, - [SMALL_STATE(4850)] = 211437, - [SMALL_STATE(4851)] = 211447, - [SMALL_STATE(4852)] = 211457, - [SMALL_STATE(4853)] = 211467, - [SMALL_STATE(4854)] = 211477, - [SMALL_STATE(4855)] = 211487, - [SMALL_STATE(4856)] = 211497, - [SMALL_STATE(4857)] = 211507, - [SMALL_STATE(4858)] = 211517, - [SMALL_STATE(4859)] = 211527, - [SMALL_STATE(4860)] = 211537, - [SMALL_STATE(4861)] = 211547, - [SMALL_STATE(4862)] = 211557, - [SMALL_STATE(4863)] = 211567, - [SMALL_STATE(4864)] = 211577, - [SMALL_STATE(4865)] = 211587, - [SMALL_STATE(4866)] = 211597, - [SMALL_STATE(4867)] = 211607, - [SMALL_STATE(4868)] = 211617, - [SMALL_STATE(4869)] = 211627, - [SMALL_STATE(4870)] = 211637, - [SMALL_STATE(4871)] = 211647, - [SMALL_STATE(4872)] = 211657, - [SMALL_STATE(4873)] = 211667, - [SMALL_STATE(4874)] = 211677, - [SMALL_STATE(4875)] = 211687, - [SMALL_STATE(4876)] = 211697, - [SMALL_STATE(4877)] = 211707, - [SMALL_STATE(4878)] = 211717, - [SMALL_STATE(4879)] = 211727, - [SMALL_STATE(4880)] = 211737, - [SMALL_STATE(4881)] = 211747, - [SMALL_STATE(4882)] = 211757, - [SMALL_STATE(4883)] = 211767, - [SMALL_STATE(4884)] = 211777, - [SMALL_STATE(4885)] = 211787, - [SMALL_STATE(4886)] = 211797, - [SMALL_STATE(4887)] = 211807, - [SMALL_STATE(4888)] = 211817, - [SMALL_STATE(4889)] = 211827, - [SMALL_STATE(4890)] = 211837, - [SMALL_STATE(4891)] = 211847, - [SMALL_STATE(4892)] = 211857, - [SMALL_STATE(4893)] = 211867, - [SMALL_STATE(4894)] = 211877, - [SMALL_STATE(4895)] = 211887, - [SMALL_STATE(4896)] = 211897, - [SMALL_STATE(4897)] = 211907, - [SMALL_STATE(4898)] = 211917, - [SMALL_STATE(4899)] = 211927, - [SMALL_STATE(4900)] = 211937, - [SMALL_STATE(4901)] = 211947, - [SMALL_STATE(4902)] = 211957, - [SMALL_STATE(4903)] = 211967, - [SMALL_STATE(4904)] = 211977, - [SMALL_STATE(4905)] = 211987, - [SMALL_STATE(4906)] = 211997, - [SMALL_STATE(4907)] = 212007, - [SMALL_STATE(4908)] = 212017, - [SMALL_STATE(4909)] = 212027, - [SMALL_STATE(4910)] = 212037, - [SMALL_STATE(4911)] = 212047, - [SMALL_STATE(4912)] = 212057, - [SMALL_STATE(4913)] = 212067, - [SMALL_STATE(4914)] = 212077, - [SMALL_STATE(4915)] = 212087, - [SMALL_STATE(4916)] = 212097, - [SMALL_STATE(4917)] = 212107, - [SMALL_STATE(4918)] = 212117, - [SMALL_STATE(4919)] = 212127, - [SMALL_STATE(4920)] = 212137, - [SMALL_STATE(4921)] = 212147, - [SMALL_STATE(4922)] = 212157, - [SMALL_STATE(4923)] = 212167, - [SMALL_STATE(4924)] = 212177, - [SMALL_STATE(4925)] = 212187, - [SMALL_STATE(4926)] = 212197, - [SMALL_STATE(4927)] = 212207, - [SMALL_STATE(4928)] = 212217, - [SMALL_STATE(4929)] = 212227, - [SMALL_STATE(4930)] = 212237, - [SMALL_STATE(4931)] = 212247, - [SMALL_STATE(4932)] = 212257, - [SMALL_STATE(4933)] = 212267, - [SMALL_STATE(4934)] = 212277, - [SMALL_STATE(4935)] = 212287, - [SMALL_STATE(4936)] = 212297, - [SMALL_STATE(4937)] = 212307, - [SMALL_STATE(4938)] = 212317, - [SMALL_STATE(4939)] = 212327, - [SMALL_STATE(4940)] = 212337, - [SMALL_STATE(4941)] = 212347, - [SMALL_STATE(4942)] = 212357, - [SMALL_STATE(4943)] = 212367, - [SMALL_STATE(4944)] = 212377, - [SMALL_STATE(4945)] = 212387, - [SMALL_STATE(4946)] = 212397, - [SMALL_STATE(4947)] = 212407, - [SMALL_STATE(4948)] = 212417, - [SMALL_STATE(4949)] = 212427, - [SMALL_STATE(4950)] = 212437, - [SMALL_STATE(4951)] = 212447, - [SMALL_STATE(4952)] = 212457, - [SMALL_STATE(4953)] = 212467, - [SMALL_STATE(4954)] = 212477, - [SMALL_STATE(4955)] = 212487, - [SMALL_STATE(4956)] = 212497, - [SMALL_STATE(4957)] = 212507, - [SMALL_STATE(4958)] = 212517, - [SMALL_STATE(4959)] = 212527, - [SMALL_STATE(4960)] = 212537, - [SMALL_STATE(4961)] = 212547, - [SMALL_STATE(4962)] = 212557, - [SMALL_STATE(4963)] = 212567, - [SMALL_STATE(4964)] = 212577, - [SMALL_STATE(4965)] = 212587, - [SMALL_STATE(4966)] = 212597, - [SMALL_STATE(4967)] = 212607, - [SMALL_STATE(4968)] = 212617, - [SMALL_STATE(4969)] = 212627, - [SMALL_STATE(4970)] = 212637, - [SMALL_STATE(4971)] = 212647, - [SMALL_STATE(4972)] = 212657, - [SMALL_STATE(4973)] = 212667, - [SMALL_STATE(4974)] = 212677, - [SMALL_STATE(4975)] = 212687, - [SMALL_STATE(4976)] = 212697, - [SMALL_STATE(4977)] = 212707, - [SMALL_STATE(4978)] = 212717, - [SMALL_STATE(4979)] = 212727, - [SMALL_STATE(4980)] = 212737, - [SMALL_STATE(4981)] = 212747, - [SMALL_STATE(4982)] = 212757, - [SMALL_STATE(4983)] = 212767, - [SMALL_STATE(4984)] = 212777, - [SMALL_STATE(4985)] = 212787, - [SMALL_STATE(4986)] = 212797, - [SMALL_STATE(4987)] = 212807, - [SMALL_STATE(4988)] = 212817, - [SMALL_STATE(4989)] = 212827, - [SMALL_STATE(4990)] = 212837, - [SMALL_STATE(4991)] = 212847, - [SMALL_STATE(4992)] = 212857, - [SMALL_STATE(4993)] = 212867, - [SMALL_STATE(4994)] = 212877, - [SMALL_STATE(4995)] = 212887, - [SMALL_STATE(4996)] = 212897, - [SMALL_STATE(4997)] = 212907, - [SMALL_STATE(4998)] = 212917, - [SMALL_STATE(4999)] = 212927, - [SMALL_STATE(5000)] = 212937, - [SMALL_STATE(5001)] = 212947, - [SMALL_STATE(5002)] = 212957, - [SMALL_STATE(5003)] = 212967, - [SMALL_STATE(5004)] = 212977, - [SMALL_STATE(5005)] = 212987, - [SMALL_STATE(5006)] = 212997, - [SMALL_STATE(5007)] = 213007, - [SMALL_STATE(5008)] = 213017, - [SMALL_STATE(5009)] = 213027, - [SMALL_STATE(5010)] = 213037, - [SMALL_STATE(5011)] = 213047, - [SMALL_STATE(5012)] = 213057, - [SMALL_STATE(5013)] = 213067, - [SMALL_STATE(5014)] = 213077, - [SMALL_STATE(5015)] = 213087, - [SMALL_STATE(5016)] = 213097, - [SMALL_STATE(5017)] = 213107, - [SMALL_STATE(5018)] = 213117, - [SMALL_STATE(5019)] = 213127, - [SMALL_STATE(5020)] = 213137, - [SMALL_STATE(5021)] = 213147, - [SMALL_STATE(5022)] = 213157, - [SMALL_STATE(5023)] = 213167, - [SMALL_STATE(5024)] = 213177, - [SMALL_STATE(5025)] = 213187, - [SMALL_STATE(5026)] = 213197, - [SMALL_STATE(5027)] = 213207, - [SMALL_STATE(5028)] = 213217, - [SMALL_STATE(5029)] = 213227, - [SMALL_STATE(5030)] = 213237, - [SMALL_STATE(5031)] = 213247, - [SMALL_STATE(5032)] = 213257, - [SMALL_STATE(5033)] = 213267, - [SMALL_STATE(5034)] = 213277, - [SMALL_STATE(5035)] = 213287, - [SMALL_STATE(5036)] = 213297, - [SMALL_STATE(5037)] = 213307, - [SMALL_STATE(5038)] = 213317, - [SMALL_STATE(5039)] = 213327, - [SMALL_STATE(5040)] = 213337, - [SMALL_STATE(5041)] = 213347, - [SMALL_STATE(5042)] = 213357, - [SMALL_STATE(5043)] = 213367, - [SMALL_STATE(5044)] = 213377, - [SMALL_STATE(5045)] = 213387, - [SMALL_STATE(5046)] = 213397, - [SMALL_STATE(5047)] = 213407, - [SMALL_STATE(5048)] = 213417, - [SMALL_STATE(5049)] = 213427, - [SMALL_STATE(5050)] = 213437, - [SMALL_STATE(5051)] = 213447, - [SMALL_STATE(5052)] = 213457, - [SMALL_STATE(5053)] = 213467, - [SMALL_STATE(5054)] = 213477, - [SMALL_STATE(5055)] = 213487, - [SMALL_STATE(5056)] = 213497, - [SMALL_STATE(5057)] = 213507, - [SMALL_STATE(5058)] = 213517, - [SMALL_STATE(5059)] = 213527, - [SMALL_STATE(5060)] = 213537, - [SMALL_STATE(5061)] = 213547, - [SMALL_STATE(5062)] = 213557, - [SMALL_STATE(5063)] = 213567, - [SMALL_STATE(5064)] = 213577, - [SMALL_STATE(5065)] = 213587, - [SMALL_STATE(5066)] = 213597, - [SMALL_STATE(5067)] = 213607, - [SMALL_STATE(5068)] = 213617, - [SMALL_STATE(5069)] = 213627, - [SMALL_STATE(5070)] = 213637, - [SMALL_STATE(5071)] = 213647, - [SMALL_STATE(5072)] = 213657, - [SMALL_STATE(5073)] = 213667, - [SMALL_STATE(5074)] = 213677, - [SMALL_STATE(5075)] = 213687, - [SMALL_STATE(5076)] = 213697, - [SMALL_STATE(5077)] = 213707, - [SMALL_STATE(5078)] = 213717, - [SMALL_STATE(5079)] = 213727, - [SMALL_STATE(5080)] = 213737, - [SMALL_STATE(5081)] = 213747, - [SMALL_STATE(5082)] = 213757, - [SMALL_STATE(5083)] = 213767, - [SMALL_STATE(5084)] = 213777, - [SMALL_STATE(5085)] = 213787, - [SMALL_STATE(5086)] = 213797, - [SMALL_STATE(5087)] = 213807, - [SMALL_STATE(5088)] = 213817, - [SMALL_STATE(5089)] = 213827, - [SMALL_STATE(5090)] = 213837, - [SMALL_STATE(5091)] = 213847, - [SMALL_STATE(5092)] = 213857, - [SMALL_STATE(5093)] = 213867, - [SMALL_STATE(5094)] = 213877, - [SMALL_STATE(5095)] = 213887, - [SMALL_STATE(5096)] = 213897, - [SMALL_STATE(5097)] = 213907, - [SMALL_STATE(5098)] = 213917, - [SMALL_STATE(5099)] = 213927, - [SMALL_STATE(5100)] = 213937, - [SMALL_STATE(5101)] = 213947, - [SMALL_STATE(5102)] = 213957, - [SMALL_STATE(5103)] = 213967, - [SMALL_STATE(5104)] = 213977, - [SMALL_STATE(5105)] = 213987, - [SMALL_STATE(5106)] = 213997, - [SMALL_STATE(5107)] = 214007, - [SMALL_STATE(5108)] = 214017, - [SMALL_STATE(5109)] = 214027, - [SMALL_STATE(5110)] = 214037, - [SMALL_STATE(5111)] = 214047, - [SMALL_STATE(5112)] = 214057, - [SMALL_STATE(5113)] = 214067, - [SMALL_STATE(5114)] = 214077, - [SMALL_STATE(5115)] = 214087, - [SMALL_STATE(5116)] = 214097, - [SMALL_STATE(5117)] = 214105, - [SMALL_STATE(5118)] = 214113, - [SMALL_STATE(5119)] = 214123, - [SMALL_STATE(5120)] = 214133, - [SMALL_STATE(5121)] = 214143, - [SMALL_STATE(5122)] = 214153, - [SMALL_STATE(5123)] = 214163, - [SMALL_STATE(5124)] = 214173, - [SMALL_STATE(5125)] = 214183, - [SMALL_STATE(5126)] = 214193, - [SMALL_STATE(5127)] = 214203, - [SMALL_STATE(5128)] = 214213, - [SMALL_STATE(5129)] = 214223, - [SMALL_STATE(5130)] = 214233, - [SMALL_STATE(5131)] = 214243, - [SMALL_STATE(5132)] = 214253, - [SMALL_STATE(5133)] = 214263, - [SMALL_STATE(5134)] = 214273, - [SMALL_STATE(5135)] = 214283, - [SMALL_STATE(5136)] = 214293, - [SMALL_STATE(5137)] = 214303, - [SMALL_STATE(5138)] = 214313, - [SMALL_STATE(5139)] = 214323, - [SMALL_STATE(5140)] = 214333, - [SMALL_STATE(5141)] = 214343, - [SMALL_STATE(5142)] = 214353, - [SMALL_STATE(5143)] = 214363, - [SMALL_STATE(5144)] = 214373, - [SMALL_STATE(5145)] = 214383, - [SMALL_STATE(5146)] = 214393, - [SMALL_STATE(5147)] = 214403, - [SMALL_STATE(5148)] = 214413, - [SMALL_STATE(5149)] = 214423, - [SMALL_STATE(5150)] = 214433, - [SMALL_STATE(5151)] = 214443, - [SMALL_STATE(5152)] = 214453, - [SMALL_STATE(5153)] = 214463, - [SMALL_STATE(5154)] = 214473, - [SMALL_STATE(5155)] = 214483, - [SMALL_STATE(5156)] = 214493, - [SMALL_STATE(5157)] = 214503, - [SMALL_STATE(5158)] = 214513, - [SMALL_STATE(5159)] = 214523, - [SMALL_STATE(5160)] = 214533, - [SMALL_STATE(5161)] = 214543, - [SMALL_STATE(5162)] = 214553, - [SMALL_STATE(5163)] = 214563, - [SMALL_STATE(5164)] = 214573, - [SMALL_STATE(5165)] = 214583, - [SMALL_STATE(5166)] = 214593, - [SMALL_STATE(5167)] = 214603, - [SMALL_STATE(5168)] = 214613, - [SMALL_STATE(5169)] = 214623, - [SMALL_STATE(5170)] = 214633, - [SMALL_STATE(5171)] = 214643, - [SMALL_STATE(5172)] = 214653, - [SMALL_STATE(5173)] = 214663, - [SMALL_STATE(5174)] = 214673, - [SMALL_STATE(5175)] = 214683, - [SMALL_STATE(5176)] = 214693, - [SMALL_STATE(5177)] = 214703, - [SMALL_STATE(5178)] = 214713, - [SMALL_STATE(5179)] = 214723, - [SMALL_STATE(5180)] = 214733, - [SMALL_STATE(5181)] = 214743, - [SMALL_STATE(5182)] = 214753, - [SMALL_STATE(5183)] = 214763, - [SMALL_STATE(5184)] = 214773, - [SMALL_STATE(5185)] = 214783, - [SMALL_STATE(5186)] = 214793, - [SMALL_STATE(5187)] = 214803, - [SMALL_STATE(5188)] = 214813, - [SMALL_STATE(5189)] = 214823, - [SMALL_STATE(5190)] = 214833, - [SMALL_STATE(5191)] = 214843, - [SMALL_STATE(5192)] = 214853, - [SMALL_STATE(5193)] = 214863, - [SMALL_STATE(5194)] = 214873, - [SMALL_STATE(5195)] = 214883, - [SMALL_STATE(5196)] = 214893, - [SMALL_STATE(5197)] = 214903, - [SMALL_STATE(5198)] = 214913, - [SMALL_STATE(5199)] = 214923, - [SMALL_STATE(5200)] = 214933, - [SMALL_STATE(5201)] = 214943, - [SMALL_STATE(5202)] = 214953, - [SMALL_STATE(5203)] = 214963, - [SMALL_STATE(5204)] = 214973, - [SMALL_STATE(5205)] = 214983, - [SMALL_STATE(5206)] = 214993, - [SMALL_STATE(5207)] = 215003, - [SMALL_STATE(5208)] = 215013, - [SMALL_STATE(5209)] = 215023, - [SMALL_STATE(5210)] = 215033, - [SMALL_STATE(5211)] = 215043, - [SMALL_STATE(5212)] = 215053, - [SMALL_STATE(5213)] = 215063, - [SMALL_STATE(5214)] = 215073, - [SMALL_STATE(5215)] = 215083, - [SMALL_STATE(5216)] = 215093, - [SMALL_STATE(5217)] = 215103, - [SMALL_STATE(5218)] = 215113, - [SMALL_STATE(5219)] = 215123, - [SMALL_STATE(5220)] = 215133, - [SMALL_STATE(5221)] = 215143, - [SMALL_STATE(5222)] = 215153, - [SMALL_STATE(5223)] = 215163, - [SMALL_STATE(5224)] = 215173, - [SMALL_STATE(5225)] = 215183, - [SMALL_STATE(5226)] = 215193, - [SMALL_STATE(5227)] = 215203, - [SMALL_STATE(5228)] = 215213, - [SMALL_STATE(5229)] = 215223, - [SMALL_STATE(5230)] = 215233, - [SMALL_STATE(5231)] = 215243, - [SMALL_STATE(5232)] = 215253, - [SMALL_STATE(5233)] = 215263, - [SMALL_STATE(5234)] = 215273, - [SMALL_STATE(5235)] = 215283, - [SMALL_STATE(5236)] = 215293, - [SMALL_STATE(5237)] = 215303, - [SMALL_STATE(5238)] = 215313, - [SMALL_STATE(5239)] = 215323, - [SMALL_STATE(5240)] = 215333, - [SMALL_STATE(5241)] = 215343, - [SMALL_STATE(5242)] = 215353, - [SMALL_STATE(5243)] = 215363, - [SMALL_STATE(5244)] = 215373, - [SMALL_STATE(5245)] = 215383, - [SMALL_STATE(5246)] = 215393, - [SMALL_STATE(5247)] = 215403, - [SMALL_STATE(5248)] = 215413, - [SMALL_STATE(5249)] = 215423, - [SMALL_STATE(5250)] = 215433, - [SMALL_STATE(5251)] = 215443, - [SMALL_STATE(5252)] = 215453, - [SMALL_STATE(5253)] = 215463, - [SMALL_STATE(5254)] = 215473, - [SMALL_STATE(5255)] = 215483, - [SMALL_STATE(5256)] = 215493, - [SMALL_STATE(5257)] = 215503, - [SMALL_STATE(5258)] = 215513, - [SMALL_STATE(5259)] = 215523, - [SMALL_STATE(5260)] = 215533, - [SMALL_STATE(5261)] = 215543, - [SMALL_STATE(5262)] = 215553, - [SMALL_STATE(5263)] = 215563, - [SMALL_STATE(5264)] = 215571, - [SMALL_STATE(5265)] = 215581, - [SMALL_STATE(5266)] = 215591, - [SMALL_STATE(5267)] = 215601, - [SMALL_STATE(5268)] = 215611, - [SMALL_STATE(5269)] = 215621, - [SMALL_STATE(5270)] = 215631, - [SMALL_STATE(5271)] = 215641, - [SMALL_STATE(5272)] = 215651, - [SMALL_STATE(5273)] = 215661, - [SMALL_STATE(5274)] = 215671, - [SMALL_STATE(5275)] = 215681, - [SMALL_STATE(5276)] = 215691, - [SMALL_STATE(5277)] = 215701, - [SMALL_STATE(5278)] = 215711, - [SMALL_STATE(5279)] = 215721, - [SMALL_STATE(5280)] = 215731, - [SMALL_STATE(5281)] = 215741, - [SMALL_STATE(5282)] = 215751, - [SMALL_STATE(5283)] = 215761, - [SMALL_STATE(5284)] = 215771, - [SMALL_STATE(5285)] = 215781, - [SMALL_STATE(5286)] = 215791, - [SMALL_STATE(5287)] = 215801, - [SMALL_STATE(5288)] = 215811, - [SMALL_STATE(5289)] = 215821, - [SMALL_STATE(5290)] = 215831, - [SMALL_STATE(5291)] = 215841, - [SMALL_STATE(5292)] = 215851, - [SMALL_STATE(5293)] = 215861, - [SMALL_STATE(5294)] = 215871, - [SMALL_STATE(5295)] = 215881, - [SMALL_STATE(5296)] = 215891, - [SMALL_STATE(5297)] = 215901, - [SMALL_STATE(5298)] = 215911, - [SMALL_STATE(5299)] = 215921, - [SMALL_STATE(5300)] = 215931, - [SMALL_STATE(5301)] = 215941, - [SMALL_STATE(5302)] = 215951, - [SMALL_STATE(5303)] = 215961, - [SMALL_STATE(5304)] = 215971, - [SMALL_STATE(5305)] = 215981, - [SMALL_STATE(5306)] = 215991, - [SMALL_STATE(5307)] = 216001, - [SMALL_STATE(5308)] = 216011, - [SMALL_STATE(5309)] = 216021, - [SMALL_STATE(5310)] = 216031, - [SMALL_STATE(5311)] = 216041, - [SMALL_STATE(5312)] = 216051, - [SMALL_STATE(5313)] = 216061, - [SMALL_STATE(5314)] = 216071, - [SMALL_STATE(5315)] = 216081, - [SMALL_STATE(5316)] = 216091, - [SMALL_STATE(5317)] = 216101, - [SMALL_STATE(5318)] = 216111, - [SMALL_STATE(5319)] = 216121, - [SMALL_STATE(5320)] = 216131, - [SMALL_STATE(5321)] = 216141, - [SMALL_STATE(5322)] = 216151, - [SMALL_STATE(5323)] = 216161, - [SMALL_STATE(5324)] = 216171, - [SMALL_STATE(5325)] = 216181, - [SMALL_STATE(5326)] = 216191, - [SMALL_STATE(5327)] = 216201, - [SMALL_STATE(5328)] = 216211, - [SMALL_STATE(5329)] = 216221, - [SMALL_STATE(5330)] = 216231, - [SMALL_STATE(5331)] = 216241, - [SMALL_STATE(5332)] = 216251, - [SMALL_STATE(5333)] = 216261, - [SMALL_STATE(5334)] = 216271, - [SMALL_STATE(5335)] = 216281, - [SMALL_STATE(5336)] = 216291, - [SMALL_STATE(5337)] = 216301, - [SMALL_STATE(5338)] = 216311, - [SMALL_STATE(5339)] = 216321, - [SMALL_STATE(5340)] = 216331, - [SMALL_STATE(5341)] = 216337, - [SMALL_STATE(5342)] = 216347, - [SMALL_STATE(5343)] = 216357, - [SMALL_STATE(5344)] = 216367, - [SMALL_STATE(5345)] = 216377, - [SMALL_STATE(5346)] = 216387, - [SMALL_STATE(5347)] = 216397, - [SMALL_STATE(5348)] = 216407, - [SMALL_STATE(5349)] = 216417, - [SMALL_STATE(5350)] = 216427, - [SMALL_STATE(5351)] = 216437, - [SMALL_STATE(5352)] = 216447, - [SMALL_STATE(5353)] = 216457, - [SMALL_STATE(5354)] = 216467, - [SMALL_STATE(5355)] = 216477, - [SMALL_STATE(5356)] = 216487, - [SMALL_STATE(5357)] = 216497, - [SMALL_STATE(5358)] = 216507, - [SMALL_STATE(5359)] = 216517, - [SMALL_STATE(5360)] = 216527, - [SMALL_STATE(5361)] = 216537, - [SMALL_STATE(5362)] = 216547, - [SMALL_STATE(5363)] = 216557, - [SMALL_STATE(5364)] = 216567, - [SMALL_STATE(5365)] = 216577, - [SMALL_STATE(5366)] = 216587, - [SMALL_STATE(5367)] = 216597, - [SMALL_STATE(5368)] = 216607, - [SMALL_STATE(5369)] = 216617, - [SMALL_STATE(5370)] = 216627, - [SMALL_STATE(5371)] = 216637, - [SMALL_STATE(5372)] = 216647, - [SMALL_STATE(5373)] = 216657, - [SMALL_STATE(5374)] = 216667, - [SMALL_STATE(5375)] = 216677, - [SMALL_STATE(5376)] = 216687, - [SMALL_STATE(5377)] = 216697, - [SMALL_STATE(5378)] = 216707, - [SMALL_STATE(5379)] = 216717, - [SMALL_STATE(5380)] = 216727, - [SMALL_STATE(5381)] = 216737, - [SMALL_STATE(5382)] = 216747, - [SMALL_STATE(5383)] = 216757, - [SMALL_STATE(5384)] = 216767, - [SMALL_STATE(5385)] = 216777, - [SMALL_STATE(5386)] = 216787, - [SMALL_STATE(5387)] = 216797, - [SMALL_STATE(5388)] = 216807, - [SMALL_STATE(5389)] = 216817, - [SMALL_STATE(5390)] = 216827, - [SMALL_STATE(5391)] = 216837, - [SMALL_STATE(5392)] = 216847, - [SMALL_STATE(5393)] = 216857, - [SMALL_STATE(5394)] = 216867, - [SMALL_STATE(5395)] = 216877, - [SMALL_STATE(5396)] = 216887, - [SMALL_STATE(5397)] = 216897, - [SMALL_STATE(5398)] = 216907, - [SMALL_STATE(5399)] = 216917, - [SMALL_STATE(5400)] = 216927, - [SMALL_STATE(5401)] = 216937, - [SMALL_STATE(5402)] = 216947, - [SMALL_STATE(5403)] = 216957, - [SMALL_STATE(5404)] = 216967, - [SMALL_STATE(5405)] = 216977, - [SMALL_STATE(5406)] = 216987, - [SMALL_STATE(5407)] = 216997, - [SMALL_STATE(5408)] = 217007, - [SMALL_STATE(5409)] = 217017, - [SMALL_STATE(5410)] = 217027, - [SMALL_STATE(5411)] = 217037, - [SMALL_STATE(5412)] = 217047, - [SMALL_STATE(5413)] = 217057, - [SMALL_STATE(5414)] = 217067, - [SMALL_STATE(5415)] = 217077, - [SMALL_STATE(5416)] = 217087, - [SMALL_STATE(5417)] = 217097, - [SMALL_STATE(5418)] = 217107, - [SMALL_STATE(5419)] = 217117, - [SMALL_STATE(5420)] = 217127, - [SMALL_STATE(5421)] = 217137, - [SMALL_STATE(5422)] = 217147, - [SMALL_STATE(5423)] = 217157, - [SMALL_STATE(5424)] = 217167, - [SMALL_STATE(5425)] = 217177, - [SMALL_STATE(5426)] = 217187, - [SMALL_STATE(5427)] = 217197, - [SMALL_STATE(5428)] = 217207, - [SMALL_STATE(5429)] = 217217, - [SMALL_STATE(5430)] = 217227, - [SMALL_STATE(5431)] = 217237, - [SMALL_STATE(5432)] = 217247, - [SMALL_STATE(5433)] = 217257, - [SMALL_STATE(5434)] = 217267, - [SMALL_STATE(5435)] = 217277, - [SMALL_STATE(5436)] = 217287, - [SMALL_STATE(5437)] = 217297, - [SMALL_STATE(5438)] = 217307, - [SMALL_STATE(5439)] = 217317, - [SMALL_STATE(5440)] = 217327, - [SMALL_STATE(5441)] = 217337, - [SMALL_STATE(5442)] = 217347, - [SMALL_STATE(5443)] = 217357, - [SMALL_STATE(5444)] = 217367, - [SMALL_STATE(5445)] = 217377, - [SMALL_STATE(5446)] = 217387, - [SMALL_STATE(5447)] = 217397, - [SMALL_STATE(5448)] = 217407, - [SMALL_STATE(5449)] = 217417, - [SMALL_STATE(5450)] = 217427, - [SMALL_STATE(5451)] = 217433, - [SMALL_STATE(5452)] = 217443, - [SMALL_STATE(5453)] = 217453, - [SMALL_STATE(5454)] = 217463, - [SMALL_STATE(5455)] = 217473, - [SMALL_STATE(5456)] = 217479, - [SMALL_STATE(5457)] = 217489, - [SMALL_STATE(5458)] = 217499, - [SMALL_STATE(5459)] = 217509, - [SMALL_STATE(5460)] = 217519, - [SMALL_STATE(5461)] = 217529, - [SMALL_STATE(5462)] = 217539, - [SMALL_STATE(5463)] = 217549, - [SMALL_STATE(5464)] = 217559, - [SMALL_STATE(5465)] = 217569, - [SMALL_STATE(5466)] = 217579, - [SMALL_STATE(5467)] = 217589, - [SMALL_STATE(5468)] = 217599, - [SMALL_STATE(5469)] = 217609, - [SMALL_STATE(5470)] = 217619, - [SMALL_STATE(5471)] = 217629, - [SMALL_STATE(5472)] = 217639, - [SMALL_STATE(5473)] = 217649, - [SMALL_STATE(5474)] = 217659, - [SMALL_STATE(5475)] = 217669, - [SMALL_STATE(5476)] = 217679, - [SMALL_STATE(5477)] = 217689, - [SMALL_STATE(5478)] = 217699, - [SMALL_STATE(5479)] = 217709, - [SMALL_STATE(5480)] = 217719, - [SMALL_STATE(5481)] = 217729, - [SMALL_STATE(5482)] = 217739, - [SMALL_STATE(5483)] = 217749, - [SMALL_STATE(5484)] = 217759, - [SMALL_STATE(5485)] = 217769, - [SMALL_STATE(5486)] = 217779, - [SMALL_STATE(5487)] = 217789, - [SMALL_STATE(5488)] = 217799, - [SMALL_STATE(5489)] = 217809, - [SMALL_STATE(5490)] = 217819, - [SMALL_STATE(5491)] = 217829, - [SMALL_STATE(5492)] = 217839, - [SMALL_STATE(5493)] = 217849, - [SMALL_STATE(5494)] = 217859, - [SMALL_STATE(5495)] = 217869, - [SMALL_STATE(5496)] = 217879, - [SMALL_STATE(5497)] = 217889, - [SMALL_STATE(5498)] = 217899, - [SMALL_STATE(5499)] = 217909, - [SMALL_STATE(5500)] = 217919, - [SMALL_STATE(5501)] = 217929, - [SMALL_STATE(5502)] = 217939, - [SMALL_STATE(5503)] = 217949, - [SMALL_STATE(5504)] = 217959, - [SMALL_STATE(5505)] = 217969, - [SMALL_STATE(5506)] = 217979, - [SMALL_STATE(5507)] = 217989, - [SMALL_STATE(5508)] = 217999, - [SMALL_STATE(5509)] = 218009, - [SMALL_STATE(5510)] = 218019, - [SMALL_STATE(5511)] = 218029, - [SMALL_STATE(5512)] = 218039, - [SMALL_STATE(5513)] = 218049, - [SMALL_STATE(5514)] = 218059, - [SMALL_STATE(5515)] = 218069, - [SMALL_STATE(5516)] = 218079, - [SMALL_STATE(5517)] = 218089, - [SMALL_STATE(5518)] = 218099, - [SMALL_STATE(5519)] = 218109, - [SMALL_STATE(5520)] = 218119, - [SMALL_STATE(5521)] = 218129, - [SMALL_STATE(5522)] = 218139, - [SMALL_STATE(5523)] = 218149, - [SMALL_STATE(5524)] = 218159, - [SMALL_STATE(5525)] = 218169, - [SMALL_STATE(5526)] = 218179, - [SMALL_STATE(5527)] = 218189, - [SMALL_STATE(5528)] = 218199, - [SMALL_STATE(5529)] = 218209, - [SMALL_STATE(5530)] = 218219, - [SMALL_STATE(5531)] = 218229, - [SMALL_STATE(5532)] = 218239, - [SMALL_STATE(5533)] = 218249, - [SMALL_STATE(5534)] = 218259, - [SMALL_STATE(5535)] = 218269, - [SMALL_STATE(5536)] = 218279, - [SMALL_STATE(5537)] = 218289, - [SMALL_STATE(5538)] = 218299, - [SMALL_STATE(5539)] = 218306, - [SMALL_STATE(5540)] = 218313, - [SMALL_STATE(5541)] = 218320, - [SMALL_STATE(5542)] = 218327, - [SMALL_STATE(5543)] = 218334, - [SMALL_STATE(5544)] = 218341, - [SMALL_STATE(5545)] = 218348, - [SMALL_STATE(5546)] = 218355, - [SMALL_STATE(5547)] = 218362, - [SMALL_STATE(5548)] = 218369, - [SMALL_STATE(5549)] = 218376, - [SMALL_STATE(5550)] = 218383, - [SMALL_STATE(5551)] = 218390, - [SMALL_STATE(5552)] = 218397, - [SMALL_STATE(5553)] = 218404, - [SMALL_STATE(5554)] = 218411, - [SMALL_STATE(5555)] = 218418, - [SMALL_STATE(5556)] = 218425, - [SMALL_STATE(5557)] = 218432, - [SMALL_STATE(5558)] = 218439, - [SMALL_STATE(5559)] = 218446, - [SMALL_STATE(5560)] = 218453, - [SMALL_STATE(5561)] = 218460, - [SMALL_STATE(5562)] = 218467, - [SMALL_STATE(5563)] = 218474, - [SMALL_STATE(5564)] = 218481, - [SMALL_STATE(5565)] = 218488, - [SMALL_STATE(5566)] = 218495, - [SMALL_STATE(5567)] = 218502, - [SMALL_STATE(5568)] = 218509, - [SMALL_STATE(5569)] = 218516, - [SMALL_STATE(5570)] = 218523, - [SMALL_STATE(5571)] = 218530, - [SMALL_STATE(5572)] = 218537, - [SMALL_STATE(5573)] = 218544, - [SMALL_STATE(5574)] = 218551, - [SMALL_STATE(5575)] = 218558, - [SMALL_STATE(5576)] = 218565, - [SMALL_STATE(5577)] = 218572, - [SMALL_STATE(5578)] = 218579, - [SMALL_STATE(5579)] = 218586, - [SMALL_STATE(5580)] = 218593, - [SMALL_STATE(5581)] = 218600, - [SMALL_STATE(5582)] = 218607, - [SMALL_STATE(5583)] = 218614, - [SMALL_STATE(5584)] = 218621, - [SMALL_STATE(5585)] = 218628, - [SMALL_STATE(5586)] = 218635, - [SMALL_STATE(5587)] = 218642, - [SMALL_STATE(5588)] = 218649, - [SMALL_STATE(5589)] = 218656, - [SMALL_STATE(5590)] = 218663, - [SMALL_STATE(5591)] = 218670, - [SMALL_STATE(5592)] = 218677, - [SMALL_STATE(5593)] = 218684, - [SMALL_STATE(5594)] = 218691, - [SMALL_STATE(5595)] = 218698, - [SMALL_STATE(5596)] = 218705, - [SMALL_STATE(5597)] = 218712, - [SMALL_STATE(5598)] = 218719, - [SMALL_STATE(5599)] = 218726, - [SMALL_STATE(5600)] = 218733, - [SMALL_STATE(5601)] = 218740, - [SMALL_STATE(5602)] = 218747, - [SMALL_STATE(5603)] = 218754, - [SMALL_STATE(5604)] = 218761, - [SMALL_STATE(5605)] = 218768, - [SMALL_STATE(5606)] = 218775, - [SMALL_STATE(5607)] = 218782, - [SMALL_STATE(5608)] = 218789, - [SMALL_STATE(5609)] = 218796, - [SMALL_STATE(5610)] = 218803, - [SMALL_STATE(5611)] = 218810, - [SMALL_STATE(5612)] = 218817, - [SMALL_STATE(5613)] = 218824, - [SMALL_STATE(5614)] = 218831, - [SMALL_STATE(5615)] = 218838, - [SMALL_STATE(5616)] = 218845, - [SMALL_STATE(5617)] = 218852, - [SMALL_STATE(5618)] = 218859, - [SMALL_STATE(5619)] = 218866, - [SMALL_STATE(5620)] = 218873, - [SMALL_STATE(5621)] = 218880, - [SMALL_STATE(5622)] = 218887, - [SMALL_STATE(5623)] = 218894, - [SMALL_STATE(5624)] = 218901, - [SMALL_STATE(5625)] = 218908, - [SMALL_STATE(5626)] = 218915, - [SMALL_STATE(5627)] = 218922, - [SMALL_STATE(5628)] = 218929, - [SMALL_STATE(5629)] = 218936, - [SMALL_STATE(5630)] = 218943, - [SMALL_STATE(5631)] = 218950, - [SMALL_STATE(5632)] = 218957, - [SMALL_STATE(5633)] = 218964, - [SMALL_STATE(5634)] = 218971, - [SMALL_STATE(5635)] = 218978, - [SMALL_STATE(5636)] = 218985, - [SMALL_STATE(5637)] = 218992, - [SMALL_STATE(5638)] = 218999, - [SMALL_STATE(5639)] = 219006, - [SMALL_STATE(5640)] = 219013, - [SMALL_STATE(5641)] = 219020, - [SMALL_STATE(5642)] = 219027, - [SMALL_STATE(5643)] = 219034, - [SMALL_STATE(5644)] = 219041, - [SMALL_STATE(5645)] = 219048, - [SMALL_STATE(5646)] = 219055, - [SMALL_STATE(5647)] = 219062, - [SMALL_STATE(5648)] = 219069, - [SMALL_STATE(5649)] = 219076, - [SMALL_STATE(5650)] = 219083, - [SMALL_STATE(5651)] = 219090, - [SMALL_STATE(5652)] = 219097, - [SMALL_STATE(5653)] = 219104, - [SMALL_STATE(5654)] = 219111, - [SMALL_STATE(5655)] = 219118, - [SMALL_STATE(5656)] = 219125, - [SMALL_STATE(5657)] = 219132, - [SMALL_STATE(5658)] = 219139, - [SMALL_STATE(5659)] = 219146, - [SMALL_STATE(5660)] = 219153, - [SMALL_STATE(5661)] = 219160, - [SMALL_STATE(5662)] = 219167, - [SMALL_STATE(5663)] = 219174, - [SMALL_STATE(5664)] = 219181, - [SMALL_STATE(5665)] = 219188, - [SMALL_STATE(5666)] = 219195, - [SMALL_STATE(5667)] = 219202, - [SMALL_STATE(5668)] = 219209, - [SMALL_STATE(5669)] = 219216, - [SMALL_STATE(5670)] = 219223, - [SMALL_STATE(5671)] = 219230, - [SMALL_STATE(5672)] = 219237, - [SMALL_STATE(5673)] = 219244, - [SMALL_STATE(5674)] = 219251, - [SMALL_STATE(5675)] = 219258, - [SMALL_STATE(5676)] = 219265, - [SMALL_STATE(5677)] = 219272, - [SMALL_STATE(5678)] = 219279, - [SMALL_STATE(5679)] = 219286, - [SMALL_STATE(5680)] = 219293, - [SMALL_STATE(5681)] = 219298, - [SMALL_STATE(5682)] = 219305, - [SMALL_STATE(5683)] = 219312, - [SMALL_STATE(5684)] = 219319, - [SMALL_STATE(5685)] = 219326, - [SMALL_STATE(5686)] = 219333, - [SMALL_STATE(5687)] = 219340, - [SMALL_STATE(5688)] = 219347, - [SMALL_STATE(5689)] = 219354, - [SMALL_STATE(5690)] = 219361, - [SMALL_STATE(5691)] = 219368, - [SMALL_STATE(5692)] = 219375, - [SMALL_STATE(5693)] = 219382, - [SMALL_STATE(5694)] = 219389, - [SMALL_STATE(5695)] = 219396, - [SMALL_STATE(5696)] = 219403, - [SMALL_STATE(5697)] = 219410, - [SMALL_STATE(5698)] = 219417, - [SMALL_STATE(5699)] = 219424, - [SMALL_STATE(5700)] = 219431, - [SMALL_STATE(5701)] = 219438, - [SMALL_STATE(5702)] = 219445, - [SMALL_STATE(5703)] = 219452, - [SMALL_STATE(5704)] = 219459, - [SMALL_STATE(5705)] = 219466, - [SMALL_STATE(5706)] = 219473, - [SMALL_STATE(5707)] = 219480, - [SMALL_STATE(5708)] = 219487, - [SMALL_STATE(5709)] = 219492, - [SMALL_STATE(5710)] = 219499, - [SMALL_STATE(5711)] = 219506, - [SMALL_STATE(5712)] = 219513, - [SMALL_STATE(5713)] = 219518, - [SMALL_STATE(5714)] = 219523, - [SMALL_STATE(5715)] = 219530, - [SMALL_STATE(5716)] = 219537, - [SMALL_STATE(5717)] = 219544, - [SMALL_STATE(5718)] = 219549, - [SMALL_STATE(5719)] = 219556, - [SMALL_STATE(5720)] = 219563, - [SMALL_STATE(5721)] = 219570, - [SMALL_STATE(5722)] = 219577, - [SMALL_STATE(5723)] = 219584, - [SMALL_STATE(5724)] = 219591, - [SMALL_STATE(5725)] = 219598, - [SMALL_STATE(5726)] = 219605, - [SMALL_STATE(5727)] = 219609, - [SMALL_STATE(5728)] = 219613, - [SMALL_STATE(5729)] = 219617, - [SMALL_STATE(5730)] = 219621, - [SMALL_STATE(5731)] = 219625, - [SMALL_STATE(5732)] = 219629, - [SMALL_STATE(5733)] = 219633, - [SMALL_STATE(5734)] = 219637, - [SMALL_STATE(5735)] = 219641, - [SMALL_STATE(5736)] = 219645, - [SMALL_STATE(5737)] = 219649, - [SMALL_STATE(5738)] = 219653, - [SMALL_STATE(5739)] = 219657, - [SMALL_STATE(5740)] = 219661, - [SMALL_STATE(5741)] = 219665, - [SMALL_STATE(5742)] = 219669, - [SMALL_STATE(5743)] = 219673, - [SMALL_STATE(5744)] = 219677, - [SMALL_STATE(5745)] = 219681, - [SMALL_STATE(5746)] = 219685, - [SMALL_STATE(5747)] = 219689, - [SMALL_STATE(5748)] = 219693, - [SMALL_STATE(5749)] = 219697, - [SMALL_STATE(5750)] = 219701, - [SMALL_STATE(5751)] = 219705, - [SMALL_STATE(5752)] = 219709, - [SMALL_STATE(5753)] = 219713, - [SMALL_STATE(5754)] = 219717, - [SMALL_STATE(5755)] = 219721, - [SMALL_STATE(5756)] = 219725, - [SMALL_STATE(5757)] = 219729, - [SMALL_STATE(5758)] = 219733, - [SMALL_STATE(5759)] = 219737, - [SMALL_STATE(5760)] = 219741, - [SMALL_STATE(5761)] = 219745, - [SMALL_STATE(5762)] = 219749, - [SMALL_STATE(5763)] = 219753, - [SMALL_STATE(5764)] = 219757, - [SMALL_STATE(5765)] = 219761, - [SMALL_STATE(5766)] = 219765, - [SMALL_STATE(5767)] = 219769, - [SMALL_STATE(5768)] = 219773, - [SMALL_STATE(5769)] = 219777, - [SMALL_STATE(5770)] = 219781, - [SMALL_STATE(5771)] = 219785, - [SMALL_STATE(5772)] = 219789, - [SMALL_STATE(5773)] = 219793, - [SMALL_STATE(5774)] = 219797, - [SMALL_STATE(5775)] = 219801, - [SMALL_STATE(5776)] = 219805, - [SMALL_STATE(5777)] = 219809, - [SMALL_STATE(5778)] = 219813, - [SMALL_STATE(5779)] = 219817, - [SMALL_STATE(5780)] = 219821, - [SMALL_STATE(5781)] = 219825, - [SMALL_STATE(5782)] = 219829, - [SMALL_STATE(5783)] = 219833, - [SMALL_STATE(5784)] = 219837, - [SMALL_STATE(5785)] = 219841, - [SMALL_STATE(5786)] = 219845, - [SMALL_STATE(5787)] = 219849, - [SMALL_STATE(5788)] = 219853, - [SMALL_STATE(5789)] = 219857, - [SMALL_STATE(5790)] = 219861, - [SMALL_STATE(5791)] = 219865, - [SMALL_STATE(5792)] = 219869, - [SMALL_STATE(5793)] = 219873, - [SMALL_STATE(5794)] = 219877, - [SMALL_STATE(5795)] = 219881, - [SMALL_STATE(5796)] = 219885, - [SMALL_STATE(5797)] = 219889, - [SMALL_STATE(5798)] = 219893, - [SMALL_STATE(5799)] = 219897, - [SMALL_STATE(5800)] = 219901, - [SMALL_STATE(5801)] = 219905, - [SMALL_STATE(5802)] = 219909, - [SMALL_STATE(5803)] = 219913, - [SMALL_STATE(5804)] = 219917, - [SMALL_STATE(5805)] = 219921, - [SMALL_STATE(5806)] = 219925, - [SMALL_STATE(5807)] = 219929, - [SMALL_STATE(5808)] = 219933, - [SMALL_STATE(5809)] = 219937, - [SMALL_STATE(5810)] = 219941, - [SMALL_STATE(5811)] = 219945, - [SMALL_STATE(5812)] = 219949, - [SMALL_STATE(5813)] = 219953, - [SMALL_STATE(5814)] = 219957, - [SMALL_STATE(5815)] = 219961, - [SMALL_STATE(5816)] = 219965, - [SMALL_STATE(5817)] = 219969, - [SMALL_STATE(5818)] = 219973, - [SMALL_STATE(5819)] = 219977, - [SMALL_STATE(5820)] = 219981, - [SMALL_STATE(5821)] = 219985, - [SMALL_STATE(5822)] = 219989, - [SMALL_STATE(5823)] = 219993, - [SMALL_STATE(5824)] = 219997, - [SMALL_STATE(5825)] = 220001, - [SMALL_STATE(5826)] = 220005, - [SMALL_STATE(5827)] = 220009, - [SMALL_STATE(5828)] = 220013, - [SMALL_STATE(5829)] = 220017, - [SMALL_STATE(5830)] = 220021, - [SMALL_STATE(5831)] = 220025, - [SMALL_STATE(5832)] = 220029, - [SMALL_STATE(5833)] = 220033, - [SMALL_STATE(5834)] = 220037, - [SMALL_STATE(5835)] = 220041, - [SMALL_STATE(5836)] = 220045, - [SMALL_STATE(5837)] = 220049, - [SMALL_STATE(5838)] = 220053, - [SMALL_STATE(5839)] = 220057, - [SMALL_STATE(5840)] = 220061, - [SMALL_STATE(5841)] = 220065, - [SMALL_STATE(5842)] = 220069, - [SMALL_STATE(5843)] = 220073, - [SMALL_STATE(5844)] = 220077, - [SMALL_STATE(5845)] = 220081, - [SMALL_STATE(5846)] = 220085, - [SMALL_STATE(5847)] = 220089, - [SMALL_STATE(5848)] = 220093, - [SMALL_STATE(5849)] = 220097, - [SMALL_STATE(5850)] = 220101, - [SMALL_STATE(5851)] = 220105, - [SMALL_STATE(5852)] = 220109, - [SMALL_STATE(5853)] = 220113, - [SMALL_STATE(5854)] = 220117, - [SMALL_STATE(5855)] = 220121, - [SMALL_STATE(5856)] = 220125, - [SMALL_STATE(5857)] = 220129, - [SMALL_STATE(5858)] = 220133, - [SMALL_STATE(5859)] = 220137, - [SMALL_STATE(5860)] = 220141, - [SMALL_STATE(5861)] = 220145, - [SMALL_STATE(5862)] = 220149, - [SMALL_STATE(5863)] = 220153, - [SMALL_STATE(5864)] = 220157, - [SMALL_STATE(5865)] = 220161, - [SMALL_STATE(5866)] = 220165, - [SMALL_STATE(5867)] = 220169, - [SMALL_STATE(5868)] = 220173, - [SMALL_STATE(5869)] = 220177, - [SMALL_STATE(5870)] = 220181, - [SMALL_STATE(5871)] = 220185, - [SMALL_STATE(5872)] = 220189, - [SMALL_STATE(5873)] = 220193, - [SMALL_STATE(5874)] = 220197, - [SMALL_STATE(5875)] = 220201, - [SMALL_STATE(5876)] = 220205, - [SMALL_STATE(5877)] = 220209, - [SMALL_STATE(5878)] = 220213, - [SMALL_STATE(5879)] = 220217, - [SMALL_STATE(5880)] = 220221, - [SMALL_STATE(5881)] = 220225, - [SMALL_STATE(5882)] = 220229, - [SMALL_STATE(5883)] = 220233, - [SMALL_STATE(5884)] = 220237, - [SMALL_STATE(5885)] = 220241, - [SMALL_STATE(5886)] = 220245, - [SMALL_STATE(5887)] = 220249, - [SMALL_STATE(5888)] = 220253, - [SMALL_STATE(5889)] = 220257, - [SMALL_STATE(5890)] = 220261, - [SMALL_STATE(5891)] = 220265, - [SMALL_STATE(5892)] = 220269, - [SMALL_STATE(5893)] = 220273, - [SMALL_STATE(5894)] = 220277, - [SMALL_STATE(5895)] = 220281, - [SMALL_STATE(5896)] = 220285, - [SMALL_STATE(5897)] = 220289, - [SMALL_STATE(5898)] = 220293, - [SMALL_STATE(5899)] = 220297, - [SMALL_STATE(5900)] = 220301, - [SMALL_STATE(5901)] = 220305, - [SMALL_STATE(5902)] = 220309, - [SMALL_STATE(5903)] = 220313, - [SMALL_STATE(5904)] = 220317, - [SMALL_STATE(5905)] = 220321, - [SMALL_STATE(5906)] = 220325, - [SMALL_STATE(5907)] = 220329, - [SMALL_STATE(5908)] = 220333, - [SMALL_STATE(5909)] = 220337, - [SMALL_STATE(5910)] = 220341, - [SMALL_STATE(5911)] = 220345, - [SMALL_STATE(5912)] = 220349, - [SMALL_STATE(5913)] = 220353, - [SMALL_STATE(5914)] = 220357, - [SMALL_STATE(5915)] = 220361, - [SMALL_STATE(5916)] = 220365, - [SMALL_STATE(5917)] = 220369, - [SMALL_STATE(5918)] = 220373, - [SMALL_STATE(5919)] = 220377, - [SMALL_STATE(5920)] = 220381, - [SMALL_STATE(5921)] = 220385, - [SMALL_STATE(5922)] = 220389, - [SMALL_STATE(5923)] = 220393, - [SMALL_STATE(5924)] = 220397, - [SMALL_STATE(5925)] = 220401, - [SMALL_STATE(5926)] = 220405, - [SMALL_STATE(5927)] = 220409, - [SMALL_STATE(5928)] = 220413, - [SMALL_STATE(5929)] = 220417, - [SMALL_STATE(5930)] = 220421, - [SMALL_STATE(5931)] = 220425, - [SMALL_STATE(5932)] = 220429, - [SMALL_STATE(5933)] = 220433, - [SMALL_STATE(5934)] = 220437, - [SMALL_STATE(5935)] = 220441, - [SMALL_STATE(5936)] = 220445, - [SMALL_STATE(5937)] = 220449, - [SMALL_STATE(5938)] = 220453, - [SMALL_STATE(5939)] = 220457, - [SMALL_STATE(5940)] = 220461, - [SMALL_STATE(5941)] = 220465, - [SMALL_STATE(5942)] = 220469, - [SMALL_STATE(5943)] = 220473, - [SMALL_STATE(5944)] = 220477, - [SMALL_STATE(5945)] = 220481, - [SMALL_STATE(5946)] = 220485, - [SMALL_STATE(5947)] = 220489, - [SMALL_STATE(5948)] = 220493, - [SMALL_STATE(5949)] = 220497, - [SMALL_STATE(5950)] = 220501, - [SMALL_STATE(5951)] = 220505, - [SMALL_STATE(5952)] = 220509, - [SMALL_STATE(5953)] = 220513, - [SMALL_STATE(5954)] = 220517, - [SMALL_STATE(5955)] = 220521, - [SMALL_STATE(5956)] = 220525, - [SMALL_STATE(5957)] = 220529, - [SMALL_STATE(5958)] = 220533, - [SMALL_STATE(5959)] = 220537, - [SMALL_STATE(5960)] = 220541, - [SMALL_STATE(5961)] = 220545, - [SMALL_STATE(5962)] = 220549, - [SMALL_STATE(5963)] = 220553, - [SMALL_STATE(5964)] = 220557, - [SMALL_STATE(5965)] = 220561, - [SMALL_STATE(5966)] = 220565, - [SMALL_STATE(5967)] = 220569, - [SMALL_STATE(5968)] = 220573, - [SMALL_STATE(5969)] = 220577, - [SMALL_STATE(5970)] = 220581, - [SMALL_STATE(5971)] = 220585, - [SMALL_STATE(5972)] = 220589, - [SMALL_STATE(5973)] = 220593, - [SMALL_STATE(5974)] = 220597, - [SMALL_STATE(5975)] = 220601, - [SMALL_STATE(5976)] = 220605, - [SMALL_STATE(5977)] = 220609, - [SMALL_STATE(5978)] = 220613, - [SMALL_STATE(5979)] = 220617, - [SMALL_STATE(5980)] = 220621, - [SMALL_STATE(5981)] = 220625, - [SMALL_STATE(5982)] = 220629, - [SMALL_STATE(5983)] = 220633, - [SMALL_STATE(5984)] = 220637, - [SMALL_STATE(5985)] = 220641, - [SMALL_STATE(5986)] = 220645, - [SMALL_STATE(5987)] = 220649, - [SMALL_STATE(5988)] = 220653, - [SMALL_STATE(5989)] = 220657, - [SMALL_STATE(5990)] = 220661, - [SMALL_STATE(5991)] = 220665, - [SMALL_STATE(5992)] = 220669, - [SMALL_STATE(5993)] = 220673, - [SMALL_STATE(5994)] = 220677, - [SMALL_STATE(5995)] = 220681, - [SMALL_STATE(5996)] = 220685, - [SMALL_STATE(5997)] = 220689, - [SMALL_STATE(5998)] = 220693, - [SMALL_STATE(5999)] = 220697, - [SMALL_STATE(6000)] = 220701, - [SMALL_STATE(6001)] = 220705, - [SMALL_STATE(6002)] = 220709, - [SMALL_STATE(6003)] = 220713, - [SMALL_STATE(6004)] = 220717, - [SMALL_STATE(6005)] = 220721, - [SMALL_STATE(6006)] = 220725, - [SMALL_STATE(6007)] = 220729, - [SMALL_STATE(6008)] = 220733, - [SMALL_STATE(6009)] = 220737, - [SMALL_STATE(6010)] = 220741, - [SMALL_STATE(6011)] = 220745, - [SMALL_STATE(6012)] = 220749, - [SMALL_STATE(6013)] = 220753, - [SMALL_STATE(6014)] = 220757, - [SMALL_STATE(6015)] = 220761, - [SMALL_STATE(6016)] = 220765, - [SMALL_STATE(6017)] = 220769, - [SMALL_STATE(6018)] = 220773, - [SMALL_STATE(6019)] = 220777, - [SMALL_STATE(6020)] = 220781, - [SMALL_STATE(6021)] = 220785, - [SMALL_STATE(6022)] = 220789, - [SMALL_STATE(6023)] = 220793, - [SMALL_STATE(6024)] = 220797, - [SMALL_STATE(6025)] = 220801, - [SMALL_STATE(6026)] = 220805, - [SMALL_STATE(6027)] = 220809, - [SMALL_STATE(6028)] = 220813, - [SMALL_STATE(6029)] = 220817, - [SMALL_STATE(6030)] = 220821, - [SMALL_STATE(6031)] = 220825, - [SMALL_STATE(6032)] = 220829, - [SMALL_STATE(6033)] = 220833, - [SMALL_STATE(6034)] = 220837, - [SMALL_STATE(6035)] = 220841, - [SMALL_STATE(6036)] = 220845, - [SMALL_STATE(6037)] = 220849, - [SMALL_STATE(6038)] = 220853, - [SMALL_STATE(6039)] = 220857, - [SMALL_STATE(6040)] = 220861, - [SMALL_STATE(6041)] = 220865, - [SMALL_STATE(6042)] = 220869, - [SMALL_STATE(6043)] = 220873, - [SMALL_STATE(6044)] = 220877, - [SMALL_STATE(6045)] = 220881, - [SMALL_STATE(6046)] = 220885, - [SMALL_STATE(6047)] = 220889, - [SMALL_STATE(6048)] = 220893, - [SMALL_STATE(6049)] = 220897, - [SMALL_STATE(6050)] = 220901, - [SMALL_STATE(6051)] = 220905, - [SMALL_STATE(6052)] = 220909, - [SMALL_STATE(6053)] = 220913, - [SMALL_STATE(6054)] = 220917, - [SMALL_STATE(6055)] = 220921, - [SMALL_STATE(6056)] = 220925, - [SMALL_STATE(6057)] = 220929, - [SMALL_STATE(6058)] = 220933, - [SMALL_STATE(6059)] = 220937, - [SMALL_STATE(6060)] = 220941, - [SMALL_STATE(6061)] = 220945, - [SMALL_STATE(6062)] = 220949, - [SMALL_STATE(6063)] = 220953, - [SMALL_STATE(6064)] = 220957, - [SMALL_STATE(6065)] = 220961, - [SMALL_STATE(6066)] = 220965, - [SMALL_STATE(6067)] = 220969, - [SMALL_STATE(6068)] = 220973, - [SMALL_STATE(6069)] = 220977, - [SMALL_STATE(6070)] = 220981, - [SMALL_STATE(6071)] = 220985, - [SMALL_STATE(6072)] = 220989, - [SMALL_STATE(6073)] = 220993, - [SMALL_STATE(6074)] = 220997, - [SMALL_STATE(6075)] = 221001, - [SMALL_STATE(6076)] = 221005, - [SMALL_STATE(6077)] = 221009, - [SMALL_STATE(6078)] = 221013, - [SMALL_STATE(6079)] = 221017, - [SMALL_STATE(6080)] = 221021, - [SMALL_STATE(6081)] = 221025, - [SMALL_STATE(6082)] = 221029, - [SMALL_STATE(6083)] = 221033, - [SMALL_STATE(6084)] = 221037, - [SMALL_STATE(6085)] = 221041, - [SMALL_STATE(6086)] = 221045, - [SMALL_STATE(6087)] = 221049, - [SMALL_STATE(6088)] = 221053, - [SMALL_STATE(6089)] = 221057, - [SMALL_STATE(6090)] = 221061, - [SMALL_STATE(6091)] = 221065, - [SMALL_STATE(6092)] = 221069, - [SMALL_STATE(6093)] = 221073, - [SMALL_STATE(6094)] = 221077, - [SMALL_STATE(6095)] = 221081, - [SMALL_STATE(6096)] = 221085, - [SMALL_STATE(6097)] = 221089, - [SMALL_STATE(6098)] = 221093, - [SMALL_STATE(6099)] = 221097, - [SMALL_STATE(6100)] = 221101, - [SMALL_STATE(6101)] = 221105, - [SMALL_STATE(6102)] = 221109, - [SMALL_STATE(6103)] = 221113, - [SMALL_STATE(6104)] = 221117, - [SMALL_STATE(6105)] = 221121, - [SMALL_STATE(6106)] = 221125, - [SMALL_STATE(6107)] = 221129, - [SMALL_STATE(6108)] = 221133, - [SMALL_STATE(6109)] = 221137, - [SMALL_STATE(6110)] = 221141, - [SMALL_STATE(6111)] = 221145, - [SMALL_STATE(6112)] = 221149, - [SMALL_STATE(6113)] = 221153, - [SMALL_STATE(6114)] = 221157, - [SMALL_STATE(6115)] = 221161, - [SMALL_STATE(6116)] = 221165, - [SMALL_STATE(6117)] = 221169, - [SMALL_STATE(6118)] = 221173, - [SMALL_STATE(6119)] = 221177, - [SMALL_STATE(6120)] = 221181, - [SMALL_STATE(6121)] = 221185, - [SMALL_STATE(6122)] = 221189, - [SMALL_STATE(6123)] = 221193, - [SMALL_STATE(6124)] = 221197, - [SMALL_STATE(6125)] = 221201, - [SMALL_STATE(6126)] = 221205, - [SMALL_STATE(6127)] = 221209, - [SMALL_STATE(6128)] = 221213, - [SMALL_STATE(6129)] = 221217, - [SMALL_STATE(6130)] = 221221, - [SMALL_STATE(6131)] = 221225, - [SMALL_STATE(6132)] = 221229, - [SMALL_STATE(6133)] = 221233, - [SMALL_STATE(6134)] = 221237, - [SMALL_STATE(6135)] = 221241, - [SMALL_STATE(6136)] = 221245, - [SMALL_STATE(6137)] = 221249, - [SMALL_STATE(6138)] = 221253, - [SMALL_STATE(6139)] = 221257, - [SMALL_STATE(6140)] = 221261, - [SMALL_STATE(6141)] = 221265, - [SMALL_STATE(6142)] = 221269, - [SMALL_STATE(6143)] = 221273, - [SMALL_STATE(6144)] = 221277, - [SMALL_STATE(6145)] = 221281, - [SMALL_STATE(6146)] = 221285, - [SMALL_STATE(6147)] = 221289, - [SMALL_STATE(6148)] = 221293, - [SMALL_STATE(6149)] = 221297, - [SMALL_STATE(6150)] = 221301, - [SMALL_STATE(6151)] = 221305, - [SMALL_STATE(6152)] = 221309, - [SMALL_STATE(6153)] = 221313, - [SMALL_STATE(6154)] = 221317, - [SMALL_STATE(6155)] = 221321, - [SMALL_STATE(6156)] = 221325, - [SMALL_STATE(6157)] = 221329, - [SMALL_STATE(6158)] = 221333, - [SMALL_STATE(6159)] = 221337, - [SMALL_STATE(6160)] = 221341, - [SMALL_STATE(6161)] = 221345, - [SMALL_STATE(6162)] = 221349, - [SMALL_STATE(6163)] = 221353, - [SMALL_STATE(6164)] = 221357, - [SMALL_STATE(6165)] = 221361, - [SMALL_STATE(6166)] = 221365, - [SMALL_STATE(6167)] = 221369, - [SMALL_STATE(6168)] = 221373, - [SMALL_STATE(6169)] = 221377, - [SMALL_STATE(6170)] = 221381, - [SMALL_STATE(6171)] = 221385, - [SMALL_STATE(6172)] = 221389, - [SMALL_STATE(6173)] = 221393, - [SMALL_STATE(6174)] = 221397, - [SMALL_STATE(6175)] = 221401, - [SMALL_STATE(6176)] = 221405, - [SMALL_STATE(6177)] = 221409, - [SMALL_STATE(6178)] = 221413, - [SMALL_STATE(6179)] = 221417, - [SMALL_STATE(6180)] = 221421, - [SMALL_STATE(6181)] = 221425, - [SMALL_STATE(6182)] = 221429, - [SMALL_STATE(6183)] = 221433, - [SMALL_STATE(6184)] = 221437, - [SMALL_STATE(6185)] = 221441, - [SMALL_STATE(6186)] = 221445, - [SMALL_STATE(6187)] = 221449, - [SMALL_STATE(6188)] = 221453, - [SMALL_STATE(6189)] = 221457, - [SMALL_STATE(6190)] = 221461, - [SMALL_STATE(6191)] = 221465, - [SMALL_STATE(6192)] = 221469, - [SMALL_STATE(6193)] = 221473, - [SMALL_STATE(6194)] = 221477, - [SMALL_STATE(6195)] = 221481, - [SMALL_STATE(6196)] = 221485, - [SMALL_STATE(6197)] = 221489, - [SMALL_STATE(6198)] = 221493, - [SMALL_STATE(6199)] = 221497, - [SMALL_STATE(6200)] = 221501, - [SMALL_STATE(6201)] = 221505, - [SMALL_STATE(6202)] = 221509, - [SMALL_STATE(6203)] = 221513, - [SMALL_STATE(6204)] = 221517, - [SMALL_STATE(6205)] = 221521, - [SMALL_STATE(6206)] = 221525, - [SMALL_STATE(6207)] = 221529, - [SMALL_STATE(6208)] = 221533, - [SMALL_STATE(6209)] = 221537, - [SMALL_STATE(6210)] = 221541, - [SMALL_STATE(6211)] = 221545, - [SMALL_STATE(6212)] = 221549, - [SMALL_STATE(6213)] = 221553, - [SMALL_STATE(6214)] = 221557, - [SMALL_STATE(6215)] = 221561, - [SMALL_STATE(6216)] = 221565, - [SMALL_STATE(6217)] = 221569, - [SMALL_STATE(6218)] = 221573, - [SMALL_STATE(6219)] = 221577, - [SMALL_STATE(6220)] = 221581, - [SMALL_STATE(6221)] = 221585, - [SMALL_STATE(6222)] = 221589, - [SMALL_STATE(6223)] = 221593, - [SMALL_STATE(6224)] = 221597, - [SMALL_STATE(6225)] = 221601, - [SMALL_STATE(6226)] = 221605, - [SMALL_STATE(6227)] = 221609, - [SMALL_STATE(6228)] = 221613, - [SMALL_STATE(6229)] = 221617, - [SMALL_STATE(6230)] = 221621, - [SMALL_STATE(6231)] = 221625, - [SMALL_STATE(6232)] = 221629, - [SMALL_STATE(6233)] = 221633, - [SMALL_STATE(6234)] = 221637, - [SMALL_STATE(6235)] = 221641, - [SMALL_STATE(6236)] = 221645, - [SMALL_STATE(6237)] = 221649, - [SMALL_STATE(6238)] = 221653, - [SMALL_STATE(6239)] = 221657, - [SMALL_STATE(6240)] = 221661, - [SMALL_STATE(6241)] = 221665, - [SMALL_STATE(6242)] = 221669, - [SMALL_STATE(6243)] = 221673, - [SMALL_STATE(6244)] = 221677, - [SMALL_STATE(6245)] = 221681, - [SMALL_STATE(6246)] = 221685, - [SMALL_STATE(6247)] = 221689, - [SMALL_STATE(6248)] = 221693, - [SMALL_STATE(6249)] = 221697, - [SMALL_STATE(6250)] = 221701, - [SMALL_STATE(6251)] = 221705, - [SMALL_STATE(6252)] = 221709, - [SMALL_STATE(6253)] = 221713, - [SMALL_STATE(6254)] = 221717, - [SMALL_STATE(6255)] = 221721, - [SMALL_STATE(6256)] = 221725, - [SMALL_STATE(6257)] = 221729, - [SMALL_STATE(6258)] = 221733, - [SMALL_STATE(6259)] = 221737, - [SMALL_STATE(6260)] = 221741, - [SMALL_STATE(6261)] = 221745, - [SMALL_STATE(6262)] = 221749, - [SMALL_STATE(6263)] = 221753, - [SMALL_STATE(6264)] = 221757, - [SMALL_STATE(6265)] = 221761, - [SMALL_STATE(6266)] = 221765, - [SMALL_STATE(6267)] = 221769, - [SMALL_STATE(6268)] = 221773, - [SMALL_STATE(6269)] = 221777, - [SMALL_STATE(6270)] = 221781, - [SMALL_STATE(6271)] = 221785, - [SMALL_STATE(6272)] = 221789, - [SMALL_STATE(6273)] = 221793, - [SMALL_STATE(6274)] = 221797, - [SMALL_STATE(6275)] = 221801, - [SMALL_STATE(6276)] = 221805, - [SMALL_STATE(6277)] = 221809, - [SMALL_STATE(6278)] = 221813, - [SMALL_STATE(6279)] = 221817, - [SMALL_STATE(6280)] = 221821, - [SMALL_STATE(6281)] = 221825, - [SMALL_STATE(6282)] = 221829, - [SMALL_STATE(6283)] = 221833, - [SMALL_STATE(6284)] = 221837, - [SMALL_STATE(6285)] = 221841, - [SMALL_STATE(6286)] = 221845, - [SMALL_STATE(6287)] = 221849, - [SMALL_STATE(6288)] = 221853, - [SMALL_STATE(6289)] = 221857, - [SMALL_STATE(6290)] = 221861, - [SMALL_STATE(6291)] = 221865, - [SMALL_STATE(6292)] = 221869, - [SMALL_STATE(6293)] = 221873, - [SMALL_STATE(6294)] = 221877, - [SMALL_STATE(6295)] = 221881, - [SMALL_STATE(6296)] = 221885, - [SMALL_STATE(6297)] = 221889, - [SMALL_STATE(6298)] = 221893, - [SMALL_STATE(6299)] = 221897, - [SMALL_STATE(6300)] = 221901, - [SMALL_STATE(6301)] = 221905, - [SMALL_STATE(6302)] = 221909, - [SMALL_STATE(6303)] = 221913, - [SMALL_STATE(6304)] = 221917, - [SMALL_STATE(6305)] = 221921, - [SMALL_STATE(6306)] = 221925, - [SMALL_STATE(6307)] = 221929, - [SMALL_STATE(6308)] = 221933, - [SMALL_STATE(6309)] = 221937, - [SMALL_STATE(6310)] = 221941, - [SMALL_STATE(6311)] = 221945, - [SMALL_STATE(6312)] = 221949, - [SMALL_STATE(6313)] = 221953, - [SMALL_STATE(6314)] = 221957, - [SMALL_STATE(6315)] = 221961, - [SMALL_STATE(6316)] = 221965, - [SMALL_STATE(6317)] = 221969, - [SMALL_STATE(6318)] = 221973, - [SMALL_STATE(6319)] = 221977, - [SMALL_STATE(6320)] = 221981, - [SMALL_STATE(6321)] = 221985, - [SMALL_STATE(6322)] = 221989, - [SMALL_STATE(6323)] = 221993, - [SMALL_STATE(6324)] = 221997, - [SMALL_STATE(6325)] = 222001, - [SMALL_STATE(6326)] = 222005, - [SMALL_STATE(6327)] = 222009, - [SMALL_STATE(6328)] = 222013, - [SMALL_STATE(6329)] = 222017, - [SMALL_STATE(6330)] = 222021, - [SMALL_STATE(6331)] = 222025, - [SMALL_STATE(6332)] = 222029, - [SMALL_STATE(6333)] = 222033, - [SMALL_STATE(6334)] = 222037, - [SMALL_STATE(6335)] = 222041, - [SMALL_STATE(6336)] = 222045, - [SMALL_STATE(6337)] = 222049, - [SMALL_STATE(6338)] = 222053, - [SMALL_STATE(6339)] = 222057, - [SMALL_STATE(6340)] = 222061, - [SMALL_STATE(6341)] = 222065, - [SMALL_STATE(6342)] = 222069, - [SMALL_STATE(6343)] = 222073, - [SMALL_STATE(6344)] = 222077, - [SMALL_STATE(6345)] = 222081, - [SMALL_STATE(6346)] = 222085, - [SMALL_STATE(6347)] = 222089, - [SMALL_STATE(6348)] = 222093, - [SMALL_STATE(6349)] = 222097, - [SMALL_STATE(6350)] = 222101, - [SMALL_STATE(6351)] = 222105, - [SMALL_STATE(6352)] = 222109, - [SMALL_STATE(6353)] = 222113, - [SMALL_STATE(6354)] = 222117, - [SMALL_STATE(6355)] = 222121, - [SMALL_STATE(6356)] = 222125, - [SMALL_STATE(6357)] = 222129, - [SMALL_STATE(6358)] = 222133, - [SMALL_STATE(6359)] = 222137, - [SMALL_STATE(6360)] = 222141, - [SMALL_STATE(6361)] = 222145, - [SMALL_STATE(6362)] = 222149, - [SMALL_STATE(6363)] = 222153, - [SMALL_STATE(6364)] = 222157, - [SMALL_STATE(6365)] = 222161, - [SMALL_STATE(6366)] = 222165, - [SMALL_STATE(6367)] = 222169, - [SMALL_STATE(6368)] = 222173, - [SMALL_STATE(6369)] = 222177, - [SMALL_STATE(6370)] = 222181, - [SMALL_STATE(6371)] = 222185, - [SMALL_STATE(6372)] = 222189, - [SMALL_STATE(6373)] = 222193, - [SMALL_STATE(6374)] = 222197, - [SMALL_STATE(6375)] = 222201, - [SMALL_STATE(6376)] = 222205, - [SMALL_STATE(6377)] = 222209, - [SMALL_STATE(6378)] = 222213, - [SMALL_STATE(6379)] = 222217, - [SMALL_STATE(6380)] = 222221, - [SMALL_STATE(6381)] = 222225, - [SMALL_STATE(6382)] = 222229, - [SMALL_STATE(6383)] = 222233, - [SMALL_STATE(6384)] = 222237, - [SMALL_STATE(6385)] = 222241, - [SMALL_STATE(6386)] = 222245, - [SMALL_STATE(6387)] = 222249, - [SMALL_STATE(6388)] = 222253, - [SMALL_STATE(6389)] = 222257, - [SMALL_STATE(6390)] = 222261, - [SMALL_STATE(6391)] = 222265, - [SMALL_STATE(6392)] = 222269, - [SMALL_STATE(6393)] = 222273, - [SMALL_STATE(6394)] = 222277, - [SMALL_STATE(6395)] = 222281, - [SMALL_STATE(6396)] = 222285, - [SMALL_STATE(6397)] = 222289, - [SMALL_STATE(6398)] = 222293, - [SMALL_STATE(6399)] = 222297, - [SMALL_STATE(6400)] = 222301, - [SMALL_STATE(6401)] = 222305, - [SMALL_STATE(6402)] = 222309, - [SMALL_STATE(6403)] = 222313, - [SMALL_STATE(6404)] = 222317, - [SMALL_STATE(6405)] = 222321, - [SMALL_STATE(6406)] = 222325, - [SMALL_STATE(6407)] = 222329, - [SMALL_STATE(6408)] = 222333, - [SMALL_STATE(6409)] = 222337, - [SMALL_STATE(6410)] = 222341, - [SMALL_STATE(6411)] = 222345, - [SMALL_STATE(6412)] = 222349, - [SMALL_STATE(6413)] = 222353, - [SMALL_STATE(6414)] = 222357, - [SMALL_STATE(6415)] = 222361, - [SMALL_STATE(6416)] = 222365, - [SMALL_STATE(6417)] = 222369, - [SMALL_STATE(6418)] = 222373, - [SMALL_STATE(6419)] = 222377, - [SMALL_STATE(6420)] = 222381, - [SMALL_STATE(6421)] = 222385, - [SMALL_STATE(6422)] = 222389, - [SMALL_STATE(6423)] = 222393, - [SMALL_STATE(6424)] = 222397, - [SMALL_STATE(6425)] = 222401, - [SMALL_STATE(6426)] = 222405, - [SMALL_STATE(6427)] = 222409, - [SMALL_STATE(6428)] = 222413, - [SMALL_STATE(6429)] = 222417, - [SMALL_STATE(6430)] = 222421, - [SMALL_STATE(6431)] = 222425, - [SMALL_STATE(6432)] = 222429, - [SMALL_STATE(6433)] = 222433, - [SMALL_STATE(6434)] = 222437, - [SMALL_STATE(6435)] = 222441, - [SMALL_STATE(6436)] = 222445, - [SMALL_STATE(6437)] = 222449, - [SMALL_STATE(6438)] = 222453, - [SMALL_STATE(6439)] = 222457, - [SMALL_STATE(6440)] = 222461, - [SMALL_STATE(6441)] = 222465, - [SMALL_STATE(6442)] = 222469, - [SMALL_STATE(6443)] = 222473, - [SMALL_STATE(6444)] = 222477, - [SMALL_STATE(6445)] = 222481, - [SMALL_STATE(6446)] = 222485, - [SMALL_STATE(6447)] = 222489, - [SMALL_STATE(6448)] = 222493, - [SMALL_STATE(6449)] = 222497, - [SMALL_STATE(6450)] = 222501, - [SMALL_STATE(6451)] = 222505, - [SMALL_STATE(6452)] = 222509, - [SMALL_STATE(6453)] = 222513, - [SMALL_STATE(6454)] = 222517, - [SMALL_STATE(6455)] = 222521, - [SMALL_STATE(6456)] = 222525, - [SMALL_STATE(6457)] = 222529, - [SMALL_STATE(6458)] = 222533, - [SMALL_STATE(6459)] = 222537, - [SMALL_STATE(6460)] = 222541, - [SMALL_STATE(6461)] = 222545, - [SMALL_STATE(6462)] = 222549, - [SMALL_STATE(6463)] = 222553, - [SMALL_STATE(6464)] = 222557, - [SMALL_STATE(6465)] = 222561, - [SMALL_STATE(6466)] = 222565, - [SMALL_STATE(6467)] = 222569, - [SMALL_STATE(6468)] = 222573, - [SMALL_STATE(6469)] = 222577, - [SMALL_STATE(6470)] = 222581, - [SMALL_STATE(6471)] = 222585, - [SMALL_STATE(6472)] = 222589, - [SMALL_STATE(6473)] = 222593, - [SMALL_STATE(6474)] = 222597, - [SMALL_STATE(6475)] = 222601, - [SMALL_STATE(6476)] = 222605, - [SMALL_STATE(6477)] = 222609, - [SMALL_STATE(6478)] = 222613, - [SMALL_STATE(6479)] = 222617, - [SMALL_STATE(6480)] = 222621, - [SMALL_STATE(6481)] = 222625, - [SMALL_STATE(6482)] = 222629, - [SMALL_STATE(6483)] = 222633, - [SMALL_STATE(6484)] = 222637, - [SMALL_STATE(6485)] = 222641, - [SMALL_STATE(6486)] = 222645, - [SMALL_STATE(6487)] = 222649, - [SMALL_STATE(6488)] = 222653, - [SMALL_STATE(6489)] = 222657, - [SMALL_STATE(6490)] = 222661, - [SMALL_STATE(6491)] = 222665, - [SMALL_STATE(6492)] = 222669, - [SMALL_STATE(6493)] = 222673, - [SMALL_STATE(6494)] = 222677, - [SMALL_STATE(6495)] = 222681, - [SMALL_STATE(6496)] = 222685, - [SMALL_STATE(6497)] = 222689, - [SMALL_STATE(6498)] = 222693, - [SMALL_STATE(6499)] = 222697, - [SMALL_STATE(6500)] = 222701, - [SMALL_STATE(6501)] = 222705, - [SMALL_STATE(6502)] = 222709, - [SMALL_STATE(6503)] = 222713, - [SMALL_STATE(6504)] = 222717, - [SMALL_STATE(6505)] = 222721, - [SMALL_STATE(6506)] = 222725, - [SMALL_STATE(6507)] = 222729, - [SMALL_STATE(6508)] = 222733, - [SMALL_STATE(6509)] = 222737, - [SMALL_STATE(6510)] = 222741, - [SMALL_STATE(6511)] = 222745, - [SMALL_STATE(6512)] = 222749, - [SMALL_STATE(6513)] = 222753, - [SMALL_STATE(6514)] = 222757, - [SMALL_STATE(6515)] = 222761, - [SMALL_STATE(6516)] = 222765, - [SMALL_STATE(6517)] = 222769, - [SMALL_STATE(6518)] = 222773, - [SMALL_STATE(6519)] = 222777, - [SMALL_STATE(6520)] = 222781, - [SMALL_STATE(6521)] = 222785, - [SMALL_STATE(6522)] = 222789, - [SMALL_STATE(6523)] = 222793, - [SMALL_STATE(6524)] = 222797, - [SMALL_STATE(6525)] = 222801, - [SMALL_STATE(6526)] = 222805, - [SMALL_STATE(6527)] = 222809, - [SMALL_STATE(6528)] = 222813, - [SMALL_STATE(6529)] = 222817, - [SMALL_STATE(6530)] = 222821, - [SMALL_STATE(6531)] = 222825, - [SMALL_STATE(6532)] = 222829, - [SMALL_STATE(6533)] = 222833, - [SMALL_STATE(6534)] = 222837, - [SMALL_STATE(6535)] = 222841, - [SMALL_STATE(6536)] = 222845, - [SMALL_STATE(6537)] = 222849, - [SMALL_STATE(6538)] = 222853, - [SMALL_STATE(6539)] = 222857, - [SMALL_STATE(6540)] = 222861, - [SMALL_STATE(6541)] = 222865, - [SMALL_STATE(6542)] = 222869, - [SMALL_STATE(6543)] = 222873, - [SMALL_STATE(6544)] = 222877, - [SMALL_STATE(6545)] = 222881, - [SMALL_STATE(6546)] = 222885, - [SMALL_STATE(6547)] = 222889, - [SMALL_STATE(6548)] = 222893, - [SMALL_STATE(6549)] = 222897, - [SMALL_STATE(6550)] = 222901, - [SMALL_STATE(6551)] = 222905, - [SMALL_STATE(6552)] = 222909, - [SMALL_STATE(6553)] = 222913, - [SMALL_STATE(6554)] = 222917, - [SMALL_STATE(6555)] = 222921, - [SMALL_STATE(6556)] = 222925, - [SMALL_STATE(6557)] = 222929, - [SMALL_STATE(6558)] = 222933, - [SMALL_STATE(6559)] = 222937, - [SMALL_STATE(6560)] = 222941, - [SMALL_STATE(6561)] = 222945, - [SMALL_STATE(6562)] = 222949, - [SMALL_STATE(6563)] = 222953, - [SMALL_STATE(6564)] = 222957, - [SMALL_STATE(6565)] = 222961, - [SMALL_STATE(6566)] = 222965, - [SMALL_STATE(6567)] = 222969, - [SMALL_STATE(6568)] = 222973, - [SMALL_STATE(6569)] = 222977, - [SMALL_STATE(6570)] = 222981, - [SMALL_STATE(6571)] = 222985, - [SMALL_STATE(6572)] = 222989, - [SMALL_STATE(6573)] = 222993, - [SMALL_STATE(6574)] = 222997, - [SMALL_STATE(6575)] = 223001, - [SMALL_STATE(6576)] = 223005, - [SMALL_STATE(6577)] = 223009, - [SMALL_STATE(6578)] = 223013, - [SMALL_STATE(6579)] = 223017, - [SMALL_STATE(6580)] = 223021, - [SMALL_STATE(6581)] = 223025, - [SMALL_STATE(6582)] = 223029, - [SMALL_STATE(6583)] = 223033, - [SMALL_STATE(6584)] = 223037, - [SMALL_STATE(6585)] = 223041, - [SMALL_STATE(6586)] = 223045, - [SMALL_STATE(6587)] = 223049, - [SMALL_STATE(6588)] = 223053, - [SMALL_STATE(6589)] = 223057, - [SMALL_STATE(6590)] = 223061, - [SMALL_STATE(6591)] = 223065, - [SMALL_STATE(6592)] = 223069, - [SMALL_STATE(6593)] = 223073, - [SMALL_STATE(6594)] = 223077, - [SMALL_STATE(6595)] = 223081, - [SMALL_STATE(6596)] = 223085, - [SMALL_STATE(6597)] = 223089, - [SMALL_STATE(6598)] = 223093, - [SMALL_STATE(6599)] = 223097, - [SMALL_STATE(6600)] = 223101, - [SMALL_STATE(6601)] = 223105, - [SMALL_STATE(6602)] = 223109, - [SMALL_STATE(6603)] = 223113, - [SMALL_STATE(6604)] = 223117, - [SMALL_STATE(6605)] = 223121, - [SMALL_STATE(6606)] = 223125, - [SMALL_STATE(6607)] = 223129, - [SMALL_STATE(6608)] = 223133, - [SMALL_STATE(6609)] = 223137, - [SMALL_STATE(6610)] = 223141, - [SMALL_STATE(6611)] = 223145, - [SMALL_STATE(6612)] = 223149, - [SMALL_STATE(6613)] = 223153, - [SMALL_STATE(6614)] = 223157, - [SMALL_STATE(6615)] = 223161, - [SMALL_STATE(6616)] = 223165, - [SMALL_STATE(6617)] = 223169, - [SMALL_STATE(6618)] = 223173, - [SMALL_STATE(6619)] = 223177, - [SMALL_STATE(6620)] = 223181, - [SMALL_STATE(6621)] = 223185, - [SMALL_STATE(6622)] = 223189, - [SMALL_STATE(6623)] = 223193, - [SMALL_STATE(6624)] = 223197, - [SMALL_STATE(6625)] = 223201, - [SMALL_STATE(6626)] = 223205, - [SMALL_STATE(6627)] = 223209, - [SMALL_STATE(6628)] = 223213, - [SMALL_STATE(6629)] = 223217, - [SMALL_STATE(6630)] = 223221, - [SMALL_STATE(6631)] = 223225, - [SMALL_STATE(6632)] = 223229, - [SMALL_STATE(6633)] = 223233, - [SMALL_STATE(6634)] = 223237, - [SMALL_STATE(6635)] = 223241, - [SMALL_STATE(6636)] = 223245, - [SMALL_STATE(6637)] = 223249, - [SMALL_STATE(6638)] = 223253, - [SMALL_STATE(6639)] = 223257, - [SMALL_STATE(6640)] = 223261, - [SMALL_STATE(6641)] = 223265, - [SMALL_STATE(6642)] = 223269, - [SMALL_STATE(6643)] = 223273, - [SMALL_STATE(6644)] = 223277, - [SMALL_STATE(6645)] = 223281, - [SMALL_STATE(6646)] = 223285, - [SMALL_STATE(6647)] = 223289, - [SMALL_STATE(6648)] = 223293, - [SMALL_STATE(6649)] = 223297, - [SMALL_STATE(6650)] = 223301, - [SMALL_STATE(6651)] = 223305, - [SMALL_STATE(6652)] = 223309, - [SMALL_STATE(6653)] = 223313, - [SMALL_STATE(6654)] = 223317, - [SMALL_STATE(6655)] = 223321, - [SMALL_STATE(6656)] = 223325, - [SMALL_STATE(6657)] = 223329, - [SMALL_STATE(6658)] = 223333, - [SMALL_STATE(6659)] = 223337, - [SMALL_STATE(6660)] = 223341, - [SMALL_STATE(6661)] = 223345, - [SMALL_STATE(6662)] = 223349, - [SMALL_STATE(6663)] = 223353, - [SMALL_STATE(6664)] = 223357, - [SMALL_STATE(6665)] = 223361, - [SMALL_STATE(6666)] = 223365, - [SMALL_STATE(6667)] = 223369, - [SMALL_STATE(6668)] = 223373, - [SMALL_STATE(6669)] = 223377, - [SMALL_STATE(6670)] = 223381, - [SMALL_STATE(6671)] = 223385, - [SMALL_STATE(6672)] = 223389, - [SMALL_STATE(6673)] = 223393, - [SMALL_STATE(6674)] = 223397, - [SMALL_STATE(6675)] = 223401, - [SMALL_STATE(6676)] = 223405, - [SMALL_STATE(6677)] = 223409, - [SMALL_STATE(6678)] = 223413, - [SMALL_STATE(6679)] = 223417, - [SMALL_STATE(6680)] = 223421, - [SMALL_STATE(6681)] = 223425, - [SMALL_STATE(6682)] = 223429, - [SMALL_STATE(6683)] = 223433, - [SMALL_STATE(6684)] = 223437, - [SMALL_STATE(6685)] = 223441, - [SMALL_STATE(6686)] = 223445, - [SMALL_STATE(6687)] = 223449, - [SMALL_STATE(6688)] = 223453, - [SMALL_STATE(6689)] = 223457, - [SMALL_STATE(6690)] = 223461, - [SMALL_STATE(6691)] = 223465, - [SMALL_STATE(6692)] = 223469, - [SMALL_STATE(6693)] = 223473, - [SMALL_STATE(6694)] = 223477, - [SMALL_STATE(6695)] = 223481, - [SMALL_STATE(6696)] = 223485, - [SMALL_STATE(6697)] = 223489, - [SMALL_STATE(6698)] = 223493, - [SMALL_STATE(6699)] = 223497, - [SMALL_STATE(6700)] = 223501, - [SMALL_STATE(6701)] = 223505, - [SMALL_STATE(6702)] = 223509, - [SMALL_STATE(6703)] = 223513, - [SMALL_STATE(6704)] = 223517, - [SMALL_STATE(6705)] = 223521, - [SMALL_STATE(6706)] = 223525, - [SMALL_STATE(6707)] = 223529, - [SMALL_STATE(6708)] = 223533, - [SMALL_STATE(6709)] = 223537, - [SMALL_STATE(6710)] = 223541, - [SMALL_STATE(6711)] = 223545, - [SMALL_STATE(6712)] = 223549, - [SMALL_STATE(6713)] = 223553, - [SMALL_STATE(6714)] = 223557, - [SMALL_STATE(6715)] = 223561, - [SMALL_STATE(6716)] = 223565, - [SMALL_STATE(6717)] = 223569, - [SMALL_STATE(6718)] = 223573, - [SMALL_STATE(6719)] = 223577, - [SMALL_STATE(6720)] = 223581, - [SMALL_STATE(6721)] = 223585, - [SMALL_STATE(6722)] = 223589, - [SMALL_STATE(6723)] = 223593, - [SMALL_STATE(6724)] = 223597, - [SMALL_STATE(6725)] = 223601, - [SMALL_STATE(6726)] = 223605, - [SMALL_STATE(6727)] = 223609, - [SMALL_STATE(6728)] = 223613, - [SMALL_STATE(6729)] = 223617, - [SMALL_STATE(6730)] = 223621, - [SMALL_STATE(6731)] = 223625, - [SMALL_STATE(6732)] = 223629, - [SMALL_STATE(6733)] = 223633, - [SMALL_STATE(6734)] = 223637, - [SMALL_STATE(6735)] = 223641, - [SMALL_STATE(6736)] = 223645, - [SMALL_STATE(6737)] = 223649, - [SMALL_STATE(6738)] = 223653, - [SMALL_STATE(6739)] = 223657, - [SMALL_STATE(6740)] = 223661, - [SMALL_STATE(6741)] = 223665, - [SMALL_STATE(6742)] = 223669, - [SMALL_STATE(6743)] = 223673, - [SMALL_STATE(6744)] = 223677, - [SMALL_STATE(6745)] = 223681, - [SMALL_STATE(6746)] = 223685, - [SMALL_STATE(6747)] = 223689, - [SMALL_STATE(6748)] = 223693, - [SMALL_STATE(6749)] = 223697, - [SMALL_STATE(6750)] = 223701, - [SMALL_STATE(6751)] = 223705, - [SMALL_STATE(6752)] = 223709, - [SMALL_STATE(6753)] = 223713, - [SMALL_STATE(6754)] = 223717, - [SMALL_STATE(6755)] = 223721, - [SMALL_STATE(6756)] = 223725, - [SMALL_STATE(6757)] = 223729, - [SMALL_STATE(6758)] = 223733, - [SMALL_STATE(6759)] = 223737, - [SMALL_STATE(6760)] = 223741, - [SMALL_STATE(6761)] = 223745, - [SMALL_STATE(6762)] = 223749, - [SMALL_STATE(6763)] = 223753, - [SMALL_STATE(6764)] = 223757, - [SMALL_STATE(6765)] = 223761, - [SMALL_STATE(6766)] = 223765, - [SMALL_STATE(6767)] = 223769, - [SMALL_STATE(6768)] = 223773, - [SMALL_STATE(6769)] = 223777, - [SMALL_STATE(6770)] = 223781, - [SMALL_STATE(6771)] = 223785, - [SMALL_STATE(6772)] = 223789, - [SMALL_STATE(6773)] = 223793, - [SMALL_STATE(6774)] = 223797, - [SMALL_STATE(6775)] = 223801, - [SMALL_STATE(6776)] = 223805, - [SMALL_STATE(6777)] = 223809, - [SMALL_STATE(6778)] = 223813, - [SMALL_STATE(6779)] = 223817, - [SMALL_STATE(6780)] = 223821, - [SMALL_STATE(6781)] = 223825, - [SMALL_STATE(6782)] = 223829, - [SMALL_STATE(6783)] = 223833, - [SMALL_STATE(6784)] = 223837, - [SMALL_STATE(6785)] = 223841, - [SMALL_STATE(6786)] = 223845, - [SMALL_STATE(6787)] = 223849, - [SMALL_STATE(6788)] = 223853, - [SMALL_STATE(6789)] = 223857, - [SMALL_STATE(6790)] = 223861, - [SMALL_STATE(6791)] = 223865, - [SMALL_STATE(6792)] = 223869, - [SMALL_STATE(6793)] = 223873, - [SMALL_STATE(6794)] = 223877, - [SMALL_STATE(6795)] = 223881, - [SMALL_STATE(6796)] = 223885, - [SMALL_STATE(6797)] = 223889, - [SMALL_STATE(6798)] = 223893, - [SMALL_STATE(6799)] = 223897, - [SMALL_STATE(6800)] = 223901, - [SMALL_STATE(6801)] = 223905, - [SMALL_STATE(6802)] = 223909, - [SMALL_STATE(6803)] = 223913, - [SMALL_STATE(6804)] = 223917, - [SMALL_STATE(6805)] = 223921, - [SMALL_STATE(6806)] = 223925, - [SMALL_STATE(6807)] = 223929, - [SMALL_STATE(6808)] = 223933, - [SMALL_STATE(6809)] = 223937, - [SMALL_STATE(6810)] = 223941, - [SMALL_STATE(6811)] = 223945, - [SMALL_STATE(6812)] = 223949, - [SMALL_STATE(6813)] = 223953, - [SMALL_STATE(6814)] = 223957, - [SMALL_STATE(6815)] = 223961, - [SMALL_STATE(6816)] = 223965, - [SMALL_STATE(6817)] = 223969, - [SMALL_STATE(6818)] = 223973, - [SMALL_STATE(6819)] = 223977, - [SMALL_STATE(6820)] = 223981, - [SMALL_STATE(6821)] = 223985, - [SMALL_STATE(6822)] = 223989, - [SMALL_STATE(6823)] = 223993, - [SMALL_STATE(6824)] = 223997, - [SMALL_STATE(6825)] = 224001, - [SMALL_STATE(6826)] = 224005, - [SMALL_STATE(6827)] = 224009, - [SMALL_STATE(6828)] = 224013, - [SMALL_STATE(6829)] = 224017, - [SMALL_STATE(6830)] = 224021, - [SMALL_STATE(6831)] = 224025, - [SMALL_STATE(6832)] = 224029, - [SMALL_STATE(6833)] = 224033, - [SMALL_STATE(6834)] = 224037, - [SMALL_STATE(6835)] = 224041, - [SMALL_STATE(6836)] = 224045, - [SMALL_STATE(6837)] = 224049, - [SMALL_STATE(6838)] = 224053, - [SMALL_STATE(6839)] = 224057, - [SMALL_STATE(6840)] = 224061, - [SMALL_STATE(6841)] = 224065, - [SMALL_STATE(6842)] = 224069, - [SMALL_STATE(6843)] = 224073, - [SMALL_STATE(6844)] = 224077, - [SMALL_STATE(6845)] = 224081, - [SMALL_STATE(6846)] = 224085, - [SMALL_STATE(6847)] = 224089, - [SMALL_STATE(6848)] = 224093, - [SMALL_STATE(6849)] = 224097, - [SMALL_STATE(6850)] = 224101, - [SMALL_STATE(6851)] = 224105, - [SMALL_STATE(6852)] = 224109, - [SMALL_STATE(6853)] = 224113, - [SMALL_STATE(6854)] = 224117, - [SMALL_STATE(6855)] = 224121, - [SMALL_STATE(6856)] = 224125, - [SMALL_STATE(6857)] = 224129, - [SMALL_STATE(6858)] = 224133, - [SMALL_STATE(6859)] = 224137, - [SMALL_STATE(6860)] = 224141, - [SMALL_STATE(6861)] = 224145, - [SMALL_STATE(6862)] = 224149, - [SMALL_STATE(6863)] = 224153, - [SMALL_STATE(6864)] = 224157, - [SMALL_STATE(6865)] = 224161, - [SMALL_STATE(6866)] = 224165, - [SMALL_STATE(6867)] = 224169, - [SMALL_STATE(6868)] = 224173, - [SMALL_STATE(6869)] = 224177, - [SMALL_STATE(6870)] = 224181, - [SMALL_STATE(6871)] = 224185, - [SMALL_STATE(6872)] = 224189, - [SMALL_STATE(6873)] = 224193, - [SMALL_STATE(6874)] = 224197, - [SMALL_STATE(6875)] = 224201, - [SMALL_STATE(6876)] = 224205, - [SMALL_STATE(6877)] = 224209, - [SMALL_STATE(6878)] = 224213, - [SMALL_STATE(6879)] = 224217, - [SMALL_STATE(6880)] = 224221, - [SMALL_STATE(6881)] = 224225, - [SMALL_STATE(6882)] = 224229, - [SMALL_STATE(6883)] = 224233, - [SMALL_STATE(6884)] = 224237, - [SMALL_STATE(6885)] = 224241, - [SMALL_STATE(6886)] = 224245, - [SMALL_STATE(6887)] = 224249, - [SMALL_STATE(6888)] = 224253, - [SMALL_STATE(6889)] = 224257, - [SMALL_STATE(6890)] = 224261, - [SMALL_STATE(6891)] = 224265, - [SMALL_STATE(6892)] = 224269, - [SMALL_STATE(6893)] = 224273, - [SMALL_STATE(6894)] = 224277, - [SMALL_STATE(6895)] = 224281, - [SMALL_STATE(6896)] = 224285, - [SMALL_STATE(6897)] = 224289, - [SMALL_STATE(6898)] = 224293, - [SMALL_STATE(6899)] = 224297, - [SMALL_STATE(6900)] = 224301, - [SMALL_STATE(6901)] = 224305, - [SMALL_STATE(6902)] = 224309, - [SMALL_STATE(6903)] = 224313, - [SMALL_STATE(6904)] = 224317, - [SMALL_STATE(6905)] = 224321, - [SMALL_STATE(6906)] = 224325, - [SMALL_STATE(6907)] = 224329, - [SMALL_STATE(6908)] = 224333, - [SMALL_STATE(6909)] = 224337, - [SMALL_STATE(6910)] = 224341, - [SMALL_STATE(6911)] = 224345, - [SMALL_STATE(6912)] = 224349, - [SMALL_STATE(6913)] = 224353, - [SMALL_STATE(6914)] = 224357, - [SMALL_STATE(6915)] = 224361, - [SMALL_STATE(6916)] = 224365, - [SMALL_STATE(6917)] = 224369, - [SMALL_STATE(6918)] = 224373, - [SMALL_STATE(6919)] = 224377, - [SMALL_STATE(6920)] = 224381, - [SMALL_STATE(6921)] = 224385, - [SMALL_STATE(6922)] = 224389, - [SMALL_STATE(6923)] = 224393, - [SMALL_STATE(6924)] = 224397, - [SMALL_STATE(6925)] = 224401, - [SMALL_STATE(6926)] = 224405, - [SMALL_STATE(6927)] = 224409, - [SMALL_STATE(6928)] = 224413, - [SMALL_STATE(6929)] = 224417, - [SMALL_STATE(6930)] = 224421, - [SMALL_STATE(6931)] = 224425, - [SMALL_STATE(6932)] = 224429, - [SMALL_STATE(6933)] = 224433, - [SMALL_STATE(6934)] = 224437, - [SMALL_STATE(6935)] = 224441, - [SMALL_STATE(6936)] = 224445, - [SMALL_STATE(6937)] = 224449, - [SMALL_STATE(6938)] = 224453, - [SMALL_STATE(6939)] = 224457, - [SMALL_STATE(6940)] = 224461, - [SMALL_STATE(6941)] = 224465, - [SMALL_STATE(6942)] = 224469, - [SMALL_STATE(6943)] = 224473, - [SMALL_STATE(6944)] = 224477, - [SMALL_STATE(6945)] = 224481, - [SMALL_STATE(6946)] = 224485, - [SMALL_STATE(6947)] = 224489, - [SMALL_STATE(6948)] = 224493, - [SMALL_STATE(6949)] = 224497, - [SMALL_STATE(6950)] = 224501, - [SMALL_STATE(6951)] = 224505, - [SMALL_STATE(6952)] = 224509, - [SMALL_STATE(6953)] = 224513, - [SMALL_STATE(6954)] = 224517, - [SMALL_STATE(6955)] = 224521, - [SMALL_STATE(6956)] = 224525, - [SMALL_STATE(6957)] = 224529, - [SMALL_STATE(6958)] = 224533, - [SMALL_STATE(6959)] = 224537, - [SMALL_STATE(6960)] = 224541, - [SMALL_STATE(6961)] = 224545, - [SMALL_STATE(6962)] = 224549, - [SMALL_STATE(6963)] = 224553, - [SMALL_STATE(6964)] = 224557, - [SMALL_STATE(6965)] = 224561, - [SMALL_STATE(6966)] = 224565, - [SMALL_STATE(6967)] = 224569, - [SMALL_STATE(6968)] = 224573, - [SMALL_STATE(6969)] = 224577, - [SMALL_STATE(6970)] = 224581, - [SMALL_STATE(6971)] = 224585, - [SMALL_STATE(6972)] = 224589, - [SMALL_STATE(6973)] = 224593, - [SMALL_STATE(6974)] = 224597, - [SMALL_STATE(6975)] = 224601, - [SMALL_STATE(6976)] = 224605, - [SMALL_STATE(6977)] = 224609, - [SMALL_STATE(6978)] = 224613, - [SMALL_STATE(6979)] = 224617, - [SMALL_STATE(6980)] = 224621, - [SMALL_STATE(6981)] = 224625, - [SMALL_STATE(6982)] = 224629, - [SMALL_STATE(6983)] = 224633, - [SMALL_STATE(6984)] = 224637, - [SMALL_STATE(6985)] = 224641, - [SMALL_STATE(6986)] = 224645, - [SMALL_STATE(6987)] = 224649, - [SMALL_STATE(6988)] = 224653, - [SMALL_STATE(6989)] = 224657, - [SMALL_STATE(6990)] = 224661, - [SMALL_STATE(6991)] = 224665, - [SMALL_STATE(6992)] = 224669, - [SMALL_STATE(6993)] = 224673, - [SMALL_STATE(6994)] = 224677, - [SMALL_STATE(6995)] = 224681, - [SMALL_STATE(6996)] = 224685, - [SMALL_STATE(6997)] = 224689, - [SMALL_STATE(6998)] = 224693, - [SMALL_STATE(6999)] = 224697, - [SMALL_STATE(7000)] = 224701, - [SMALL_STATE(7001)] = 224705, - [SMALL_STATE(7002)] = 224709, - [SMALL_STATE(7003)] = 224713, - [SMALL_STATE(7004)] = 224717, - [SMALL_STATE(7005)] = 224721, - [SMALL_STATE(7006)] = 224725, - [SMALL_STATE(7007)] = 224729, - [SMALL_STATE(7008)] = 224733, - [SMALL_STATE(7009)] = 224737, - [SMALL_STATE(7010)] = 224741, - [SMALL_STATE(7011)] = 224745, - [SMALL_STATE(7012)] = 224749, - [SMALL_STATE(7013)] = 224753, - [SMALL_STATE(7014)] = 224757, - [SMALL_STATE(7015)] = 224761, - [SMALL_STATE(7016)] = 224765, - [SMALL_STATE(7017)] = 224769, - [SMALL_STATE(7018)] = 224773, - [SMALL_STATE(7019)] = 224777, - [SMALL_STATE(7020)] = 224781, - [SMALL_STATE(7021)] = 224785, - [SMALL_STATE(7022)] = 224789, - [SMALL_STATE(7023)] = 224793, - [SMALL_STATE(7024)] = 224797, - [SMALL_STATE(7025)] = 224801, - [SMALL_STATE(7026)] = 224805, - [SMALL_STATE(7027)] = 224809, - [SMALL_STATE(7028)] = 224813, - [SMALL_STATE(7029)] = 224817, - [SMALL_STATE(7030)] = 224821, - [SMALL_STATE(7031)] = 224825, - [SMALL_STATE(7032)] = 224829, - [SMALL_STATE(7033)] = 224833, - [SMALL_STATE(7034)] = 224837, - [SMALL_STATE(7035)] = 224841, - [SMALL_STATE(7036)] = 224845, - [SMALL_STATE(7037)] = 224849, - [SMALL_STATE(7038)] = 224853, - [SMALL_STATE(7039)] = 224857, - [SMALL_STATE(7040)] = 224861, - [SMALL_STATE(7041)] = 224865, - [SMALL_STATE(7042)] = 224869, - [SMALL_STATE(7043)] = 224873, - [SMALL_STATE(7044)] = 224877, - [SMALL_STATE(7045)] = 224881, - [SMALL_STATE(7046)] = 224885, - [SMALL_STATE(7047)] = 224889, - [SMALL_STATE(7048)] = 224893, - [SMALL_STATE(7049)] = 224897, - [SMALL_STATE(7050)] = 224901, - [SMALL_STATE(7051)] = 224905, - [SMALL_STATE(7052)] = 224909, - [SMALL_STATE(7053)] = 224913, - [SMALL_STATE(7054)] = 224917, - [SMALL_STATE(7055)] = 224921, - [SMALL_STATE(7056)] = 224925, - [SMALL_STATE(7057)] = 224929, - [SMALL_STATE(7058)] = 224933, - [SMALL_STATE(7059)] = 224937, - [SMALL_STATE(7060)] = 224941, - [SMALL_STATE(7061)] = 224945, - [SMALL_STATE(7062)] = 224949, - [SMALL_STATE(7063)] = 224953, - [SMALL_STATE(7064)] = 224957, - [SMALL_STATE(7065)] = 224961, - [SMALL_STATE(7066)] = 224965, - [SMALL_STATE(7067)] = 224969, - [SMALL_STATE(7068)] = 224973, - [SMALL_STATE(7069)] = 224977, - [SMALL_STATE(7070)] = 224981, - [SMALL_STATE(7071)] = 224985, - [SMALL_STATE(7072)] = 224989, - [SMALL_STATE(7073)] = 224993, - [SMALL_STATE(7074)] = 224997, - [SMALL_STATE(7075)] = 225001, - [SMALL_STATE(7076)] = 225005, - [SMALL_STATE(7077)] = 225009, - [SMALL_STATE(7078)] = 225013, - [SMALL_STATE(7079)] = 225017, - [SMALL_STATE(7080)] = 225021, - [SMALL_STATE(7081)] = 225025, - [SMALL_STATE(7082)] = 225029, - [SMALL_STATE(7083)] = 225033, - [SMALL_STATE(7084)] = 225037, - [SMALL_STATE(7085)] = 225041, - [SMALL_STATE(7086)] = 225045, - [SMALL_STATE(7087)] = 225049, - [SMALL_STATE(7088)] = 225053, - [SMALL_STATE(7089)] = 225057, - [SMALL_STATE(7090)] = 225061, - [SMALL_STATE(7091)] = 225065, - [SMALL_STATE(7092)] = 225069, - [SMALL_STATE(7093)] = 225073, - [SMALL_STATE(7094)] = 225077, - [SMALL_STATE(7095)] = 225081, - [SMALL_STATE(7096)] = 225085, - [SMALL_STATE(7097)] = 225089, - [SMALL_STATE(7098)] = 225093, - [SMALL_STATE(7099)] = 225097, - [SMALL_STATE(7100)] = 225101, - [SMALL_STATE(7101)] = 225105, - [SMALL_STATE(7102)] = 225109, - [SMALL_STATE(7103)] = 225113, - [SMALL_STATE(7104)] = 225117, - [SMALL_STATE(7105)] = 225121, - [SMALL_STATE(7106)] = 225125, - [SMALL_STATE(7107)] = 225129, - [SMALL_STATE(7108)] = 225133, - [SMALL_STATE(7109)] = 225137, - [SMALL_STATE(7110)] = 225141, - [SMALL_STATE(7111)] = 225145, - [SMALL_STATE(7112)] = 225149, - [SMALL_STATE(7113)] = 225153, - [SMALL_STATE(7114)] = 225157, - [SMALL_STATE(7115)] = 225161, - [SMALL_STATE(7116)] = 225165, - [SMALL_STATE(7117)] = 225169, - [SMALL_STATE(7118)] = 225173, - [SMALL_STATE(7119)] = 225177, - [SMALL_STATE(7120)] = 225181, - [SMALL_STATE(7121)] = 225185, - [SMALL_STATE(7122)] = 225189, - [SMALL_STATE(7123)] = 225193, - [SMALL_STATE(7124)] = 225197, - [SMALL_STATE(7125)] = 225201, - [SMALL_STATE(7126)] = 225205, - [SMALL_STATE(7127)] = 225209, - [SMALL_STATE(7128)] = 225213, - [SMALL_STATE(7129)] = 225217, - [SMALL_STATE(7130)] = 225221, - [SMALL_STATE(7131)] = 225225, - [SMALL_STATE(7132)] = 225229, - [SMALL_STATE(7133)] = 225233, - [SMALL_STATE(7134)] = 225237, - [SMALL_STATE(7135)] = 225241, - [SMALL_STATE(7136)] = 225245, - [SMALL_STATE(7137)] = 225249, - [SMALL_STATE(7138)] = 225253, - [SMALL_STATE(7139)] = 225257, - [SMALL_STATE(7140)] = 225261, - [SMALL_STATE(7141)] = 225265, - [SMALL_STATE(7142)] = 225269, - [SMALL_STATE(7143)] = 225273, - [SMALL_STATE(7144)] = 225277, - [SMALL_STATE(7145)] = 225281, - [SMALL_STATE(7146)] = 225285, - [SMALL_STATE(7147)] = 225289, - [SMALL_STATE(7148)] = 225293, - [SMALL_STATE(7149)] = 225297, - [SMALL_STATE(7150)] = 225301, - [SMALL_STATE(7151)] = 225305, - [SMALL_STATE(7152)] = 225309, - [SMALL_STATE(7153)] = 225313, - [SMALL_STATE(7154)] = 225317, - [SMALL_STATE(7155)] = 225321, - [SMALL_STATE(7156)] = 225325, - [SMALL_STATE(7157)] = 225329, - [SMALL_STATE(7158)] = 225333, - [SMALL_STATE(7159)] = 225337, - [SMALL_STATE(7160)] = 225341, - [SMALL_STATE(7161)] = 225345, - [SMALL_STATE(7162)] = 225349, + [SMALL_STATE(1989)] = 84854, + [SMALL_STATE(1990)] = 84917, + [SMALL_STATE(1991)] = 84980, + [SMALL_STATE(1992)] = 85043, + [SMALL_STATE(1993)] = 85106, + [SMALL_STATE(1994)] = 85169, + [SMALL_STATE(1995)] = 85232, + [SMALL_STATE(1996)] = 85295, + [SMALL_STATE(1997)] = 85358, + [SMALL_STATE(1998)] = 85421, + [SMALL_STATE(1999)] = 85484, + [SMALL_STATE(2000)] = 85547, + [SMALL_STATE(2001)] = 85610, + [SMALL_STATE(2002)] = 85673, + [SMALL_STATE(2003)] = 85735, + [SMALL_STATE(2004)] = 85797, + [SMALL_STATE(2005)] = 85858, + [SMALL_STATE(2006)] = 85919, + [SMALL_STATE(2007)] = 85980, + [SMALL_STATE(2008)] = 86041, + [SMALL_STATE(2009)] = 86102, + [SMALL_STATE(2010)] = 86163, + [SMALL_STATE(2011)] = 86224, + [SMALL_STATE(2012)] = 86285, + [SMALL_STATE(2013)] = 86346, + [SMALL_STATE(2014)] = 86407, + [SMALL_STATE(2015)] = 86468, + [SMALL_STATE(2016)] = 86529, + [SMALL_STATE(2017)] = 86590, + [SMALL_STATE(2018)] = 86651, + [SMALL_STATE(2019)] = 86712, + [SMALL_STATE(2020)] = 86773, + [SMALL_STATE(2021)] = 86834, + [SMALL_STATE(2022)] = 86895, + [SMALL_STATE(2023)] = 86956, + [SMALL_STATE(2024)] = 87017, + [SMALL_STATE(2025)] = 87078, + [SMALL_STATE(2026)] = 87139, + [SMALL_STATE(2027)] = 87200, + [SMALL_STATE(2028)] = 87261, + [SMALL_STATE(2029)] = 87322, + [SMALL_STATE(2030)] = 87383, + [SMALL_STATE(2031)] = 87444, + [SMALL_STATE(2032)] = 87505, + [SMALL_STATE(2033)] = 87566, + [SMALL_STATE(2034)] = 87627, + [SMALL_STATE(2035)] = 87688, + [SMALL_STATE(2036)] = 87749, + [SMALL_STATE(2037)] = 87810, + [SMALL_STATE(2038)] = 87871, + [SMALL_STATE(2039)] = 87932, + [SMALL_STATE(2040)] = 87993, + [SMALL_STATE(2041)] = 88054, + [SMALL_STATE(2042)] = 88115, + [SMALL_STATE(2043)] = 88176, + [SMALL_STATE(2044)] = 88237, + [SMALL_STATE(2045)] = 88298, + [SMALL_STATE(2046)] = 88359, + [SMALL_STATE(2047)] = 88420, + [SMALL_STATE(2048)] = 88481, + [SMALL_STATE(2049)] = 88542, + [SMALL_STATE(2050)] = 88603, + [SMALL_STATE(2051)] = 88664, + [SMALL_STATE(2052)] = 88725, + [SMALL_STATE(2053)] = 88786, + [SMALL_STATE(2054)] = 88847, + [SMALL_STATE(2055)] = 88908, + [SMALL_STATE(2056)] = 88969, + [SMALL_STATE(2057)] = 89030, + [SMALL_STATE(2058)] = 89091, + [SMALL_STATE(2059)] = 89152, + [SMALL_STATE(2060)] = 89213, + [SMALL_STATE(2061)] = 89274, + [SMALL_STATE(2062)] = 89335, + [SMALL_STATE(2063)] = 89396, + [SMALL_STATE(2064)] = 89457, + [SMALL_STATE(2065)] = 89518, + [SMALL_STATE(2066)] = 89579, + [SMALL_STATE(2067)] = 89640, + [SMALL_STATE(2068)] = 89701, + [SMALL_STATE(2069)] = 89762, + [SMALL_STATE(2070)] = 89823, + [SMALL_STATE(2071)] = 89884, + [SMALL_STATE(2072)] = 89945, + [SMALL_STATE(2073)] = 90006, + [SMALL_STATE(2074)] = 90067, + [SMALL_STATE(2075)] = 90128, + [SMALL_STATE(2076)] = 90189, + [SMALL_STATE(2077)] = 90250, + [SMALL_STATE(2078)] = 90311, + [SMALL_STATE(2079)] = 90372, + [SMALL_STATE(2080)] = 90433, + [SMALL_STATE(2081)] = 90494, + [SMALL_STATE(2082)] = 90555, + [SMALL_STATE(2083)] = 90616, + [SMALL_STATE(2084)] = 90677, + [SMALL_STATE(2085)] = 90738, + [SMALL_STATE(2086)] = 90799, + [SMALL_STATE(2087)] = 90860, + [SMALL_STATE(2088)] = 90921, + [SMALL_STATE(2089)] = 90982, + [SMALL_STATE(2090)] = 91043, + [SMALL_STATE(2091)] = 91104, + [SMALL_STATE(2092)] = 91165, + [SMALL_STATE(2093)] = 91226, + [SMALL_STATE(2094)] = 91287, + [SMALL_STATE(2095)] = 91348, + [SMALL_STATE(2096)] = 91409, + [SMALL_STATE(2097)] = 91470, + [SMALL_STATE(2098)] = 91531, + [SMALL_STATE(2099)] = 91592, + [SMALL_STATE(2100)] = 91653, + [SMALL_STATE(2101)] = 91714, + [SMALL_STATE(2102)] = 91775, + [SMALL_STATE(2103)] = 91836, + [SMALL_STATE(2104)] = 91897, + [SMALL_STATE(2105)] = 91958, + [SMALL_STATE(2106)] = 92019, + [SMALL_STATE(2107)] = 92080, + [SMALL_STATE(2108)] = 92141, + [SMALL_STATE(2109)] = 92202, + [SMALL_STATE(2110)] = 92263, + [SMALL_STATE(2111)] = 92324, + [SMALL_STATE(2112)] = 92385, + [SMALL_STATE(2113)] = 92446, + [SMALL_STATE(2114)] = 92507, + [SMALL_STATE(2115)] = 92568, + [SMALL_STATE(2116)] = 92629, + [SMALL_STATE(2117)] = 92690, + [SMALL_STATE(2118)] = 92751, + [SMALL_STATE(2119)] = 92812, + [SMALL_STATE(2120)] = 92873, + [SMALL_STATE(2121)] = 92934, + [SMALL_STATE(2122)] = 92995, + [SMALL_STATE(2123)] = 93056, + [SMALL_STATE(2124)] = 93117, + [SMALL_STATE(2125)] = 93178, + [SMALL_STATE(2126)] = 93239, + [SMALL_STATE(2127)] = 93300, + [SMALL_STATE(2128)] = 93361, + [SMALL_STATE(2129)] = 93422, + [SMALL_STATE(2130)] = 93483, + [SMALL_STATE(2131)] = 93544, + [SMALL_STATE(2132)] = 93605, + [SMALL_STATE(2133)] = 93666, + [SMALL_STATE(2134)] = 93727, + [SMALL_STATE(2135)] = 93788, + [SMALL_STATE(2136)] = 93849, + [SMALL_STATE(2137)] = 93910, + [SMALL_STATE(2138)] = 93971, + [SMALL_STATE(2139)] = 94032, + [SMALL_STATE(2140)] = 94093, + [SMALL_STATE(2141)] = 94154, + [SMALL_STATE(2142)] = 94215, + [SMALL_STATE(2143)] = 94276, + [SMALL_STATE(2144)] = 94337, + [SMALL_STATE(2145)] = 94398, + [SMALL_STATE(2146)] = 94459, + [SMALL_STATE(2147)] = 94520, + [SMALL_STATE(2148)] = 94581, + [SMALL_STATE(2149)] = 94642, + [SMALL_STATE(2150)] = 94703, + [SMALL_STATE(2151)] = 94764, + [SMALL_STATE(2152)] = 94825, + [SMALL_STATE(2153)] = 94886, + [SMALL_STATE(2154)] = 94947, + [SMALL_STATE(2155)] = 95008, + [SMALL_STATE(2156)] = 95069, + [SMALL_STATE(2157)] = 95130, + [SMALL_STATE(2158)] = 95191, + [SMALL_STATE(2159)] = 95252, + [SMALL_STATE(2160)] = 95313, + [SMALL_STATE(2161)] = 95374, + [SMALL_STATE(2162)] = 95435, + [SMALL_STATE(2163)] = 95496, + [SMALL_STATE(2164)] = 95557, + [SMALL_STATE(2165)] = 95618, + [SMALL_STATE(2166)] = 95679, + [SMALL_STATE(2167)] = 95740, + [SMALL_STATE(2168)] = 95801, + [SMALL_STATE(2169)] = 95862, + [SMALL_STATE(2170)] = 95923, + [SMALL_STATE(2171)] = 95984, + [SMALL_STATE(2172)] = 96045, + [SMALL_STATE(2173)] = 96106, + [SMALL_STATE(2174)] = 96167, + [SMALL_STATE(2175)] = 96228, + [SMALL_STATE(2176)] = 96289, + [SMALL_STATE(2177)] = 96350, + [SMALL_STATE(2178)] = 96411, + [SMALL_STATE(2179)] = 96472, + [SMALL_STATE(2180)] = 96533, + [SMALL_STATE(2181)] = 96594, + [SMALL_STATE(2182)] = 96655, + [SMALL_STATE(2183)] = 96716, + [SMALL_STATE(2184)] = 96777, + [SMALL_STATE(2185)] = 96838, + [SMALL_STATE(2186)] = 96899, + [SMALL_STATE(2187)] = 96960, + [SMALL_STATE(2188)] = 97021, + [SMALL_STATE(2189)] = 97082, + [SMALL_STATE(2190)] = 97143, + [SMALL_STATE(2191)] = 97204, + [SMALL_STATE(2192)] = 97265, + [SMALL_STATE(2193)] = 97326, + [SMALL_STATE(2194)] = 97387, + [SMALL_STATE(2195)] = 97448, + [SMALL_STATE(2196)] = 97509, + [SMALL_STATE(2197)] = 97570, + [SMALL_STATE(2198)] = 97631, + [SMALL_STATE(2199)] = 97692, + [SMALL_STATE(2200)] = 97753, + [SMALL_STATE(2201)] = 97814, + [SMALL_STATE(2202)] = 97875, + [SMALL_STATE(2203)] = 97936, + [SMALL_STATE(2204)] = 97997, + [SMALL_STATE(2205)] = 98058, + [SMALL_STATE(2206)] = 98119, + [SMALL_STATE(2207)] = 98180, + [SMALL_STATE(2208)] = 98241, + [SMALL_STATE(2209)] = 98302, + [SMALL_STATE(2210)] = 98363, + [SMALL_STATE(2211)] = 98424, + [SMALL_STATE(2212)] = 98485, + [SMALL_STATE(2213)] = 98546, + [SMALL_STATE(2214)] = 98607, + [SMALL_STATE(2215)] = 98668, + [SMALL_STATE(2216)] = 98729, + [SMALL_STATE(2217)] = 98790, + [SMALL_STATE(2218)] = 98851, + [SMALL_STATE(2219)] = 98912, + [SMALL_STATE(2220)] = 98973, + [SMALL_STATE(2221)] = 99034, + [SMALL_STATE(2222)] = 99095, + [SMALL_STATE(2223)] = 99156, + [SMALL_STATE(2224)] = 99217, + [SMALL_STATE(2225)] = 99278, + [SMALL_STATE(2226)] = 99339, + [SMALL_STATE(2227)] = 99400, + [SMALL_STATE(2228)] = 99461, + [SMALL_STATE(2229)] = 99522, + [SMALL_STATE(2230)] = 99583, + [SMALL_STATE(2231)] = 99644, + [SMALL_STATE(2232)] = 99705, + [SMALL_STATE(2233)] = 99766, + [SMALL_STATE(2234)] = 99827, + [SMALL_STATE(2235)] = 99888, + [SMALL_STATE(2236)] = 99949, + [SMALL_STATE(2237)] = 100010, + [SMALL_STATE(2238)] = 100071, + [SMALL_STATE(2239)] = 100132, + [SMALL_STATE(2240)] = 100193, + [SMALL_STATE(2241)] = 100254, + [SMALL_STATE(2242)] = 100315, + [SMALL_STATE(2243)] = 100376, + [SMALL_STATE(2244)] = 100437, + [SMALL_STATE(2245)] = 100498, + [SMALL_STATE(2246)] = 100559, + [SMALL_STATE(2247)] = 100620, + [SMALL_STATE(2248)] = 100681, + [SMALL_STATE(2249)] = 100742, + [SMALL_STATE(2250)] = 100803, + [SMALL_STATE(2251)] = 100864, + [SMALL_STATE(2252)] = 100925, + [SMALL_STATE(2253)] = 100986, + [SMALL_STATE(2254)] = 101047, + [SMALL_STATE(2255)] = 101108, + [SMALL_STATE(2256)] = 101169, + [SMALL_STATE(2257)] = 101230, + [SMALL_STATE(2258)] = 101291, + [SMALL_STATE(2259)] = 101352, + [SMALL_STATE(2260)] = 101413, + [SMALL_STATE(2261)] = 101474, + [SMALL_STATE(2262)] = 101535, + [SMALL_STATE(2263)] = 101596, + [SMALL_STATE(2264)] = 101657, + [SMALL_STATE(2265)] = 101718, + [SMALL_STATE(2266)] = 101779, + [SMALL_STATE(2267)] = 101840, + [SMALL_STATE(2268)] = 101901, + [SMALL_STATE(2269)] = 101962, + [SMALL_STATE(2270)] = 102023, + [SMALL_STATE(2271)] = 102084, + [SMALL_STATE(2272)] = 102145, + [SMALL_STATE(2273)] = 102206, + [SMALL_STATE(2274)] = 102267, + [SMALL_STATE(2275)] = 102328, + [SMALL_STATE(2276)] = 102389, + [SMALL_STATE(2277)] = 102450, + [SMALL_STATE(2278)] = 102511, + [SMALL_STATE(2279)] = 102572, + [SMALL_STATE(2280)] = 102633, + [SMALL_STATE(2281)] = 102694, + [SMALL_STATE(2282)] = 102755, + [SMALL_STATE(2283)] = 102816, + [SMALL_STATE(2284)] = 102877, + [SMALL_STATE(2285)] = 102938, + [SMALL_STATE(2286)] = 102999, + [SMALL_STATE(2287)] = 103060, + [SMALL_STATE(2288)] = 103121, + [SMALL_STATE(2289)] = 103182, + [SMALL_STATE(2290)] = 103243, + [SMALL_STATE(2291)] = 103304, + [SMALL_STATE(2292)] = 103365, + [SMALL_STATE(2293)] = 103426, + [SMALL_STATE(2294)] = 103487, + [SMALL_STATE(2295)] = 103548, + [SMALL_STATE(2296)] = 103609, + [SMALL_STATE(2297)] = 103670, + [SMALL_STATE(2298)] = 103731, + [SMALL_STATE(2299)] = 103792, + [SMALL_STATE(2300)] = 103853, + [SMALL_STATE(2301)] = 103914, + [SMALL_STATE(2302)] = 103975, + [SMALL_STATE(2303)] = 104036, + [SMALL_STATE(2304)] = 104097, + [SMALL_STATE(2305)] = 104158, + [SMALL_STATE(2306)] = 104219, + [SMALL_STATE(2307)] = 104280, + [SMALL_STATE(2308)] = 104341, + [SMALL_STATE(2309)] = 104402, + [SMALL_STATE(2310)] = 104463, + [SMALL_STATE(2311)] = 104524, + [SMALL_STATE(2312)] = 104585, + [SMALL_STATE(2313)] = 104646, + [SMALL_STATE(2314)] = 104707, + [SMALL_STATE(2315)] = 104768, + [SMALL_STATE(2316)] = 104829, + [SMALL_STATE(2317)] = 104890, + [SMALL_STATE(2318)] = 104951, + [SMALL_STATE(2319)] = 105012, + [SMALL_STATE(2320)] = 105073, + [SMALL_STATE(2321)] = 105134, + [SMALL_STATE(2322)] = 105195, + [SMALL_STATE(2323)] = 105256, + [SMALL_STATE(2324)] = 105317, + [SMALL_STATE(2325)] = 105378, + [SMALL_STATE(2326)] = 105439, + [SMALL_STATE(2327)] = 105500, + [SMALL_STATE(2328)] = 105561, + [SMALL_STATE(2329)] = 105622, + [SMALL_STATE(2330)] = 105683, + [SMALL_STATE(2331)] = 105744, + [SMALL_STATE(2332)] = 105805, + [SMALL_STATE(2333)] = 105866, + [SMALL_STATE(2334)] = 105927, + [SMALL_STATE(2335)] = 105988, + [SMALL_STATE(2336)] = 106049, + [SMALL_STATE(2337)] = 106110, + [SMALL_STATE(2338)] = 106171, + [SMALL_STATE(2339)] = 106232, + [SMALL_STATE(2340)] = 106293, + [SMALL_STATE(2341)] = 106354, + [SMALL_STATE(2342)] = 106415, + [SMALL_STATE(2343)] = 106476, + [SMALL_STATE(2344)] = 106537, + [SMALL_STATE(2345)] = 106598, + [SMALL_STATE(2346)] = 106659, + [SMALL_STATE(2347)] = 106720, + [SMALL_STATE(2348)] = 106781, + [SMALL_STATE(2349)] = 106842, + [SMALL_STATE(2350)] = 106903, + [SMALL_STATE(2351)] = 106964, + [SMALL_STATE(2352)] = 107025, + [SMALL_STATE(2353)] = 107086, + [SMALL_STATE(2354)] = 107147, + [SMALL_STATE(2355)] = 107208, + [SMALL_STATE(2356)] = 107269, + [SMALL_STATE(2357)] = 107330, + [SMALL_STATE(2358)] = 107391, + [SMALL_STATE(2359)] = 107452, + [SMALL_STATE(2360)] = 107513, + [SMALL_STATE(2361)] = 107574, + [SMALL_STATE(2362)] = 107635, + [SMALL_STATE(2363)] = 107696, + [SMALL_STATE(2364)] = 107757, + [SMALL_STATE(2365)] = 107818, + [SMALL_STATE(2366)] = 107879, + [SMALL_STATE(2367)] = 107940, + [SMALL_STATE(2368)] = 108001, + [SMALL_STATE(2369)] = 108062, + [SMALL_STATE(2370)] = 108123, + [SMALL_STATE(2371)] = 108184, + [SMALL_STATE(2372)] = 108245, + [SMALL_STATE(2373)] = 108306, + [SMALL_STATE(2374)] = 108367, + [SMALL_STATE(2375)] = 108428, + [SMALL_STATE(2376)] = 108489, + [SMALL_STATE(2377)] = 108550, + [SMALL_STATE(2378)] = 108611, + [SMALL_STATE(2379)] = 108672, + [SMALL_STATE(2380)] = 108733, + [SMALL_STATE(2381)] = 108794, + [SMALL_STATE(2382)] = 108855, + [SMALL_STATE(2383)] = 108916, + [SMALL_STATE(2384)] = 108977, + [SMALL_STATE(2385)] = 109038, + [SMALL_STATE(2386)] = 109099, + [SMALL_STATE(2387)] = 109160, + [SMALL_STATE(2388)] = 109221, + [SMALL_STATE(2389)] = 109282, + [SMALL_STATE(2390)] = 109343, + [SMALL_STATE(2391)] = 109404, + [SMALL_STATE(2392)] = 109465, + [SMALL_STATE(2393)] = 109526, + [SMALL_STATE(2394)] = 109587, + [SMALL_STATE(2395)] = 109648, + [SMALL_STATE(2396)] = 109709, + [SMALL_STATE(2397)] = 109770, + [SMALL_STATE(2398)] = 109831, + [SMALL_STATE(2399)] = 109892, + [SMALL_STATE(2400)] = 109953, + [SMALL_STATE(2401)] = 110014, + [SMALL_STATE(2402)] = 110075, + [SMALL_STATE(2403)] = 110136, + [SMALL_STATE(2404)] = 110197, + [SMALL_STATE(2405)] = 110258, + [SMALL_STATE(2406)] = 110319, + [SMALL_STATE(2407)] = 110380, + [SMALL_STATE(2408)] = 110441, + [SMALL_STATE(2409)] = 110502, + [SMALL_STATE(2410)] = 110563, + [SMALL_STATE(2411)] = 110624, + [SMALL_STATE(2412)] = 110685, + [SMALL_STATE(2413)] = 110746, + [SMALL_STATE(2414)] = 110807, + [SMALL_STATE(2415)] = 110868, + [SMALL_STATE(2416)] = 110929, + [SMALL_STATE(2417)] = 110990, + [SMALL_STATE(2418)] = 111051, + [SMALL_STATE(2419)] = 111112, + [SMALL_STATE(2420)] = 111173, + [SMALL_STATE(2421)] = 111234, + [SMALL_STATE(2422)] = 111295, + [SMALL_STATE(2423)] = 111356, + [SMALL_STATE(2424)] = 111417, + [SMALL_STATE(2425)] = 111478, + [SMALL_STATE(2426)] = 111539, + [SMALL_STATE(2427)] = 111600, + [SMALL_STATE(2428)] = 111661, + [SMALL_STATE(2429)] = 111722, + [SMALL_STATE(2430)] = 111783, + [SMALL_STATE(2431)] = 111844, + [SMALL_STATE(2432)] = 111905, + [SMALL_STATE(2433)] = 111966, + [SMALL_STATE(2434)] = 112027, + [SMALL_STATE(2435)] = 112088, + [SMALL_STATE(2436)] = 112149, + [SMALL_STATE(2437)] = 112210, + [SMALL_STATE(2438)] = 112271, + [SMALL_STATE(2439)] = 112332, + [SMALL_STATE(2440)] = 112393, + [SMALL_STATE(2441)] = 112454, + [SMALL_STATE(2442)] = 112515, + [SMALL_STATE(2443)] = 112576, + [SMALL_STATE(2444)] = 112637, + [SMALL_STATE(2445)] = 112698, + [SMALL_STATE(2446)] = 112759, + [SMALL_STATE(2447)] = 112820, + [SMALL_STATE(2448)] = 112881, + [SMALL_STATE(2449)] = 112942, + [SMALL_STATE(2450)] = 113003, + [SMALL_STATE(2451)] = 113064, + [SMALL_STATE(2452)] = 113125, + [SMALL_STATE(2453)] = 113186, + [SMALL_STATE(2454)] = 113247, + [SMALL_STATE(2455)] = 113308, + [SMALL_STATE(2456)] = 113369, + [SMALL_STATE(2457)] = 113430, + [SMALL_STATE(2458)] = 113491, + [SMALL_STATE(2459)] = 113552, + [SMALL_STATE(2460)] = 113613, + [SMALL_STATE(2461)] = 113674, + [SMALL_STATE(2462)] = 113735, + [SMALL_STATE(2463)] = 113796, + [SMALL_STATE(2464)] = 113857, + [SMALL_STATE(2465)] = 113918, + [SMALL_STATE(2466)] = 113979, + [SMALL_STATE(2467)] = 114040, + [SMALL_STATE(2468)] = 114101, + [SMALL_STATE(2469)] = 114162, + [SMALL_STATE(2470)] = 114223, + [SMALL_STATE(2471)] = 114284, + [SMALL_STATE(2472)] = 114345, + [SMALL_STATE(2473)] = 114406, + [SMALL_STATE(2474)] = 114467, + [SMALL_STATE(2475)] = 114528, + [SMALL_STATE(2476)] = 114589, + [SMALL_STATE(2477)] = 114650, + [SMALL_STATE(2478)] = 114711, + [SMALL_STATE(2479)] = 114772, + [SMALL_STATE(2480)] = 114833, + [SMALL_STATE(2481)] = 114894, + [SMALL_STATE(2482)] = 114955, + [SMALL_STATE(2483)] = 115016, + [SMALL_STATE(2484)] = 115077, + [SMALL_STATE(2485)] = 115138, + [SMALL_STATE(2486)] = 115199, + [SMALL_STATE(2487)] = 115260, + [SMALL_STATE(2488)] = 115321, + [SMALL_STATE(2489)] = 115382, + [SMALL_STATE(2490)] = 115443, + [SMALL_STATE(2491)] = 115504, + [SMALL_STATE(2492)] = 115565, + [SMALL_STATE(2493)] = 115626, + [SMALL_STATE(2494)] = 115687, + [SMALL_STATE(2495)] = 115748, + [SMALL_STATE(2496)] = 115809, + [SMALL_STATE(2497)] = 115870, + [SMALL_STATE(2498)] = 115931, + [SMALL_STATE(2499)] = 115992, + [SMALL_STATE(2500)] = 116053, + [SMALL_STATE(2501)] = 116114, + [SMALL_STATE(2502)] = 116175, + [SMALL_STATE(2503)] = 116236, + [SMALL_STATE(2504)] = 116297, + [SMALL_STATE(2505)] = 116358, + [SMALL_STATE(2506)] = 116419, + [SMALL_STATE(2507)] = 116480, + [SMALL_STATE(2508)] = 116541, + [SMALL_STATE(2509)] = 116602, + [SMALL_STATE(2510)] = 116663, + [SMALL_STATE(2511)] = 116724, + [SMALL_STATE(2512)] = 116785, + [SMALL_STATE(2513)] = 116846, + [SMALL_STATE(2514)] = 116907, + [SMALL_STATE(2515)] = 116968, + [SMALL_STATE(2516)] = 117029, + [SMALL_STATE(2517)] = 117090, + [SMALL_STATE(2518)] = 117151, + [SMALL_STATE(2519)] = 117212, + [SMALL_STATE(2520)] = 117273, + [SMALL_STATE(2521)] = 117334, + [SMALL_STATE(2522)] = 117395, + [SMALL_STATE(2523)] = 117456, + [SMALL_STATE(2524)] = 117517, + [SMALL_STATE(2525)] = 117578, + [SMALL_STATE(2526)] = 117639, + [SMALL_STATE(2527)] = 117700, + [SMALL_STATE(2528)] = 117761, + [SMALL_STATE(2529)] = 117822, + [SMALL_STATE(2530)] = 117883, + [SMALL_STATE(2531)] = 117944, + [SMALL_STATE(2532)] = 118005, + [SMALL_STATE(2533)] = 118066, + [SMALL_STATE(2534)] = 118127, + [SMALL_STATE(2535)] = 118188, + [SMALL_STATE(2536)] = 118249, + [SMALL_STATE(2537)] = 118310, + [SMALL_STATE(2538)] = 118371, + [SMALL_STATE(2539)] = 118432, + [SMALL_STATE(2540)] = 118493, + [SMALL_STATE(2541)] = 118554, + [SMALL_STATE(2542)] = 118615, + [SMALL_STATE(2543)] = 118676, + [SMALL_STATE(2544)] = 118737, + [SMALL_STATE(2545)] = 118798, + [SMALL_STATE(2546)] = 118859, + [SMALL_STATE(2547)] = 118920, + [SMALL_STATE(2548)] = 118981, + [SMALL_STATE(2549)] = 119042, + [SMALL_STATE(2550)] = 119103, + [SMALL_STATE(2551)] = 119164, + [SMALL_STATE(2552)] = 119225, + [SMALL_STATE(2553)] = 119286, + [SMALL_STATE(2554)] = 119347, + [SMALL_STATE(2555)] = 119408, + [SMALL_STATE(2556)] = 119469, + [SMALL_STATE(2557)] = 119530, + [SMALL_STATE(2558)] = 119591, + [SMALL_STATE(2559)] = 119652, + [SMALL_STATE(2560)] = 119713, + [SMALL_STATE(2561)] = 119774, + [SMALL_STATE(2562)] = 119835, + [SMALL_STATE(2563)] = 119896, + [SMALL_STATE(2564)] = 119957, + [SMALL_STATE(2565)] = 120018, + [SMALL_STATE(2566)] = 120079, + [SMALL_STATE(2567)] = 120140, + [SMALL_STATE(2568)] = 120201, + [SMALL_STATE(2569)] = 120262, + [SMALL_STATE(2570)] = 120323, + [SMALL_STATE(2571)] = 120384, + [SMALL_STATE(2572)] = 120445, + [SMALL_STATE(2573)] = 120506, + [SMALL_STATE(2574)] = 120567, + [SMALL_STATE(2575)] = 120628, + [SMALL_STATE(2576)] = 120689, + [SMALL_STATE(2577)] = 120750, + [SMALL_STATE(2578)] = 120811, + [SMALL_STATE(2579)] = 120872, + [SMALL_STATE(2580)] = 120933, + [SMALL_STATE(2581)] = 120994, + [SMALL_STATE(2582)] = 121055, + [SMALL_STATE(2583)] = 121116, + [SMALL_STATE(2584)] = 121177, + [SMALL_STATE(2585)] = 121238, + [SMALL_STATE(2586)] = 121299, + [SMALL_STATE(2587)] = 121360, + [SMALL_STATE(2588)] = 121421, + [SMALL_STATE(2589)] = 121482, + [SMALL_STATE(2590)] = 121543, + [SMALL_STATE(2591)] = 121604, + [SMALL_STATE(2592)] = 121665, + [SMALL_STATE(2593)] = 121726, + [SMALL_STATE(2594)] = 121787, + [SMALL_STATE(2595)] = 121848, + [SMALL_STATE(2596)] = 121909, + [SMALL_STATE(2597)] = 121970, + [SMALL_STATE(2598)] = 122031, + [SMALL_STATE(2599)] = 122092, + [SMALL_STATE(2600)] = 122153, + [SMALL_STATE(2601)] = 122214, + [SMALL_STATE(2602)] = 122275, + [SMALL_STATE(2603)] = 122336, + [SMALL_STATE(2604)] = 122397, + [SMALL_STATE(2605)] = 122458, + [SMALL_STATE(2606)] = 122519, + [SMALL_STATE(2607)] = 122580, + [SMALL_STATE(2608)] = 122641, + [SMALL_STATE(2609)] = 122702, + [SMALL_STATE(2610)] = 122763, + [SMALL_STATE(2611)] = 122824, + [SMALL_STATE(2612)] = 122885, + [SMALL_STATE(2613)] = 122946, + [SMALL_STATE(2614)] = 123007, + [SMALL_STATE(2615)] = 123068, + [SMALL_STATE(2616)] = 123129, + [SMALL_STATE(2617)] = 123190, + [SMALL_STATE(2618)] = 123251, + [SMALL_STATE(2619)] = 123312, + [SMALL_STATE(2620)] = 123373, + [SMALL_STATE(2621)] = 123434, + [SMALL_STATE(2622)] = 123495, + [SMALL_STATE(2623)] = 123556, + [SMALL_STATE(2624)] = 123617, + [SMALL_STATE(2625)] = 123678, + [SMALL_STATE(2626)] = 123739, + [SMALL_STATE(2627)] = 123800, + [SMALL_STATE(2628)] = 123861, + [SMALL_STATE(2629)] = 123922, + [SMALL_STATE(2630)] = 123983, + [SMALL_STATE(2631)] = 124044, + [SMALL_STATE(2632)] = 124105, + [SMALL_STATE(2633)] = 124166, + [SMALL_STATE(2634)] = 124227, + [SMALL_STATE(2635)] = 124288, + [SMALL_STATE(2636)] = 124349, + [SMALL_STATE(2637)] = 124410, + [SMALL_STATE(2638)] = 124471, + [SMALL_STATE(2639)] = 124532, + [SMALL_STATE(2640)] = 124593, + [SMALL_STATE(2641)] = 124654, + [SMALL_STATE(2642)] = 124715, + [SMALL_STATE(2643)] = 124776, + [SMALL_STATE(2644)] = 124837, + [SMALL_STATE(2645)] = 124898, + [SMALL_STATE(2646)] = 124959, + [SMALL_STATE(2647)] = 125020, + [SMALL_STATE(2648)] = 125081, + [SMALL_STATE(2649)] = 125142, + [SMALL_STATE(2650)] = 125203, + [SMALL_STATE(2651)] = 125264, + [SMALL_STATE(2652)] = 125325, + [SMALL_STATE(2653)] = 125386, + [SMALL_STATE(2654)] = 125447, + [SMALL_STATE(2655)] = 125508, + [SMALL_STATE(2656)] = 125569, + [SMALL_STATE(2657)] = 125630, + [SMALL_STATE(2658)] = 125691, + [SMALL_STATE(2659)] = 125752, + [SMALL_STATE(2660)] = 125813, + [SMALL_STATE(2661)] = 125874, + [SMALL_STATE(2662)] = 125935, + [SMALL_STATE(2663)] = 125996, + [SMALL_STATE(2664)] = 126057, + [SMALL_STATE(2665)] = 126118, + [SMALL_STATE(2666)] = 126179, + [SMALL_STATE(2667)] = 126240, + [SMALL_STATE(2668)] = 126301, + [SMALL_STATE(2669)] = 126362, + [SMALL_STATE(2670)] = 126423, + [SMALL_STATE(2671)] = 126484, + [SMALL_STATE(2672)] = 126545, + [SMALL_STATE(2673)] = 126606, + [SMALL_STATE(2674)] = 126667, + [SMALL_STATE(2675)] = 126728, + [SMALL_STATE(2676)] = 126789, + [SMALL_STATE(2677)] = 126850, + [SMALL_STATE(2678)] = 126911, + [SMALL_STATE(2679)] = 126972, + [SMALL_STATE(2680)] = 127033, + [SMALL_STATE(2681)] = 127094, + [SMALL_STATE(2682)] = 127155, + [SMALL_STATE(2683)] = 127216, + [SMALL_STATE(2684)] = 127277, + [SMALL_STATE(2685)] = 127338, + [SMALL_STATE(2686)] = 127399, + [SMALL_STATE(2687)] = 127460, + [SMALL_STATE(2688)] = 127521, + [SMALL_STATE(2689)] = 127582, + [SMALL_STATE(2690)] = 127643, + [SMALL_STATE(2691)] = 127704, + [SMALL_STATE(2692)] = 127765, + [SMALL_STATE(2693)] = 127826, + [SMALL_STATE(2694)] = 127887, + [SMALL_STATE(2695)] = 127948, + [SMALL_STATE(2696)] = 128009, + [SMALL_STATE(2697)] = 128070, + [SMALL_STATE(2698)] = 128131, + [SMALL_STATE(2699)] = 128192, + [SMALL_STATE(2700)] = 128253, + [SMALL_STATE(2701)] = 128314, + [SMALL_STATE(2702)] = 128375, + [SMALL_STATE(2703)] = 128436, + [SMALL_STATE(2704)] = 128497, + [SMALL_STATE(2705)] = 128558, + [SMALL_STATE(2706)] = 128619, + [SMALL_STATE(2707)] = 128680, + [SMALL_STATE(2708)] = 128741, + [SMALL_STATE(2709)] = 128802, + [SMALL_STATE(2710)] = 128863, + [SMALL_STATE(2711)] = 128924, + [SMALL_STATE(2712)] = 128985, + [SMALL_STATE(2713)] = 129046, + [SMALL_STATE(2714)] = 129107, + [SMALL_STATE(2715)] = 129168, + [SMALL_STATE(2716)] = 129229, + [SMALL_STATE(2717)] = 129290, + [SMALL_STATE(2718)] = 129351, + [SMALL_STATE(2719)] = 129412, + [SMALL_STATE(2720)] = 129473, + [SMALL_STATE(2721)] = 129534, + [SMALL_STATE(2722)] = 129595, + [SMALL_STATE(2723)] = 129656, + [SMALL_STATE(2724)] = 129717, + [SMALL_STATE(2725)] = 129778, + [SMALL_STATE(2726)] = 129839, + [SMALL_STATE(2727)] = 129900, + [SMALL_STATE(2728)] = 129961, + [SMALL_STATE(2729)] = 130022, + [SMALL_STATE(2730)] = 130083, + [SMALL_STATE(2731)] = 130144, + [SMALL_STATE(2732)] = 130205, + [SMALL_STATE(2733)] = 130266, + [SMALL_STATE(2734)] = 130327, + [SMALL_STATE(2735)] = 130388, + [SMALL_STATE(2736)] = 130449, + [SMALL_STATE(2737)] = 130510, + [SMALL_STATE(2738)] = 130571, + [SMALL_STATE(2739)] = 130632, + [SMALL_STATE(2740)] = 130693, + [SMALL_STATE(2741)] = 130754, + [SMALL_STATE(2742)] = 130815, + [SMALL_STATE(2743)] = 130876, + [SMALL_STATE(2744)] = 130937, + [SMALL_STATE(2745)] = 130998, + [SMALL_STATE(2746)] = 131059, + [SMALL_STATE(2747)] = 131120, + [SMALL_STATE(2748)] = 131181, + [SMALL_STATE(2749)] = 131242, + [SMALL_STATE(2750)] = 131303, + [SMALL_STATE(2751)] = 131364, + [SMALL_STATE(2752)] = 131425, + [SMALL_STATE(2753)] = 131486, + [SMALL_STATE(2754)] = 131547, + [SMALL_STATE(2755)] = 131608, + [SMALL_STATE(2756)] = 131669, + [SMALL_STATE(2757)] = 131730, + [SMALL_STATE(2758)] = 131791, + [SMALL_STATE(2759)] = 131852, + [SMALL_STATE(2760)] = 131913, + [SMALL_STATE(2761)] = 131974, + [SMALL_STATE(2762)] = 132035, + [SMALL_STATE(2763)] = 132096, + [SMALL_STATE(2764)] = 132157, + [SMALL_STATE(2765)] = 132218, + [SMALL_STATE(2766)] = 132279, + [SMALL_STATE(2767)] = 132340, + [SMALL_STATE(2768)] = 132401, + [SMALL_STATE(2769)] = 132462, + [SMALL_STATE(2770)] = 132523, + [SMALL_STATE(2771)] = 132584, + [SMALL_STATE(2772)] = 132645, + [SMALL_STATE(2773)] = 132706, + [SMALL_STATE(2774)] = 132767, + [SMALL_STATE(2775)] = 132828, + [SMALL_STATE(2776)] = 132889, + [SMALL_STATE(2777)] = 132950, + [SMALL_STATE(2778)] = 133011, + [SMALL_STATE(2779)] = 133072, + [SMALL_STATE(2780)] = 133133, + [SMALL_STATE(2781)] = 133194, + [SMALL_STATE(2782)] = 133255, + [SMALL_STATE(2783)] = 133316, + [SMALL_STATE(2784)] = 133377, + [SMALL_STATE(2785)] = 133438, + [SMALL_STATE(2786)] = 133499, + [SMALL_STATE(2787)] = 133560, + [SMALL_STATE(2788)] = 133621, + [SMALL_STATE(2789)] = 133682, + [SMALL_STATE(2790)] = 133743, + [SMALL_STATE(2791)] = 133804, + [SMALL_STATE(2792)] = 133865, + [SMALL_STATE(2793)] = 133926, + [SMALL_STATE(2794)] = 133987, + [SMALL_STATE(2795)] = 134048, + [SMALL_STATE(2796)] = 134109, + [SMALL_STATE(2797)] = 134170, + [SMALL_STATE(2798)] = 134231, + [SMALL_STATE(2799)] = 134292, + [SMALL_STATE(2800)] = 134353, + [SMALL_STATE(2801)] = 134414, + [SMALL_STATE(2802)] = 134475, + [SMALL_STATE(2803)] = 134536, + [SMALL_STATE(2804)] = 134597, + [SMALL_STATE(2805)] = 134658, + [SMALL_STATE(2806)] = 134719, + [SMALL_STATE(2807)] = 134780, + [SMALL_STATE(2808)] = 134841, + [SMALL_STATE(2809)] = 134902, + [SMALL_STATE(2810)] = 134963, + [SMALL_STATE(2811)] = 135024, + [SMALL_STATE(2812)] = 135085, + [SMALL_STATE(2813)] = 135146, + [SMALL_STATE(2814)] = 135207, + [SMALL_STATE(2815)] = 135268, + [SMALL_STATE(2816)] = 135329, + [SMALL_STATE(2817)] = 135390, + [SMALL_STATE(2818)] = 135451, + [SMALL_STATE(2819)] = 135512, + [SMALL_STATE(2820)] = 135573, + [SMALL_STATE(2821)] = 135634, + [SMALL_STATE(2822)] = 135695, + [SMALL_STATE(2823)] = 135756, + [SMALL_STATE(2824)] = 135817, + [SMALL_STATE(2825)] = 135878, + [SMALL_STATE(2826)] = 135939, + [SMALL_STATE(2827)] = 136000, + [SMALL_STATE(2828)] = 136061, + [SMALL_STATE(2829)] = 136122, + [SMALL_STATE(2830)] = 136183, + [SMALL_STATE(2831)] = 136244, + [SMALL_STATE(2832)] = 136305, + [SMALL_STATE(2833)] = 136366, + [SMALL_STATE(2834)] = 136427, + [SMALL_STATE(2835)] = 136488, + [SMALL_STATE(2836)] = 136549, + [SMALL_STATE(2837)] = 136610, + [SMALL_STATE(2838)] = 136671, + [SMALL_STATE(2839)] = 136732, + [SMALL_STATE(2840)] = 136793, + [SMALL_STATE(2841)] = 136854, + [SMALL_STATE(2842)] = 136915, + [SMALL_STATE(2843)] = 136976, + [SMALL_STATE(2844)] = 137037, + [SMALL_STATE(2845)] = 137098, + [SMALL_STATE(2846)] = 137159, + [SMALL_STATE(2847)] = 137220, + [SMALL_STATE(2848)] = 137281, + [SMALL_STATE(2849)] = 137342, + [SMALL_STATE(2850)] = 137403, + [SMALL_STATE(2851)] = 137464, + [SMALL_STATE(2852)] = 137525, + [SMALL_STATE(2853)] = 137586, + [SMALL_STATE(2854)] = 137647, + [SMALL_STATE(2855)] = 137708, + [SMALL_STATE(2856)] = 137769, + [SMALL_STATE(2857)] = 137830, + [SMALL_STATE(2858)] = 137891, + [SMALL_STATE(2859)] = 137952, + [SMALL_STATE(2860)] = 138013, + [SMALL_STATE(2861)] = 138074, + [SMALL_STATE(2862)] = 138135, + [SMALL_STATE(2863)] = 138196, + [SMALL_STATE(2864)] = 138257, + [SMALL_STATE(2865)] = 138318, + [SMALL_STATE(2866)] = 138379, + [SMALL_STATE(2867)] = 138440, + [SMALL_STATE(2868)] = 138501, + [SMALL_STATE(2869)] = 138562, + [SMALL_STATE(2870)] = 138623, + [SMALL_STATE(2871)] = 138684, + [SMALL_STATE(2872)] = 138745, + [SMALL_STATE(2873)] = 138806, + [SMALL_STATE(2874)] = 138867, + [SMALL_STATE(2875)] = 138928, + [SMALL_STATE(2876)] = 138989, + [SMALL_STATE(2877)] = 139050, + [SMALL_STATE(2878)] = 139111, + [SMALL_STATE(2879)] = 139172, + [SMALL_STATE(2880)] = 139233, + [SMALL_STATE(2881)] = 139294, + [SMALL_STATE(2882)] = 139355, + [SMALL_STATE(2883)] = 139416, + [SMALL_STATE(2884)] = 139477, + [SMALL_STATE(2885)] = 139538, + [SMALL_STATE(2886)] = 139599, + [SMALL_STATE(2887)] = 139660, + [SMALL_STATE(2888)] = 139721, + [SMALL_STATE(2889)] = 139782, + [SMALL_STATE(2890)] = 139843, + [SMALL_STATE(2891)] = 139904, + [SMALL_STATE(2892)] = 139965, + [SMALL_STATE(2893)] = 140026, + [SMALL_STATE(2894)] = 140087, + [SMALL_STATE(2895)] = 140148, + [SMALL_STATE(2896)] = 140209, + [SMALL_STATE(2897)] = 140270, + [SMALL_STATE(2898)] = 140331, + [SMALL_STATE(2899)] = 140392, + [SMALL_STATE(2900)] = 140453, + [SMALL_STATE(2901)] = 140514, + [SMALL_STATE(2902)] = 140575, + [SMALL_STATE(2903)] = 140636, + [SMALL_STATE(2904)] = 140697, + [SMALL_STATE(2905)] = 140758, + [SMALL_STATE(2906)] = 140819, + [SMALL_STATE(2907)] = 140880, + [SMALL_STATE(2908)] = 140941, + [SMALL_STATE(2909)] = 141002, + [SMALL_STATE(2910)] = 141063, + [SMALL_STATE(2911)] = 141124, + [SMALL_STATE(2912)] = 141185, + [SMALL_STATE(2913)] = 141246, + [SMALL_STATE(2914)] = 141307, + [SMALL_STATE(2915)] = 141368, + [SMALL_STATE(2916)] = 141429, + [SMALL_STATE(2917)] = 141490, + [SMALL_STATE(2918)] = 141551, + [SMALL_STATE(2919)] = 141612, + [SMALL_STATE(2920)] = 141673, + [SMALL_STATE(2921)] = 141734, + [SMALL_STATE(2922)] = 141795, + [SMALL_STATE(2923)] = 141856, + [SMALL_STATE(2924)] = 141917, + [SMALL_STATE(2925)] = 141978, + [SMALL_STATE(2926)] = 142039, + [SMALL_STATE(2927)] = 142100, + [SMALL_STATE(2928)] = 142161, + [SMALL_STATE(2929)] = 142222, + [SMALL_STATE(2930)] = 142283, + [SMALL_STATE(2931)] = 142344, + [SMALL_STATE(2932)] = 142405, + [SMALL_STATE(2933)] = 142466, + [SMALL_STATE(2934)] = 142527, + [SMALL_STATE(2935)] = 142588, + [SMALL_STATE(2936)] = 142649, + [SMALL_STATE(2937)] = 142710, + [SMALL_STATE(2938)] = 142771, + [SMALL_STATE(2939)] = 142832, + [SMALL_STATE(2940)] = 142893, + [SMALL_STATE(2941)] = 142954, + [SMALL_STATE(2942)] = 143015, + [SMALL_STATE(2943)] = 143076, + [SMALL_STATE(2944)] = 143137, + [SMALL_STATE(2945)] = 143198, + [SMALL_STATE(2946)] = 143259, + [SMALL_STATE(2947)] = 143320, + [SMALL_STATE(2948)] = 143381, + [SMALL_STATE(2949)] = 143442, + [SMALL_STATE(2950)] = 143503, + [SMALL_STATE(2951)] = 143564, + [SMALL_STATE(2952)] = 143625, + [SMALL_STATE(2953)] = 143686, + [SMALL_STATE(2954)] = 143747, + [SMALL_STATE(2955)] = 143808, + [SMALL_STATE(2956)] = 143869, + [SMALL_STATE(2957)] = 143930, + [SMALL_STATE(2958)] = 143991, + [SMALL_STATE(2959)] = 144052, + [SMALL_STATE(2960)] = 144113, + [SMALL_STATE(2961)] = 144174, + [SMALL_STATE(2962)] = 144235, + [SMALL_STATE(2963)] = 144296, + [SMALL_STATE(2964)] = 144357, + [SMALL_STATE(2965)] = 144418, + [SMALL_STATE(2966)] = 144479, + [SMALL_STATE(2967)] = 144540, + [SMALL_STATE(2968)] = 144601, + [SMALL_STATE(2969)] = 144662, + [SMALL_STATE(2970)] = 144723, + [SMALL_STATE(2971)] = 144784, + [SMALL_STATE(2972)] = 144845, + [SMALL_STATE(2973)] = 144906, + [SMALL_STATE(2974)] = 144967, + [SMALL_STATE(2975)] = 145028, + [SMALL_STATE(2976)] = 145089, + [SMALL_STATE(2977)] = 145150, + [SMALL_STATE(2978)] = 145211, + [SMALL_STATE(2979)] = 145272, + [SMALL_STATE(2980)] = 145333, + [SMALL_STATE(2981)] = 145394, + [SMALL_STATE(2982)] = 145455, + [SMALL_STATE(2983)] = 145516, + [SMALL_STATE(2984)] = 145577, + [SMALL_STATE(2985)] = 145638, + [SMALL_STATE(2986)] = 145699, + [SMALL_STATE(2987)] = 145760, + [SMALL_STATE(2988)] = 145821, + [SMALL_STATE(2989)] = 145882, + [SMALL_STATE(2990)] = 145943, + [SMALL_STATE(2991)] = 146004, + [SMALL_STATE(2992)] = 146065, + [SMALL_STATE(2993)] = 146126, + [SMALL_STATE(2994)] = 146187, + [SMALL_STATE(2995)] = 146248, + [SMALL_STATE(2996)] = 146309, + [SMALL_STATE(2997)] = 146370, + [SMALL_STATE(2998)] = 146431, + [SMALL_STATE(2999)] = 146492, + [SMALL_STATE(3000)] = 146553, + [SMALL_STATE(3001)] = 146614, + [SMALL_STATE(3002)] = 146675, + [SMALL_STATE(3003)] = 146736, + [SMALL_STATE(3004)] = 146797, + [SMALL_STATE(3005)] = 146858, + [SMALL_STATE(3006)] = 146919, + [SMALL_STATE(3007)] = 146980, + [SMALL_STATE(3008)] = 147041, + [SMALL_STATE(3009)] = 147102, + [SMALL_STATE(3010)] = 147163, + [SMALL_STATE(3011)] = 147224, + [SMALL_STATE(3012)] = 147285, + [SMALL_STATE(3013)] = 147346, + [SMALL_STATE(3014)] = 147407, + [SMALL_STATE(3015)] = 147468, + [SMALL_STATE(3016)] = 147529, + [SMALL_STATE(3017)] = 147590, + [SMALL_STATE(3018)] = 147651, + [SMALL_STATE(3019)] = 147712, + [SMALL_STATE(3020)] = 147773, + [SMALL_STATE(3021)] = 147834, + [SMALL_STATE(3022)] = 147895, + [SMALL_STATE(3023)] = 147956, + [SMALL_STATE(3024)] = 148017, + [SMALL_STATE(3025)] = 148078, + [SMALL_STATE(3026)] = 148139, + [SMALL_STATE(3027)] = 148200, + [SMALL_STATE(3028)] = 148261, + [SMALL_STATE(3029)] = 148322, + [SMALL_STATE(3030)] = 148383, + [SMALL_STATE(3031)] = 148444, + [SMALL_STATE(3032)] = 148505, + [SMALL_STATE(3033)] = 148566, + [SMALL_STATE(3034)] = 148627, + [SMALL_STATE(3035)] = 148688, + [SMALL_STATE(3036)] = 148749, + [SMALL_STATE(3037)] = 148810, + [SMALL_STATE(3038)] = 148871, + [SMALL_STATE(3039)] = 148932, + [SMALL_STATE(3040)] = 148993, + [SMALL_STATE(3041)] = 149054, + [SMALL_STATE(3042)] = 149115, + [SMALL_STATE(3043)] = 149176, + [SMALL_STATE(3044)] = 149237, + [SMALL_STATE(3045)] = 149298, + [SMALL_STATE(3046)] = 149359, + [SMALL_STATE(3047)] = 149420, + [SMALL_STATE(3048)] = 149481, + [SMALL_STATE(3049)] = 149542, + [SMALL_STATE(3050)] = 149603, + [SMALL_STATE(3051)] = 149664, + [SMALL_STATE(3052)] = 149725, + [SMALL_STATE(3053)] = 149786, + [SMALL_STATE(3054)] = 149847, + [SMALL_STATE(3055)] = 149908, + [SMALL_STATE(3056)] = 149969, + [SMALL_STATE(3057)] = 150030, + [SMALL_STATE(3058)] = 150091, + [SMALL_STATE(3059)] = 150152, + [SMALL_STATE(3060)] = 150213, + [SMALL_STATE(3061)] = 150274, + [SMALL_STATE(3062)] = 150335, + [SMALL_STATE(3063)] = 150396, + [SMALL_STATE(3064)] = 150457, + [SMALL_STATE(3065)] = 150518, + [SMALL_STATE(3066)] = 150579, + [SMALL_STATE(3067)] = 150640, + [SMALL_STATE(3068)] = 150701, + [SMALL_STATE(3069)] = 150762, + [SMALL_STATE(3070)] = 150823, + [SMALL_STATE(3071)] = 150884, + [SMALL_STATE(3072)] = 150945, + [SMALL_STATE(3073)] = 151006, + [SMALL_STATE(3074)] = 151067, + [SMALL_STATE(3075)] = 151128, + [SMALL_STATE(3076)] = 151189, + [SMALL_STATE(3077)] = 151250, + [SMALL_STATE(3078)] = 151311, + [SMALL_STATE(3079)] = 151372, + [SMALL_STATE(3080)] = 151433, + [SMALL_STATE(3081)] = 151494, + [SMALL_STATE(3082)] = 151555, + [SMALL_STATE(3083)] = 151616, + [SMALL_STATE(3084)] = 151677, + [SMALL_STATE(3085)] = 151738, + [SMALL_STATE(3086)] = 151799, + [SMALL_STATE(3087)] = 151860, + [SMALL_STATE(3088)] = 151921, + [SMALL_STATE(3089)] = 151982, + [SMALL_STATE(3090)] = 152043, + [SMALL_STATE(3091)] = 152104, + [SMALL_STATE(3092)] = 152165, + [SMALL_STATE(3093)] = 152226, + [SMALL_STATE(3094)] = 152287, + [SMALL_STATE(3095)] = 152348, + [SMALL_STATE(3096)] = 152409, + [SMALL_STATE(3097)] = 152470, + [SMALL_STATE(3098)] = 152531, + [SMALL_STATE(3099)] = 152592, + [SMALL_STATE(3100)] = 152653, + [SMALL_STATE(3101)] = 152714, + [SMALL_STATE(3102)] = 152775, + [SMALL_STATE(3103)] = 152836, + [SMALL_STATE(3104)] = 152897, + [SMALL_STATE(3105)] = 152958, + [SMALL_STATE(3106)] = 153019, + [SMALL_STATE(3107)] = 153080, + [SMALL_STATE(3108)] = 153141, + [SMALL_STATE(3109)] = 153202, + [SMALL_STATE(3110)] = 153263, + [SMALL_STATE(3111)] = 153324, + [SMALL_STATE(3112)] = 153385, + [SMALL_STATE(3113)] = 153446, + [SMALL_STATE(3114)] = 153507, + [SMALL_STATE(3115)] = 153568, + [SMALL_STATE(3116)] = 153629, + [SMALL_STATE(3117)] = 153690, + [SMALL_STATE(3118)] = 153751, + [SMALL_STATE(3119)] = 153812, + [SMALL_STATE(3120)] = 153873, + [SMALL_STATE(3121)] = 153934, + [SMALL_STATE(3122)] = 153995, + [SMALL_STATE(3123)] = 154056, + [SMALL_STATE(3124)] = 154117, + [SMALL_STATE(3125)] = 154178, + [SMALL_STATE(3126)] = 154239, + [SMALL_STATE(3127)] = 154300, + [SMALL_STATE(3128)] = 154361, + [SMALL_STATE(3129)] = 154422, + [SMALL_STATE(3130)] = 154483, + [SMALL_STATE(3131)] = 154544, + [SMALL_STATE(3132)] = 154605, + [SMALL_STATE(3133)] = 154666, + [SMALL_STATE(3134)] = 154727, + [SMALL_STATE(3135)] = 154788, + [SMALL_STATE(3136)] = 154849, + [SMALL_STATE(3137)] = 154910, + [SMALL_STATE(3138)] = 154971, + [SMALL_STATE(3139)] = 155032, + [SMALL_STATE(3140)] = 155093, + [SMALL_STATE(3141)] = 155154, + [SMALL_STATE(3142)] = 155215, + [SMALL_STATE(3143)] = 155276, + [SMALL_STATE(3144)] = 155337, + [SMALL_STATE(3145)] = 155398, + [SMALL_STATE(3146)] = 155459, + [SMALL_STATE(3147)] = 155520, + [SMALL_STATE(3148)] = 155581, + [SMALL_STATE(3149)] = 155642, + [SMALL_STATE(3150)] = 155703, + [SMALL_STATE(3151)] = 155764, + [SMALL_STATE(3152)] = 155825, + [SMALL_STATE(3153)] = 155886, + [SMALL_STATE(3154)] = 155947, + [SMALL_STATE(3155)] = 156008, + [SMALL_STATE(3156)] = 156069, + [SMALL_STATE(3157)] = 156130, + [SMALL_STATE(3158)] = 156191, + [SMALL_STATE(3159)] = 156252, + [SMALL_STATE(3160)] = 156313, + [SMALL_STATE(3161)] = 156374, + [SMALL_STATE(3162)] = 156435, + [SMALL_STATE(3163)] = 156496, + [SMALL_STATE(3164)] = 156557, + [SMALL_STATE(3165)] = 156618, + [SMALL_STATE(3166)] = 156679, + [SMALL_STATE(3167)] = 156740, + [SMALL_STATE(3168)] = 156801, + [SMALL_STATE(3169)] = 156862, + [SMALL_STATE(3170)] = 156923, + [SMALL_STATE(3171)] = 156984, + [SMALL_STATE(3172)] = 157045, + [SMALL_STATE(3173)] = 157106, + [SMALL_STATE(3174)] = 157167, + [SMALL_STATE(3175)] = 157228, + [SMALL_STATE(3176)] = 157289, + [SMALL_STATE(3177)] = 157350, + [SMALL_STATE(3178)] = 157411, + [SMALL_STATE(3179)] = 157472, + [SMALL_STATE(3180)] = 157533, + [SMALL_STATE(3181)] = 157594, + [SMALL_STATE(3182)] = 157655, + [SMALL_STATE(3183)] = 157716, + [SMALL_STATE(3184)] = 157777, + [SMALL_STATE(3185)] = 157838, + [SMALL_STATE(3186)] = 157899, + [SMALL_STATE(3187)] = 157960, + [SMALL_STATE(3188)] = 158021, + [SMALL_STATE(3189)] = 158082, + [SMALL_STATE(3190)] = 158143, + [SMALL_STATE(3191)] = 158204, + [SMALL_STATE(3192)] = 158265, + [SMALL_STATE(3193)] = 158326, + [SMALL_STATE(3194)] = 158387, + [SMALL_STATE(3195)] = 158448, + [SMALL_STATE(3196)] = 158509, + [SMALL_STATE(3197)] = 158570, + [SMALL_STATE(3198)] = 158631, + [SMALL_STATE(3199)] = 158692, + [SMALL_STATE(3200)] = 158753, + [SMALL_STATE(3201)] = 158814, + [SMALL_STATE(3202)] = 158875, + [SMALL_STATE(3203)] = 158936, + [SMALL_STATE(3204)] = 158997, + [SMALL_STATE(3205)] = 159058, + [SMALL_STATE(3206)] = 159119, + [SMALL_STATE(3207)] = 159180, + [SMALL_STATE(3208)] = 159241, + [SMALL_STATE(3209)] = 159302, + [SMALL_STATE(3210)] = 159363, + [SMALL_STATE(3211)] = 159424, + [SMALL_STATE(3212)] = 159485, + [SMALL_STATE(3213)] = 159546, + [SMALL_STATE(3214)] = 159607, + [SMALL_STATE(3215)] = 159668, + [SMALL_STATE(3216)] = 159729, + [SMALL_STATE(3217)] = 159790, + [SMALL_STATE(3218)] = 159851, + [SMALL_STATE(3219)] = 159912, + [SMALL_STATE(3220)] = 159973, + [SMALL_STATE(3221)] = 160034, + [SMALL_STATE(3222)] = 160095, + [SMALL_STATE(3223)] = 160156, + [SMALL_STATE(3224)] = 160217, + [SMALL_STATE(3225)] = 160278, + [SMALL_STATE(3226)] = 160339, + [SMALL_STATE(3227)] = 160400, + [SMALL_STATE(3228)] = 160461, + [SMALL_STATE(3229)] = 160522, + [SMALL_STATE(3230)] = 160583, + [SMALL_STATE(3231)] = 160644, + [SMALL_STATE(3232)] = 160705, + [SMALL_STATE(3233)] = 160766, + [SMALL_STATE(3234)] = 160827, + [SMALL_STATE(3235)] = 160888, + [SMALL_STATE(3236)] = 160949, + [SMALL_STATE(3237)] = 161010, + [SMALL_STATE(3238)] = 161071, + [SMALL_STATE(3239)] = 161132, + [SMALL_STATE(3240)] = 161193, + [SMALL_STATE(3241)] = 161254, + [SMALL_STATE(3242)] = 161315, + [SMALL_STATE(3243)] = 161376, + [SMALL_STATE(3244)] = 161437, + [SMALL_STATE(3245)] = 161498, + [SMALL_STATE(3246)] = 161559, + [SMALL_STATE(3247)] = 161620, + [SMALL_STATE(3248)] = 161681, + [SMALL_STATE(3249)] = 161742, + [SMALL_STATE(3250)] = 161803, + [SMALL_STATE(3251)] = 161864, + [SMALL_STATE(3252)] = 161925, + [SMALL_STATE(3253)] = 161986, + [SMALL_STATE(3254)] = 162047, + [SMALL_STATE(3255)] = 162108, + [SMALL_STATE(3256)] = 162169, + [SMALL_STATE(3257)] = 162230, + [SMALL_STATE(3258)] = 162291, + [SMALL_STATE(3259)] = 162352, + [SMALL_STATE(3260)] = 162413, + [SMALL_STATE(3261)] = 162474, + [SMALL_STATE(3262)] = 162535, + [SMALL_STATE(3263)] = 162596, + [SMALL_STATE(3264)] = 162657, + [SMALL_STATE(3265)] = 162718, + [SMALL_STATE(3266)] = 162779, + [SMALL_STATE(3267)] = 162840, + [SMALL_STATE(3268)] = 162901, + [SMALL_STATE(3269)] = 162962, + [SMALL_STATE(3270)] = 163023, + [SMALL_STATE(3271)] = 163084, + [SMALL_STATE(3272)] = 163145, + [SMALL_STATE(3273)] = 163206, + [SMALL_STATE(3274)] = 163267, + [SMALL_STATE(3275)] = 163328, + [SMALL_STATE(3276)] = 163389, + [SMALL_STATE(3277)] = 163450, + [SMALL_STATE(3278)] = 163511, + [SMALL_STATE(3279)] = 163572, + [SMALL_STATE(3280)] = 163633, + [SMALL_STATE(3281)] = 163694, + [SMALL_STATE(3282)] = 163755, + [SMALL_STATE(3283)] = 163816, + [SMALL_STATE(3284)] = 163877, + [SMALL_STATE(3285)] = 163938, + [SMALL_STATE(3286)] = 163999, + [SMALL_STATE(3287)] = 164060, + [SMALL_STATE(3288)] = 164121, + [SMALL_STATE(3289)] = 164182, + [SMALL_STATE(3290)] = 164243, + [SMALL_STATE(3291)] = 164304, + [SMALL_STATE(3292)] = 164365, + [SMALL_STATE(3293)] = 164426, + [SMALL_STATE(3294)] = 164487, + [SMALL_STATE(3295)] = 164548, + [SMALL_STATE(3296)] = 164609, + [SMALL_STATE(3297)] = 164670, + [SMALL_STATE(3298)] = 164731, + [SMALL_STATE(3299)] = 164792, + [SMALL_STATE(3300)] = 164853, + [SMALL_STATE(3301)] = 164914, + [SMALL_STATE(3302)] = 164975, + [SMALL_STATE(3303)] = 165036, + [SMALL_STATE(3304)] = 165097, + [SMALL_STATE(3305)] = 165158, + [SMALL_STATE(3306)] = 165219, + [SMALL_STATE(3307)] = 165280, + [SMALL_STATE(3308)] = 165341, + [SMALL_STATE(3309)] = 165402, + [SMALL_STATE(3310)] = 165463, + [SMALL_STATE(3311)] = 165524, + [SMALL_STATE(3312)] = 165585, + [SMALL_STATE(3313)] = 165646, + [SMALL_STATE(3314)] = 165707, + [SMALL_STATE(3315)] = 165768, + [SMALL_STATE(3316)] = 165829, + [SMALL_STATE(3317)] = 165890, + [SMALL_STATE(3318)] = 165951, + [SMALL_STATE(3319)] = 166012, + [SMALL_STATE(3320)] = 166073, + [SMALL_STATE(3321)] = 166134, + [SMALL_STATE(3322)] = 166195, + [SMALL_STATE(3323)] = 166256, + [SMALL_STATE(3324)] = 166317, + [SMALL_STATE(3325)] = 166378, + [SMALL_STATE(3326)] = 166439, + [SMALL_STATE(3327)] = 166500, + [SMALL_STATE(3328)] = 166561, + [SMALL_STATE(3329)] = 166622, + [SMALL_STATE(3330)] = 166683, + [SMALL_STATE(3331)] = 166744, + [SMALL_STATE(3332)] = 166805, + [SMALL_STATE(3333)] = 166866, + [SMALL_STATE(3334)] = 166927, + [SMALL_STATE(3335)] = 166988, + [SMALL_STATE(3336)] = 167049, + [SMALL_STATE(3337)] = 167110, + [SMALL_STATE(3338)] = 167171, + [SMALL_STATE(3339)] = 167232, + [SMALL_STATE(3340)] = 167293, + [SMALL_STATE(3341)] = 167354, + [SMALL_STATE(3342)] = 167415, + [SMALL_STATE(3343)] = 167476, + [SMALL_STATE(3344)] = 167537, + [SMALL_STATE(3345)] = 167598, + [SMALL_STATE(3346)] = 167659, + [SMALL_STATE(3347)] = 167720, + [SMALL_STATE(3348)] = 167781, + [SMALL_STATE(3349)] = 167842, + [SMALL_STATE(3350)] = 167903, + [SMALL_STATE(3351)] = 167964, + [SMALL_STATE(3352)] = 168025, + [SMALL_STATE(3353)] = 168086, + [SMALL_STATE(3354)] = 168147, + [SMALL_STATE(3355)] = 168208, + [SMALL_STATE(3356)] = 168269, + [SMALL_STATE(3357)] = 168330, + [SMALL_STATE(3358)] = 168391, + [SMALL_STATE(3359)] = 168452, + [SMALL_STATE(3360)] = 168513, + [SMALL_STATE(3361)] = 168574, + [SMALL_STATE(3362)] = 168635, + [SMALL_STATE(3363)] = 168696, + [SMALL_STATE(3364)] = 168757, + [SMALL_STATE(3365)] = 168818, + [SMALL_STATE(3366)] = 168879, + [SMALL_STATE(3367)] = 168940, + [SMALL_STATE(3368)] = 169001, + [SMALL_STATE(3369)] = 169062, + [SMALL_STATE(3370)] = 169123, + [SMALL_STATE(3371)] = 169184, + [SMALL_STATE(3372)] = 169245, + [SMALL_STATE(3373)] = 169306, + [SMALL_STATE(3374)] = 169367, + [SMALL_STATE(3375)] = 169428, + [SMALL_STATE(3376)] = 169489, + [SMALL_STATE(3377)] = 169550, + [SMALL_STATE(3378)] = 169611, + [SMALL_STATE(3379)] = 169672, + [SMALL_STATE(3380)] = 169733, + [SMALL_STATE(3381)] = 169794, + [SMALL_STATE(3382)] = 169855, + [SMALL_STATE(3383)] = 169916, + [SMALL_STATE(3384)] = 169977, + [SMALL_STATE(3385)] = 170038, + [SMALL_STATE(3386)] = 170099, + [SMALL_STATE(3387)] = 170160, + [SMALL_STATE(3388)] = 170221, + [SMALL_STATE(3389)] = 170282, + [SMALL_STATE(3390)] = 170343, + [SMALL_STATE(3391)] = 170404, + [SMALL_STATE(3392)] = 170465, + [SMALL_STATE(3393)] = 170526, + [SMALL_STATE(3394)] = 170587, + [SMALL_STATE(3395)] = 170648, + [SMALL_STATE(3396)] = 170709, + [SMALL_STATE(3397)] = 170770, + [SMALL_STATE(3398)] = 170831, + [SMALL_STATE(3399)] = 170892, + [SMALL_STATE(3400)] = 170953, + [SMALL_STATE(3401)] = 171014, + [SMALL_STATE(3402)] = 171075, + [SMALL_STATE(3403)] = 171136, + [SMALL_STATE(3404)] = 171197, + [SMALL_STATE(3405)] = 171258, + [SMALL_STATE(3406)] = 171319, + [SMALL_STATE(3407)] = 171380, + [SMALL_STATE(3408)] = 171441, + [SMALL_STATE(3409)] = 171502, + [SMALL_STATE(3410)] = 171563, + [SMALL_STATE(3411)] = 171624, + [SMALL_STATE(3412)] = 171685, + [SMALL_STATE(3413)] = 171746, + [SMALL_STATE(3414)] = 171807, + [SMALL_STATE(3415)] = 171868, + [SMALL_STATE(3416)] = 171929, + [SMALL_STATE(3417)] = 171990, + [SMALL_STATE(3418)] = 172051, + [SMALL_STATE(3419)] = 172112, + [SMALL_STATE(3420)] = 172173, + [SMALL_STATE(3421)] = 172234, + [SMALL_STATE(3422)] = 172295, + [SMALL_STATE(3423)] = 172356, + [SMALL_STATE(3424)] = 172417, + [SMALL_STATE(3425)] = 172478, + [SMALL_STATE(3426)] = 172539, + [SMALL_STATE(3427)] = 172600, + [SMALL_STATE(3428)] = 172661, + [SMALL_STATE(3429)] = 172722, + [SMALL_STATE(3430)] = 172783, + [SMALL_STATE(3431)] = 172844, + [SMALL_STATE(3432)] = 172905, + [SMALL_STATE(3433)] = 172966, + [SMALL_STATE(3434)] = 173027, + [SMALL_STATE(3435)] = 173088, + [SMALL_STATE(3436)] = 173149, + [SMALL_STATE(3437)] = 173210, + [SMALL_STATE(3438)] = 173271, + [SMALL_STATE(3439)] = 173332, + [SMALL_STATE(3440)] = 173393, + [SMALL_STATE(3441)] = 173454, + [SMALL_STATE(3442)] = 173515, + [SMALL_STATE(3443)] = 173576, + [SMALL_STATE(3444)] = 173637, + [SMALL_STATE(3445)] = 173698, + [SMALL_STATE(3446)] = 173759, + [SMALL_STATE(3447)] = 173820, + [SMALL_STATE(3448)] = 173881, + [SMALL_STATE(3449)] = 173942, + [SMALL_STATE(3450)] = 174003, + [SMALL_STATE(3451)] = 174064, + [SMALL_STATE(3452)] = 174125, + [SMALL_STATE(3453)] = 174186, + [SMALL_STATE(3454)] = 174247, + [SMALL_STATE(3455)] = 174308, + [SMALL_STATE(3456)] = 174369, + [SMALL_STATE(3457)] = 174430, + [SMALL_STATE(3458)] = 174491, + [SMALL_STATE(3459)] = 174552, + [SMALL_STATE(3460)] = 174613, + [SMALL_STATE(3461)] = 174674, + [SMALL_STATE(3462)] = 174735, + [SMALL_STATE(3463)] = 174796, + [SMALL_STATE(3464)] = 174857, + [SMALL_STATE(3465)] = 174918, + [SMALL_STATE(3466)] = 174979, + [SMALL_STATE(3467)] = 175040, + [SMALL_STATE(3468)] = 175101, + [SMALL_STATE(3469)] = 175162, + [SMALL_STATE(3470)] = 175223, + [SMALL_STATE(3471)] = 175284, + [SMALL_STATE(3472)] = 175345, + [SMALL_STATE(3473)] = 175406, + [SMALL_STATE(3474)] = 175467, + [SMALL_STATE(3475)] = 175528, + [SMALL_STATE(3476)] = 175589, + [SMALL_STATE(3477)] = 175650, + [SMALL_STATE(3478)] = 175711, + [SMALL_STATE(3479)] = 175772, + [SMALL_STATE(3480)] = 175833, + [SMALL_STATE(3481)] = 175894, + [SMALL_STATE(3482)] = 175955, + [SMALL_STATE(3483)] = 176016, + [SMALL_STATE(3484)] = 176077, + [SMALL_STATE(3485)] = 176138, + [SMALL_STATE(3486)] = 176199, + [SMALL_STATE(3487)] = 176260, + [SMALL_STATE(3488)] = 176321, + [SMALL_STATE(3489)] = 176382, + [SMALL_STATE(3490)] = 176443, + [SMALL_STATE(3491)] = 176504, + [SMALL_STATE(3492)] = 176565, + [SMALL_STATE(3493)] = 176626, + [SMALL_STATE(3494)] = 176687, + [SMALL_STATE(3495)] = 176748, + [SMALL_STATE(3496)] = 176809, + [SMALL_STATE(3497)] = 176870, + [SMALL_STATE(3498)] = 176931, + [SMALL_STATE(3499)] = 176992, + [SMALL_STATE(3500)] = 177053, + [SMALL_STATE(3501)] = 177114, + [SMALL_STATE(3502)] = 177175, + [SMALL_STATE(3503)] = 177236, + [SMALL_STATE(3504)] = 177297, + [SMALL_STATE(3505)] = 177358, + [SMALL_STATE(3506)] = 177419, + [SMALL_STATE(3507)] = 177480, + [SMALL_STATE(3508)] = 177541, + [SMALL_STATE(3509)] = 177602, + [SMALL_STATE(3510)] = 177663, + [SMALL_STATE(3511)] = 177724, + [SMALL_STATE(3512)] = 177785, + [SMALL_STATE(3513)] = 177846, + [SMALL_STATE(3514)] = 177907, + [SMALL_STATE(3515)] = 177968, + [SMALL_STATE(3516)] = 178029, + [SMALL_STATE(3517)] = 178090, + [SMALL_STATE(3518)] = 178151, + [SMALL_STATE(3519)] = 178212, + [SMALL_STATE(3520)] = 178273, + [SMALL_STATE(3521)] = 178334, + [SMALL_STATE(3522)] = 178395, + [SMALL_STATE(3523)] = 178456, + [SMALL_STATE(3524)] = 178517, + [SMALL_STATE(3525)] = 178578, + [SMALL_STATE(3526)] = 178639, + [SMALL_STATE(3527)] = 178700, + [SMALL_STATE(3528)] = 178761, + [SMALL_STATE(3529)] = 178822, + [SMALL_STATE(3530)] = 178883, + [SMALL_STATE(3531)] = 178944, + [SMALL_STATE(3532)] = 179005, + [SMALL_STATE(3533)] = 179066, + [SMALL_STATE(3534)] = 179127, + [SMALL_STATE(3535)] = 179188, + [SMALL_STATE(3536)] = 179249, + [SMALL_STATE(3537)] = 179310, + [SMALL_STATE(3538)] = 179371, + [SMALL_STATE(3539)] = 179432, + [SMALL_STATE(3540)] = 179493, + [SMALL_STATE(3541)] = 179554, + [SMALL_STATE(3542)] = 179615, + [SMALL_STATE(3543)] = 179676, + [SMALL_STATE(3544)] = 179737, + [SMALL_STATE(3545)] = 179798, + [SMALL_STATE(3546)] = 179859, + [SMALL_STATE(3547)] = 179920, + [SMALL_STATE(3548)] = 179981, + [SMALL_STATE(3549)] = 180042, + [SMALL_STATE(3550)] = 180103, + [SMALL_STATE(3551)] = 180164, + [SMALL_STATE(3552)] = 180225, + [SMALL_STATE(3553)] = 180286, + [SMALL_STATE(3554)] = 180347, + [SMALL_STATE(3555)] = 180408, + [SMALL_STATE(3556)] = 180469, + [SMALL_STATE(3557)] = 180530, + [SMALL_STATE(3558)] = 180591, + [SMALL_STATE(3559)] = 180652, + [SMALL_STATE(3560)] = 180713, + [SMALL_STATE(3561)] = 180774, + [SMALL_STATE(3562)] = 180835, + [SMALL_STATE(3563)] = 180896, + [SMALL_STATE(3564)] = 180957, + [SMALL_STATE(3565)] = 181018, + [SMALL_STATE(3566)] = 181079, + [SMALL_STATE(3567)] = 181140, + [SMALL_STATE(3568)] = 181201, + [SMALL_STATE(3569)] = 181262, + [SMALL_STATE(3570)] = 181323, + [SMALL_STATE(3571)] = 181384, + [SMALL_STATE(3572)] = 181445, + [SMALL_STATE(3573)] = 181506, + [SMALL_STATE(3574)] = 181567, + [SMALL_STATE(3575)] = 181628, + [SMALL_STATE(3576)] = 181689, + [SMALL_STATE(3577)] = 181750, + [SMALL_STATE(3578)] = 181811, + [SMALL_STATE(3579)] = 181872, + [SMALL_STATE(3580)] = 181933, + [SMALL_STATE(3581)] = 181994, + [SMALL_STATE(3582)] = 182055, + [SMALL_STATE(3583)] = 182116, + [SMALL_STATE(3584)] = 182177, + [SMALL_STATE(3585)] = 182238, + [SMALL_STATE(3586)] = 182299, + [SMALL_STATE(3587)] = 182360, + [SMALL_STATE(3588)] = 182421, + [SMALL_STATE(3589)] = 182482, + [SMALL_STATE(3590)] = 182543, + [SMALL_STATE(3591)] = 182604, + [SMALL_STATE(3592)] = 182665, + [SMALL_STATE(3593)] = 182726, + [SMALL_STATE(3594)] = 182787, + [SMALL_STATE(3595)] = 182848, + [SMALL_STATE(3596)] = 182909, + [SMALL_STATE(3597)] = 182970, + [SMALL_STATE(3598)] = 183031, + [SMALL_STATE(3599)] = 183092, + [SMALL_STATE(3600)] = 183153, + [SMALL_STATE(3601)] = 183214, + [SMALL_STATE(3602)] = 183275, + [SMALL_STATE(3603)] = 183336, + [SMALL_STATE(3604)] = 183397, + [SMALL_STATE(3605)] = 183458, + [SMALL_STATE(3606)] = 183519, + [SMALL_STATE(3607)] = 183580, + [SMALL_STATE(3608)] = 183641, + [SMALL_STATE(3609)] = 183702, + [SMALL_STATE(3610)] = 183763, + [SMALL_STATE(3611)] = 183824, + [SMALL_STATE(3612)] = 183885, + [SMALL_STATE(3613)] = 183946, + [SMALL_STATE(3614)] = 184007, + [SMALL_STATE(3615)] = 184068, + [SMALL_STATE(3616)] = 184129, + [SMALL_STATE(3617)] = 184190, + [SMALL_STATE(3618)] = 184251, + [SMALL_STATE(3619)] = 184312, + [SMALL_STATE(3620)] = 184373, + [SMALL_STATE(3621)] = 184434, + [SMALL_STATE(3622)] = 184495, + [SMALL_STATE(3623)] = 184556, + [SMALL_STATE(3624)] = 184617, + [SMALL_STATE(3625)] = 184678, + [SMALL_STATE(3626)] = 184739, + [SMALL_STATE(3627)] = 184800, + [SMALL_STATE(3628)] = 184861, + [SMALL_STATE(3629)] = 184922, + [SMALL_STATE(3630)] = 184983, + [SMALL_STATE(3631)] = 185044, + [SMALL_STATE(3632)] = 185105, + [SMALL_STATE(3633)] = 185166, + [SMALL_STATE(3634)] = 185227, + [SMALL_STATE(3635)] = 185288, + [SMALL_STATE(3636)] = 185349, + [SMALL_STATE(3637)] = 185410, + [SMALL_STATE(3638)] = 185471, + [SMALL_STATE(3639)] = 185532, + [SMALL_STATE(3640)] = 185593, + [SMALL_STATE(3641)] = 185654, + [SMALL_STATE(3642)] = 185715, + [SMALL_STATE(3643)] = 185776, + [SMALL_STATE(3644)] = 185837, + [SMALL_STATE(3645)] = 185898, + [SMALL_STATE(3646)] = 185959, + [SMALL_STATE(3647)] = 186020, + [SMALL_STATE(3648)] = 186081, + [SMALL_STATE(3649)] = 186142, + [SMALL_STATE(3650)] = 186203, + [SMALL_STATE(3651)] = 186264, + [SMALL_STATE(3652)] = 186325, + [SMALL_STATE(3653)] = 186386, + [SMALL_STATE(3654)] = 186447, + [SMALL_STATE(3655)] = 186508, + [SMALL_STATE(3656)] = 186569, + [SMALL_STATE(3657)] = 186630, + [SMALL_STATE(3658)] = 186691, + [SMALL_STATE(3659)] = 186752, + [SMALL_STATE(3660)] = 186813, + [SMALL_STATE(3661)] = 186874, + [SMALL_STATE(3662)] = 186935, + [SMALL_STATE(3663)] = 186996, + [SMALL_STATE(3664)] = 187057, + [SMALL_STATE(3665)] = 187118, + [SMALL_STATE(3666)] = 187179, + [SMALL_STATE(3667)] = 187240, + [SMALL_STATE(3668)] = 187301, + [SMALL_STATE(3669)] = 187362, + [SMALL_STATE(3670)] = 187423, + [SMALL_STATE(3671)] = 187484, + [SMALL_STATE(3672)] = 187545, + [SMALL_STATE(3673)] = 187606, + [SMALL_STATE(3674)] = 187667, + [SMALL_STATE(3675)] = 187728, + [SMALL_STATE(3676)] = 187789, + [SMALL_STATE(3677)] = 187850, + [SMALL_STATE(3678)] = 187911, + [SMALL_STATE(3679)] = 187972, + [SMALL_STATE(3680)] = 188033, + [SMALL_STATE(3681)] = 188094, + [SMALL_STATE(3682)] = 188155, + [SMALL_STATE(3683)] = 188216, + [SMALL_STATE(3684)] = 188277, + [SMALL_STATE(3685)] = 188338, + [SMALL_STATE(3686)] = 188399, + [SMALL_STATE(3687)] = 188460, + [SMALL_STATE(3688)] = 188521, + [SMALL_STATE(3689)] = 188582, + [SMALL_STATE(3690)] = 188643, + [SMALL_STATE(3691)] = 188704, + [SMALL_STATE(3692)] = 188765, + [SMALL_STATE(3693)] = 188826, + [SMALL_STATE(3694)] = 188887, + [SMALL_STATE(3695)] = 188948, + [SMALL_STATE(3696)] = 189009, + [SMALL_STATE(3697)] = 189070, + [SMALL_STATE(3698)] = 189131, + [SMALL_STATE(3699)] = 189192, + [SMALL_STATE(3700)] = 189253, + [SMALL_STATE(3701)] = 189314, + [SMALL_STATE(3702)] = 189375, + [SMALL_STATE(3703)] = 189436, + [SMALL_STATE(3704)] = 189497, + [SMALL_STATE(3705)] = 189558, + [SMALL_STATE(3706)] = 189619, + [SMALL_STATE(3707)] = 189680, + [SMALL_STATE(3708)] = 189741, + [SMALL_STATE(3709)] = 189802, + [SMALL_STATE(3710)] = 189863, + [SMALL_STATE(3711)] = 189924, + [SMALL_STATE(3712)] = 189985, + [SMALL_STATE(3713)] = 190046, + [SMALL_STATE(3714)] = 190107, + [SMALL_STATE(3715)] = 190168, + [SMALL_STATE(3716)] = 190229, + [SMALL_STATE(3717)] = 190290, + [SMALL_STATE(3718)] = 190351, + [SMALL_STATE(3719)] = 190412, + [SMALL_STATE(3720)] = 190473, + [SMALL_STATE(3721)] = 190534, + [SMALL_STATE(3722)] = 190595, + [SMALL_STATE(3723)] = 190656, + [SMALL_STATE(3724)] = 190717, + [SMALL_STATE(3725)] = 190778, + [SMALL_STATE(3726)] = 190839, + [SMALL_STATE(3727)] = 190900, + [SMALL_STATE(3728)] = 190961, + [SMALL_STATE(3729)] = 191022, + [SMALL_STATE(3730)] = 191083, + [SMALL_STATE(3731)] = 191144, + [SMALL_STATE(3732)] = 191205, + [SMALL_STATE(3733)] = 191266, + [SMALL_STATE(3734)] = 191327, + [SMALL_STATE(3735)] = 191388, + [SMALL_STATE(3736)] = 191449, + [SMALL_STATE(3737)] = 191510, + [SMALL_STATE(3738)] = 191571, + [SMALL_STATE(3739)] = 191632, + [SMALL_STATE(3740)] = 191693, + [SMALL_STATE(3741)] = 191754, + [SMALL_STATE(3742)] = 191815, + [SMALL_STATE(3743)] = 191876, + [SMALL_STATE(3744)] = 191937, + [SMALL_STATE(3745)] = 191998, + [SMALL_STATE(3746)] = 192059, + [SMALL_STATE(3747)] = 192120, + [SMALL_STATE(3748)] = 192152, + [SMALL_STATE(3749)] = 192184, + [SMALL_STATE(3750)] = 192216, + [SMALL_STATE(3751)] = 192248, + [SMALL_STATE(3752)] = 192280, + [SMALL_STATE(3753)] = 192312, + [SMALL_STATE(3754)] = 192344, + [SMALL_STATE(3755)] = 192376, + [SMALL_STATE(3756)] = 192408, + [SMALL_STATE(3757)] = 192440, + [SMALL_STATE(3758)] = 192472, + [SMALL_STATE(3759)] = 192504, + [SMALL_STATE(3760)] = 192536, + [SMALL_STATE(3761)] = 192568, + [SMALL_STATE(3762)] = 192600, + [SMALL_STATE(3763)] = 192632, + [SMALL_STATE(3764)] = 192664, + [SMALL_STATE(3765)] = 192696, + [SMALL_STATE(3766)] = 192728, + [SMALL_STATE(3767)] = 192760, + [SMALL_STATE(3768)] = 192792, + [SMALL_STATE(3769)] = 192824, + [SMALL_STATE(3770)] = 192856, + [SMALL_STATE(3771)] = 192888, + [SMALL_STATE(3772)] = 192920, + [SMALL_STATE(3773)] = 192952, + [SMALL_STATE(3774)] = 192984, + [SMALL_STATE(3775)] = 193016, + [SMALL_STATE(3776)] = 193048, + [SMALL_STATE(3777)] = 193080, + [SMALL_STATE(3778)] = 193112, + [SMALL_STATE(3779)] = 193144, + [SMALL_STATE(3780)] = 193176, + [SMALL_STATE(3781)] = 193208, + [SMALL_STATE(3782)] = 193240, + [SMALL_STATE(3783)] = 193263, + [SMALL_STATE(3784)] = 193286, + [SMALL_STATE(3785)] = 193313, + [SMALL_STATE(3786)] = 193340, + [SMALL_STATE(3787)] = 193363, + [SMALL_STATE(3788)] = 193386, + [SMALL_STATE(3789)] = 193409, + [SMALL_STATE(3790)] = 193432, + [SMALL_STATE(3791)] = 193455, + [SMALL_STATE(3792)] = 193478, + [SMALL_STATE(3793)] = 193501, + [SMALL_STATE(3794)] = 193528, + [SMALL_STATE(3795)] = 193551, + [SMALL_STATE(3796)] = 193574, + [SMALL_STATE(3797)] = 193597, + [SMALL_STATE(3798)] = 193620, + [SMALL_STATE(3799)] = 193643, + [SMALL_STATE(3800)] = 193666, + [SMALL_STATE(3801)] = 193693, + [SMALL_STATE(3802)] = 193716, + [SMALL_STATE(3803)] = 193739, + [SMALL_STATE(3804)] = 193762, + [SMALL_STATE(3805)] = 193785, + [SMALL_STATE(3806)] = 193808, + [SMALL_STATE(3807)] = 193831, + [SMALL_STATE(3808)] = 193854, + [SMALL_STATE(3809)] = 193877, + [SMALL_STATE(3810)] = 193900, + [SMALL_STATE(3811)] = 193923, + [SMALL_STATE(3812)] = 193946, + [SMALL_STATE(3813)] = 193969, + [SMALL_STATE(3814)] = 193992, + [SMALL_STATE(3815)] = 194015, + [SMALL_STATE(3816)] = 194038, + [SMALL_STATE(3817)] = 194061, + [SMALL_STATE(3818)] = 194084, + [SMALL_STATE(3819)] = 194111, + [SMALL_STATE(3820)] = 194134, + [SMALL_STATE(3821)] = 194161, + [SMALL_STATE(3822)] = 194184, + [SMALL_STATE(3823)] = 194207, + [SMALL_STATE(3824)] = 194230, + [SMALL_STATE(3825)] = 194253, + [SMALL_STATE(3826)] = 194276, + [SMALL_STATE(3827)] = 194303, + [SMALL_STATE(3828)] = 194326, + [SMALL_STATE(3829)] = 194353, + [SMALL_STATE(3830)] = 194376, + [SMALL_STATE(3831)] = 194399, + [SMALL_STATE(3832)] = 194422, + [SMALL_STATE(3833)] = 194445, + [SMALL_STATE(3834)] = 194468, + [SMALL_STATE(3835)] = 194491, + [SMALL_STATE(3836)] = 194514, + [SMALL_STATE(3837)] = 194537, + [SMALL_STATE(3838)] = 194560, + [SMALL_STATE(3839)] = 194583, + [SMALL_STATE(3840)] = 194606, + [SMALL_STATE(3841)] = 194629, + [SMALL_STATE(3842)] = 194652, + [SMALL_STATE(3843)] = 194675, + [SMALL_STATE(3844)] = 194698, + [SMALL_STATE(3845)] = 194721, + [SMALL_STATE(3846)] = 194744, + [SMALL_STATE(3847)] = 194767, + [SMALL_STATE(3848)] = 194790, + [SMALL_STATE(3849)] = 194817, + [SMALL_STATE(3850)] = 194840, + [SMALL_STATE(3851)] = 194863, + [SMALL_STATE(3852)] = 194890, + [SMALL_STATE(3853)] = 194913, + [SMALL_STATE(3854)] = 194936, + [SMALL_STATE(3855)] = 194963, + [SMALL_STATE(3856)] = 194986, + [SMALL_STATE(3857)] = 195009, + [SMALL_STATE(3858)] = 195032, + [SMALL_STATE(3859)] = 195055, + [SMALL_STATE(3860)] = 195078, + [SMALL_STATE(3861)] = 195101, + [SMALL_STATE(3862)] = 195124, + [SMALL_STATE(3863)] = 195147, + [SMALL_STATE(3864)] = 195170, + [SMALL_STATE(3865)] = 195193, + [SMALL_STATE(3866)] = 195220, + [SMALL_STATE(3867)] = 195243, + [SMALL_STATE(3868)] = 195266, + [SMALL_STATE(3869)] = 195289, + [SMALL_STATE(3870)] = 195312, + [SMALL_STATE(3871)] = 195335, + [SMALL_STATE(3872)] = 195358, + [SMALL_STATE(3873)] = 195381, + [SMALL_STATE(3874)] = 195404, + [SMALL_STATE(3875)] = 195427, + [SMALL_STATE(3876)] = 195454, + [SMALL_STATE(3877)] = 195477, + [SMALL_STATE(3878)] = 195504, + [SMALL_STATE(3879)] = 195531, + [SMALL_STATE(3880)] = 195554, + [SMALL_STATE(3881)] = 195577, + [SMALL_STATE(3882)] = 195600, + [SMALL_STATE(3883)] = 195623, + [SMALL_STATE(3884)] = 195646, + [SMALL_STATE(3885)] = 195669, + [SMALL_STATE(3886)] = 195692, + [SMALL_STATE(3887)] = 195715, + [SMALL_STATE(3888)] = 195738, + [SMALL_STATE(3889)] = 195761, + [SMALL_STATE(3890)] = 195784, + [SMALL_STATE(3891)] = 195811, + [SMALL_STATE(3892)] = 195834, + [SMALL_STATE(3893)] = 195861, + [SMALL_STATE(3894)] = 195884, + [SMALL_STATE(3895)] = 195907, + [SMALL_STATE(3896)] = 195930, + [SMALL_STATE(3897)] = 195953, + [SMALL_STATE(3898)] = 195980, + [SMALL_STATE(3899)] = 196003, + [SMALL_STATE(3900)] = 196026, + [SMALL_STATE(3901)] = 196053, + [SMALL_STATE(3902)] = 196076, + [SMALL_STATE(3903)] = 196099, + [SMALL_STATE(3904)] = 196122, + [SMALL_STATE(3905)] = 196145, + [SMALL_STATE(3906)] = 196168, + [SMALL_STATE(3907)] = 196191, + [SMALL_STATE(3908)] = 196218, + [SMALL_STATE(3909)] = 196241, + [SMALL_STATE(3910)] = 196268, + [SMALL_STATE(3911)] = 196291, + [SMALL_STATE(3912)] = 196314, + [SMALL_STATE(3913)] = 196341, + [SMALL_STATE(3914)] = 196364, + [SMALL_STATE(3915)] = 196387, + [SMALL_STATE(3916)] = 196410, + [SMALL_STATE(3917)] = 196433, + [SMALL_STATE(3918)] = 196456, + [SMALL_STATE(3919)] = 196479, + [SMALL_STATE(3920)] = 196502, + [SMALL_STATE(3921)] = 196525, + [SMALL_STATE(3922)] = 196552, + [SMALL_STATE(3923)] = 196579, + [SMALL_STATE(3924)] = 196606, + [SMALL_STATE(3925)] = 196629, + [SMALL_STATE(3926)] = 196652, + [SMALL_STATE(3927)] = 196675, + [SMALL_STATE(3928)] = 196698, + [SMALL_STATE(3929)] = 196725, + [SMALL_STATE(3930)] = 196748, + [SMALL_STATE(3931)] = 196771, + [SMALL_STATE(3932)] = 196794, + [SMALL_STATE(3933)] = 196817, + [SMALL_STATE(3934)] = 196840, + [SMALL_STATE(3935)] = 196863, + [SMALL_STATE(3936)] = 196886, + [SMALL_STATE(3937)] = 196909, + [SMALL_STATE(3938)] = 196932, + [SMALL_STATE(3939)] = 196959, + [SMALL_STATE(3940)] = 196982, + [SMALL_STATE(3941)] = 197005, + [SMALL_STATE(3942)] = 197028, + [SMALL_STATE(3943)] = 197051, + [SMALL_STATE(3944)] = 197074, + [SMALL_STATE(3945)] = 197101, + [SMALL_STATE(3946)] = 197124, + [SMALL_STATE(3947)] = 197151, + [SMALL_STATE(3948)] = 197178, + [SMALL_STATE(3949)] = 197201, + [SMALL_STATE(3950)] = 197224, + [SMALL_STATE(3951)] = 197247, + [SMALL_STATE(3952)] = 197270, + [SMALL_STATE(3953)] = 197293, + [SMALL_STATE(3954)] = 197320, + [SMALL_STATE(3955)] = 197343, + [SMALL_STATE(3956)] = 197366, + [SMALL_STATE(3957)] = 197389, + [SMALL_STATE(3958)] = 197412, + [SMALL_STATE(3959)] = 197435, + [SMALL_STATE(3960)] = 197458, + [SMALL_STATE(3961)] = 197481, + [SMALL_STATE(3962)] = 197504, + [SMALL_STATE(3963)] = 197527, + [SMALL_STATE(3964)] = 197550, + [SMALL_STATE(3965)] = 197573, + [SMALL_STATE(3966)] = 197600, + [SMALL_STATE(3967)] = 197623, + [SMALL_STATE(3968)] = 197646, + [SMALL_STATE(3969)] = 197669, + [SMALL_STATE(3970)] = 197692, + [SMALL_STATE(3971)] = 197719, + [SMALL_STATE(3972)] = 197742, + [SMALL_STATE(3973)] = 197765, + [SMALL_STATE(3974)] = 197788, + [SMALL_STATE(3975)] = 197811, + [SMALL_STATE(3976)] = 197834, + [SMALL_STATE(3977)] = 197857, + [SMALL_STATE(3978)] = 197884, + [SMALL_STATE(3979)] = 197911, + [SMALL_STATE(3980)] = 197934, + [SMALL_STATE(3981)] = 197957, + [SMALL_STATE(3982)] = 197980, + [SMALL_STATE(3983)] = 198007, + [SMALL_STATE(3984)] = 198034, + [SMALL_STATE(3985)] = 198057, + [SMALL_STATE(3986)] = 198080, + [SMALL_STATE(3987)] = 198103, + [SMALL_STATE(3988)] = 198126, + [SMALL_STATE(3989)] = 198149, + [SMALL_STATE(3990)] = 198172, + [SMALL_STATE(3991)] = 198195, + [SMALL_STATE(3992)] = 198218, + [SMALL_STATE(3993)] = 198241, + [SMALL_STATE(3994)] = 198264, + [SMALL_STATE(3995)] = 198287, + [SMALL_STATE(3996)] = 198310, + [SMALL_STATE(3997)] = 198333, + [SMALL_STATE(3998)] = 198356, + [SMALL_STATE(3999)] = 198383, + [SMALL_STATE(4000)] = 198410, + [SMALL_STATE(4001)] = 198437, + [SMALL_STATE(4002)] = 198460, + [SMALL_STATE(4003)] = 198483, + [SMALL_STATE(4004)] = 198506, + [SMALL_STATE(4005)] = 198529, + [SMALL_STATE(4006)] = 198552, + [SMALL_STATE(4007)] = 198575, + [SMALL_STATE(4008)] = 198598, + [SMALL_STATE(4009)] = 198621, + [SMALL_STATE(4010)] = 198644, + [SMALL_STATE(4011)] = 198667, + [SMALL_STATE(4012)] = 198690, + [SMALL_STATE(4013)] = 198713, + [SMALL_STATE(4014)] = 198736, + [SMALL_STATE(4015)] = 198763, + [SMALL_STATE(4016)] = 198790, + [SMALL_STATE(4017)] = 198817, + [SMALL_STATE(4018)] = 198840, + [SMALL_STATE(4019)] = 198863, + [SMALL_STATE(4020)] = 198886, + [SMALL_STATE(4021)] = 198909, + [SMALL_STATE(4022)] = 198932, + [SMALL_STATE(4023)] = 198955, + [SMALL_STATE(4024)] = 198978, + [SMALL_STATE(4025)] = 199005, + [SMALL_STATE(4026)] = 199028, + [SMALL_STATE(4027)] = 199051, + [SMALL_STATE(4028)] = 199074, + [SMALL_STATE(4029)] = 199097, + [SMALL_STATE(4030)] = 199120, + [SMALL_STATE(4031)] = 199143, + [SMALL_STATE(4032)] = 199166, + [SMALL_STATE(4033)] = 199189, + [SMALL_STATE(4034)] = 199212, + [SMALL_STATE(4035)] = 199235, + [SMALL_STATE(4036)] = 199258, + [SMALL_STATE(4037)] = 199281, + [SMALL_STATE(4038)] = 199304, + [SMALL_STATE(4039)] = 199331, + [SMALL_STATE(4040)] = 199354, + [SMALL_STATE(4041)] = 199381, + [SMALL_STATE(4042)] = 199404, + [SMALL_STATE(4043)] = 199427, + [SMALL_STATE(4044)] = 199450, + [SMALL_STATE(4045)] = 199473, + [SMALL_STATE(4046)] = 199500, + [SMALL_STATE(4047)] = 199527, + [SMALL_STATE(4048)] = 199550, + [SMALL_STATE(4049)] = 199573, + [SMALL_STATE(4050)] = 199596, + [SMALL_STATE(4051)] = 199619, + [SMALL_STATE(4052)] = 199646, + [SMALL_STATE(4053)] = 199669, + [SMALL_STATE(4054)] = 199692, + [SMALL_STATE(4055)] = 199719, + [SMALL_STATE(4056)] = 199742, + [SMALL_STATE(4057)] = 199765, + [SMALL_STATE(4058)] = 199788, + [SMALL_STATE(4059)] = 199811, + [SMALL_STATE(4060)] = 199834, + [SMALL_STATE(4061)] = 199857, + [SMALL_STATE(4062)] = 199880, + [SMALL_STATE(4063)] = 199903, + [SMALL_STATE(4064)] = 199926, + [SMALL_STATE(4065)] = 199949, + [SMALL_STATE(4066)] = 199972, + [SMALL_STATE(4067)] = 199999, + [SMALL_STATE(4068)] = 200022, + [SMALL_STATE(4069)] = 200045, + [SMALL_STATE(4070)] = 200068, + [SMALL_STATE(4071)] = 200091, + [SMALL_STATE(4072)] = 200114, + [SMALL_STATE(4073)] = 200137, + [SMALL_STATE(4074)] = 200160, + [SMALL_STATE(4075)] = 200187, + [SMALL_STATE(4076)] = 200214, + [SMALL_STATE(4077)] = 200237, + [SMALL_STATE(4078)] = 200260, + [SMALL_STATE(4079)] = 200287, + [SMALL_STATE(4080)] = 200310, + [SMALL_STATE(4081)] = 200333, + [SMALL_STATE(4082)] = 200356, + [SMALL_STATE(4083)] = 200379, + [SMALL_STATE(4084)] = 200406, + [SMALL_STATE(4085)] = 200429, + [SMALL_STATE(4086)] = 200452, + [SMALL_STATE(4087)] = 200475, + [SMALL_STATE(4088)] = 200498, + [SMALL_STATE(4089)] = 200521, + [SMALL_STATE(4090)] = 200544, + [SMALL_STATE(4091)] = 200567, + [SMALL_STATE(4092)] = 200590, + [SMALL_STATE(4093)] = 200613, + [SMALL_STATE(4094)] = 200636, + [SMALL_STATE(4095)] = 200663, + [SMALL_STATE(4096)] = 200686, + [SMALL_STATE(4097)] = 200709, + [SMALL_STATE(4098)] = 200732, + [SMALL_STATE(4099)] = 200755, + [SMALL_STATE(4100)] = 200778, + [SMALL_STATE(4101)] = 200801, + [SMALL_STATE(4102)] = 200824, + [SMALL_STATE(4103)] = 200847, + [SMALL_STATE(4104)] = 200870, + [SMALL_STATE(4105)] = 200893, + [SMALL_STATE(4106)] = 200920, + [SMALL_STATE(4107)] = 200947, + [SMALL_STATE(4108)] = 200970, + [SMALL_STATE(4109)] = 200993, + [SMALL_STATE(4110)] = 201016, + [SMALL_STATE(4111)] = 201039, + [SMALL_STATE(4112)] = 201062, + [SMALL_STATE(4113)] = 201085, + [SMALL_STATE(4114)] = 201112, + [SMALL_STATE(4115)] = 201139, + [SMALL_STATE(4116)] = 201162, + [SMALL_STATE(4117)] = 201185, + [SMALL_STATE(4118)] = 201208, + [SMALL_STATE(4119)] = 201231, + [SMALL_STATE(4120)] = 201254, + [SMALL_STATE(4121)] = 201277, + [SMALL_STATE(4122)] = 201300, + [SMALL_STATE(4123)] = 201327, + [SMALL_STATE(4124)] = 201350, + [SMALL_STATE(4125)] = 201373, + [SMALL_STATE(4126)] = 201396, + [SMALL_STATE(4127)] = 201419, + [SMALL_STATE(4128)] = 201442, + [SMALL_STATE(4129)] = 201465, + [SMALL_STATE(4130)] = 201488, + [SMALL_STATE(4131)] = 201511, + [SMALL_STATE(4132)] = 201538, + [SMALL_STATE(4133)] = 201561, + [SMALL_STATE(4134)] = 201584, + [SMALL_STATE(4135)] = 201611, + [SMALL_STATE(4136)] = 201638, + [SMALL_STATE(4137)] = 201661, + [SMALL_STATE(4138)] = 201684, + [SMALL_STATE(4139)] = 201707, + [SMALL_STATE(4140)] = 201730, + [SMALL_STATE(4141)] = 201753, + [SMALL_STATE(4142)] = 201776, + [SMALL_STATE(4143)] = 201803, + [SMALL_STATE(4144)] = 201826, + [SMALL_STATE(4145)] = 201849, + [SMALL_STATE(4146)] = 201872, + [SMALL_STATE(4147)] = 201895, + [SMALL_STATE(4148)] = 201918, + [SMALL_STATE(4149)] = 201941, + [SMALL_STATE(4150)] = 201968, + [SMALL_STATE(4151)] = 201995, + [SMALL_STATE(4152)] = 202022, + [SMALL_STATE(4153)] = 202045, + [SMALL_STATE(4154)] = 202068, + [SMALL_STATE(4155)] = 202091, + [SMALL_STATE(4156)] = 202114, + [SMALL_STATE(4157)] = 202137, + [SMALL_STATE(4158)] = 202160, + [SMALL_STATE(4159)] = 202183, + [SMALL_STATE(4160)] = 202206, + [SMALL_STATE(4161)] = 202229, + [SMALL_STATE(4162)] = 202252, + [SMALL_STATE(4163)] = 202275, + [SMALL_STATE(4164)] = 202298, + [SMALL_STATE(4165)] = 202321, + [SMALL_STATE(4166)] = 202344, + [SMALL_STATE(4167)] = 202367, + [SMALL_STATE(4168)] = 202390, + [SMALL_STATE(4169)] = 202413, + [SMALL_STATE(4170)] = 202436, + [SMALL_STATE(4171)] = 202463, + [SMALL_STATE(4172)] = 202490, + [SMALL_STATE(4173)] = 202514, + [SMALL_STATE(4174)] = 202538, + [SMALL_STATE(4175)] = 202562, + [SMALL_STATE(4176)] = 202586, + [SMALL_STATE(4177)] = 202610, + [SMALL_STATE(4178)] = 202634, + [SMALL_STATE(4179)] = 202658, + [SMALL_STATE(4180)] = 202682, + [SMALL_STATE(4181)] = 202706, + [SMALL_STATE(4182)] = 202730, + [SMALL_STATE(4183)] = 202754, + [SMALL_STATE(4184)] = 202778, + [SMALL_STATE(4185)] = 202802, + [SMALL_STATE(4186)] = 202826, + [SMALL_STATE(4187)] = 202850, + [SMALL_STATE(4188)] = 202874, + [SMALL_STATE(4189)] = 202898, + [SMALL_STATE(4190)] = 202922, + [SMALL_STATE(4191)] = 202946, + [SMALL_STATE(4192)] = 202970, + [SMALL_STATE(4193)] = 202994, + [SMALL_STATE(4194)] = 203018, + [SMALL_STATE(4195)] = 203042, + [SMALL_STATE(4196)] = 203066, + [SMALL_STATE(4197)] = 203090, + [SMALL_STATE(4198)] = 203114, + [SMALL_STATE(4199)] = 203138, + [SMALL_STATE(4200)] = 203162, + [SMALL_STATE(4201)] = 203186, + [SMALL_STATE(4202)] = 203210, + [SMALL_STATE(4203)] = 203234, + [SMALL_STATE(4204)] = 203258, + [SMALL_STATE(4205)] = 203282, + [SMALL_STATE(4206)] = 203306, + [SMALL_STATE(4207)] = 203330, + [SMALL_STATE(4208)] = 203354, + [SMALL_STATE(4209)] = 203378, + [SMALL_STATE(4210)] = 203402, + [SMALL_STATE(4211)] = 203426, + [SMALL_STATE(4212)] = 203450, + [SMALL_STATE(4213)] = 203474, + [SMALL_STATE(4214)] = 203498, + [SMALL_STATE(4215)] = 203522, + [SMALL_STATE(4216)] = 203546, + [SMALL_STATE(4217)] = 203570, + [SMALL_STATE(4218)] = 203594, + [SMALL_STATE(4219)] = 203618, + [SMALL_STATE(4220)] = 203642, + [SMALL_STATE(4221)] = 203666, + [SMALL_STATE(4222)] = 203690, + [SMALL_STATE(4223)] = 203714, + [SMALL_STATE(4224)] = 203738, + [SMALL_STATE(4225)] = 203762, + [SMALL_STATE(4226)] = 203786, + [SMALL_STATE(4227)] = 203810, + [SMALL_STATE(4228)] = 203834, + [SMALL_STATE(4229)] = 203858, + [SMALL_STATE(4230)] = 203882, + [SMALL_STATE(4231)] = 203906, + [SMALL_STATE(4232)] = 203930, + [SMALL_STATE(4233)] = 203954, + [SMALL_STATE(4234)] = 203978, + [SMALL_STATE(4235)] = 204002, + [SMALL_STATE(4236)] = 204026, + [SMALL_STATE(4237)] = 204050, + [SMALL_STATE(4238)] = 204074, + [SMALL_STATE(4239)] = 204098, + [SMALL_STATE(4240)] = 204122, + [SMALL_STATE(4241)] = 204146, + [SMALL_STATE(4242)] = 204170, + [SMALL_STATE(4243)] = 204194, + [SMALL_STATE(4244)] = 204218, + [SMALL_STATE(4245)] = 204242, + [SMALL_STATE(4246)] = 204266, + [SMALL_STATE(4247)] = 204290, + [SMALL_STATE(4248)] = 204314, + [SMALL_STATE(4249)] = 204338, + [SMALL_STATE(4250)] = 204362, + [SMALL_STATE(4251)] = 204386, + [SMALL_STATE(4252)] = 204410, + [SMALL_STATE(4253)] = 204434, + [SMALL_STATE(4254)] = 204458, + [SMALL_STATE(4255)] = 204482, + [SMALL_STATE(4256)] = 204506, + [SMALL_STATE(4257)] = 204530, + [SMALL_STATE(4258)] = 204554, + [SMALL_STATE(4259)] = 204578, + [SMALL_STATE(4260)] = 204602, + [SMALL_STATE(4261)] = 204626, + [SMALL_STATE(4262)] = 204650, + [SMALL_STATE(4263)] = 204674, + [SMALL_STATE(4264)] = 204698, + [SMALL_STATE(4265)] = 204722, + [SMALL_STATE(4266)] = 204746, + [SMALL_STATE(4267)] = 204770, + [SMALL_STATE(4268)] = 204794, + [SMALL_STATE(4269)] = 204818, + [SMALL_STATE(4270)] = 204842, + [SMALL_STATE(4271)] = 204866, + [SMALL_STATE(4272)] = 204890, + [SMALL_STATE(4273)] = 204914, + [SMALL_STATE(4274)] = 204938, + [SMALL_STATE(4275)] = 204962, + [SMALL_STATE(4276)] = 204986, + [SMALL_STATE(4277)] = 205010, + [SMALL_STATE(4278)] = 205031, + [SMALL_STATE(4279)] = 205052, + [SMALL_STATE(4280)] = 205073, + [SMALL_STATE(4281)] = 205094, + [SMALL_STATE(4282)] = 205115, + [SMALL_STATE(4283)] = 205136, + [SMALL_STATE(4284)] = 205157, + [SMALL_STATE(4285)] = 205178, + [SMALL_STATE(4286)] = 205199, + [SMALL_STATE(4287)] = 205220, + [SMALL_STATE(4288)] = 205241, + [SMALL_STATE(4289)] = 205262, + [SMALL_STATE(4290)] = 205283, + [SMALL_STATE(4291)] = 205304, + [SMALL_STATE(4292)] = 205325, + [SMALL_STATE(4293)] = 205346, + [SMALL_STATE(4294)] = 205367, + [SMALL_STATE(4295)] = 205388, + [SMALL_STATE(4296)] = 205409, + [SMALL_STATE(4297)] = 205430, + [SMALL_STATE(4298)] = 205451, + [SMALL_STATE(4299)] = 205472, + [SMALL_STATE(4300)] = 205493, + [SMALL_STATE(4301)] = 205514, + [SMALL_STATE(4302)] = 205535, + [SMALL_STATE(4303)] = 205556, + [SMALL_STATE(4304)] = 205577, + [SMALL_STATE(4305)] = 205598, + [SMALL_STATE(4306)] = 205619, + [SMALL_STATE(4307)] = 205640, + [SMALL_STATE(4308)] = 205661, + [SMALL_STATE(4309)] = 205682, + [SMALL_STATE(4310)] = 205703, + [SMALL_STATE(4311)] = 205720, + [SMALL_STATE(4312)] = 205741, + [SMALL_STATE(4313)] = 205762, + [SMALL_STATE(4314)] = 205783, + [SMALL_STATE(4315)] = 205804, + [SMALL_STATE(4316)] = 205825, + [SMALL_STATE(4317)] = 205846, + [SMALL_STATE(4318)] = 205867, + [SMALL_STATE(4319)] = 205884, + [SMALL_STATE(4320)] = 205905, + [SMALL_STATE(4321)] = 205926, + [SMALL_STATE(4322)] = 205947, + [SMALL_STATE(4323)] = 205968, + [SMALL_STATE(4324)] = 205989, + [SMALL_STATE(4325)] = 206010, + [SMALL_STATE(4326)] = 206031, + [SMALL_STATE(4327)] = 206052, + [SMALL_STATE(4328)] = 206073, + [SMALL_STATE(4329)] = 206094, + [SMALL_STATE(4330)] = 206115, + [SMALL_STATE(4331)] = 206136, + [SMALL_STATE(4332)] = 206157, + [SMALL_STATE(4333)] = 206178, + [SMALL_STATE(4334)] = 206199, + [SMALL_STATE(4335)] = 206220, + [SMALL_STATE(4336)] = 206241, + [SMALL_STATE(4337)] = 206262, + [SMALL_STATE(4338)] = 206283, + [SMALL_STATE(4339)] = 206304, + [SMALL_STATE(4340)] = 206325, + [SMALL_STATE(4341)] = 206346, + [SMALL_STATE(4342)] = 206367, + [SMALL_STATE(4343)] = 206388, + [SMALL_STATE(4344)] = 206409, + [SMALL_STATE(4345)] = 206430, + [SMALL_STATE(4346)] = 206451, + [SMALL_STATE(4347)] = 206472, + [SMALL_STATE(4348)] = 206493, + [SMALL_STATE(4349)] = 206514, + [SMALL_STATE(4350)] = 206532, + [SMALL_STATE(4351)] = 206550, + [SMALL_STATE(4352)] = 206568, + [SMALL_STATE(4353)] = 206586, + [SMALL_STATE(4354)] = 206604, + [SMALL_STATE(4355)] = 206622, + [SMALL_STATE(4356)] = 206640, + [SMALL_STATE(4357)] = 206656, + [SMALL_STATE(4358)] = 206674, + [SMALL_STATE(4359)] = 206692, + [SMALL_STATE(4360)] = 206710, + [SMALL_STATE(4361)] = 206728, + [SMALL_STATE(4362)] = 206746, + [SMALL_STATE(4363)] = 206764, + [SMALL_STATE(4364)] = 206782, + [SMALL_STATE(4365)] = 206800, + [SMALL_STATE(4366)] = 206818, + [SMALL_STATE(4367)] = 206836, + [SMALL_STATE(4368)] = 206854, + [SMALL_STATE(4369)] = 206872, + [SMALL_STATE(4370)] = 206890, + [SMALL_STATE(4371)] = 206908, + [SMALL_STATE(4372)] = 206926, + [SMALL_STATE(4373)] = 206942, + [SMALL_STATE(4374)] = 206960, + [SMALL_STATE(4375)] = 206978, + [SMALL_STATE(4376)] = 206996, + [SMALL_STATE(4377)] = 207014, + [SMALL_STATE(4378)] = 207032, + [SMALL_STATE(4379)] = 207050, + [SMALL_STATE(4380)] = 207068, + [SMALL_STATE(4381)] = 207086, + [SMALL_STATE(4382)] = 207104, + [SMALL_STATE(4383)] = 207122, + [SMALL_STATE(4384)] = 207140, + [SMALL_STATE(4385)] = 207156, + [SMALL_STATE(4386)] = 207174, + [SMALL_STATE(4387)] = 207192, + [SMALL_STATE(4388)] = 207210, + [SMALL_STATE(4389)] = 207228, + [SMALL_STATE(4390)] = 207246, + [SMALL_STATE(4391)] = 207264, + [SMALL_STATE(4392)] = 207282, + [SMALL_STATE(4393)] = 207300, + [SMALL_STATE(4394)] = 207318, + [SMALL_STATE(4395)] = 207336, + [SMALL_STATE(4396)] = 207354, + [SMALL_STATE(4397)] = 207372, + [SMALL_STATE(4398)] = 207390, + [SMALL_STATE(4399)] = 207408, + [SMALL_STATE(4400)] = 207426, + [SMALL_STATE(4401)] = 207444, + [SMALL_STATE(4402)] = 207462, + [SMALL_STATE(4403)] = 207480, + [SMALL_STATE(4404)] = 207498, + [SMALL_STATE(4405)] = 207516, + [SMALL_STATE(4406)] = 207534, + [SMALL_STATE(4407)] = 207552, + [SMALL_STATE(4408)] = 207570, + [SMALL_STATE(4409)] = 207588, + [SMALL_STATE(4410)] = 207606, + [SMALL_STATE(4411)] = 207622, + [SMALL_STATE(4412)] = 207640, + [SMALL_STATE(4413)] = 207656, + [SMALL_STATE(4414)] = 207674, + [SMALL_STATE(4415)] = 207692, + [SMALL_STATE(4416)] = 207710, + [SMALL_STATE(4417)] = 207728, + [SMALL_STATE(4418)] = 207746, + [SMALL_STATE(4419)] = 207764, + [SMALL_STATE(4420)] = 207780, + [SMALL_STATE(4421)] = 207798, + [SMALL_STATE(4422)] = 207816, + [SMALL_STATE(4423)] = 207834, + [SMALL_STATE(4424)] = 207850, + [SMALL_STATE(4425)] = 207868, + [SMALL_STATE(4426)] = 207884, + [SMALL_STATE(4427)] = 207902, + [SMALL_STATE(4428)] = 207920, + [SMALL_STATE(4429)] = 207938, + [SMALL_STATE(4430)] = 207956, + [SMALL_STATE(4431)] = 207974, + [SMALL_STATE(4432)] = 207992, + [SMALL_STATE(4433)] = 208010, + [SMALL_STATE(4434)] = 208028, + [SMALL_STATE(4435)] = 208046, + [SMALL_STATE(4436)] = 208064, + [SMALL_STATE(4437)] = 208082, + [SMALL_STATE(4438)] = 208100, + [SMALL_STATE(4439)] = 208118, + [SMALL_STATE(4440)] = 208136, + [SMALL_STATE(4441)] = 208154, + [SMALL_STATE(4442)] = 208172, + [SMALL_STATE(4443)] = 208190, + [SMALL_STATE(4444)] = 208208, + [SMALL_STATE(4445)] = 208226, + [SMALL_STATE(4446)] = 208244, + [SMALL_STATE(4447)] = 208262, + [SMALL_STATE(4448)] = 208280, + [SMALL_STATE(4449)] = 208298, + [SMALL_STATE(4450)] = 208314, + [SMALL_STATE(4451)] = 208332, + [SMALL_STATE(4452)] = 208350, + [SMALL_STATE(4453)] = 208366, + [SMALL_STATE(4454)] = 208384, + [SMALL_STATE(4455)] = 208402, + [SMALL_STATE(4456)] = 208420, + [SMALL_STATE(4457)] = 208438, + [SMALL_STATE(4458)] = 208454, + [SMALL_STATE(4459)] = 208472, + [SMALL_STATE(4460)] = 208488, + [SMALL_STATE(4461)] = 208506, + [SMALL_STATE(4462)] = 208524, + [SMALL_STATE(4463)] = 208542, + [SMALL_STATE(4464)] = 208560, + [SMALL_STATE(4465)] = 208578, + [SMALL_STATE(4466)] = 208596, + [SMALL_STATE(4467)] = 208611, + [SMALL_STATE(4468)] = 208626, + [SMALL_STATE(4469)] = 208641, + [SMALL_STATE(4470)] = 208656, + [SMALL_STATE(4471)] = 208671, + [SMALL_STATE(4472)] = 208686, + [SMALL_STATE(4473)] = 208701, + [SMALL_STATE(4474)] = 208716, + [SMALL_STATE(4475)] = 208731, + [SMALL_STATE(4476)] = 208746, + [SMALL_STATE(4477)] = 208760, + [SMALL_STATE(4478)] = 208774, + [SMALL_STATE(4479)] = 208784, + [SMALL_STATE(4480)] = 208798, + [SMALL_STATE(4481)] = 208812, + [SMALL_STATE(4482)] = 208826, + [SMALL_STATE(4483)] = 208840, + [SMALL_STATE(4484)] = 208854, + [SMALL_STATE(4485)] = 208868, + [SMALL_STATE(4486)] = 208882, + [SMALL_STATE(4487)] = 208892, + [SMALL_STATE(4488)] = 208902, + [SMALL_STATE(4489)] = 208916, + [SMALL_STATE(4490)] = 208930, + [SMALL_STATE(4491)] = 208940, + [SMALL_STATE(4492)] = 208954, + [SMALL_STATE(4493)] = 208968, + [SMALL_STATE(4494)] = 208982, + [SMALL_STATE(4495)] = 208996, + [SMALL_STATE(4496)] = 209010, + [SMALL_STATE(4497)] = 209024, + [SMALL_STATE(4498)] = 209038, + [SMALL_STATE(4499)] = 209052, + [SMALL_STATE(4500)] = 209066, + [SMALL_STATE(4501)] = 209080, + [SMALL_STATE(4502)] = 209094, + [SMALL_STATE(4503)] = 209108, + [SMALL_STATE(4504)] = 209122, + [SMALL_STATE(4505)] = 209136, + [SMALL_STATE(4506)] = 209150, + [SMALL_STATE(4507)] = 209164, + [SMALL_STATE(4508)] = 209178, + [SMALL_STATE(4509)] = 209192, + [SMALL_STATE(4510)] = 209206, + [SMALL_STATE(4511)] = 209220, + [SMALL_STATE(4512)] = 209234, + [SMALL_STATE(4513)] = 209248, + [SMALL_STATE(4514)] = 209262, + [SMALL_STATE(4515)] = 209276, + [SMALL_STATE(4516)] = 209290, + [SMALL_STATE(4517)] = 209304, + [SMALL_STATE(4518)] = 209318, + [SMALL_STATE(4519)] = 209332, + [SMALL_STATE(4520)] = 209346, + [SMALL_STATE(4521)] = 209360, + [SMALL_STATE(4522)] = 209374, + [SMALL_STATE(4523)] = 209388, + [SMALL_STATE(4524)] = 209402, + [SMALL_STATE(4525)] = 209416, + [SMALL_STATE(4526)] = 209430, + [SMALL_STATE(4527)] = 209444, + [SMALL_STATE(4528)] = 209458, + [SMALL_STATE(4529)] = 209472, + [SMALL_STATE(4530)] = 209486, + [SMALL_STATE(4531)] = 209500, + [SMALL_STATE(4532)] = 209514, + [SMALL_STATE(4533)] = 209528, + [SMALL_STATE(4534)] = 209542, + [SMALL_STATE(4535)] = 209552, + [SMALL_STATE(4536)] = 209566, + [SMALL_STATE(4537)] = 209580, + [SMALL_STATE(4538)] = 209594, + [SMALL_STATE(4539)] = 209608, + [SMALL_STATE(4540)] = 209622, + [SMALL_STATE(4541)] = 209636, + [SMALL_STATE(4542)] = 209650, + [SMALL_STATE(4543)] = 209664, + [SMALL_STATE(4544)] = 209678, + [SMALL_STATE(4545)] = 209692, + [SMALL_STATE(4546)] = 209706, + [SMALL_STATE(4547)] = 209720, + [SMALL_STATE(4548)] = 209734, + [SMALL_STATE(4549)] = 209748, + [SMALL_STATE(4550)] = 209762, + [SMALL_STATE(4551)] = 209776, + [SMALL_STATE(4552)] = 209790, + [SMALL_STATE(4553)] = 209804, + [SMALL_STATE(4554)] = 209818, + [SMALL_STATE(4555)] = 209832, + [SMALL_STATE(4556)] = 209846, + [SMALL_STATE(4557)] = 209856, + [SMALL_STATE(4558)] = 209870, + [SMALL_STATE(4559)] = 209884, + [SMALL_STATE(4560)] = 209898, + [SMALL_STATE(4561)] = 209912, + [SMALL_STATE(4562)] = 209926, + [SMALL_STATE(4563)] = 209940, + [SMALL_STATE(4564)] = 209950, + [SMALL_STATE(4565)] = 209964, + [SMALL_STATE(4566)] = 209974, + [SMALL_STATE(4567)] = 209988, + [SMALL_STATE(4568)] = 210002, + [SMALL_STATE(4569)] = 210016, + [SMALL_STATE(4570)] = 210026, + [SMALL_STATE(4571)] = 210040, + [SMALL_STATE(4572)] = 210054, + [SMALL_STATE(4573)] = 210068, + [SMALL_STATE(4574)] = 210082, + [SMALL_STATE(4575)] = 210092, + [SMALL_STATE(4576)] = 210106, + [SMALL_STATE(4577)] = 210116, + [SMALL_STATE(4578)] = 210130, + [SMALL_STATE(4579)] = 210144, + [SMALL_STATE(4580)] = 210158, + [SMALL_STATE(4581)] = 210172, + [SMALL_STATE(4582)] = 210186, + [SMALL_STATE(4583)] = 210200, + [SMALL_STATE(4584)] = 210210, + [SMALL_STATE(4585)] = 210224, + [SMALL_STATE(4586)] = 210234, + [SMALL_STATE(4587)] = 210248, + [SMALL_STATE(4588)] = 210262, + [SMALL_STATE(4589)] = 210276, + [SMALL_STATE(4590)] = 210290, + [SMALL_STATE(4591)] = 210304, + [SMALL_STATE(4592)] = 210318, + [SMALL_STATE(4593)] = 210332, + [SMALL_STATE(4594)] = 210346, + [SMALL_STATE(4595)] = 210360, + [SMALL_STATE(4596)] = 210374, + [SMALL_STATE(4597)] = 210388, + [SMALL_STATE(4598)] = 210402, + [SMALL_STATE(4599)] = 210414, + [SMALL_STATE(4600)] = 210428, + [SMALL_STATE(4601)] = 210442, + [SMALL_STATE(4602)] = 210456, + [SMALL_STATE(4603)] = 210470, + [SMALL_STATE(4604)] = 210484, + [SMALL_STATE(4605)] = 210498, + [SMALL_STATE(4606)] = 210512, + [SMALL_STATE(4607)] = 210526, + [SMALL_STATE(4608)] = 210540, + [SMALL_STATE(4609)] = 210554, + [SMALL_STATE(4610)] = 210568, + [SMALL_STATE(4611)] = 210582, + [SMALL_STATE(4612)] = 210596, + [SMALL_STATE(4613)] = 210610, + [SMALL_STATE(4614)] = 210624, + [SMALL_STATE(4615)] = 210638, + [SMALL_STATE(4616)] = 210652, + [SMALL_STATE(4617)] = 210666, + [SMALL_STATE(4618)] = 210680, + [SMALL_STATE(4619)] = 210694, + [SMALL_STATE(4620)] = 210708, + [SMALL_STATE(4621)] = 210722, + [SMALL_STATE(4622)] = 210736, + [SMALL_STATE(4623)] = 210750, + [SMALL_STATE(4624)] = 210764, + [SMALL_STATE(4625)] = 210778, + [SMALL_STATE(4626)] = 210792, + [SMALL_STATE(4627)] = 210806, + [SMALL_STATE(4628)] = 210820, + [SMALL_STATE(4629)] = 210830, + [SMALL_STATE(4630)] = 210844, + [SMALL_STATE(4631)] = 210858, + [SMALL_STATE(4632)] = 210872, + [SMALL_STATE(4633)] = 210886, + [SMALL_STATE(4634)] = 210900, + [SMALL_STATE(4635)] = 210914, + [SMALL_STATE(4636)] = 210924, + [SMALL_STATE(4637)] = 210938, + [SMALL_STATE(4638)] = 210952, + [SMALL_STATE(4639)] = 210966, + [SMALL_STATE(4640)] = 210980, + [SMALL_STATE(4641)] = 210994, + [SMALL_STATE(4642)] = 211008, + [SMALL_STATE(4643)] = 211022, + [SMALL_STATE(4644)] = 211036, + [SMALL_STATE(4645)] = 211050, + [SMALL_STATE(4646)] = 211064, + [SMALL_STATE(4647)] = 211078, + [SMALL_STATE(4648)] = 211092, + [SMALL_STATE(4649)] = 211106, + [SMALL_STATE(4650)] = 211120, + [SMALL_STATE(4651)] = 211134, + [SMALL_STATE(4652)] = 211148, + [SMALL_STATE(4653)] = 211158, + [SMALL_STATE(4654)] = 211168, + [SMALL_STATE(4655)] = 211178, + [SMALL_STATE(4656)] = 211188, + [SMALL_STATE(4657)] = 211198, + [SMALL_STATE(4658)] = 211208, + [SMALL_STATE(4659)] = 211218, + [SMALL_STATE(4660)] = 211228, + [SMALL_STATE(4661)] = 211238, + [SMALL_STATE(4662)] = 211248, + [SMALL_STATE(4663)] = 211258, + [SMALL_STATE(4664)] = 211268, + [SMALL_STATE(4665)] = 211278, + [SMALL_STATE(4666)] = 211288, + [SMALL_STATE(4667)] = 211298, + [SMALL_STATE(4668)] = 211308, + [SMALL_STATE(4669)] = 211318, + [SMALL_STATE(4670)] = 211328, + [SMALL_STATE(4671)] = 211338, + [SMALL_STATE(4672)] = 211348, + [SMALL_STATE(4673)] = 211358, + [SMALL_STATE(4674)] = 211368, + [SMALL_STATE(4675)] = 211378, + [SMALL_STATE(4676)] = 211388, + [SMALL_STATE(4677)] = 211398, + [SMALL_STATE(4678)] = 211408, + [SMALL_STATE(4679)] = 211418, + [SMALL_STATE(4680)] = 211428, + [SMALL_STATE(4681)] = 211438, + [SMALL_STATE(4682)] = 211448, + [SMALL_STATE(4683)] = 211458, + [SMALL_STATE(4684)] = 211468, + [SMALL_STATE(4685)] = 211478, + [SMALL_STATE(4686)] = 211488, + [SMALL_STATE(4687)] = 211498, + [SMALL_STATE(4688)] = 211508, + [SMALL_STATE(4689)] = 211518, + [SMALL_STATE(4690)] = 211528, + [SMALL_STATE(4691)] = 211538, + [SMALL_STATE(4692)] = 211548, + [SMALL_STATE(4693)] = 211558, + [SMALL_STATE(4694)] = 211568, + [SMALL_STATE(4695)] = 211578, + [SMALL_STATE(4696)] = 211588, + [SMALL_STATE(4697)] = 211598, + [SMALL_STATE(4698)] = 211608, + [SMALL_STATE(4699)] = 211618, + [SMALL_STATE(4700)] = 211628, + [SMALL_STATE(4701)] = 211638, + [SMALL_STATE(4702)] = 211648, + [SMALL_STATE(4703)] = 211658, + [SMALL_STATE(4704)] = 211668, + [SMALL_STATE(4705)] = 211678, + [SMALL_STATE(4706)] = 211688, + [SMALL_STATE(4707)] = 211698, + [SMALL_STATE(4708)] = 211708, + [SMALL_STATE(4709)] = 211718, + [SMALL_STATE(4710)] = 211728, + [SMALL_STATE(4711)] = 211738, + [SMALL_STATE(4712)] = 211748, + [SMALL_STATE(4713)] = 211758, + [SMALL_STATE(4714)] = 211768, + [SMALL_STATE(4715)] = 211778, + [SMALL_STATE(4716)] = 211788, + [SMALL_STATE(4717)] = 211798, + [SMALL_STATE(4718)] = 211808, + [SMALL_STATE(4719)] = 211818, + [SMALL_STATE(4720)] = 211828, + [SMALL_STATE(4721)] = 211838, + [SMALL_STATE(4722)] = 211848, + [SMALL_STATE(4723)] = 211858, + [SMALL_STATE(4724)] = 211868, + [SMALL_STATE(4725)] = 211878, + [SMALL_STATE(4726)] = 211888, + [SMALL_STATE(4727)] = 211898, + [SMALL_STATE(4728)] = 211908, + [SMALL_STATE(4729)] = 211918, + [SMALL_STATE(4730)] = 211928, + [SMALL_STATE(4731)] = 211938, + [SMALL_STATE(4732)] = 211948, + [SMALL_STATE(4733)] = 211958, + [SMALL_STATE(4734)] = 211968, + [SMALL_STATE(4735)] = 211978, + [SMALL_STATE(4736)] = 211988, + [SMALL_STATE(4737)] = 211998, + [SMALL_STATE(4738)] = 212008, + [SMALL_STATE(4739)] = 212018, + [SMALL_STATE(4740)] = 212028, + [SMALL_STATE(4741)] = 212038, + [SMALL_STATE(4742)] = 212048, + [SMALL_STATE(4743)] = 212058, + [SMALL_STATE(4744)] = 212068, + [SMALL_STATE(4745)] = 212078, + [SMALL_STATE(4746)] = 212088, + [SMALL_STATE(4747)] = 212098, + [SMALL_STATE(4748)] = 212108, + [SMALL_STATE(4749)] = 212118, + [SMALL_STATE(4750)] = 212128, + [SMALL_STATE(4751)] = 212138, + [SMALL_STATE(4752)] = 212148, + [SMALL_STATE(4753)] = 212158, + [SMALL_STATE(4754)] = 212168, + [SMALL_STATE(4755)] = 212178, + [SMALL_STATE(4756)] = 212188, + [SMALL_STATE(4757)] = 212198, + [SMALL_STATE(4758)] = 212208, + [SMALL_STATE(4759)] = 212218, + [SMALL_STATE(4760)] = 212228, + [SMALL_STATE(4761)] = 212238, + [SMALL_STATE(4762)] = 212248, + [SMALL_STATE(4763)] = 212258, + [SMALL_STATE(4764)] = 212268, + [SMALL_STATE(4765)] = 212278, + [SMALL_STATE(4766)] = 212288, + [SMALL_STATE(4767)] = 212298, + [SMALL_STATE(4768)] = 212308, + [SMALL_STATE(4769)] = 212318, + [SMALL_STATE(4770)] = 212328, + [SMALL_STATE(4771)] = 212338, + [SMALL_STATE(4772)] = 212348, + [SMALL_STATE(4773)] = 212358, + [SMALL_STATE(4774)] = 212368, + [SMALL_STATE(4775)] = 212378, + [SMALL_STATE(4776)] = 212388, + [SMALL_STATE(4777)] = 212398, + [SMALL_STATE(4778)] = 212408, + [SMALL_STATE(4779)] = 212418, + [SMALL_STATE(4780)] = 212428, + [SMALL_STATE(4781)] = 212438, + [SMALL_STATE(4782)] = 212448, + [SMALL_STATE(4783)] = 212458, + [SMALL_STATE(4784)] = 212468, + [SMALL_STATE(4785)] = 212478, + [SMALL_STATE(4786)] = 212488, + [SMALL_STATE(4787)] = 212498, + [SMALL_STATE(4788)] = 212508, + [SMALL_STATE(4789)] = 212518, + [SMALL_STATE(4790)] = 212528, + [SMALL_STATE(4791)] = 212538, + [SMALL_STATE(4792)] = 212548, + [SMALL_STATE(4793)] = 212558, + [SMALL_STATE(4794)] = 212568, + [SMALL_STATE(4795)] = 212578, + [SMALL_STATE(4796)] = 212588, + [SMALL_STATE(4797)] = 212598, + [SMALL_STATE(4798)] = 212608, + [SMALL_STATE(4799)] = 212618, + [SMALL_STATE(4800)] = 212628, + [SMALL_STATE(4801)] = 212638, + [SMALL_STATE(4802)] = 212648, + [SMALL_STATE(4803)] = 212658, + [SMALL_STATE(4804)] = 212668, + [SMALL_STATE(4805)] = 212678, + [SMALL_STATE(4806)] = 212688, + [SMALL_STATE(4807)] = 212698, + [SMALL_STATE(4808)] = 212708, + [SMALL_STATE(4809)] = 212718, + [SMALL_STATE(4810)] = 212728, + [SMALL_STATE(4811)] = 212738, + [SMALL_STATE(4812)] = 212748, + [SMALL_STATE(4813)] = 212758, + [SMALL_STATE(4814)] = 212768, + [SMALL_STATE(4815)] = 212778, + [SMALL_STATE(4816)] = 212788, + [SMALL_STATE(4817)] = 212798, + [SMALL_STATE(4818)] = 212808, + [SMALL_STATE(4819)] = 212818, + [SMALL_STATE(4820)] = 212828, + [SMALL_STATE(4821)] = 212838, + [SMALL_STATE(4822)] = 212848, + [SMALL_STATE(4823)] = 212858, + [SMALL_STATE(4824)] = 212868, + [SMALL_STATE(4825)] = 212878, + [SMALL_STATE(4826)] = 212888, + [SMALL_STATE(4827)] = 212898, + [SMALL_STATE(4828)] = 212908, + [SMALL_STATE(4829)] = 212918, + [SMALL_STATE(4830)] = 212928, + [SMALL_STATE(4831)] = 212938, + [SMALL_STATE(4832)] = 212948, + [SMALL_STATE(4833)] = 212958, + [SMALL_STATE(4834)] = 212968, + [SMALL_STATE(4835)] = 212978, + [SMALL_STATE(4836)] = 212988, + [SMALL_STATE(4837)] = 212998, + [SMALL_STATE(4838)] = 213008, + [SMALL_STATE(4839)] = 213018, + [SMALL_STATE(4840)] = 213028, + [SMALL_STATE(4841)] = 213038, + [SMALL_STATE(4842)] = 213048, + [SMALL_STATE(4843)] = 213058, + [SMALL_STATE(4844)] = 213068, + [SMALL_STATE(4845)] = 213078, + [SMALL_STATE(4846)] = 213088, + [SMALL_STATE(4847)] = 213098, + [SMALL_STATE(4848)] = 213108, + [SMALL_STATE(4849)] = 213118, + [SMALL_STATE(4850)] = 213128, + [SMALL_STATE(4851)] = 213138, + [SMALL_STATE(4852)] = 213148, + [SMALL_STATE(4853)] = 213158, + [SMALL_STATE(4854)] = 213168, + [SMALL_STATE(4855)] = 213178, + [SMALL_STATE(4856)] = 213188, + [SMALL_STATE(4857)] = 213198, + [SMALL_STATE(4858)] = 213208, + [SMALL_STATE(4859)] = 213218, + [SMALL_STATE(4860)] = 213228, + [SMALL_STATE(4861)] = 213238, + [SMALL_STATE(4862)] = 213248, + [SMALL_STATE(4863)] = 213258, + [SMALL_STATE(4864)] = 213268, + [SMALL_STATE(4865)] = 213278, + [SMALL_STATE(4866)] = 213288, + [SMALL_STATE(4867)] = 213298, + [SMALL_STATE(4868)] = 213308, + [SMALL_STATE(4869)] = 213318, + [SMALL_STATE(4870)] = 213328, + [SMALL_STATE(4871)] = 213338, + [SMALL_STATE(4872)] = 213348, + [SMALL_STATE(4873)] = 213358, + [SMALL_STATE(4874)] = 213368, + [SMALL_STATE(4875)] = 213378, + [SMALL_STATE(4876)] = 213388, + [SMALL_STATE(4877)] = 213398, + [SMALL_STATE(4878)] = 213408, + [SMALL_STATE(4879)] = 213418, + [SMALL_STATE(4880)] = 213428, + [SMALL_STATE(4881)] = 213438, + [SMALL_STATE(4882)] = 213448, + [SMALL_STATE(4883)] = 213458, + [SMALL_STATE(4884)] = 213468, + [SMALL_STATE(4885)] = 213478, + [SMALL_STATE(4886)] = 213488, + [SMALL_STATE(4887)] = 213498, + [SMALL_STATE(4888)] = 213508, + [SMALL_STATE(4889)] = 213518, + [SMALL_STATE(4890)] = 213528, + [SMALL_STATE(4891)] = 213538, + [SMALL_STATE(4892)] = 213548, + [SMALL_STATE(4893)] = 213558, + [SMALL_STATE(4894)] = 213568, + [SMALL_STATE(4895)] = 213578, + [SMALL_STATE(4896)] = 213588, + [SMALL_STATE(4897)] = 213598, + [SMALL_STATE(4898)] = 213608, + [SMALL_STATE(4899)] = 213618, + [SMALL_STATE(4900)] = 213624, + [SMALL_STATE(4901)] = 213634, + [SMALL_STATE(4902)] = 213644, + [SMALL_STATE(4903)] = 213654, + [SMALL_STATE(4904)] = 213664, + [SMALL_STATE(4905)] = 213674, + [SMALL_STATE(4906)] = 213684, + [SMALL_STATE(4907)] = 213694, + [SMALL_STATE(4908)] = 213704, + [SMALL_STATE(4909)] = 213714, + [SMALL_STATE(4910)] = 213724, + [SMALL_STATE(4911)] = 213734, + [SMALL_STATE(4912)] = 213744, + [SMALL_STATE(4913)] = 213754, + [SMALL_STATE(4914)] = 213764, + [SMALL_STATE(4915)] = 213774, + [SMALL_STATE(4916)] = 213784, + [SMALL_STATE(4917)] = 213794, + [SMALL_STATE(4918)] = 213804, + [SMALL_STATE(4919)] = 213814, + [SMALL_STATE(4920)] = 213824, + [SMALL_STATE(4921)] = 213834, + [SMALL_STATE(4922)] = 213844, + [SMALL_STATE(4923)] = 213854, + [SMALL_STATE(4924)] = 213864, + [SMALL_STATE(4925)] = 213874, + [SMALL_STATE(4926)] = 213884, + [SMALL_STATE(4927)] = 213894, + [SMALL_STATE(4928)] = 213904, + [SMALL_STATE(4929)] = 213914, + [SMALL_STATE(4930)] = 213924, + [SMALL_STATE(4931)] = 213934, + [SMALL_STATE(4932)] = 213944, + [SMALL_STATE(4933)] = 213954, + [SMALL_STATE(4934)] = 213964, + [SMALL_STATE(4935)] = 213974, + [SMALL_STATE(4936)] = 213984, + [SMALL_STATE(4937)] = 213994, + [SMALL_STATE(4938)] = 214004, + [SMALL_STATE(4939)] = 214014, + [SMALL_STATE(4940)] = 214024, + [SMALL_STATE(4941)] = 214034, + [SMALL_STATE(4942)] = 214044, + [SMALL_STATE(4943)] = 214054, + [SMALL_STATE(4944)] = 214064, + [SMALL_STATE(4945)] = 214074, + [SMALL_STATE(4946)] = 214084, + [SMALL_STATE(4947)] = 214094, + [SMALL_STATE(4948)] = 214104, + [SMALL_STATE(4949)] = 214114, + [SMALL_STATE(4950)] = 214124, + [SMALL_STATE(4951)] = 214134, + [SMALL_STATE(4952)] = 214144, + [SMALL_STATE(4953)] = 214154, + [SMALL_STATE(4954)] = 214164, + [SMALL_STATE(4955)] = 214174, + [SMALL_STATE(4956)] = 214184, + [SMALL_STATE(4957)] = 214194, + [SMALL_STATE(4958)] = 214204, + [SMALL_STATE(4959)] = 214214, + [SMALL_STATE(4960)] = 214224, + [SMALL_STATE(4961)] = 214234, + [SMALL_STATE(4962)] = 214244, + [SMALL_STATE(4963)] = 214254, + [SMALL_STATE(4964)] = 214264, + [SMALL_STATE(4965)] = 214274, + [SMALL_STATE(4966)] = 214284, + [SMALL_STATE(4967)] = 214294, + [SMALL_STATE(4968)] = 214304, + [SMALL_STATE(4969)] = 214314, + [SMALL_STATE(4970)] = 214324, + [SMALL_STATE(4971)] = 214334, + [SMALL_STATE(4972)] = 214344, + [SMALL_STATE(4973)] = 214354, + [SMALL_STATE(4974)] = 214364, + [SMALL_STATE(4975)] = 214374, + [SMALL_STATE(4976)] = 214384, + [SMALL_STATE(4977)] = 214394, + [SMALL_STATE(4978)] = 214404, + [SMALL_STATE(4979)] = 214414, + [SMALL_STATE(4980)] = 214424, + [SMALL_STATE(4981)] = 214434, + [SMALL_STATE(4982)] = 214444, + [SMALL_STATE(4983)] = 214454, + [SMALL_STATE(4984)] = 214464, + [SMALL_STATE(4985)] = 214474, + [SMALL_STATE(4986)] = 214484, + [SMALL_STATE(4987)] = 214494, + [SMALL_STATE(4988)] = 214504, + [SMALL_STATE(4989)] = 214514, + [SMALL_STATE(4990)] = 214524, + [SMALL_STATE(4991)] = 214534, + [SMALL_STATE(4992)] = 214544, + [SMALL_STATE(4993)] = 214554, + [SMALL_STATE(4994)] = 214564, + [SMALL_STATE(4995)] = 214574, + [SMALL_STATE(4996)] = 214584, + [SMALL_STATE(4997)] = 214594, + [SMALL_STATE(4998)] = 214604, + [SMALL_STATE(4999)] = 214614, + [SMALL_STATE(5000)] = 214624, + [SMALL_STATE(5001)] = 214634, + [SMALL_STATE(5002)] = 214644, + [SMALL_STATE(5003)] = 214654, + [SMALL_STATE(5004)] = 214664, + [SMALL_STATE(5005)] = 214674, + [SMALL_STATE(5006)] = 214684, + [SMALL_STATE(5007)] = 214694, + [SMALL_STATE(5008)] = 214704, + [SMALL_STATE(5009)] = 214714, + [SMALL_STATE(5010)] = 214724, + [SMALL_STATE(5011)] = 214734, + [SMALL_STATE(5012)] = 214744, + [SMALL_STATE(5013)] = 214754, + [SMALL_STATE(5014)] = 214764, + [SMALL_STATE(5015)] = 214774, + [SMALL_STATE(5016)] = 214784, + [SMALL_STATE(5017)] = 214794, + [SMALL_STATE(5018)] = 214804, + [SMALL_STATE(5019)] = 214814, + [SMALL_STATE(5020)] = 214824, + [SMALL_STATE(5021)] = 214834, + [SMALL_STATE(5022)] = 214844, + [SMALL_STATE(5023)] = 214854, + [SMALL_STATE(5024)] = 214864, + [SMALL_STATE(5025)] = 214874, + [SMALL_STATE(5026)] = 214884, + [SMALL_STATE(5027)] = 214894, + [SMALL_STATE(5028)] = 214904, + [SMALL_STATE(5029)] = 214914, + [SMALL_STATE(5030)] = 214924, + [SMALL_STATE(5031)] = 214934, + [SMALL_STATE(5032)] = 214944, + [SMALL_STATE(5033)] = 214954, + [SMALL_STATE(5034)] = 214964, + [SMALL_STATE(5035)] = 214974, + [SMALL_STATE(5036)] = 214984, + [SMALL_STATE(5037)] = 214994, + [SMALL_STATE(5038)] = 215004, + [SMALL_STATE(5039)] = 215014, + [SMALL_STATE(5040)] = 215024, + [SMALL_STATE(5041)] = 215034, + [SMALL_STATE(5042)] = 215044, + [SMALL_STATE(5043)] = 215054, + [SMALL_STATE(5044)] = 215064, + [SMALL_STATE(5045)] = 215074, + [SMALL_STATE(5046)] = 215084, + [SMALL_STATE(5047)] = 215094, + [SMALL_STATE(5048)] = 215104, + [SMALL_STATE(5049)] = 215114, + [SMALL_STATE(5050)] = 215124, + [SMALL_STATE(5051)] = 215134, + [SMALL_STATE(5052)] = 215144, + [SMALL_STATE(5053)] = 215154, + [SMALL_STATE(5054)] = 215164, + [SMALL_STATE(5055)] = 215174, + [SMALL_STATE(5056)] = 215184, + [SMALL_STATE(5057)] = 215194, + [SMALL_STATE(5058)] = 215204, + [SMALL_STATE(5059)] = 215214, + [SMALL_STATE(5060)] = 215224, + [SMALL_STATE(5061)] = 215234, + [SMALL_STATE(5062)] = 215244, + [SMALL_STATE(5063)] = 215254, + [SMALL_STATE(5064)] = 215264, + [SMALL_STATE(5065)] = 215274, + [SMALL_STATE(5066)] = 215284, + [SMALL_STATE(5067)] = 215294, + [SMALL_STATE(5068)] = 215304, + [SMALL_STATE(5069)] = 215314, + [SMALL_STATE(5070)] = 215324, + [SMALL_STATE(5071)] = 215334, + [SMALL_STATE(5072)] = 215344, + [SMALL_STATE(5073)] = 215354, + [SMALL_STATE(5074)] = 215364, + [SMALL_STATE(5075)] = 215374, + [SMALL_STATE(5076)] = 215384, + [SMALL_STATE(5077)] = 215394, + [SMALL_STATE(5078)] = 215404, + [SMALL_STATE(5079)] = 215414, + [SMALL_STATE(5080)] = 215424, + [SMALL_STATE(5081)] = 215434, + [SMALL_STATE(5082)] = 215444, + [SMALL_STATE(5083)] = 215454, + [SMALL_STATE(5084)] = 215464, + [SMALL_STATE(5085)] = 215474, + [SMALL_STATE(5086)] = 215484, + [SMALL_STATE(5087)] = 215494, + [SMALL_STATE(5088)] = 215504, + [SMALL_STATE(5089)] = 215514, + [SMALL_STATE(5090)] = 215524, + [SMALL_STATE(5091)] = 215534, + [SMALL_STATE(5092)] = 215544, + [SMALL_STATE(5093)] = 215554, + [SMALL_STATE(5094)] = 215564, + [SMALL_STATE(5095)] = 215574, + [SMALL_STATE(5096)] = 215584, + [SMALL_STATE(5097)] = 215594, + [SMALL_STATE(5098)] = 215604, + [SMALL_STATE(5099)] = 215614, + [SMALL_STATE(5100)] = 215624, + [SMALL_STATE(5101)] = 215634, + [SMALL_STATE(5102)] = 215644, + [SMALL_STATE(5103)] = 215654, + [SMALL_STATE(5104)] = 215664, + [SMALL_STATE(5105)] = 215674, + [SMALL_STATE(5106)] = 215684, + [SMALL_STATE(5107)] = 215694, + [SMALL_STATE(5108)] = 215704, + [SMALL_STATE(5109)] = 215714, + [SMALL_STATE(5110)] = 215724, + [SMALL_STATE(5111)] = 215734, + [SMALL_STATE(5112)] = 215744, + [SMALL_STATE(5113)] = 215752, + [SMALL_STATE(5114)] = 215762, + [SMALL_STATE(5115)] = 215772, + [SMALL_STATE(5116)] = 215782, + [SMALL_STATE(5117)] = 215792, + [SMALL_STATE(5118)] = 215802, + [SMALL_STATE(5119)] = 215812, + [SMALL_STATE(5120)] = 215822, + [SMALL_STATE(5121)] = 215832, + [SMALL_STATE(5122)] = 215842, + [SMALL_STATE(5123)] = 215852, + [SMALL_STATE(5124)] = 215862, + [SMALL_STATE(5125)] = 215872, + [SMALL_STATE(5126)] = 215882, + [SMALL_STATE(5127)] = 215892, + [SMALL_STATE(5128)] = 215902, + [SMALL_STATE(5129)] = 215912, + [SMALL_STATE(5130)] = 215922, + [SMALL_STATE(5131)] = 215932, + [SMALL_STATE(5132)] = 215942, + [SMALL_STATE(5133)] = 215952, + [SMALL_STATE(5134)] = 215962, + [SMALL_STATE(5135)] = 215972, + [SMALL_STATE(5136)] = 215982, + [SMALL_STATE(5137)] = 215992, + [SMALL_STATE(5138)] = 216002, + [SMALL_STATE(5139)] = 216012, + [SMALL_STATE(5140)] = 216022, + [SMALL_STATE(5141)] = 216032, + [SMALL_STATE(5142)] = 216042, + [SMALL_STATE(5143)] = 216052, + [SMALL_STATE(5144)] = 216062, + [SMALL_STATE(5145)] = 216072, + [SMALL_STATE(5146)] = 216082, + [SMALL_STATE(5147)] = 216092, + [SMALL_STATE(5148)] = 216102, + [SMALL_STATE(5149)] = 216112, + [SMALL_STATE(5150)] = 216122, + [SMALL_STATE(5151)] = 216132, + [SMALL_STATE(5152)] = 216142, + [SMALL_STATE(5153)] = 216152, + [SMALL_STATE(5154)] = 216162, + [SMALL_STATE(5155)] = 216172, + [SMALL_STATE(5156)] = 216182, + [SMALL_STATE(5157)] = 216192, + [SMALL_STATE(5158)] = 216202, + [SMALL_STATE(5159)] = 216212, + [SMALL_STATE(5160)] = 216222, + [SMALL_STATE(5161)] = 216232, + [SMALL_STATE(5162)] = 216242, + [SMALL_STATE(5163)] = 216252, + [SMALL_STATE(5164)] = 216262, + [SMALL_STATE(5165)] = 216272, + [SMALL_STATE(5166)] = 216282, + [SMALL_STATE(5167)] = 216292, + [SMALL_STATE(5168)] = 216302, + [SMALL_STATE(5169)] = 216312, + [SMALL_STATE(5170)] = 216322, + [SMALL_STATE(5171)] = 216332, + [SMALL_STATE(5172)] = 216342, + [SMALL_STATE(5173)] = 216352, + [SMALL_STATE(5174)] = 216362, + [SMALL_STATE(5175)] = 216372, + [SMALL_STATE(5176)] = 216382, + [SMALL_STATE(5177)] = 216392, + [SMALL_STATE(5178)] = 216402, + [SMALL_STATE(5179)] = 216412, + [SMALL_STATE(5180)] = 216422, + [SMALL_STATE(5181)] = 216432, + [SMALL_STATE(5182)] = 216442, + [SMALL_STATE(5183)] = 216452, + [SMALL_STATE(5184)] = 216462, + [SMALL_STATE(5185)] = 216472, + [SMALL_STATE(5186)] = 216482, + [SMALL_STATE(5187)] = 216492, + [SMALL_STATE(5188)] = 216502, + [SMALL_STATE(5189)] = 216512, + [SMALL_STATE(5190)] = 216522, + [SMALL_STATE(5191)] = 216532, + [SMALL_STATE(5192)] = 216542, + [SMALL_STATE(5193)] = 216552, + [SMALL_STATE(5194)] = 216562, + [SMALL_STATE(5195)] = 216572, + [SMALL_STATE(5196)] = 216582, + [SMALL_STATE(5197)] = 216592, + [SMALL_STATE(5198)] = 216602, + [SMALL_STATE(5199)] = 216608, + [SMALL_STATE(5200)] = 216618, + [SMALL_STATE(5201)] = 216628, + [SMALL_STATE(5202)] = 216638, + [SMALL_STATE(5203)] = 216644, + [SMALL_STATE(5204)] = 216654, + [SMALL_STATE(5205)] = 216664, + [SMALL_STATE(5206)] = 216674, + [SMALL_STATE(5207)] = 216684, + [SMALL_STATE(5208)] = 216694, + [SMALL_STATE(5209)] = 216704, + [SMALL_STATE(5210)] = 216714, + [SMALL_STATE(5211)] = 216724, + [SMALL_STATE(5212)] = 216734, + [SMALL_STATE(5213)] = 216744, + [SMALL_STATE(5214)] = 216754, + [SMALL_STATE(5215)] = 216764, + [SMALL_STATE(5216)] = 216774, + [SMALL_STATE(5217)] = 216784, + [SMALL_STATE(5218)] = 216794, + [SMALL_STATE(5219)] = 216804, + [SMALL_STATE(5220)] = 216814, + [SMALL_STATE(5221)] = 216824, + [SMALL_STATE(5222)] = 216834, + [SMALL_STATE(5223)] = 216844, + [SMALL_STATE(5224)] = 216854, + [SMALL_STATE(5225)] = 216864, + [SMALL_STATE(5226)] = 216874, + [SMALL_STATE(5227)] = 216884, + [SMALL_STATE(5228)] = 216894, + [SMALL_STATE(5229)] = 216904, + [SMALL_STATE(5230)] = 216914, + [SMALL_STATE(5231)] = 216924, + [SMALL_STATE(5232)] = 216934, + [SMALL_STATE(5233)] = 216944, + [SMALL_STATE(5234)] = 216954, + [SMALL_STATE(5235)] = 216964, + [SMALL_STATE(5236)] = 216974, + [SMALL_STATE(5237)] = 216984, + [SMALL_STATE(5238)] = 216994, + [SMALL_STATE(5239)] = 217004, + [SMALL_STATE(5240)] = 217014, + [SMALL_STATE(5241)] = 217024, + [SMALL_STATE(5242)] = 217034, + [SMALL_STATE(5243)] = 217044, + [SMALL_STATE(5244)] = 217054, + [SMALL_STATE(5245)] = 217064, + [SMALL_STATE(5246)] = 217074, + [SMALL_STATE(5247)] = 217084, + [SMALL_STATE(5248)] = 217094, + [SMALL_STATE(5249)] = 217104, + [SMALL_STATE(5250)] = 217114, + [SMALL_STATE(5251)] = 217124, + [SMALL_STATE(5252)] = 217134, + [SMALL_STATE(5253)] = 217144, + [SMALL_STATE(5254)] = 217154, + [SMALL_STATE(5255)] = 217164, + [SMALL_STATE(5256)] = 217174, + [SMALL_STATE(5257)] = 217184, + [SMALL_STATE(5258)] = 217194, + [SMALL_STATE(5259)] = 217204, + [SMALL_STATE(5260)] = 217214, + [SMALL_STATE(5261)] = 217224, + [SMALL_STATE(5262)] = 217234, + [SMALL_STATE(5263)] = 217244, + [SMALL_STATE(5264)] = 217254, + [SMALL_STATE(5265)] = 217264, + [SMALL_STATE(5266)] = 217274, + [SMALL_STATE(5267)] = 217284, + [SMALL_STATE(5268)] = 217294, + [SMALL_STATE(5269)] = 217304, + [SMALL_STATE(5270)] = 217314, + [SMALL_STATE(5271)] = 217324, + [SMALL_STATE(5272)] = 217334, + [SMALL_STATE(5273)] = 217344, + [SMALL_STATE(5274)] = 217354, + [SMALL_STATE(5275)] = 217364, + [SMALL_STATE(5276)] = 217374, + [SMALL_STATE(5277)] = 217384, + [SMALL_STATE(5278)] = 217394, + [SMALL_STATE(5279)] = 217404, + [SMALL_STATE(5280)] = 217414, + [SMALL_STATE(5281)] = 217424, + [SMALL_STATE(5282)] = 217434, + [SMALL_STATE(5283)] = 217444, + [SMALL_STATE(5284)] = 217454, + [SMALL_STATE(5285)] = 217464, + [SMALL_STATE(5286)] = 217474, + [SMALL_STATE(5287)] = 217484, + [SMALL_STATE(5288)] = 217494, + [SMALL_STATE(5289)] = 217504, + [SMALL_STATE(5290)] = 217514, + [SMALL_STATE(5291)] = 217524, + [SMALL_STATE(5292)] = 217534, + [SMALL_STATE(5293)] = 217544, + [SMALL_STATE(5294)] = 217554, + [SMALL_STATE(5295)] = 217564, + [SMALL_STATE(5296)] = 217574, + [SMALL_STATE(5297)] = 217584, + [SMALL_STATE(5298)] = 217594, + [SMALL_STATE(5299)] = 217604, + [SMALL_STATE(5300)] = 217614, + [SMALL_STATE(5301)] = 217624, + [SMALL_STATE(5302)] = 217634, + [SMALL_STATE(5303)] = 217644, + [SMALL_STATE(5304)] = 217654, + [SMALL_STATE(5305)] = 217664, + [SMALL_STATE(5306)] = 217674, + [SMALL_STATE(5307)] = 217684, + [SMALL_STATE(5308)] = 217694, + [SMALL_STATE(5309)] = 217704, + [SMALL_STATE(5310)] = 217714, + [SMALL_STATE(5311)] = 217724, + [SMALL_STATE(5312)] = 217734, + [SMALL_STATE(5313)] = 217744, + [SMALL_STATE(5314)] = 217754, + [SMALL_STATE(5315)] = 217764, + [SMALL_STATE(5316)] = 217774, + [SMALL_STATE(5317)] = 217784, + [SMALL_STATE(5318)] = 217794, + [SMALL_STATE(5319)] = 217804, + [SMALL_STATE(5320)] = 217814, + [SMALL_STATE(5321)] = 217824, + [SMALL_STATE(5322)] = 217834, + [SMALL_STATE(5323)] = 217844, + [SMALL_STATE(5324)] = 217854, + [SMALL_STATE(5325)] = 217864, + [SMALL_STATE(5326)] = 217874, + [SMALL_STATE(5327)] = 217884, + [SMALL_STATE(5328)] = 217894, + [SMALL_STATE(5329)] = 217904, + [SMALL_STATE(5330)] = 217914, + [SMALL_STATE(5331)] = 217924, + [SMALL_STATE(5332)] = 217934, + [SMALL_STATE(5333)] = 217944, + [SMALL_STATE(5334)] = 217954, + [SMALL_STATE(5335)] = 217964, + [SMALL_STATE(5336)] = 217974, + [SMALL_STATE(5337)] = 217984, + [SMALL_STATE(5338)] = 217994, + [SMALL_STATE(5339)] = 218004, + [SMALL_STATE(5340)] = 218014, + [SMALL_STATE(5341)] = 218024, + [SMALL_STATE(5342)] = 218034, + [SMALL_STATE(5343)] = 218044, + [SMALL_STATE(5344)] = 218054, + [SMALL_STATE(5345)] = 218062, + [SMALL_STATE(5346)] = 218072, + [SMALL_STATE(5347)] = 218082, + [SMALL_STATE(5348)] = 218092, + [SMALL_STATE(5349)] = 218102, + [SMALL_STATE(5350)] = 218112, + [SMALL_STATE(5351)] = 218122, + [SMALL_STATE(5352)] = 218132, + [SMALL_STATE(5353)] = 218142, + [SMALL_STATE(5354)] = 218152, + [SMALL_STATE(5355)] = 218162, + [SMALL_STATE(5356)] = 218172, + [SMALL_STATE(5357)] = 218182, + [SMALL_STATE(5358)] = 218192, + [SMALL_STATE(5359)] = 218202, + [SMALL_STATE(5360)] = 218212, + [SMALL_STATE(5361)] = 218222, + [SMALL_STATE(5362)] = 218232, + [SMALL_STATE(5363)] = 218242, + [SMALL_STATE(5364)] = 218252, + [SMALL_STATE(5365)] = 218262, + [SMALL_STATE(5366)] = 218272, + [SMALL_STATE(5367)] = 218282, + [SMALL_STATE(5368)] = 218292, + [SMALL_STATE(5369)] = 218302, + [SMALL_STATE(5370)] = 218312, + [SMALL_STATE(5371)] = 218322, + [SMALL_STATE(5372)] = 218332, + [SMALL_STATE(5373)] = 218342, + [SMALL_STATE(5374)] = 218352, + [SMALL_STATE(5375)] = 218362, + [SMALL_STATE(5376)] = 218372, + [SMALL_STATE(5377)] = 218382, + [SMALL_STATE(5378)] = 218392, + [SMALL_STATE(5379)] = 218402, + [SMALL_STATE(5380)] = 218412, + [SMALL_STATE(5381)] = 218422, + [SMALL_STATE(5382)] = 218432, + [SMALL_STATE(5383)] = 218440, + [SMALL_STATE(5384)] = 218450, + [SMALL_STATE(5385)] = 218460, + [SMALL_STATE(5386)] = 218470, + [SMALL_STATE(5387)] = 218480, + [SMALL_STATE(5388)] = 218490, + [SMALL_STATE(5389)] = 218500, + [SMALL_STATE(5390)] = 218510, + [SMALL_STATE(5391)] = 218520, + [SMALL_STATE(5392)] = 218530, + [SMALL_STATE(5393)] = 218540, + [SMALL_STATE(5394)] = 218550, + [SMALL_STATE(5395)] = 218560, + [SMALL_STATE(5396)] = 218570, + [SMALL_STATE(5397)] = 218580, + [SMALL_STATE(5398)] = 218590, + [SMALL_STATE(5399)] = 218600, + [SMALL_STATE(5400)] = 218610, + [SMALL_STATE(5401)] = 218620, + [SMALL_STATE(5402)] = 218630, + [SMALL_STATE(5403)] = 218640, + [SMALL_STATE(5404)] = 218650, + [SMALL_STATE(5405)] = 218660, + [SMALL_STATE(5406)] = 218670, + [SMALL_STATE(5407)] = 218680, + [SMALL_STATE(5408)] = 218690, + [SMALL_STATE(5409)] = 218700, + [SMALL_STATE(5410)] = 218710, + [SMALL_STATE(5411)] = 218720, + [SMALL_STATE(5412)] = 218730, + [SMALL_STATE(5413)] = 218740, + [SMALL_STATE(5414)] = 218750, + [SMALL_STATE(5415)] = 218760, + [SMALL_STATE(5416)] = 218770, + [SMALL_STATE(5417)] = 218780, + [SMALL_STATE(5418)] = 218790, + [SMALL_STATE(5419)] = 218800, + [SMALL_STATE(5420)] = 218810, + [SMALL_STATE(5421)] = 218820, + [SMALL_STATE(5422)] = 218830, + [SMALL_STATE(5423)] = 218840, + [SMALL_STATE(5424)] = 218850, + [SMALL_STATE(5425)] = 218860, + [SMALL_STATE(5426)] = 218870, + [SMALL_STATE(5427)] = 218880, + [SMALL_STATE(5428)] = 218890, + [SMALL_STATE(5429)] = 218900, + [SMALL_STATE(5430)] = 218910, + [SMALL_STATE(5431)] = 218920, + [SMALL_STATE(5432)] = 218930, + [SMALL_STATE(5433)] = 218940, + [SMALL_STATE(5434)] = 218950, + [SMALL_STATE(5435)] = 218960, + [SMALL_STATE(5436)] = 218970, + [SMALL_STATE(5437)] = 218980, + [SMALL_STATE(5438)] = 218990, + [SMALL_STATE(5439)] = 219000, + [SMALL_STATE(5440)] = 219010, + [SMALL_STATE(5441)] = 219020, + [SMALL_STATE(5442)] = 219030, + [SMALL_STATE(5443)] = 219040, + [SMALL_STATE(5444)] = 219050, + [SMALL_STATE(5445)] = 219060, + [SMALL_STATE(5446)] = 219070, + [SMALL_STATE(5447)] = 219080, + [SMALL_STATE(5448)] = 219090, + [SMALL_STATE(5449)] = 219100, + [SMALL_STATE(5450)] = 219110, + [SMALL_STATE(5451)] = 219120, + [SMALL_STATE(5452)] = 219130, + [SMALL_STATE(5453)] = 219140, + [SMALL_STATE(5454)] = 219150, + [SMALL_STATE(5455)] = 219160, + [SMALL_STATE(5456)] = 219170, + [SMALL_STATE(5457)] = 219180, + [SMALL_STATE(5458)] = 219190, + [SMALL_STATE(5459)] = 219200, + [SMALL_STATE(5460)] = 219210, + [SMALL_STATE(5461)] = 219220, + [SMALL_STATE(5462)] = 219230, + [SMALL_STATE(5463)] = 219240, + [SMALL_STATE(5464)] = 219250, + [SMALL_STATE(5465)] = 219260, + [SMALL_STATE(5466)] = 219270, + [SMALL_STATE(5467)] = 219280, + [SMALL_STATE(5468)] = 219290, + [SMALL_STATE(5469)] = 219300, + [SMALL_STATE(5470)] = 219310, + [SMALL_STATE(5471)] = 219320, + [SMALL_STATE(5472)] = 219330, + [SMALL_STATE(5473)] = 219340, + [SMALL_STATE(5474)] = 219350, + [SMALL_STATE(5475)] = 219360, + [SMALL_STATE(5476)] = 219370, + [SMALL_STATE(5477)] = 219380, + [SMALL_STATE(5478)] = 219390, + [SMALL_STATE(5479)] = 219400, + [SMALL_STATE(5480)] = 219410, + [SMALL_STATE(5481)] = 219420, + [SMALL_STATE(5482)] = 219430, + [SMALL_STATE(5483)] = 219440, + [SMALL_STATE(5484)] = 219450, + [SMALL_STATE(5485)] = 219460, + [SMALL_STATE(5486)] = 219470, + [SMALL_STATE(5487)] = 219480, + [SMALL_STATE(5488)] = 219490, + [SMALL_STATE(5489)] = 219500, + [SMALL_STATE(5490)] = 219510, + [SMALL_STATE(5491)] = 219520, + [SMALL_STATE(5492)] = 219530, + [SMALL_STATE(5493)] = 219540, + [SMALL_STATE(5494)] = 219550, + [SMALL_STATE(5495)] = 219560, + [SMALL_STATE(5496)] = 219570, + [SMALL_STATE(5497)] = 219580, + [SMALL_STATE(5498)] = 219590, + [SMALL_STATE(5499)] = 219600, + [SMALL_STATE(5500)] = 219610, + [SMALL_STATE(5501)] = 219620, + [SMALL_STATE(5502)] = 219630, + [SMALL_STATE(5503)] = 219640, + [SMALL_STATE(5504)] = 219650, + [SMALL_STATE(5505)] = 219660, + [SMALL_STATE(5506)] = 219670, + [SMALL_STATE(5507)] = 219680, + [SMALL_STATE(5508)] = 219690, + [SMALL_STATE(5509)] = 219700, + [SMALL_STATE(5510)] = 219710, + [SMALL_STATE(5511)] = 219720, + [SMALL_STATE(5512)] = 219730, + [SMALL_STATE(5513)] = 219740, + [SMALL_STATE(5514)] = 219750, + [SMALL_STATE(5515)] = 219760, + [SMALL_STATE(5516)] = 219770, + [SMALL_STATE(5517)] = 219780, + [SMALL_STATE(5518)] = 219790, + [SMALL_STATE(5519)] = 219800, + [SMALL_STATE(5520)] = 219810, + [SMALL_STATE(5521)] = 219820, + [SMALL_STATE(5522)] = 219830, + [SMALL_STATE(5523)] = 219840, + [SMALL_STATE(5524)] = 219850, + [SMALL_STATE(5525)] = 219860, + [SMALL_STATE(5526)] = 219870, + [SMALL_STATE(5527)] = 219880, + [SMALL_STATE(5528)] = 219890, + [SMALL_STATE(5529)] = 219900, + [SMALL_STATE(5530)] = 219910, + [SMALL_STATE(5531)] = 219920, + [SMALL_STATE(5532)] = 219930, + [SMALL_STATE(5533)] = 219940, + [SMALL_STATE(5534)] = 219950, + [SMALL_STATE(5535)] = 219960, + [SMALL_STATE(5536)] = 219970, + [SMALL_STATE(5537)] = 219980, + [SMALL_STATE(5538)] = 219990, + [SMALL_STATE(5539)] = 220000, + [SMALL_STATE(5540)] = 220010, + [SMALL_STATE(5541)] = 220020, + [SMALL_STATE(5542)] = 220030, + [SMALL_STATE(5543)] = 220040, + [SMALL_STATE(5544)] = 220050, + [SMALL_STATE(5545)] = 220060, + [SMALL_STATE(5546)] = 220070, + [SMALL_STATE(5547)] = 220080, + [SMALL_STATE(5548)] = 220090, + [SMALL_STATE(5549)] = 220100, + [SMALL_STATE(5550)] = 220110, + [SMALL_STATE(5551)] = 220120, + [SMALL_STATE(5552)] = 220130, + [SMALL_STATE(5553)] = 220140, + [SMALL_STATE(5554)] = 220150, + [SMALL_STATE(5555)] = 220160, + [SMALL_STATE(5556)] = 220170, + [SMALL_STATE(5557)] = 220180, + [SMALL_STATE(5558)] = 220190, + [SMALL_STATE(5559)] = 220200, + [SMALL_STATE(5560)] = 220210, + [SMALL_STATE(5561)] = 220220, + [SMALL_STATE(5562)] = 220230, + [SMALL_STATE(5563)] = 220240, + [SMALL_STATE(5564)] = 220250, + [SMALL_STATE(5565)] = 220260, + [SMALL_STATE(5566)] = 220270, + [SMALL_STATE(5567)] = 220280, + [SMALL_STATE(5568)] = 220290, + [SMALL_STATE(5569)] = 220300, + [SMALL_STATE(5570)] = 220310, + [SMALL_STATE(5571)] = 220317, + [SMALL_STATE(5572)] = 220324, + [SMALL_STATE(5573)] = 220331, + [SMALL_STATE(5574)] = 220338, + [SMALL_STATE(5575)] = 220345, + [SMALL_STATE(5576)] = 220352, + [SMALL_STATE(5577)] = 220359, + [SMALL_STATE(5578)] = 220366, + [SMALL_STATE(5579)] = 220373, + [SMALL_STATE(5580)] = 220380, + [SMALL_STATE(5581)] = 220387, + [SMALL_STATE(5582)] = 220394, + [SMALL_STATE(5583)] = 220401, + [SMALL_STATE(5584)] = 220408, + [SMALL_STATE(5585)] = 220415, + [SMALL_STATE(5586)] = 220422, + [SMALL_STATE(5587)] = 220429, + [SMALL_STATE(5588)] = 220436, + [SMALL_STATE(5589)] = 220443, + [SMALL_STATE(5590)] = 220450, + [SMALL_STATE(5591)] = 220457, + [SMALL_STATE(5592)] = 220464, + [SMALL_STATE(5593)] = 220471, + [SMALL_STATE(5594)] = 220478, + [SMALL_STATE(5595)] = 220485, + [SMALL_STATE(5596)] = 220492, + [SMALL_STATE(5597)] = 220499, + [SMALL_STATE(5598)] = 220506, + [SMALL_STATE(5599)] = 220513, + [SMALL_STATE(5600)] = 220520, + [SMALL_STATE(5601)] = 220527, + [SMALL_STATE(5602)] = 220534, + [SMALL_STATE(5603)] = 220541, + [SMALL_STATE(5604)] = 220548, + [SMALL_STATE(5605)] = 220555, + [SMALL_STATE(5606)] = 220562, + [SMALL_STATE(5607)] = 220569, + [SMALL_STATE(5608)] = 220576, + [SMALL_STATE(5609)] = 220583, + [SMALL_STATE(5610)] = 220590, + [SMALL_STATE(5611)] = 220597, + [SMALL_STATE(5612)] = 220604, + [SMALL_STATE(5613)] = 220611, + [SMALL_STATE(5614)] = 220618, + [SMALL_STATE(5615)] = 220623, + [SMALL_STATE(5616)] = 220630, + [SMALL_STATE(5617)] = 220637, + [SMALL_STATE(5618)] = 220644, + [SMALL_STATE(5619)] = 220651, + [SMALL_STATE(5620)] = 220658, + [SMALL_STATE(5621)] = 220665, + [SMALL_STATE(5622)] = 220672, + [SMALL_STATE(5623)] = 220679, + [SMALL_STATE(5624)] = 220686, + [SMALL_STATE(5625)] = 220693, + [SMALL_STATE(5626)] = 220700, + [SMALL_STATE(5627)] = 220707, + [SMALL_STATE(5628)] = 220714, + [SMALL_STATE(5629)] = 220721, + [SMALL_STATE(5630)] = 220728, + [SMALL_STATE(5631)] = 220735, + [SMALL_STATE(5632)] = 220742, + [SMALL_STATE(5633)] = 220749, + [SMALL_STATE(5634)] = 220756, + [SMALL_STATE(5635)] = 220763, + [SMALL_STATE(5636)] = 220770, + [SMALL_STATE(5637)] = 220777, + [SMALL_STATE(5638)] = 220784, + [SMALL_STATE(5639)] = 220791, + [SMALL_STATE(5640)] = 220798, + [SMALL_STATE(5641)] = 220805, + [SMALL_STATE(5642)] = 220812, + [SMALL_STATE(5643)] = 220819, + [SMALL_STATE(5644)] = 220826, + [SMALL_STATE(5645)] = 220833, + [SMALL_STATE(5646)] = 220840, + [SMALL_STATE(5647)] = 220847, + [SMALL_STATE(5648)] = 220854, + [SMALL_STATE(5649)] = 220861, + [SMALL_STATE(5650)] = 220868, + [SMALL_STATE(5651)] = 220875, + [SMALL_STATE(5652)] = 220882, + [SMALL_STATE(5653)] = 220889, + [SMALL_STATE(5654)] = 220896, + [SMALL_STATE(5655)] = 220903, + [SMALL_STATE(5656)] = 220910, + [SMALL_STATE(5657)] = 220917, + [SMALL_STATE(5658)] = 220924, + [SMALL_STATE(5659)] = 220931, + [SMALL_STATE(5660)] = 220938, + [SMALL_STATE(5661)] = 220945, + [SMALL_STATE(5662)] = 220952, + [SMALL_STATE(5663)] = 220959, + [SMALL_STATE(5664)] = 220966, + [SMALL_STATE(5665)] = 220973, + [SMALL_STATE(5666)] = 220980, + [SMALL_STATE(5667)] = 220987, + [SMALL_STATE(5668)] = 220994, + [SMALL_STATE(5669)] = 221001, + [SMALL_STATE(5670)] = 221008, + [SMALL_STATE(5671)] = 221015, + [SMALL_STATE(5672)] = 221022, + [SMALL_STATE(5673)] = 221029, + [SMALL_STATE(5674)] = 221036, + [SMALL_STATE(5675)] = 221043, + [SMALL_STATE(5676)] = 221050, + [SMALL_STATE(5677)] = 221057, + [SMALL_STATE(5678)] = 221062, + [SMALL_STATE(5679)] = 221069, + [SMALL_STATE(5680)] = 221076, + [SMALL_STATE(5681)] = 221083, + [SMALL_STATE(5682)] = 221090, + [SMALL_STATE(5683)] = 221097, + [SMALL_STATE(5684)] = 221104, + [SMALL_STATE(5685)] = 221111, + [SMALL_STATE(5686)] = 221118, + [SMALL_STATE(5687)] = 221125, + [SMALL_STATE(5688)] = 221132, + [SMALL_STATE(5689)] = 221139, + [SMALL_STATE(5690)] = 221146, + [SMALL_STATE(5691)] = 221153, + [SMALL_STATE(5692)] = 221158, + [SMALL_STATE(5693)] = 221163, + [SMALL_STATE(5694)] = 221170, + [SMALL_STATE(5695)] = 221177, + [SMALL_STATE(5696)] = 221184, + [SMALL_STATE(5697)] = 221191, + [SMALL_STATE(5698)] = 221198, + [SMALL_STATE(5699)] = 221205, + [SMALL_STATE(5700)] = 221212, + [SMALL_STATE(5701)] = 221219, + [SMALL_STATE(5702)] = 221226, + [SMALL_STATE(5703)] = 221233, + [SMALL_STATE(5704)] = 221238, + [SMALL_STATE(5705)] = 221245, + [SMALL_STATE(5706)] = 221252, + [SMALL_STATE(5707)] = 221259, + [SMALL_STATE(5708)] = 221266, + [SMALL_STATE(5709)] = 221273, + [SMALL_STATE(5710)] = 221280, + [SMALL_STATE(5711)] = 221287, + [SMALL_STATE(5712)] = 221294, + [SMALL_STATE(5713)] = 221301, + [SMALL_STATE(5714)] = 221308, + [SMALL_STATE(5715)] = 221315, + [SMALL_STATE(5716)] = 221322, + [SMALL_STATE(5717)] = 221329, + [SMALL_STATE(5718)] = 221336, + [SMALL_STATE(5719)] = 221343, + [SMALL_STATE(5720)] = 221350, + [SMALL_STATE(5721)] = 221357, + [SMALL_STATE(5722)] = 221364, + [SMALL_STATE(5723)] = 221371, + [SMALL_STATE(5724)] = 221378, + [SMALL_STATE(5725)] = 221385, + [SMALL_STATE(5726)] = 221392, + [SMALL_STATE(5727)] = 221399, + [SMALL_STATE(5728)] = 221406, + [SMALL_STATE(5729)] = 221413, + [SMALL_STATE(5730)] = 221420, + [SMALL_STATE(5731)] = 221427, + [SMALL_STATE(5732)] = 221434, + [SMALL_STATE(5733)] = 221441, + [SMALL_STATE(5734)] = 221448, + [SMALL_STATE(5735)] = 221455, + [SMALL_STATE(5736)] = 221462, + [SMALL_STATE(5737)] = 221469, + [SMALL_STATE(5738)] = 221476, + [SMALL_STATE(5739)] = 221483, + [SMALL_STATE(5740)] = 221490, + [SMALL_STATE(5741)] = 221497, + [SMALL_STATE(5742)] = 221504, + [SMALL_STATE(5743)] = 221511, + [SMALL_STATE(5744)] = 221518, + [SMALL_STATE(5745)] = 221525, + [SMALL_STATE(5746)] = 221532, + [SMALL_STATE(5747)] = 221539, + [SMALL_STATE(5748)] = 221546, + [SMALL_STATE(5749)] = 221553, + [SMALL_STATE(5750)] = 221560, + [SMALL_STATE(5751)] = 221567, + [SMALL_STATE(5752)] = 221574, + [SMALL_STATE(5753)] = 221581, + [SMALL_STATE(5754)] = 221588, + [SMALL_STATE(5755)] = 221595, + [SMALL_STATE(5756)] = 221602, + [SMALL_STATE(5757)] = 221609, + [SMALL_STATE(5758)] = 221616, + [SMALL_STATE(5759)] = 221623, + [SMALL_STATE(5760)] = 221630, + [SMALL_STATE(5761)] = 221637, + [SMALL_STATE(5762)] = 221644, + [SMALL_STATE(5763)] = 221651, + [SMALL_STATE(5764)] = 221658, + [SMALL_STATE(5765)] = 221665, + [SMALL_STATE(5766)] = 221672, + [SMALL_STATE(5767)] = 221679, + [SMALL_STATE(5768)] = 221686, + [SMALL_STATE(5769)] = 221693, + [SMALL_STATE(5770)] = 221700, + [SMALL_STATE(5771)] = 221707, + [SMALL_STATE(5772)] = 221714, + [SMALL_STATE(5773)] = 221721, + [SMALL_STATE(5774)] = 221728, + [SMALL_STATE(5775)] = 221735, + [SMALL_STATE(5776)] = 221742, + [SMALL_STATE(5777)] = 221749, + [SMALL_STATE(5778)] = 221756, + [SMALL_STATE(5779)] = 221763, + [SMALL_STATE(5780)] = 221770, + [SMALL_STATE(5781)] = 221777, + [SMALL_STATE(5782)] = 221784, + [SMALL_STATE(5783)] = 221791, + [SMALL_STATE(5784)] = 221798, + [SMALL_STATE(5785)] = 221805, + [SMALL_STATE(5786)] = 221812, + [SMALL_STATE(5787)] = 221819, + [SMALL_STATE(5788)] = 221826, + [SMALL_STATE(5789)] = 221833, + [SMALL_STATE(5790)] = 221840, + [SMALL_STATE(5791)] = 221847, + [SMALL_STATE(5792)] = 221854, + [SMALL_STATE(5793)] = 221861, + [SMALL_STATE(5794)] = 221865, + [SMALL_STATE(5795)] = 221869, + [SMALL_STATE(5796)] = 221873, + [SMALL_STATE(5797)] = 221877, + [SMALL_STATE(5798)] = 221881, + [SMALL_STATE(5799)] = 221885, + [SMALL_STATE(5800)] = 221889, + [SMALL_STATE(5801)] = 221893, + [SMALL_STATE(5802)] = 221897, + [SMALL_STATE(5803)] = 221901, + [SMALL_STATE(5804)] = 221905, + [SMALL_STATE(5805)] = 221909, + [SMALL_STATE(5806)] = 221913, + [SMALL_STATE(5807)] = 221917, + [SMALL_STATE(5808)] = 221921, + [SMALL_STATE(5809)] = 221925, + [SMALL_STATE(5810)] = 221929, + [SMALL_STATE(5811)] = 221933, + [SMALL_STATE(5812)] = 221937, + [SMALL_STATE(5813)] = 221941, + [SMALL_STATE(5814)] = 221945, + [SMALL_STATE(5815)] = 221949, + [SMALL_STATE(5816)] = 221953, + [SMALL_STATE(5817)] = 221957, + [SMALL_STATE(5818)] = 221961, + [SMALL_STATE(5819)] = 221965, + [SMALL_STATE(5820)] = 221969, + [SMALL_STATE(5821)] = 221973, + [SMALL_STATE(5822)] = 221977, + [SMALL_STATE(5823)] = 221981, + [SMALL_STATE(5824)] = 221985, + [SMALL_STATE(5825)] = 221989, + [SMALL_STATE(5826)] = 221993, + [SMALL_STATE(5827)] = 221997, + [SMALL_STATE(5828)] = 222001, + [SMALL_STATE(5829)] = 222005, + [SMALL_STATE(5830)] = 222009, + [SMALL_STATE(5831)] = 222013, + [SMALL_STATE(5832)] = 222017, + [SMALL_STATE(5833)] = 222021, + [SMALL_STATE(5834)] = 222025, + [SMALL_STATE(5835)] = 222029, + [SMALL_STATE(5836)] = 222033, + [SMALL_STATE(5837)] = 222037, + [SMALL_STATE(5838)] = 222041, + [SMALL_STATE(5839)] = 222045, + [SMALL_STATE(5840)] = 222049, + [SMALL_STATE(5841)] = 222053, + [SMALL_STATE(5842)] = 222057, + [SMALL_STATE(5843)] = 222061, + [SMALL_STATE(5844)] = 222065, + [SMALL_STATE(5845)] = 222069, + [SMALL_STATE(5846)] = 222073, + [SMALL_STATE(5847)] = 222077, + [SMALL_STATE(5848)] = 222081, + [SMALL_STATE(5849)] = 222085, + [SMALL_STATE(5850)] = 222089, + [SMALL_STATE(5851)] = 222093, + [SMALL_STATE(5852)] = 222097, + [SMALL_STATE(5853)] = 222101, + [SMALL_STATE(5854)] = 222105, + [SMALL_STATE(5855)] = 222109, + [SMALL_STATE(5856)] = 222113, + [SMALL_STATE(5857)] = 222117, + [SMALL_STATE(5858)] = 222121, + [SMALL_STATE(5859)] = 222125, + [SMALL_STATE(5860)] = 222129, + [SMALL_STATE(5861)] = 222133, + [SMALL_STATE(5862)] = 222137, + [SMALL_STATE(5863)] = 222141, + [SMALL_STATE(5864)] = 222145, + [SMALL_STATE(5865)] = 222149, + [SMALL_STATE(5866)] = 222153, + [SMALL_STATE(5867)] = 222157, + [SMALL_STATE(5868)] = 222161, + [SMALL_STATE(5869)] = 222165, + [SMALL_STATE(5870)] = 222169, + [SMALL_STATE(5871)] = 222173, + [SMALL_STATE(5872)] = 222177, + [SMALL_STATE(5873)] = 222181, + [SMALL_STATE(5874)] = 222185, + [SMALL_STATE(5875)] = 222189, + [SMALL_STATE(5876)] = 222193, + [SMALL_STATE(5877)] = 222197, + [SMALL_STATE(5878)] = 222201, + [SMALL_STATE(5879)] = 222205, + [SMALL_STATE(5880)] = 222209, + [SMALL_STATE(5881)] = 222213, + [SMALL_STATE(5882)] = 222217, + [SMALL_STATE(5883)] = 222221, + [SMALL_STATE(5884)] = 222225, + [SMALL_STATE(5885)] = 222229, + [SMALL_STATE(5886)] = 222233, + [SMALL_STATE(5887)] = 222237, + [SMALL_STATE(5888)] = 222241, + [SMALL_STATE(5889)] = 222245, + [SMALL_STATE(5890)] = 222249, + [SMALL_STATE(5891)] = 222253, + [SMALL_STATE(5892)] = 222257, + [SMALL_STATE(5893)] = 222261, + [SMALL_STATE(5894)] = 222265, + [SMALL_STATE(5895)] = 222269, + [SMALL_STATE(5896)] = 222273, + [SMALL_STATE(5897)] = 222277, + [SMALL_STATE(5898)] = 222281, + [SMALL_STATE(5899)] = 222285, + [SMALL_STATE(5900)] = 222289, + [SMALL_STATE(5901)] = 222293, + [SMALL_STATE(5902)] = 222297, + [SMALL_STATE(5903)] = 222301, + [SMALL_STATE(5904)] = 222305, + [SMALL_STATE(5905)] = 222309, + [SMALL_STATE(5906)] = 222313, + [SMALL_STATE(5907)] = 222317, + [SMALL_STATE(5908)] = 222321, + [SMALL_STATE(5909)] = 222325, + [SMALL_STATE(5910)] = 222329, + [SMALL_STATE(5911)] = 222333, + [SMALL_STATE(5912)] = 222337, + [SMALL_STATE(5913)] = 222341, + [SMALL_STATE(5914)] = 222345, + [SMALL_STATE(5915)] = 222349, + [SMALL_STATE(5916)] = 222353, + [SMALL_STATE(5917)] = 222357, + [SMALL_STATE(5918)] = 222361, + [SMALL_STATE(5919)] = 222365, + [SMALL_STATE(5920)] = 222369, + [SMALL_STATE(5921)] = 222373, + [SMALL_STATE(5922)] = 222377, + [SMALL_STATE(5923)] = 222381, + [SMALL_STATE(5924)] = 222385, + [SMALL_STATE(5925)] = 222389, + [SMALL_STATE(5926)] = 222393, + [SMALL_STATE(5927)] = 222397, + [SMALL_STATE(5928)] = 222401, + [SMALL_STATE(5929)] = 222405, + [SMALL_STATE(5930)] = 222409, + [SMALL_STATE(5931)] = 222413, + [SMALL_STATE(5932)] = 222417, + [SMALL_STATE(5933)] = 222421, + [SMALL_STATE(5934)] = 222425, + [SMALL_STATE(5935)] = 222429, + [SMALL_STATE(5936)] = 222433, + [SMALL_STATE(5937)] = 222437, + [SMALL_STATE(5938)] = 222441, + [SMALL_STATE(5939)] = 222445, + [SMALL_STATE(5940)] = 222449, + [SMALL_STATE(5941)] = 222453, + [SMALL_STATE(5942)] = 222457, + [SMALL_STATE(5943)] = 222461, + [SMALL_STATE(5944)] = 222465, + [SMALL_STATE(5945)] = 222469, + [SMALL_STATE(5946)] = 222473, + [SMALL_STATE(5947)] = 222477, + [SMALL_STATE(5948)] = 222481, + [SMALL_STATE(5949)] = 222485, + [SMALL_STATE(5950)] = 222489, + [SMALL_STATE(5951)] = 222493, + [SMALL_STATE(5952)] = 222497, + [SMALL_STATE(5953)] = 222501, + [SMALL_STATE(5954)] = 222505, + [SMALL_STATE(5955)] = 222509, + [SMALL_STATE(5956)] = 222513, + [SMALL_STATE(5957)] = 222517, + [SMALL_STATE(5958)] = 222521, + [SMALL_STATE(5959)] = 222525, + [SMALL_STATE(5960)] = 222529, + [SMALL_STATE(5961)] = 222533, + [SMALL_STATE(5962)] = 222537, + [SMALL_STATE(5963)] = 222541, + [SMALL_STATE(5964)] = 222545, + [SMALL_STATE(5965)] = 222549, + [SMALL_STATE(5966)] = 222553, + [SMALL_STATE(5967)] = 222557, + [SMALL_STATE(5968)] = 222561, + [SMALL_STATE(5969)] = 222565, + [SMALL_STATE(5970)] = 222569, + [SMALL_STATE(5971)] = 222573, + [SMALL_STATE(5972)] = 222577, + [SMALL_STATE(5973)] = 222581, + [SMALL_STATE(5974)] = 222585, + [SMALL_STATE(5975)] = 222589, + [SMALL_STATE(5976)] = 222593, + [SMALL_STATE(5977)] = 222597, + [SMALL_STATE(5978)] = 222601, + [SMALL_STATE(5979)] = 222605, + [SMALL_STATE(5980)] = 222609, + [SMALL_STATE(5981)] = 222613, + [SMALL_STATE(5982)] = 222617, + [SMALL_STATE(5983)] = 222621, + [SMALL_STATE(5984)] = 222625, + [SMALL_STATE(5985)] = 222629, + [SMALL_STATE(5986)] = 222633, + [SMALL_STATE(5987)] = 222637, + [SMALL_STATE(5988)] = 222641, + [SMALL_STATE(5989)] = 222645, + [SMALL_STATE(5990)] = 222649, + [SMALL_STATE(5991)] = 222653, + [SMALL_STATE(5992)] = 222657, + [SMALL_STATE(5993)] = 222661, + [SMALL_STATE(5994)] = 222665, + [SMALL_STATE(5995)] = 222669, + [SMALL_STATE(5996)] = 222673, + [SMALL_STATE(5997)] = 222677, + [SMALL_STATE(5998)] = 222681, + [SMALL_STATE(5999)] = 222685, + [SMALL_STATE(6000)] = 222689, + [SMALL_STATE(6001)] = 222693, + [SMALL_STATE(6002)] = 222697, + [SMALL_STATE(6003)] = 222701, + [SMALL_STATE(6004)] = 222705, + [SMALL_STATE(6005)] = 222709, + [SMALL_STATE(6006)] = 222713, + [SMALL_STATE(6007)] = 222717, + [SMALL_STATE(6008)] = 222721, + [SMALL_STATE(6009)] = 222725, + [SMALL_STATE(6010)] = 222729, + [SMALL_STATE(6011)] = 222733, + [SMALL_STATE(6012)] = 222737, + [SMALL_STATE(6013)] = 222741, + [SMALL_STATE(6014)] = 222745, + [SMALL_STATE(6015)] = 222749, + [SMALL_STATE(6016)] = 222753, + [SMALL_STATE(6017)] = 222757, + [SMALL_STATE(6018)] = 222761, + [SMALL_STATE(6019)] = 222765, + [SMALL_STATE(6020)] = 222769, + [SMALL_STATE(6021)] = 222773, + [SMALL_STATE(6022)] = 222777, + [SMALL_STATE(6023)] = 222781, + [SMALL_STATE(6024)] = 222785, + [SMALL_STATE(6025)] = 222789, + [SMALL_STATE(6026)] = 222793, + [SMALL_STATE(6027)] = 222797, + [SMALL_STATE(6028)] = 222801, + [SMALL_STATE(6029)] = 222805, + [SMALL_STATE(6030)] = 222809, + [SMALL_STATE(6031)] = 222813, + [SMALL_STATE(6032)] = 222817, + [SMALL_STATE(6033)] = 222821, + [SMALL_STATE(6034)] = 222825, + [SMALL_STATE(6035)] = 222829, + [SMALL_STATE(6036)] = 222833, + [SMALL_STATE(6037)] = 222837, + [SMALL_STATE(6038)] = 222841, + [SMALL_STATE(6039)] = 222845, + [SMALL_STATE(6040)] = 222849, + [SMALL_STATE(6041)] = 222853, + [SMALL_STATE(6042)] = 222857, + [SMALL_STATE(6043)] = 222861, + [SMALL_STATE(6044)] = 222865, + [SMALL_STATE(6045)] = 222869, + [SMALL_STATE(6046)] = 222873, + [SMALL_STATE(6047)] = 222877, + [SMALL_STATE(6048)] = 222881, + [SMALL_STATE(6049)] = 222885, + [SMALL_STATE(6050)] = 222889, + [SMALL_STATE(6051)] = 222893, + [SMALL_STATE(6052)] = 222897, + [SMALL_STATE(6053)] = 222901, + [SMALL_STATE(6054)] = 222905, + [SMALL_STATE(6055)] = 222909, + [SMALL_STATE(6056)] = 222913, + [SMALL_STATE(6057)] = 222917, + [SMALL_STATE(6058)] = 222921, + [SMALL_STATE(6059)] = 222925, + [SMALL_STATE(6060)] = 222929, + [SMALL_STATE(6061)] = 222933, + [SMALL_STATE(6062)] = 222937, + [SMALL_STATE(6063)] = 222941, + [SMALL_STATE(6064)] = 222945, + [SMALL_STATE(6065)] = 222949, + [SMALL_STATE(6066)] = 222953, + [SMALL_STATE(6067)] = 222957, + [SMALL_STATE(6068)] = 222961, + [SMALL_STATE(6069)] = 222965, + [SMALL_STATE(6070)] = 222969, + [SMALL_STATE(6071)] = 222973, + [SMALL_STATE(6072)] = 222977, + [SMALL_STATE(6073)] = 222981, + [SMALL_STATE(6074)] = 222985, + [SMALL_STATE(6075)] = 222989, + [SMALL_STATE(6076)] = 222993, + [SMALL_STATE(6077)] = 222997, + [SMALL_STATE(6078)] = 223001, + [SMALL_STATE(6079)] = 223005, + [SMALL_STATE(6080)] = 223009, + [SMALL_STATE(6081)] = 223013, + [SMALL_STATE(6082)] = 223017, + [SMALL_STATE(6083)] = 223021, + [SMALL_STATE(6084)] = 223025, + [SMALL_STATE(6085)] = 223029, + [SMALL_STATE(6086)] = 223033, + [SMALL_STATE(6087)] = 223037, + [SMALL_STATE(6088)] = 223041, + [SMALL_STATE(6089)] = 223045, + [SMALL_STATE(6090)] = 223049, + [SMALL_STATE(6091)] = 223053, + [SMALL_STATE(6092)] = 223057, + [SMALL_STATE(6093)] = 223061, + [SMALL_STATE(6094)] = 223065, + [SMALL_STATE(6095)] = 223069, + [SMALL_STATE(6096)] = 223073, + [SMALL_STATE(6097)] = 223077, + [SMALL_STATE(6098)] = 223081, + [SMALL_STATE(6099)] = 223085, + [SMALL_STATE(6100)] = 223089, + [SMALL_STATE(6101)] = 223093, + [SMALL_STATE(6102)] = 223097, + [SMALL_STATE(6103)] = 223101, + [SMALL_STATE(6104)] = 223105, + [SMALL_STATE(6105)] = 223109, + [SMALL_STATE(6106)] = 223113, + [SMALL_STATE(6107)] = 223117, + [SMALL_STATE(6108)] = 223121, + [SMALL_STATE(6109)] = 223125, + [SMALL_STATE(6110)] = 223129, + [SMALL_STATE(6111)] = 223133, + [SMALL_STATE(6112)] = 223137, + [SMALL_STATE(6113)] = 223141, + [SMALL_STATE(6114)] = 223145, + [SMALL_STATE(6115)] = 223149, + [SMALL_STATE(6116)] = 223153, + [SMALL_STATE(6117)] = 223157, + [SMALL_STATE(6118)] = 223161, + [SMALL_STATE(6119)] = 223165, + [SMALL_STATE(6120)] = 223169, + [SMALL_STATE(6121)] = 223173, + [SMALL_STATE(6122)] = 223177, + [SMALL_STATE(6123)] = 223181, + [SMALL_STATE(6124)] = 223185, + [SMALL_STATE(6125)] = 223189, + [SMALL_STATE(6126)] = 223193, + [SMALL_STATE(6127)] = 223197, + [SMALL_STATE(6128)] = 223201, + [SMALL_STATE(6129)] = 223205, + [SMALL_STATE(6130)] = 223209, + [SMALL_STATE(6131)] = 223213, + [SMALL_STATE(6132)] = 223217, + [SMALL_STATE(6133)] = 223221, + [SMALL_STATE(6134)] = 223225, + [SMALL_STATE(6135)] = 223229, + [SMALL_STATE(6136)] = 223233, + [SMALL_STATE(6137)] = 223237, + [SMALL_STATE(6138)] = 223241, + [SMALL_STATE(6139)] = 223245, + [SMALL_STATE(6140)] = 223249, + [SMALL_STATE(6141)] = 223253, + [SMALL_STATE(6142)] = 223257, + [SMALL_STATE(6143)] = 223261, + [SMALL_STATE(6144)] = 223265, + [SMALL_STATE(6145)] = 223269, + [SMALL_STATE(6146)] = 223273, + [SMALL_STATE(6147)] = 223277, + [SMALL_STATE(6148)] = 223281, + [SMALL_STATE(6149)] = 223285, + [SMALL_STATE(6150)] = 223289, + [SMALL_STATE(6151)] = 223293, + [SMALL_STATE(6152)] = 223297, + [SMALL_STATE(6153)] = 223301, + [SMALL_STATE(6154)] = 223305, + [SMALL_STATE(6155)] = 223309, + [SMALL_STATE(6156)] = 223313, + [SMALL_STATE(6157)] = 223317, + [SMALL_STATE(6158)] = 223321, + [SMALL_STATE(6159)] = 223325, + [SMALL_STATE(6160)] = 223329, + [SMALL_STATE(6161)] = 223333, + [SMALL_STATE(6162)] = 223337, + [SMALL_STATE(6163)] = 223341, + [SMALL_STATE(6164)] = 223345, + [SMALL_STATE(6165)] = 223349, + [SMALL_STATE(6166)] = 223353, + [SMALL_STATE(6167)] = 223357, + [SMALL_STATE(6168)] = 223361, + [SMALL_STATE(6169)] = 223365, + [SMALL_STATE(6170)] = 223369, + [SMALL_STATE(6171)] = 223373, + [SMALL_STATE(6172)] = 223377, + [SMALL_STATE(6173)] = 223381, + [SMALL_STATE(6174)] = 223385, + [SMALL_STATE(6175)] = 223389, + [SMALL_STATE(6176)] = 223393, + [SMALL_STATE(6177)] = 223397, + [SMALL_STATE(6178)] = 223401, + [SMALL_STATE(6179)] = 223405, + [SMALL_STATE(6180)] = 223409, + [SMALL_STATE(6181)] = 223413, + [SMALL_STATE(6182)] = 223417, + [SMALL_STATE(6183)] = 223421, + [SMALL_STATE(6184)] = 223425, + [SMALL_STATE(6185)] = 223429, + [SMALL_STATE(6186)] = 223433, + [SMALL_STATE(6187)] = 223437, + [SMALL_STATE(6188)] = 223441, + [SMALL_STATE(6189)] = 223445, + [SMALL_STATE(6190)] = 223449, + [SMALL_STATE(6191)] = 223453, + [SMALL_STATE(6192)] = 223457, + [SMALL_STATE(6193)] = 223461, + [SMALL_STATE(6194)] = 223465, + [SMALL_STATE(6195)] = 223469, + [SMALL_STATE(6196)] = 223473, + [SMALL_STATE(6197)] = 223477, + [SMALL_STATE(6198)] = 223481, + [SMALL_STATE(6199)] = 223485, + [SMALL_STATE(6200)] = 223489, + [SMALL_STATE(6201)] = 223493, + [SMALL_STATE(6202)] = 223497, + [SMALL_STATE(6203)] = 223501, + [SMALL_STATE(6204)] = 223505, + [SMALL_STATE(6205)] = 223509, + [SMALL_STATE(6206)] = 223513, + [SMALL_STATE(6207)] = 223517, + [SMALL_STATE(6208)] = 223521, + [SMALL_STATE(6209)] = 223525, + [SMALL_STATE(6210)] = 223529, + [SMALL_STATE(6211)] = 223533, + [SMALL_STATE(6212)] = 223537, + [SMALL_STATE(6213)] = 223541, + [SMALL_STATE(6214)] = 223545, + [SMALL_STATE(6215)] = 223549, + [SMALL_STATE(6216)] = 223553, + [SMALL_STATE(6217)] = 223557, + [SMALL_STATE(6218)] = 223561, + [SMALL_STATE(6219)] = 223565, + [SMALL_STATE(6220)] = 223569, + [SMALL_STATE(6221)] = 223573, + [SMALL_STATE(6222)] = 223577, + [SMALL_STATE(6223)] = 223581, + [SMALL_STATE(6224)] = 223585, + [SMALL_STATE(6225)] = 223589, + [SMALL_STATE(6226)] = 223593, + [SMALL_STATE(6227)] = 223597, + [SMALL_STATE(6228)] = 223601, + [SMALL_STATE(6229)] = 223605, + [SMALL_STATE(6230)] = 223609, + [SMALL_STATE(6231)] = 223613, + [SMALL_STATE(6232)] = 223617, + [SMALL_STATE(6233)] = 223621, + [SMALL_STATE(6234)] = 223625, + [SMALL_STATE(6235)] = 223629, + [SMALL_STATE(6236)] = 223633, + [SMALL_STATE(6237)] = 223637, + [SMALL_STATE(6238)] = 223641, + [SMALL_STATE(6239)] = 223645, + [SMALL_STATE(6240)] = 223649, + [SMALL_STATE(6241)] = 223653, + [SMALL_STATE(6242)] = 223657, + [SMALL_STATE(6243)] = 223661, + [SMALL_STATE(6244)] = 223665, + [SMALL_STATE(6245)] = 223669, + [SMALL_STATE(6246)] = 223673, + [SMALL_STATE(6247)] = 223677, + [SMALL_STATE(6248)] = 223681, + [SMALL_STATE(6249)] = 223685, + [SMALL_STATE(6250)] = 223689, + [SMALL_STATE(6251)] = 223693, + [SMALL_STATE(6252)] = 223697, + [SMALL_STATE(6253)] = 223701, + [SMALL_STATE(6254)] = 223705, + [SMALL_STATE(6255)] = 223709, + [SMALL_STATE(6256)] = 223713, + [SMALL_STATE(6257)] = 223717, + [SMALL_STATE(6258)] = 223721, + [SMALL_STATE(6259)] = 223725, + [SMALL_STATE(6260)] = 223729, + [SMALL_STATE(6261)] = 223733, + [SMALL_STATE(6262)] = 223737, + [SMALL_STATE(6263)] = 223741, + [SMALL_STATE(6264)] = 223745, + [SMALL_STATE(6265)] = 223749, + [SMALL_STATE(6266)] = 223753, + [SMALL_STATE(6267)] = 223757, + [SMALL_STATE(6268)] = 223761, + [SMALL_STATE(6269)] = 223765, + [SMALL_STATE(6270)] = 223769, + [SMALL_STATE(6271)] = 223773, + [SMALL_STATE(6272)] = 223777, + [SMALL_STATE(6273)] = 223781, + [SMALL_STATE(6274)] = 223785, + [SMALL_STATE(6275)] = 223789, + [SMALL_STATE(6276)] = 223793, + [SMALL_STATE(6277)] = 223797, + [SMALL_STATE(6278)] = 223801, + [SMALL_STATE(6279)] = 223805, + [SMALL_STATE(6280)] = 223809, + [SMALL_STATE(6281)] = 223813, + [SMALL_STATE(6282)] = 223817, + [SMALL_STATE(6283)] = 223821, + [SMALL_STATE(6284)] = 223825, + [SMALL_STATE(6285)] = 223829, + [SMALL_STATE(6286)] = 223833, + [SMALL_STATE(6287)] = 223837, + [SMALL_STATE(6288)] = 223841, + [SMALL_STATE(6289)] = 223845, + [SMALL_STATE(6290)] = 223849, + [SMALL_STATE(6291)] = 223853, + [SMALL_STATE(6292)] = 223857, + [SMALL_STATE(6293)] = 223861, + [SMALL_STATE(6294)] = 223865, + [SMALL_STATE(6295)] = 223869, + [SMALL_STATE(6296)] = 223873, + [SMALL_STATE(6297)] = 223877, + [SMALL_STATE(6298)] = 223881, + [SMALL_STATE(6299)] = 223885, + [SMALL_STATE(6300)] = 223889, + [SMALL_STATE(6301)] = 223893, + [SMALL_STATE(6302)] = 223897, + [SMALL_STATE(6303)] = 223901, + [SMALL_STATE(6304)] = 223905, + [SMALL_STATE(6305)] = 223909, + [SMALL_STATE(6306)] = 223913, + [SMALL_STATE(6307)] = 223917, + [SMALL_STATE(6308)] = 223921, + [SMALL_STATE(6309)] = 223925, + [SMALL_STATE(6310)] = 223929, + [SMALL_STATE(6311)] = 223933, + [SMALL_STATE(6312)] = 223937, + [SMALL_STATE(6313)] = 223941, + [SMALL_STATE(6314)] = 223945, + [SMALL_STATE(6315)] = 223949, + [SMALL_STATE(6316)] = 223953, + [SMALL_STATE(6317)] = 223957, + [SMALL_STATE(6318)] = 223961, + [SMALL_STATE(6319)] = 223965, + [SMALL_STATE(6320)] = 223969, + [SMALL_STATE(6321)] = 223973, + [SMALL_STATE(6322)] = 223977, + [SMALL_STATE(6323)] = 223981, + [SMALL_STATE(6324)] = 223985, + [SMALL_STATE(6325)] = 223989, + [SMALL_STATE(6326)] = 223993, + [SMALL_STATE(6327)] = 223997, + [SMALL_STATE(6328)] = 224001, + [SMALL_STATE(6329)] = 224005, + [SMALL_STATE(6330)] = 224009, + [SMALL_STATE(6331)] = 224013, + [SMALL_STATE(6332)] = 224017, + [SMALL_STATE(6333)] = 224021, + [SMALL_STATE(6334)] = 224025, + [SMALL_STATE(6335)] = 224029, + [SMALL_STATE(6336)] = 224033, + [SMALL_STATE(6337)] = 224037, + [SMALL_STATE(6338)] = 224041, + [SMALL_STATE(6339)] = 224045, + [SMALL_STATE(6340)] = 224049, + [SMALL_STATE(6341)] = 224053, + [SMALL_STATE(6342)] = 224057, + [SMALL_STATE(6343)] = 224061, + [SMALL_STATE(6344)] = 224065, + [SMALL_STATE(6345)] = 224069, + [SMALL_STATE(6346)] = 224073, + [SMALL_STATE(6347)] = 224077, + [SMALL_STATE(6348)] = 224081, + [SMALL_STATE(6349)] = 224085, + [SMALL_STATE(6350)] = 224089, + [SMALL_STATE(6351)] = 224093, + [SMALL_STATE(6352)] = 224097, + [SMALL_STATE(6353)] = 224101, + [SMALL_STATE(6354)] = 224105, + [SMALL_STATE(6355)] = 224109, + [SMALL_STATE(6356)] = 224113, + [SMALL_STATE(6357)] = 224117, + [SMALL_STATE(6358)] = 224121, + [SMALL_STATE(6359)] = 224125, + [SMALL_STATE(6360)] = 224129, + [SMALL_STATE(6361)] = 224133, + [SMALL_STATE(6362)] = 224137, + [SMALL_STATE(6363)] = 224141, + [SMALL_STATE(6364)] = 224145, + [SMALL_STATE(6365)] = 224149, + [SMALL_STATE(6366)] = 224153, + [SMALL_STATE(6367)] = 224157, + [SMALL_STATE(6368)] = 224161, + [SMALL_STATE(6369)] = 224165, + [SMALL_STATE(6370)] = 224169, + [SMALL_STATE(6371)] = 224173, + [SMALL_STATE(6372)] = 224177, + [SMALL_STATE(6373)] = 224181, + [SMALL_STATE(6374)] = 224185, + [SMALL_STATE(6375)] = 224189, + [SMALL_STATE(6376)] = 224193, + [SMALL_STATE(6377)] = 224197, + [SMALL_STATE(6378)] = 224201, + [SMALL_STATE(6379)] = 224205, + [SMALL_STATE(6380)] = 224209, + [SMALL_STATE(6381)] = 224213, + [SMALL_STATE(6382)] = 224217, + [SMALL_STATE(6383)] = 224221, + [SMALL_STATE(6384)] = 224225, + [SMALL_STATE(6385)] = 224229, + [SMALL_STATE(6386)] = 224233, + [SMALL_STATE(6387)] = 224237, + [SMALL_STATE(6388)] = 224241, + [SMALL_STATE(6389)] = 224245, + [SMALL_STATE(6390)] = 224249, + [SMALL_STATE(6391)] = 224253, + [SMALL_STATE(6392)] = 224257, + [SMALL_STATE(6393)] = 224261, + [SMALL_STATE(6394)] = 224265, + [SMALL_STATE(6395)] = 224269, + [SMALL_STATE(6396)] = 224273, + [SMALL_STATE(6397)] = 224277, + [SMALL_STATE(6398)] = 224281, + [SMALL_STATE(6399)] = 224285, + [SMALL_STATE(6400)] = 224289, + [SMALL_STATE(6401)] = 224293, + [SMALL_STATE(6402)] = 224297, + [SMALL_STATE(6403)] = 224301, + [SMALL_STATE(6404)] = 224305, + [SMALL_STATE(6405)] = 224309, + [SMALL_STATE(6406)] = 224313, + [SMALL_STATE(6407)] = 224317, + [SMALL_STATE(6408)] = 224321, + [SMALL_STATE(6409)] = 224325, + [SMALL_STATE(6410)] = 224329, + [SMALL_STATE(6411)] = 224333, + [SMALL_STATE(6412)] = 224337, + [SMALL_STATE(6413)] = 224341, + [SMALL_STATE(6414)] = 224345, + [SMALL_STATE(6415)] = 224349, + [SMALL_STATE(6416)] = 224353, + [SMALL_STATE(6417)] = 224357, + [SMALL_STATE(6418)] = 224361, + [SMALL_STATE(6419)] = 224365, + [SMALL_STATE(6420)] = 224369, + [SMALL_STATE(6421)] = 224373, + [SMALL_STATE(6422)] = 224377, + [SMALL_STATE(6423)] = 224381, + [SMALL_STATE(6424)] = 224385, + [SMALL_STATE(6425)] = 224389, + [SMALL_STATE(6426)] = 224393, + [SMALL_STATE(6427)] = 224397, + [SMALL_STATE(6428)] = 224401, + [SMALL_STATE(6429)] = 224405, + [SMALL_STATE(6430)] = 224409, + [SMALL_STATE(6431)] = 224413, + [SMALL_STATE(6432)] = 224417, + [SMALL_STATE(6433)] = 224421, + [SMALL_STATE(6434)] = 224425, + [SMALL_STATE(6435)] = 224429, + [SMALL_STATE(6436)] = 224433, + [SMALL_STATE(6437)] = 224437, + [SMALL_STATE(6438)] = 224441, + [SMALL_STATE(6439)] = 224445, + [SMALL_STATE(6440)] = 224449, + [SMALL_STATE(6441)] = 224453, + [SMALL_STATE(6442)] = 224457, + [SMALL_STATE(6443)] = 224461, + [SMALL_STATE(6444)] = 224465, + [SMALL_STATE(6445)] = 224469, + [SMALL_STATE(6446)] = 224473, + [SMALL_STATE(6447)] = 224477, + [SMALL_STATE(6448)] = 224481, + [SMALL_STATE(6449)] = 224485, + [SMALL_STATE(6450)] = 224489, + [SMALL_STATE(6451)] = 224493, + [SMALL_STATE(6452)] = 224497, + [SMALL_STATE(6453)] = 224501, + [SMALL_STATE(6454)] = 224505, + [SMALL_STATE(6455)] = 224509, + [SMALL_STATE(6456)] = 224513, + [SMALL_STATE(6457)] = 224517, + [SMALL_STATE(6458)] = 224521, + [SMALL_STATE(6459)] = 224525, + [SMALL_STATE(6460)] = 224529, + [SMALL_STATE(6461)] = 224533, + [SMALL_STATE(6462)] = 224537, + [SMALL_STATE(6463)] = 224541, + [SMALL_STATE(6464)] = 224545, + [SMALL_STATE(6465)] = 224549, + [SMALL_STATE(6466)] = 224553, + [SMALL_STATE(6467)] = 224557, + [SMALL_STATE(6468)] = 224561, + [SMALL_STATE(6469)] = 224565, + [SMALL_STATE(6470)] = 224569, + [SMALL_STATE(6471)] = 224573, + [SMALL_STATE(6472)] = 224577, + [SMALL_STATE(6473)] = 224581, + [SMALL_STATE(6474)] = 224585, + [SMALL_STATE(6475)] = 224589, + [SMALL_STATE(6476)] = 224593, + [SMALL_STATE(6477)] = 224597, + [SMALL_STATE(6478)] = 224601, + [SMALL_STATE(6479)] = 224605, + [SMALL_STATE(6480)] = 224609, + [SMALL_STATE(6481)] = 224613, + [SMALL_STATE(6482)] = 224617, + [SMALL_STATE(6483)] = 224621, + [SMALL_STATE(6484)] = 224625, + [SMALL_STATE(6485)] = 224629, + [SMALL_STATE(6486)] = 224633, + [SMALL_STATE(6487)] = 224637, + [SMALL_STATE(6488)] = 224641, + [SMALL_STATE(6489)] = 224645, + [SMALL_STATE(6490)] = 224649, + [SMALL_STATE(6491)] = 224653, + [SMALL_STATE(6492)] = 224657, + [SMALL_STATE(6493)] = 224661, + [SMALL_STATE(6494)] = 224665, + [SMALL_STATE(6495)] = 224669, + [SMALL_STATE(6496)] = 224673, + [SMALL_STATE(6497)] = 224677, + [SMALL_STATE(6498)] = 224681, + [SMALL_STATE(6499)] = 224685, + [SMALL_STATE(6500)] = 224689, + [SMALL_STATE(6501)] = 224693, + [SMALL_STATE(6502)] = 224697, + [SMALL_STATE(6503)] = 224701, + [SMALL_STATE(6504)] = 224705, + [SMALL_STATE(6505)] = 224709, + [SMALL_STATE(6506)] = 224713, + [SMALL_STATE(6507)] = 224717, + [SMALL_STATE(6508)] = 224721, + [SMALL_STATE(6509)] = 224725, + [SMALL_STATE(6510)] = 224729, + [SMALL_STATE(6511)] = 224733, + [SMALL_STATE(6512)] = 224737, + [SMALL_STATE(6513)] = 224741, + [SMALL_STATE(6514)] = 224745, + [SMALL_STATE(6515)] = 224749, + [SMALL_STATE(6516)] = 224753, + [SMALL_STATE(6517)] = 224757, + [SMALL_STATE(6518)] = 224761, + [SMALL_STATE(6519)] = 224765, + [SMALL_STATE(6520)] = 224769, + [SMALL_STATE(6521)] = 224773, + [SMALL_STATE(6522)] = 224777, + [SMALL_STATE(6523)] = 224781, + [SMALL_STATE(6524)] = 224785, + [SMALL_STATE(6525)] = 224789, + [SMALL_STATE(6526)] = 224793, + [SMALL_STATE(6527)] = 224797, + [SMALL_STATE(6528)] = 224801, + [SMALL_STATE(6529)] = 224805, + [SMALL_STATE(6530)] = 224809, + [SMALL_STATE(6531)] = 224813, + [SMALL_STATE(6532)] = 224817, + [SMALL_STATE(6533)] = 224821, + [SMALL_STATE(6534)] = 224825, + [SMALL_STATE(6535)] = 224829, + [SMALL_STATE(6536)] = 224833, + [SMALL_STATE(6537)] = 224837, + [SMALL_STATE(6538)] = 224841, + [SMALL_STATE(6539)] = 224845, + [SMALL_STATE(6540)] = 224849, + [SMALL_STATE(6541)] = 224853, + [SMALL_STATE(6542)] = 224857, + [SMALL_STATE(6543)] = 224861, + [SMALL_STATE(6544)] = 224865, + [SMALL_STATE(6545)] = 224869, + [SMALL_STATE(6546)] = 224873, + [SMALL_STATE(6547)] = 224877, + [SMALL_STATE(6548)] = 224881, + [SMALL_STATE(6549)] = 224885, + [SMALL_STATE(6550)] = 224889, + [SMALL_STATE(6551)] = 224893, + [SMALL_STATE(6552)] = 224897, + [SMALL_STATE(6553)] = 224901, + [SMALL_STATE(6554)] = 224905, + [SMALL_STATE(6555)] = 224909, + [SMALL_STATE(6556)] = 224913, + [SMALL_STATE(6557)] = 224917, + [SMALL_STATE(6558)] = 224921, + [SMALL_STATE(6559)] = 224925, + [SMALL_STATE(6560)] = 224929, + [SMALL_STATE(6561)] = 224933, + [SMALL_STATE(6562)] = 224937, + [SMALL_STATE(6563)] = 224941, + [SMALL_STATE(6564)] = 224945, + [SMALL_STATE(6565)] = 224949, + [SMALL_STATE(6566)] = 224953, + [SMALL_STATE(6567)] = 224957, + [SMALL_STATE(6568)] = 224961, + [SMALL_STATE(6569)] = 224965, + [SMALL_STATE(6570)] = 224969, + [SMALL_STATE(6571)] = 224973, + [SMALL_STATE(6572)] = 224977, + [SMALL_STATE(6573)] = 224981, + [SMALL_STATE(6574)] = 224985, + [SMALL_STATE(6575)] = 224989, + [SMALL_STATE(6576)] = 224993, + [SMALL_STATE(6577)] = 224997, + [SMALL_STATE(6578)] = 225001, + [SMALL_STATE(6579)] = 225005, + [SMALL_STATE(6580)] = 225009, + [SMALL_STATE(6581)] = 225013, + [SMALL_STATE(6582)] = 225017, + [SMALL_STATE(6583)] = 225021, + [SMALL_STATE(6584)] = 225025, + [SMALL_STATE(6585)] = 225029, + [SMALL_STATE(6586)] = 225033, + [SMALL_STATE(6587)] = 225037, + [SMALL_STATE(6588)] = 225041, + [SMALL_STATE(6589)] = 225045, + [SMALL_STATE(6590)] = 225049, + [SMALL_STATE(6591)] = 225053, + [SMALL_STATE(6592)] = 225057, + [SMALL_STATE(6593)] = 225061, + [SMALL_STATE(6594)] = 225065, + [SMALL_STATE(6595)] = 225069, + [SMALL_STATE(6596)] = 225073, + [SMALL_STATE(6597)] = 225077, + [SMALL_STATE(6598)] = 225081, + [SMALL_STATE(6599)] = 225085, + [SMALL_STATE(6600)] = 225089, + [SMALL_STATE(6601)] = 225093, + [SMALL_STATE(6602)] = 225097, + [SMALL_STATE(6603)] = 225101, + [SMALL_STATE(6604)] = 225105, + [SMALL_STATE(6605)] = 225109, + [SMALL_STATE(6606)] = 225113, + [SMALL_STATE(6607)] = 225117, + [SMALL_STATE(6608)] = 225121, + [SMALL_STATE(6609)] = 225125, + [SMALL_STATE(6610)] = 225129, + [SMALL_STATE(6611)] = 225133, + [SMALL_STATE(6612)] = 225137, + [SMALL_STATE(6613)] = 225141, + [SMALL_STATE(6614)] = 225145, + [SMALL_STATE(6615)] = 225149, + [SMALL_STATE(6616)] = 225153, + [SMALL_STATE(6617)] = 225157, + [SMALL_STATE(6618)] = 225161, + [SMALL_STATE(6619)] = 225165, + [SMALL_STATE(6620)] = 225169, + [SMALL_STATE(6621)] = 225173, + [SMALL_STATE(6622)] = 225177, + [SMALL_STATE(6623)] = 225181, + [SMALL_STATE(6624)] = 225185, + [SMALL_STATE(6625)] = 225189, + [SMALL_STATE(6626)] = 225193, + [SMALL_STATE(6627)] = 225197, + [SMALL_STATE(6628)] = 225201, + [SMALL_STATE(6629)] = 225205, + [SMALL_STATE(6630)] = 225209, + [SMALL_STATE(6631)] = 225213, + [SMALL_STATE(6632)] = 225217, + [SMALL_STATE(6633)] = 225221, + [SMALL_STATE(6634)] = 225225, + [SMALL_STATE(6635)] = 225229, + [SMALL_STATE(6636)] = 225233, + [SMALL_STATE(6637)] = 225237, + [SMALL_STATE(6638)] = 225241, + [SMALL_STATE(6639)] = 225245, + [SMALL_STATE(6640)] = 225249, + [SMALL_STATE(6641)] = 225253, + [SMALL_STATE(6642)] = 225257, + [SMALL_STATE(6643)] = 225261, + [SMALL_STATE(6644)] = 225265, + [SMALL_STATE(6645)] = 225269, + [SMALL_STATE(6646)] = 225273, + [SMALL_STATE(6647)] = 225277, + [SMALL_STATE(6648)] = 225281, + [SMALL_STATE(6649)] = 225285, + [SMALL_STATE(6650)] = 225289, + [SMALL_STATE(6651)] = 225293, + [SMALL_STATE(6652)] = 225297, + [SMALL_STATE(6653)] = 225301, + [SMALL_STATE(6654)] = 225305, + [SMALL_STATE(6655)] = 225309, + [SMALL_STATE(6656)] = 225313, + [SMALL_STATE(6657)] = 225317, + [SMALL_STATE(6658)] = 225321, + [SMALL_STATE(6659)] = 225325, + [SMALL_STATE(6660)] = 225329, + [SMALL_STATE(6661)] = 225333, + [SMALL_STATE(6662)] = 225337, + [SMALL_STATE(6663)] = 225341, + [SMALL_STATE(6664)] = 225345, + [SMALL_STATE(6665)] = 225349, + [SMALL_STATE(6666)] = 225353, + [SMALL_STATE(6667)] = 225357, + [SMALL_STATE(6668)] = 225361, + [SMALL_STATE(6669)] = 225365, + [SMALL_STATE(6670)] = 225369, + [SMALL_STATE(6671)] = 225373, + [SMALL_STATE(6672)] = 225377, + [SMALL_STATE(6673)] = 225381, + [SMALL_STATE(6674)] = 225385, + [SMALL_STATE(6675)] = 225389, + [SMALL_STATE(6676)] = 225393, + [SMALL_STATE(6677)] = 225397, + [SMALL_STATE(6678)] = 225401, + [SMALL_STATE(6679)] = 225405, + [SMALL_STATE(6680)] = 225409, + [SMALL_STATE(6681)] = 225413, + [SMALL_STATE(6682)] = 225417, + [SMALL_STATE(6683)] = 225421, + [SMALL_STATE(6684)] = 225425, + [SMALL_STATE(6685)] = 225429, + [SMALL_STATE(6686)] = 225433, + [SMALL_STATE(6687)] = 225437, + [SMALL_STATE(6688)] = 225441, + [SMALL_STATE(6689)] = 225445, + [SMALL_STATE(6690)] = 225449, + [SMALL_STATE(6691)] = 225453, + [SMALL_STATE(6692)] = 225457, + [SMALL_STATE(6693)] = 225461, + [SMALL_STATE(6694)] = 225465, + [SMALL_STATE(6695)] = 225469, + [SMALL_STATE(6696)] = 225473, + [SMALL_STATE(6697)] = 225477, + [SMALL_STATE(6698)] = 225481, + [SMALL_STATE(6699)] = 225485, + [SMALL_STATE(6700)] = 225489, + [SMALL_STATE(6701)] = 225493, + [SMALL_STATE(6702)] = 225497, + [SMALL_STATE(6703)] = 225501, + [SMALL_STATE(6704)] = 225505, + [SMALL_STATE(6705)] = 225509, + [SMALL_STATE(6706)] = 225513, + [SMALL_STATE(6707)] = 225517, + [SMALL_STATE(6708)] = 225521, + [SMALL_STATE(6709)] = 225525, + [SMALL_STATE(6710)] = 225529, + [SMALL_STATE(6711)] = 225533, + [SMALL_STATE(6712)] = 225537, + [SMALL_STATE(6713)] = 225541, + [SMALL_STATE(6714)] = 225545, + [SMALL_STATE(6715)] = 225549, + [SMALL_STATE(6716)] = 225553, + [SMALL_STATE(6717)] = 225557, + [SMALL_STATE(6718)] = 225561, + [SMALL_STATE(6719)] = 225565, + [SMALL_STATE(6720)] = 225569, + [SMALL_STATE(6721)] = 225573, + [SMALL_STATE(6722)] = 225577, + [SMALL_STATE(6723)] = 225581, + [SMALL_STATE(6724)] = 225585, + [SMALL_STATE(6725)] = 225589, + [SMALL_STATE(6726)] = 225593, + [SMALL_STATE(6727)] = 225597, + [SMALL_STATE(6728)] = 225601, + [SMALL_STATE(6729)] = 225605, + [SMALL_STATE(6730)] = 225609, + [SMALL_STATE(6731)] = 225613, + [SMALL_STATE(6732)] = 225617, + [SMALL_STATE(6733)] = 225621, + [SMALL_STATE(6734)] = 225625, + [SMALL_STATE(6735)] = 225629, + [SMALL_STATE(6736)] = 225633, + [SMALL_STATE(6737)] = 225637, + [SMALL_STATE(6738)] = 225641, + [SMALL_STATE(6739)] = 225645, + [SMALL_STATE(6740)] = 225649, + [SMALL_STATE(6741)] = 225653, + [SMALL_STATE(6742)] = 225657, + [SMALL_STATE(6743)] = 225661, + [SMALL_STATE(6744)] = 225665, + [SMALL_STATE(6745)] = 225669, + [SMALL_STATE(6746)] = 225673, + [SMALL_STATE(6747)] = 225677, + [SMALL_STATE(6748)] = 225681, + [SMALL_STATE(6749)] = 225685, + [SMALL_STATE(6750)] = 225689, + [SMALL_STATE(6751)] = 225693, + [SMALL_STATE(6752)] = 225697, + [SMALL_STATE(6753)] = 225701, + [SMALL_STATE(6754)] = 225705, + [SMALL_STATE(6755)] = 225709, + [SMALL_STATE(6756)] = 225713, + [SMALL_STATE(6757)] = 225717, + [SMALL_STATE(6758)] = 225721, + [SMALL_STATE(6759)] = 225725, + [SMALL_STATE(6760)] = 225729, + [SMALL_STATE(6761)] = 225733, + [SMALL_STATE(6762)] = 225737, + [SMALL_STATE(6763)] = 225741, + [SMALL_STATE(6764)] = 225745, + [SMALL_STATE(6765)] = 225749, + [SMALL_STATE(6766)] = 225753, + [SMALL_STATE(6767)] = 225757, + [SMALL_STATE(6768)] = 225761, + [SMALL_STATE(6769)] = 225765, + [SMALL_STATE(6770)] = 225769, + [SMALL_STATE(6771)] = 225773, + [SMALL_STATE(6772)] = 225777, + [SMALL_STATE(6773)] = 225781, + [SMALL_STATE(6774)] = 225785, + [SMALL_STATE(6775)] = 225789, + [SMALL_STATE(6776)] = 225793, + [SMALL_STATE(6777)] = 225797, + [SMALL_STATE(6778)] = 225801, + [SMALL_STATE(6779)] = 225805, + [SMALL_STATE(6780)] = 225809, + [SMALL_STATE(6781)] = 225813, + [SMALL_STATE(6782)] = 225817, + [SMALL_STATE(6783)] = 225821, + [SMALL_STATE(6784)] = 225825, + [SMALL_STATE(6785)] = 225829, + [SMALL_STATE(6786)] = 225833, + [SMALL_STATE(6787)] = 225837, + [SMALL_STATE(6788)] = 225841, + [SMALL_STATE(6789)] = 225845, + [SMALL_STATE(6790)] = 225849, + [SMALL_STATE(6791)] = 225853, + [SMALL_STATE(6792)] = 225857, + [SMALL_STATE(6793)] = 225861, + [SMALL_STATE(6794)] = 225865, + [SMALL_STATE(6795)] = 225869, + [SMALL_STATE(6796)] = 225873, + [SMALL_STATE(6797)] = 225877, + [SMALL_STATE(6798)] = 225881, + [SMALL_STATE(6799)] = 225885, + [SMALL_STATE(6800)] = 225889, + [SMALL_STATE(6801)] = 225893, + [SMALL_STATE(6802)] = 225897, + [SMALL_STATE(6803)] = 225901, + [SMALL_STATE(6804)] = 225905, + [SMALL_STATE(6805)] = 225909, + [SMALL_STATE(6806)] = 225913, + [SMALL_STATE(6807)] = 225917, + [SMALL_STATE(6808)] = 225921, + [SMALL_STATE(6809)] = 225925, + [SMALL_STATE(6810)] = 225929, + [SMALL_STATE(6811)] = 225933, + [SMALL_STATE(6812)] = 225937, + [SMALL_STATE(6813)] = 225941, + [SMALL_STATE(6814)] = 225945, + [SMALL_STATE(6815)] = 225949, + [SMALL_STATE(6816)] = 225953, + [SMALL_STATE(6817)] = 225957, + [SMALL_STATE(6818)] = 225961, + [SMALL_STATE(6819)] = 225965, + [SMALL_STATE(6820)] = 225969, + [SMALL_STATE(6821)] = 225973, + [SMALL_STATE(6822)] = 225977, + [SMALL_STATE(6823)] = 225981, + [SMALL_STATE(6824)] = 225985, + [SMALL_STATE(6825)] = 225989, + [SMALL_STATE(6826)] = 225993, + [SMALL_STATE(6827)] = 225997, + [SMALL_STATE(6828)] = 226001, + [SMALL_STATE(6829)] = 226005, + [SMALL_STATE(6830)] = 226009, + [SMALL_STATE(6831)] = 226013, + [SMALL_STATE(6832)] = 226017, + [SMALL_STATE(6833)] = 226021, + [SMALL_STATE(6834)] = 226025, + [SMALL_STATE(6835)] = 226029, + [SMALL_STATE(6836)] = 226033, + [SMALL_STATE(6837)] = 226037, + [SMALL_STATE(6838)] = 226041, + [SMALL_STATE(6839)] = 226045, + [SMALL_STATE(6840)] = 226049, + [SMALL_STATE(6841)] = 226053, + [SMALL_STATE(6842)] = 226057, + [SMALL_STATE(6843)] = 226061, + [SMALL_STATE(6844)] = 226065, + [SMALL_STATE(6845)] = 226069, + [SMALL_STATE(6846)] = 226073, + [SMALL_STATE(6847)] = 226077, + [SMALL_STATE(6848)] = 226081, + [SMALL_STATE(6849)] = 226085, + [SMALL_STATE(6850)] = 226089, + [SMALL_STATE(6851)] = 226093, + [SMALL_STATE(6852)] = 226097, + [SMALL_STATE(6853)] = 226101, + [SMALL_STATE(6854)] = 226105, + [SMALL_STATE(6855)] = 226109, + [SMALL_STATE(6856)] = 226113, + [SMALL_STATE(6857)] = 226117, + [SMALL_STATE(6858)] = 226121, + [SMALL_STATE(6859)] = 226125, + [SMALL_STATE(6860)] = 226129, + [SMALL_STATE(6861)] = 226133, + [SMALL_STATE(6862)] = 226137, + [SMALL_STATE(6863)] = 226141, + [SMALL_STATE(6864)] = 226145, + [SMALL_STATE(6865)] = 226149, + [SMALL_STATE(6866)] = 226153, + [SMALL_STATE(6867)] = 226157, + [SMALL_STATE(6868)] = 226161, + [SMALL_STATE(6869)] = 226165, + [SMALL_STATE(6870)] = 226169, + [SMALL_STATE(6871)] = 226173, + [SMALL_STATE(6872)] = 226177, + [SMALL_STATE(6873)] = 226181, + [SMALL_STATE(6874)] = 226185, + [SMALL_STATE(6875)] = 226189, + [SMALL_STATE(6876)] = 226193, + [SMALL_STATE(6877)] = 226197, + [SMALL_STATE(6878)] = 226201, + [SMALL_STATE(6879)] = 226205, + [SMALL_STATE(6880)] = 226209, + [SMALL_STATE(6881)] = 226213, + [SMALL_STATE(6882)] = 226217, + [SMALL_STATE(6883)] = 226221, + [SMALL_STATE(6884)] = 226225, + [SMALL_STATE(6885)] = 226229, + [SMALL_STATE(6886)] = 226233, + [SMALL_STATE(6887)] = 226237, + [SMALL_STATE(6888)] = 226241, + [SMALL_STATE(6889)] = 226245, + [SMALL_STATE(6890)] = 226249, + [SMALL_STATE(6891)] = 226253, + [SMALL_STATE(6892)] = 226257, + [SMALL_STATE(6893)] = 226261, + [SMALL_STATE(6894)] = 226265, + [SMALL_STATE(6895)] = 226269, + [SMALL_STATE(6896)] = 226273, + [SMALL_STATE(6897)] = 226277, + [SMALL_STATE(6898)] = 226281, + [SMALL_STATE(6899)] = 226285, + [SMALL_STATE(6900)] = 226289, + [SMALL_STATE(6901)] = 226293, + [SMALL_STATE(6902)] = 226297, + [SMALL_STATE(6903)] = 226301, + [SMALL_STATE(6904)] = 226305, + [SMALL_STATE(6905)] = 226309, + [SMALL_STATE(6906)] = 226313, + [SMALL_STATE(6907)] = 226317, + [SMALL_STATE(6908)] = 226321, + [SMALL_STATE(6909)] = 226325, + [SMALL_STATE(6910)] = 226329, + [SMALL_STATE(6911)] = 226333, + [SMALL_STATE(6912)] = 226337, + [SMALL_STATE(6913)] = 226341, + [SMALL_STATE(6914)] = 226345, + [SMALL_STATE(6915)] = 226349, + [SMALL_STATE(6916)] = 226353, + [SMALL_STATE(6917)] = 226357, + [SMALL_STATE(6918)] = 226361, + [SMALL_STATE(6919)] = 226365, + [SMALL_STATE(6920)] = 226369, + [SMALL_STATE(6921)] = 226373, + [SMALL_STATE(6922)] = 226377, + [SMALL_STATE(6923)] = 226381, + [SMALL_STATE(6924)] = 226385, + [SMALL_STATE(6925)] = 226389, + [SMALL_STATE(6926)] = 226393, + [SMALL_STATE(6927)] = 226397, + [SMALL_STATE(6928)] = 226401, + [SMALL_STATE(6929)] = 226405, + [SMALL_STATE(6930)] = 226409, + [SMALL_STATE(6931)] = 226413, + [SMALL_STATE(6932)] = 226417, + [SMALL_STATE(6933)] = 226421, + [SMALL_STATE(6934)] = 226425, + [SMALL_STATE(6935)] = 226429, + [SMALL_STATE(6936)] = 226433, + [SMALL_STATE(6937)] = 226437, + [SMALL_STATE(6938)] = 226441, + [SMALL_STATE(6939)] = 226445, + [SMALL_STATE(6940)] = 226449, + [SMALL_STATE(6941)] = 226453, + [SMALL_STATE(6942)] = 226457, + [SMALL_STATE(6943)] = 226461, + [SMALL_STATE(6944)] = 226465, + [SMALL_STATE(6945)] = 226469, + [SMALL_STATE(6946)] = 226473, + [SMALL_STATE(6947)] = 226477, + [SMALL_STATE(6948)] = 226481, + [SMALL_STATE(6949)] = 226485, + [SMALL_STATE(6950)] = 226489, + [SMALL_STATE(6951)] = 226493, + [SMALL_STATE(6952)] = 226497, + [SMALL_STATE(6953)] = 226501, + [SMALL_STATE(6954)] = 226505, + [SMALL_STATE(6955)] = 226509, + [SMALL_STATE(6956)] = 226513, + [SMALL_STATE(6957)] = 226517, + [SMALL_STATE(6958)] = 226521, + [SMALL_STATE(6959)] = 226525, + [SMALL_STATE(6960)] = 226529, + [SMALL_STATE(6961)] = 226533, + [SMALL_STATE(6962)] = 226537, + [SMALL_STATE(6963)] = 226541, + [SMALL_STATE(6964)] = 226545, + [SMALL_STATE(6965)] = 226549, + [SMALL_STATE(6966)] = 226553, + [SMALL_STATE(6967)] = 226557, + [SMALL_STATE(6968)] = 226561, + [SMALL_STATE(6969)] = 226565, + [SMALL_STATE(6970)] = 226569, + [SMALL_STATE(6971)] = 226573, + [SMALL_STATE(6972)] = 226577, + [SMALL_STATE(6973)] = 226581, + [SMALL_STATE(6974)] = 226585, + [SMALL_STATE(6975)] = 226589, + [SMALL_STATE(6976)] = 226593, + [SMALL_STATE(6977)] = 226597, + [SMALL_STATE(6978)] = 226601, + [SMALL_STATE(6979)] = 226605, + [SMALL_STATE(6980)] = 226609, + [SMALL_STATE(6981)] = 226613, + [SMALL_STATE(6982)] = 226617, + [SMALL_STATE(6983)] = 226621, + [SMALL_STATE(6984)] = 226625, + [SMALL_STATE(6985)] = 226629, + [SMALL_STATE(6986)] = 226633, + [SMALL_STATE(6987)] = 226637, + [SMALL_STATE(6988)] = 226641, + [SMALL_STATE(6989)] = 226645, + [SMALL_STATE(6990)] = 226649, + [SMALL_STATE(6991)] = 226653, + [SMALL_STATE(6992)] = 226657, + [SMALL_STATE(6993)] = 226661, + [SMALL_STATE(6994)] = 226665, + [SMALL_STATE(6995)] = 226669, + [SMALL_STATE(6996)] = 226673, + [SMALL_STATE(6997)] = 226677, + [SMALL_STATE(6998)] = 226681, + [SMALL_STATE(6999)] = 226685, + [SMALL_STATE(7000)] = 226689, + [SMALL_STATE(7001)] = 226693, + [SMALL_STATE(7002)] = 226697, + [SMALL_STATE(7003)] = 226701, + [SMALL_STATE(7004)] = 226705, + [SMALL_STATE(7005)] = 226709, + [SMALL_STATE(7006)] = 226713, + [SMALL_STATE(7007)] = 226717, + [SMALL_STATE(7008)] = 226721, + [SMALL_STATE(7009)] = 226725, + [SMALL_STATE(7010)] = 226729, + [SMALL_STATE(7011)] = 226733, + [SMALL_STATE(7012)] = 226737, + [SMALL_STATE(7013)] = 226741, + [SMALL_STATE(7014)] = 226745, + [SMALL_STATE(7015)] = 226749, + [SMALL_STATE(7016)] = 226753, + [SMALL_STATE(7017)] = 226757, + [SMALL_STATE(7018)] = 226761, + [SMALL_STATE(7019)] = 226765, + [SMALL_STATE(7020)] = 226769, + [SMALL_STATE(7021)] = 226773, + [SMALL_STATE(7022)] = 226777, + [SMALL_STATE(7023)] = 226781, + [SMALL_STATE(7024)] = 226785, + [SMALL_STATE(7025)] = 226789, + [SMALL_STATE(7026)] = 226793, + [SMALL_STATE(7027)] = 226797, + [SMALL_STATE(7028)] = 226801, + [SMALL_STATE(7029)] = 226805, + [SMALL_STATE(7030)] = 226809, + [SMALL_STATE(7031)] = 226813, + [SMALL_STATE(7032)] = 226817, + [SMALL_STATE(7033)] = 226821, + [SMALL_STATE(7034)] = 226825, + [SMALL_STATE(7035)] = 226829, + [SMALL_STATE(7036)] = 226833, + [SMALL_STATE(7037)] = 226837, + [SMALL_STATE(7038)] = 226841, + [SMALL_STATE(7039)] = 226845, + [SMALL_STATE(7040)] = 226849, + [SMALL_STATE(7041)] = 226853, + [SMALL_STATE(7042)] = 226857, + [SMALL_STATE(7043)] = 226861, + [SMALL_STATE(7044)] = 226865, + [SMALL_STATE(7045)] = 226869, + [SMALL_STATE(7046)] = 226873, + [SMALL_STATE(7047)] = 226877, + [SMALL_STATE(7048)] = 226881, + [SMALL_STATE(7049)] = 226885, + [SMALL_STATE(7050)] = 226889, + [SMALL_STATE(7051)] = 226893, + [SMALL_STATE(7052)] = 226897, + [SMALL_STATE(7053)] = 226901, + [SMALL_STATE(7054)] = 226905, + [SMALL_STATE(7055)] = 226909, + [SMALL_STATE(7056)] = 226913, + [SMALL_STATE(7057)] = 226917, + [SMALL_STATE(7058)] = 226921, + [SMALL_STATE(7059)] = 226925, + [SMALL_STATE(7060)] = 226929, + [SMALL_STATE(7061)] = 226933, + [SMALL_STATE(7062)] = 226937, + [SMALL_STATE(7063)] = 226941, + [SMALL_STATE(7064)] = 226945, + [SMALL_STATE(7065)] = 226949, + [SMALL_STATE(7066)] = 226953, + [SMALL_STATE(7067)] = 226957, + [SMALL_STATE(7068)] = 226961, + [SMALL_STATE(7069)] = 226965, + [SMALL_STATE(7070)] = 226969, + [SMALL_STATE(7071)] = 226973, + [SMALL_STATE(7072)] = 226977, + [SMALL_STATE(7073)] = 226981, + [SMALL_STATE(7074)] = 226985, + [SMALL_STATE(7075)] = 226989, + [SMALL_STATE(7076)] = 226993, + [SMALL_STATE(7077)] = 226997, + [SMALL_STATE(7078)] = 227001, + [SMALL_STATE(7079)] = 227005, + [SMALL_STATE(7080)] = 227009, + [SMALL_STATE(7081)] = 227013, + [SMALL_STATE(7082)] = 227017, + [SMALL_STATE(7083)] = 227021, + [SMALL_STATE(7084)] = 227025, + [SMALL_STATE(7085)] = 227029, + [SMALL_STATE(7086)] = 227033, + [SMALL_STATE(7087)] = 227037, + [SMALL_STATE(7088)] = 227041, + [SMALL_STATE(7089)] = 227045, + [SMALL_STATE(7090)] = 227049, + [SMALL_STATE(7091)] = 227053, + [SMALL_STATE(7092)] = 227057, + [SMALL_STATE(7093)] = 227061, + [SMALL_STATE(7094)] = 227065, + [SMALL_STATE(7095)] = 227069, + [SMALL_STATE(7096)] = 227073, + [SMALL_STATE(7097)] = 227077, + [SMALL_STATE(7098)] = 227081, + [SMALL_STATE(7099)] = 227085, + [SMALL_STATE(7100)] = 227089, + [SMALL_STATE(7101)] = 227093, + [SMALL_STATE(7102)] = 227097, + [SMALL_STATE(7103)] = 227101, + [SMALL_STATE(7104)] = 227105, + [SMALL_STATE(7105)] = 227109, + [SMALL_STATE(7106)] = 227113, + [SMALL_STATE(7107)] = 227117, + [SMALL_STATE(7108)] = 227121, + [SMALL_STATE(7109)] = 227125, + [SMALL_STATE(7110)] = 227129, + [SMALL_STATE(7111)] = 227133, + [SMALL_STATE(7112)] = 227137, + [SMALL_STATE(7113)] = 227141, + [SMALL_STATE(7114)] = 227145, + [SMALL_STATE(7115)] = 227149, + [SMALL_STATE(7116)] = 227153, + [SMALL_STATE(7117)] = 227157, + [SMALL_STATE(7118)] = 227161, + [SMALL_STATE(7119)] = 227165, + [SMALL_STATE(7120)] = 227169, + [SMALL_STATE(7121)] = 227173, + [SMALL_STATE(7122)] = 227177, + [SMALL_STATE(7123)] = 227181, + [SMALL_STATE(7124)] = 227185, + [SMALL_STATE(7125)] = 227189, + [SMALL_STATE(7126)] = 227193, + [SMALL_STATE(7127)] = 227197, + [SMALL_STATE(7128)] = 227201, + [SMALL_STATE(7129)] = 227205, + [SMALL_STATE(7130)] = 227209, + [SMALL_STATE(7131)] = 227213, + [SMALL_STATE(7132)] = 227217, + [SMALL_STATE(7133)] = 227221, + [SMALL_STATE(7134)] = 227225, + [SMALL_STATE(7135)] = 227229, + [SMALL_STATE(7136)] = 227233, + [SMALL_STATE(7137)] = 227237, + [SMALL_STATE(7138)] = 227241, + [SMALL_STATE(7139)] = 227245, + [SMALL_STATE(7140)] = 227249, + [SMALL_STATE(7141)] = 227253, + [SMALL_STATE(7142)] = 227257, + [SMALL_STATE(7143)] = 227261, + [SMALL_STATE(7144)] = 227265, + [SMALL_STATE(7145)] = 227269, + [SMALL_STATE(7146)] = 227273, + [SMALL_STATE(7147)] = 227277, + [SMALL_STATE(7148)] = 227281, + [SMALL_STATE(7149)] = 227285, + [SMALL_STATE(7150)] = 227289, + [SMALL_STATE(7151)] = 227293, + [SMALL_STATE(7152)] = 227297, + [SMALL_STATE(7153)] = 227301, + [SMALL_STATE(7154)] = 227305, + [SMALL_STATE(7155)] = 227309, + [SMALL_STATE(7156)] = 227313, + [SMALL_STATE(7157)] = 227317, + [SMALL_STATE(7158)] = 227321, + [SMALL_STATE(7159)] = 227325, + [SMALL_STATE(7160)] = 227329, + [SMALL_STATE(7161)] = 227333, + [SMALL_STATE(7162)] = 227337, + [SMALL_STATE(7163)] = 227341, + [SMALL_STATE(7164)] = 227345, + [SMALL_STATE(7165)] = 227349, + [SMALL_STATE(7166)] = 227353, + [SMALL_STATE(7167)] = 227357, + [SMALL_STATE(7168)] = 227361, + [SMALL_STATE(7169)] = 227365, + [SMALL_STATE(7170)] = 227369, + [SMALL_STATE(7171)] = 227373, + [SMALL_STATE(7172)] = 227377, + [SMALL_STATE(7173)] = 227381, + [SMALL_STATE(7174)] = 227385, + [SMALL_STATE(7175)] = 227389, + [SMALL_STATE(7176)] = 227393, + [SMALL_STATE(7177)] = 227397, + [SMALL_STATE(7178)] = 227401, + [SMALL_STATE(7179)] = 227405, + [SMALL_STATE(7180)] = 227409, + [SMALL_STATE(7181)] = 227413, + [SMALL_STATE(7182)] = 227417, + [SMALL_STATE(7183)] = 227421, + [SMALL_STATE(7184)] = 227425, + [SMALL_STATE(7185)] = 227429, + [SMALL_STATE(7186)] = 227433, + [SMALL_STATE(7187)] = 227437, + [SMALL_STATE(7188)] = 227441, + [SMALL_STATE(7189)] = 227445, + [SMALL_STATE(7190)] = 227449, + [SMALL_STATE(7191)] = 227453, + [SMALL_STATE(7192)] = 227457, + [SMALL_STATE(7193)] = 227461, + [SMALL_STATE(7194)] = 227465, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_blade, 0), - [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4324), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5551), - [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), - [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5578), - [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6663), - [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6662), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), - [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5445), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5379), - [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5377), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), - [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), - [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5321), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4871), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), - [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), - [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), - [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5092), - [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), - [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), - [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), - [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4982), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4982), - [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), - [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5407), - [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), - [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4762), - [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), - [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), - [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4634), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4630), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), - [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3867), - [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3866), - [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), - [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), - [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4369), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5627), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5623), - [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5622), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5622), - [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7101), - [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7102), - [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5125), - [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), - [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), - [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5122), - [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), - [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), - [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5119), - [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), - [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), - [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), - [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), - [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), - [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5112), - [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), - [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), - [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), - [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), - [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5108), - [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), - [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), - [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5107), - [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), - [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), - [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), - [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), - [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), - [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), - [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), - [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3881), - [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), - [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), - [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), - [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), - [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4583), - [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), - [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4356), - [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), - [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), - [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5666), - [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), - [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5660), - [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5660), - [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7099), - [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), - [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7100), - [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), - [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5172), - [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), - [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), - [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5169), - [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), - [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), - [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), - [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5162), - [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), - [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), - [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), - [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), - [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), - [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5151), - [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), - [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), - [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), - [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), - [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5144), - [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), - [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5139), - [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), - [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), - [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), - [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), - [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), - [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), - [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), - [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), - [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), - [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), - [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), - [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), - [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), - [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4337), - [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), - [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4129), - [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), - [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5655), - [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5656), - [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5656), - [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7133), - [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), - [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7134), - [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5360), - [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5361), - [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5364), - [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), - [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5370), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5371), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), - [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5373), - [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), - [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5378), - [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5387), - [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), - [409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body, 1), - [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5389), - [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), - [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5390), - [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5612), - [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5391), - [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5392), - [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), - [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), - [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), - [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), - [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), - [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3924), - [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), - [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4099), - [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5401), - [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5402), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), - [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), - [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4352), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5591), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), - [469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5590), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7103), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), - [475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7104), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5083), - [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1764), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), - [497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5077), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5075), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5068), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5063), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5061), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5057), - [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), - [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5055), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), - [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), - [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), - [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5051), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), - [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), - [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), - [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), - [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), - [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), - [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), - [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4331), - [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), - [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5644), - [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5645), - [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5647), - [589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7131), - [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7132), - [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5282), - [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5283), - [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), - [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5286), - [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1138), - [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), - [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5294), - [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5298), - [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5304), - [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), - [631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), - [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), - [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5312), - [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5314), - [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5317), - [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5318), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), - [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5319), - [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5614), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5322), - [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), - [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), - [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5339), - [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), - [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5341), - [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), - [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), - [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), - [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), - [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5344), - [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), - [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), - [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body, 2), - [693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(81), - [696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1489), - [699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4341), - [702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4342), - [705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4289), - [708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5602), - [711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5603), - [714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5604), - [717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5604), - [720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7121), - [723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4697), - [726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7122), - [729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(294), - [732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(297), - [735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4694), - [738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4693), - [741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4692), - [744] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4688), - [747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4687), - [750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(819), - [753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(691), - [756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4686), - [759] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4685), - [762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4684), - [765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), - [767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(665), - [770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(57), - [773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(58), - [776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(173), - [779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4683), - [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4682), - [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4681), - [788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3720), - [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4680), - [794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4679), - [797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4678), - [800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4677), - [803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4676), - [806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4676), - [809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5639), - [812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(725), - [815] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4675), - [818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4674), - [821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4673), - [824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4672), - [827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4349), - [830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4671), - [833] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4670), - [836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3758), - [839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3757), - [842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3754), - [845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3753), - [848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4669), - [851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4668), - [854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4667), - [857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(699), - [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(699), - [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(82), - [866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1754), - [869] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4366), - [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4365), - [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4218), - [878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5628), - [881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5629), - [884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5630), - [887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5630), - [890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7127), - [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4877), - [896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7128), - [899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(356), - [902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(357), - [905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4921), - [908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4932), - [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4936), - [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4937), - [917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4943), - [920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(948), - [923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(681), - [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4944), - [929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4946), - [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4953), - [935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(660), - [938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(69), - [941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(68), - [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(179), - [947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4995), - [950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5000), - [953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5014), - [956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3724), - [959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5021), - [962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4904), - [965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5044), - [968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5056), - [971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5065), - [974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5065), - [977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5621), - [980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(686), - [983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5076), - [986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5080), - [989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5089), - [992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5090), - [995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4357), - [998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5098), - [1001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5099), - [1004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3921), - [1007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3923), - [1010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3930), - [1013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3931), - [1016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5102), - [1019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5105), - [1022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5132), - [1025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(704), - [1028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(704), - [1031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [1037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4432), - [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4431), - [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), - [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), - [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5617), - [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), - [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5618), - [1051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7125), - [1053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4623), - [1055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7126), - [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [1061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4622), - [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), - [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), - [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4709), - [1069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), - [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(852), - [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), - [1077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4725), - [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4739), - [1081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), - [1083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [1085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [1087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [1089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), - [1091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4772), - [1093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), - [1095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), - [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4786), - [1099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4801), - [1101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), - [1103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), - [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4828), - [1107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4828), - [1109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), - [1111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [1113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4839), - [1115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), - [1117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), - [1119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), - [1121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4424), - [1123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), - [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), - [1127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3862), - [1129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), - [1131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), - [1133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3868), - [1135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), - [1137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), - [1139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), - [1141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [1143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [1145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), - [1147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3006), - [1149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [1151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), - [1153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [1155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [1157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [1159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4329), - [1161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), - [1163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), - [1165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), - [1167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5587), - [1169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5588), - [1171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5588), - [1173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7117), - [1175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), - [1177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7118), - [1179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [1181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [1183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4775), - [1185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), - [1187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), - [1189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4770), - [1191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4766), - [1193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1491), - [1195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), - [1199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4764), - [1201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), - [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), - [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), - [1213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4757), - [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4756), - [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4755), - [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4754), - [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4753), - [1225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4751), - [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), - [1229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4750), - [1231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), - [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4749), - [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), - [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), - [1241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), - [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), - [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), - [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3951), - [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3949), - [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), - [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), - [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4741), - [1261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), - [1263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), - [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [1271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [1277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body_with_optional_parameter, 1), - [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), - [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), - [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), - [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), - [1289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4366), - [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), - [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), - [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), - [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5630), - [1301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5630), - [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7127), - [1305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4877), - [1307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7128), - [1309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [1311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [1313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4921), - [1315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), - [1317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), - [1319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4937), - [1321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), - [1323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [1325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [1327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), - [1329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4946), - [1331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), - [1333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [1335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), - [1337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [1339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [1341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4995), - [1343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5000), - [1345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), - [1347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), - [1349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5021), - [1351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4904), - [1353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), - [1355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), - [1357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), - [1359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), - [1361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5621), - [1363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), - [1365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5076), - [1367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), - [1369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), - [1371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), - [1373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4357), - [1375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), - [1377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5099), - [1379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), - [1381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), - [1383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), - [1385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), - [1387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), - [1389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), - [1391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), - [1393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), - [1395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [1397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), - [1399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(101), - [1402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1841), - [1405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4323), - [1408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4321), - [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4185), - [1414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5635), - [1417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5636), - [1420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5637), - [1423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5637), - [1426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7129), - [1429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5156), - [1432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7130), - [1435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(376), - [1438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(377), - [1441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5159), - [1444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5164), - [1447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5165), - [1450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5166), - [1453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5174), - [1456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1043), - [1459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(701), - [1462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5181), - [1465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5205), - [1468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5206), - [1471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(659), - [1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(64), - [1477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(2), - [1480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(180), - [1483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5208), - [1486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5223), - [1489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5226), - [1492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3725), - [1495] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5228), - [1498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5235), - [1501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5236), - [1504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5239), - [1507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5241), - [1510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5241), - [1513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5619), - [1516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(676), - [1519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5248), - [1522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5250), - [1525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5251), - [1528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5257), - [1531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4325), - [1534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5275), - [1537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5276), - [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3964), - [1543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3965), - [1546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3966), - [1549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3967), - [1552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5277), - [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5152), - [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5279), - [1561] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(713), - [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(713), - [1567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), - [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4430), - [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4429), - [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), - [1577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), - [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5596), - [1581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), - [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5597), - [1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7119), - [1587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4737), - [1589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7120), - [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), - [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [1595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4736), - [1597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), - [1599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), - [1601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4733), - [1603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4732), - [1605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(933), - [1607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), - [1609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), - [1611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4730), - [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4729), - [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), - [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [1619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [1621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [1623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), - [1625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), - [1627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), - [1629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4723), - [1633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), - [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), - [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), - [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), - [1641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4713), - [1643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5646), - [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [1647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4712), - [1649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), - [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4707), - [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), - [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), - [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), - [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), - [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), - [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), - [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), - [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), - [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), - [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), - [1675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), - [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), - [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), - [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [1685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(106), - [1688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1578), - [1691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4405), - [1694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4406), - [1697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4277), - [1700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5609), - [1703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5610), - [1706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5611), - [1709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5611), - [1712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7123), - [1715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4665), - [1718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7124), - [1721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(312), - [1724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(313), - [1727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4664), - [1730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4663), - [1733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4662), - [1736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4661), - [1739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4660), - [1742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(756), - [1745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(727), - [1748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4659), - [1751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4658), - [1754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4657), - [1757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(664), - [1760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(59), - [1763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(60), - [1766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(177), - [1769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4656), - [1772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4651), - [1775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4650), - [1778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3721), - [1781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4648), - [1784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4647), - [1787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4646), - [1790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4643), - [1793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4642), - [1796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4642), - [1799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5634), - [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(716), - [1805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4641), - [1808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4640), - [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4638), - [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4637), - [1817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4414), - [1820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4635), - [1823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4633), - [1826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3816), - [1829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3818), - [1832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3819), - [1835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3820), - [1838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4632), - [1841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4631), - [1844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4626), - [1847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(683), - [1850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(683), - [1853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(107), - [1856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1667), - [1859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4432), - [1862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4431), - [1865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4251), - [1868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5616), - [1871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5617), - [1874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5618), - [1877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5618), - [1880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7125), - [1883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4623), - [1886] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7126), - [1889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(328), - [1892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(329), - [1895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4622), - [1898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5079), - [1901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4701), - [1904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4709), - [1907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4710), - [1910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(852), - [1913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(705), - [1916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4718), - [1919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4725), - [1922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4739), - [1925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(662), - [1928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(70), - [1931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(66), - [1934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(178), - [1937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4700), - [1940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4772), - [1943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4785), - [1946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3722), - [1949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4786), - [1952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4801), - [1955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4806), - [1958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4817), - [1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4828), - [1964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4828), - [1967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5632), - [1970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(700), - [1973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4839), - [1976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4843), - [1979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4848), - [1982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4850), - [1985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4424), - [1988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4859), - [1991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4861), - [1994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3862), - [1997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3863), - [2000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3865), - [2003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3868), - [2006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4862), - [2009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4865), - [2012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4866), - [2015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(674), - [2018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(674), - [2021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(108), - [2024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(837), - [2027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4352), - [2030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4317), - [2033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4196), - [2036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5592), - [2039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5591), - [2042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5590), - [2045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5590), - [2048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(7103), - [2051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5087), - [2054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(7104), - [2057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(243), - [2060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(242), - [2063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5086), - [2066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5085), - [2069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5084), - [2072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5083), - [2075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5082), - [2078] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(1764), - [2081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(689), - [2084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4621), - [2087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5077), - [2090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5075), - [2093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(663), - [2096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(19), - [2099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(22), - [2102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(153), - [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), - [2107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5068), - [2110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5063), - [2113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5062), - [2116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3717), - [2119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5061), - [2122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5060), - [2125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5059), - [2128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5058), - [2131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5057), - [2134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5057), - [2137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5682), - [2140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(693), - [2143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5055), - [2146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5054), - [2149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5053), - [2152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5052), - [2155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4328), - [2158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5051), - [2161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5049), - [2164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3979), - [2167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3991), - [2170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3992), - [2173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3993), - [2176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5048), - [2179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5047), - [2182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5046), - [2185] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(702), - [2188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(702), - [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), - [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4323), - [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), - [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), - [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), - [2203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5636), - [2205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5637), - [2207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5637), - [2209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7129), - [2211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), - [2213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7130), - [2215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [2217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5159), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), - [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), - [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5166), - [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), - [2229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), - [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), - [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), - [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5205), - [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), - [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), - [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), - [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), - [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5226), - [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), - [2255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5228), - [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), - [2259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), - [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), - [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), - [2265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5241), - [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), - [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5248), - [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), - [2275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), - [2277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), - [2279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), - [2281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5275), - [2283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), - [2285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3964), - [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), - [2289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3966), - [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [2293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), - [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), - [2297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), - [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), - [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [2309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4346), - [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), - [2313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4128), - [2315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5661), - [2317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5662), - [2319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), - [2321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5664), - [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7135), - [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5416), - [2327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7136), - [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), - [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), - [2333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5418), - [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), - [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5422), - [2339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5423), - [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), - [2343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), - [2349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5432), - [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), - [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5435), - [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), - [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), - [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), - [2369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5438), - [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), - [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), - [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), - [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), - [2379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5449), - [2381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5606), - [2383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5451), - [2387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5456), - [2389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5458), - [2391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5460), - [2393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), - [2395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), - [2397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), - [2399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4082), - [2401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), - [2403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4080), - [2405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4079), - [2407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), - [2409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), - [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), - [2413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [2415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [2419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [2421] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(114), - [2424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1579), - [2427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4356), - [2430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4355), - [2433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4125), - [2436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5666), - [2439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5665), - [2442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5660), - [2445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5660), - [2448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7099), - [2451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5179), - [2454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7100), - [2457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(423), - [2460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(422), - [2463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5172), - [2466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5171), - [2469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5170), - [2472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5169), - [2475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5168), - [2478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1938), - [2481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(679), - [2484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5163), - [2487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5162), - [2490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5161), - [2493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(661), - [2496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6), - [2499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(11), - [2502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(182), - [2505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5158), - [2508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5155), - [2511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5153), - [2514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3730), - [2517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5151), - [2520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5150), - [2523] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5146), - [2526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5145), - [2529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5144), - [2532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5144), - [2535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5690), - [2538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(696), - [2541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5139), - [2544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5138), - [2547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5137), - [2550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5136), - [2553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4345), - [2556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5135), - [2559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5134), - [2562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4084), - [2565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4085), - [2568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4086), - [2571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4087), - [2574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5133), - [2577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5131), - [2580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5130), - [2583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(710), - [2586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(710), - [2589] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body_with_optional_parameter, 2), - [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [2593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(118), - [2596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(964), - [2599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4369), - [2602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4375), - [2605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4219), - [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5627), - [2611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5623), - [2614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5622), - [2617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5622), - [2620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7101), - [2623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5127), - [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7102), - [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(335), - [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(334), - [2635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5125), - [2638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5124), - [2641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5123), - [2644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5122), - [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5121), - [2650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1843), - [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(678), - [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5120), - [2659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5119), - [2662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5118), - [2665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(658), - [2668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(14), - [2671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(17), - [2674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(150), - [2677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5115), - [2680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5114), - [2683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5113), - [2686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3723), - [2689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5112), - [2692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5111), - [2695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5110), - [2698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5109), - [2701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5108), - [2704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5108), - [2707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5688), - [2710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(688), - [2713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5107), - [2716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5106), - [2719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5104), - [2722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5103), - [2725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4428), - [2728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5097), - [2731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5096), - [2734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3890), - [2737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3881), - [2740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3747), - [2743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3861), - [2746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5095), - [2749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5094), - [2752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5093), - [2755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(680), - [2758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(680), - [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [2763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(120), - [2766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1928), - [2769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4331), - [2772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4333), - [2775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4151), - [2778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5644), - [2781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5645), - [2784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5647), - [2787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5647), - [2790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7131), - [2793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5281), - [2796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7132), - [2799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(392), - [2802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(393), - [2805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5282), - [2808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5283), - [2811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5285), - [2814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5286), - [2817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5288), - [2820] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1138), - [2823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(706), - [2826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5289), - [2829] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5294), - [2832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5298), - [2835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(669), - [2838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(63), - [2841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(61), - [2844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(165), - [2847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5304), - [2850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5305), - [2853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5310), - [2856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3726), - [2859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5312), - [2862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5314), - [2865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5317), - [2868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5318), - [2871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5319), - [2874] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5319), - [2877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5614), - [2880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(715), - [2883] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5322), - [2886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5278), - [2889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5331), - [2892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5339), - [2895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4336), - [2898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5341), - [2901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5343), - [2904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4019), - [2907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4020), - [2910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4021), - [2913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4022), - [2916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5344), - [2919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5346), - [2922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5349), - [2925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(707), - [2928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(707), - [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4363), - [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), - [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), - [2943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), - [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), - [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), - [2949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5672), - [2951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7137), - [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5470), - [2955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7138), - [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), - [2959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [2961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5471), - [2963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), - [2965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5473), - [2967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5474), - [2969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), - [2971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [2973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [2975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5480), - [2977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5481), - [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), - [2981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), - [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), - [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), - [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5488), - [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), - [2997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5490), - [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), - [3001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), - [3003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5493), - [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), - [3007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5494), - [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), - [3011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [3013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5495), - [3015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), - [3017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5498), - [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5500), - [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), - [3023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5501), - [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), - [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), - [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4062), - [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5506), - [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), - [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), - [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), - [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [3051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(126), - [3054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1279), - [3057] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4337), - [3060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4338), - [3063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4129), - [3066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5654), - [3069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5655), - [3072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5656), - [3075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5656), - [3078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7133), - [3081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5355), - [3084] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7134), - [3087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(409), - [3090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(410), - [3093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5360), - [3096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5361), - [3099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5363), - [3102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5364), - [3105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5365), - [3108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1232), - [3111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(712), - [3114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5366), - [3117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5370), - [3120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5371), - [3123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(668), - [3126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(67), - [3129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(65), - [3132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(183), - [3135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5372), - [3138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5373), - [3141] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5375), - [3144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3728), - [3147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5378), - [3150] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5387), - [3153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5388), - [3156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5389), - [3159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5390), - [3162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5390), - [3165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5612), - [3168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(714), - [3171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5391), - [3174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5392), - [3177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5394), - [3180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5395), - [3183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4339), - [3186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5397), - [3189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5398), - [3192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3924), - [3195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4101), - [3198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4100), - [3201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4099), - [3204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5400), - [3207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5401), - [3210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5402), - [3213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(672), - [3216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(672), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), - [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), - [3227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(131), - [3230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1397), - [3233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4430), - [3236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4429), - [3239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4255), - [3242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5595), - [3245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5596), - [3248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5597), - [3251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5597), - [3254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7119), - [3257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4737), - [3260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7120), - [3263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(277), - [3266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(278), - [3269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4736), - [3272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4735), - [3275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4734), - [3278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4733), - [3281] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4732), - [3284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(933), - [3287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(711), - [3290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4731), - [3293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4730), - [3296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4729), - [3299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(666), - [3302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(55), - [3305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(56), - [3308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(171), - [3311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4727), - [3314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4726), - [3317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4724), - [3320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3719), - [3323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4723), - [3326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4717), - [3329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4716), - [3332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4714), - [3335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4713), - [3338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4713), - [3341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5646), - [3344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(721), - [3347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4712), - [3350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4708), - [3353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4707), - [3356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4706), - [3359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4415), - [3362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4705), - [3365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4704), - [3368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3854), - [3371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3853), - [3374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3844), - [3377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3843), - [3380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4703), - [3383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4702), - [3386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4699), - [3389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(673), - [3392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(673), - [3395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(132), - [3398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1182), - [3401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4346), - [3404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4347), - [3407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4128), - [3410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5661), - [3413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5662), - [3416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5664), - [3419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5664), - [3422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7135), - [3425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5416), - [3428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7136), - [3431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(426), - [3434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(427), - [3437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5418), - [3440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5421), - [3443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5422), - [3446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5423), - [3449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5428), - [3452] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1325), - [3455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(719), - [3458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5431), - [3461] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5432), - [3464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5434), - [3467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(670), - [3470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(62), - [3473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(51), - [3476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(160), - [3479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5435), - [3482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5436), - [3485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5437), - [3488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3731), - [3491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5438), - [3494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5439), - [3497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5440), - [3500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5441), - [3503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5449), - [3506] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5449), - [3509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5606), - [3512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(708), - [3515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5451), - [3518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5456), - [3521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5458), - [3524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5460), - [3527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4353), - [3530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5462), - [3533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5466), - [3536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4082), - [3539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4081), - [3542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4080), - [3545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4079), - [3548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5467), - [3551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5468), - [3554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5469), - [3557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(698), - [3560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(698), - [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [3567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4405), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5609), - [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5610), - [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5611), - [3579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5611), - [3581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7123), - [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), - [3585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7124), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [3591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4664), - [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4663), - [3595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), - [3597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4661), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4660), - [3601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), - [3607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4658), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), - [3625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), - [3627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4648), - [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), - [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), - [3633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4643), - [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4642), - [3637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4642), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5634), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [3643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4641), - [3645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4640), - [3647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4638), - [3649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), - [3651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4635), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4633), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), - [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3819), - [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4632), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4631), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4626), - [3671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(683), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), - [3675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(134), - [3678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1083), - [3681] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4363), - [3684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4367), - [3687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4120), - [3690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5670), - [3693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5671), - [3696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5672), - [3699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5672), - [3702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7137), - [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5470), - [3708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7138), - [3711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(445), - [3714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(443), - [3717] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5471), - [3720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5472), - [3723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5473), - [3726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5474), - [3729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5478), - [3732] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1418), - [3735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(722), - [3738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5480), - [3741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5481), - [3744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5484), - [3747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(671), - [3750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(49), - [3753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(48), - [3756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(147), - [3759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5486), - [3762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5487), - [3765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5488), - [3768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3732), - [3771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5490), - [3774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5491), - [3777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5492), - [3780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5493), - [3783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5494), - [3786] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5494), - [3789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5601), - [3792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(703), - [3795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5495), - [3798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5496), - [3801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5498), - [3804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5500), - [3807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4368), - [3810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5501), - [3813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5505), - [3816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4065), - [3819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4064), - [3822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4063), - [3825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4062), - [3828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5506), - [3831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5510), - [3834] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5511), - [3837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(695), - [3840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(695), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [3847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), - [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [3853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4341), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), - [3857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5602), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5603), - [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5604), - [3865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5604), - [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7121), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), - [3871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7122), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4694), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), - [3883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4688), - [3885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), - [3887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(819), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [3891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), - [3893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4685), - [3895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), - [3897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [3903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4682), - [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), - [3913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4680), - [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4677), - [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), - [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4676), - [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5639), - [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [3929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4675), - [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4674), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4673), - [3935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4671), - [3941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4670), - [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), - [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), - [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4667), - [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), - [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), - [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), - [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [3969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(143), - [3972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1304), - [3975] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4329), - [3978] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4326), - [3981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4179), - [3984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5586), - [3987] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5587), - [3990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5588), - [3993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5588), - [3996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7117), - [3999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4776), - [4002] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7118), - [4005] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(245), - [4008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(246), - [4011] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4775), - [4014] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4773), - [4017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4771), - [4020] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4770), - [4023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4766), - [4026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1491), - [4029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(723), - [4032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4765), - [4035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4764), - [4038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4759), - [4041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(667), - [4044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(53), - [4047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(54), - [4050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(169), - [4053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4758), - [4056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4757), - [4059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4756), - [4062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3718), - [4065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4755), - [4068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4754), - [4071] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4753), - [4074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4751), - [4077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4750), - [4080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4750), - [4083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5651), - [4086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(717), - [4089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4749), - [4092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4748), - [4095] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4747), - [4098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4745), - [4101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4330), - [4104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4744), - [4107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4743), - [4110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3951), - [4113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3949), - [4116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3946), - [4119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3945), - [4122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4742), - [4125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4741), - [4128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4740), - [4131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(726), - [4134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(726), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [5] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [7] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4366), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4445), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5778), + [17] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5777), + [19] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5722), + [23] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7123), + [25] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7160), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [31] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4677), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), + [37] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4729), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4732), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4772), + [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4786), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [55] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), + [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4900), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4946), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4953), + [77] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5720), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4962), + [83] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), + [85] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), + [87] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4973), + [89] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [91] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3844), + [97] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3856), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5061), + [105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1957), + [111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4357), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4426), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5792), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5780), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5779), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5779), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6041), + [133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7163), + [137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5464), + [143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5462), + [145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5461), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5460), + [149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5456), + [159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5455), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), + [165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), + [167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5451), + [171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5450), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5449), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5448), + [179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), + [185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5440), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5440), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), + [191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5422), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5421), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5415), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4376), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5407), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5406), + [207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), + [209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3834), + [211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), + [213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), + [215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5405), + [217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5400), + [219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5399), + [221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), + [223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(727), + [225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4371), + [233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), + [235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5590), + [239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), + [241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5670), + [243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5670), + [245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6076), + [247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5394), + [249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7164), + [251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5392), + [257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5391), + [259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5390), + [261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5389), + [263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5388), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1806), + [267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5385), + [273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5379), + [285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5378), + [287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5377), + [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), + [291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5376), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5375), + [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), + [297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5373), + [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5372), + [301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5372), + [303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5615), + [305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5368), + [309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5366), + [311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5364), + [313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5363), + [315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), + [317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5346), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4055), + [323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), + [325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5339), + [331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), + [333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5331), + [335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(716), + [337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4369), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4377), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), + [353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5595), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5595), + [357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6111), + [359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5322), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7165), + [363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5321), + [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5319), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5318), + [375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5316), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1772), + [379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), + [383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5314), + [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), + [399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5307), + [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5305), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3775), + [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5304), + [407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5303), + [409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5300), + [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5300), + [417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5628), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5298), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5297), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3974), + [439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3972), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5288), + [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5287), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), + [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5731), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5730), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5729), + [471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5729), + [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6671), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7181), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5241), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5249), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5250), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5251), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), + [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), + [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2), + [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), + [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5274), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5275), + [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5285), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5286), + [527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body, 1), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5293), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5627), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5317), + [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5323), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), + [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5328), + [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), + [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3930), + [555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3931), + [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3936), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), + [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), + [563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body, 2), + [573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(76), + [576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1947), + [579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4405), + [582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4411), + [585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4220), + [588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5762), + [591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5761), + [594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5760), + [597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5760), + [600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6601), + [603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5043), + [606] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7179), + [609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(302), + [612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(301), + [615] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5045), + [618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5046), + [621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5047), + [624] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5051), + [627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5054), + [630] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1148), + [633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(706), + [636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5055), + [639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5056), + [642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5057), + [645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(662), + [648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(55), + [651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(56), + [654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(174), + [657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5089), + [660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5098), + [663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5099), + [666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3751), + [669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5100), + [672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5104), + [675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), + [677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5106), + [680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5107), + [683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5108), + [686] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5108), + [689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5675), + [692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(709), + [695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5113), + [698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5114), + [701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5115), + [704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5116), + [707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4418), + [710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5119), + [713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5120), + [716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3852), + [719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3853), + [722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3872), + [725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3873), + [728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5121), + [731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5122), + [734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5123), + [737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(713), + [740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(713), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), + [749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4435), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), + [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5707), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6706), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5335), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7182), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5336), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), + [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5341), + [779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5342), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5343), + [783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5349), + [789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5350), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(671), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), + [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5359), + [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5360), + [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3757), + [809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5361), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5362), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5370), + [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5383), + [819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5682), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), + [825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5402), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5408), + [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5398), + [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4428), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), + [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5418), + [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), + [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3973), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), + [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5423), + [853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), + [857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(79), + [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1410), + [863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4465), + [866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4462), + [869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4262), + [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5663), + [875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5693), + [878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5665), + [881] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5665), + [884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6391), + [887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4783), + [890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7173), + [893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(413), + [896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(412), + [899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4782), + [902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4781), + [905] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4780), + [908] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4778), + [911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4777), + [914] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(909), + [917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(724), + [920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4776), + [923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4775), + [926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4773), + [929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(667), + [932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(29), + [935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(30), + [938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(149), + [941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4769), + [944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4768), + [947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4767), + [950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3763), + [953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4766), + [956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4765), + [959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4764), + [962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4763), + [965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4760), + [968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4760), + [971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5758), + [974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(720), + [977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4756), + [980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4755), + [983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4738), + [986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4737), + [989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4442), + [992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4731), + [995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4730), + [998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4060), + [1001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4059), + [1004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4058), + [1007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4057), + [1010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4723), + [1013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4722), + [1016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4721), + [1019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(726), + [1022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(726), + [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), + [1027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [1029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(82), + [1032] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1291), + [1035] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4429), + [1038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4430), + [1041] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4249), + [1044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5749), + [1047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5748), + [1050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5747), + [1053] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5747), + [1056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6636), + [1059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5130), + [1062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7180), + [1065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(280), + [1068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(279), + [1071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5131), + [1074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5132), + [1077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5133), + [1080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5134), + [1083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5137), + [1086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1243), + [1089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(712), + [1092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5139), + [1095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5140), + [1098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5141), + [1101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(669), + [1104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(63), + [1107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(64), + [1110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(179), + [1113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5144), + [1116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5173), + [1119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5174), + [1122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3752), + [1125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5180), + [1128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5182), + [1131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5194), + [1134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5196), + [1137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5154), + [1140] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5154), + [1143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5654), + [1146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(714), + [1149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5199), + [1152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4652), + [1155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5205), + [1158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5206), + [1161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4443), + [1164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5207), + [1167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5208), + [1170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3898), + [1173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3899), + [1176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3901), + [1179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3902), + [1182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5209), + [1185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5210), + [1188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5212), + [1191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(707), + [1194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(707), + [1197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [1199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), + [1201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), + [1203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), + [1205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), + [1207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), + [1209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), + [1211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), + [1213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5716), + [1215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6461), + [1217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4658), + [1219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7175), + [1221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [1223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [1225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4663), + [1227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), + [1231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4667), + [1233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4672), + [1235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [1237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [1239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4673), + [1241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4674), + [1243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), + [1245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [1247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [1249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [1251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [1253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4678), + [1255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4681), + [1257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), + [1259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), + [1261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4685), + [1263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), + [1265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4703), + [1267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4709), + [1269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), + [1271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4713), + [1273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5773), + [1275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [1277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4716), + [1279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [1281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4718), + [1283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4719), + [1285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), + [1287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), + [1289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4724), + [1291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), + [1293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), + [1295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3955), + [1297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), + [1299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4726), + [1301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [1303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), + [1305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), + [1307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), + [1309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(84), + [1312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1194), + [1315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4392), + [1318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4387), + [1321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4271), + [1324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5731), + [1327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5730), + [1330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5729), + [1333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5729), + [1336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6671), + [1339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5214), + [1342] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7181), + [1345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(258), + [1348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(257), + [1351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5215), + [1354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5238), + [1357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5241), + [1360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5249), + [1363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5250), + [1366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1337), + [1369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(718), + [1372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5251), + [1375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5252), + [1378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5255), + [1381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(670), + [1384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(2), + [1387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(67), + [1390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(180), + [1393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5261), + [1396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5269), + [1399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5273), + [1402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3754), + [1405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5274), + [1408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5275), + [1411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5285), + [1414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5286), + [1417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5293), + [1420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5293), + [1423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5627), + [1426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(708), + [1429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5317), + [1432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5323), + [1435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5325), + [1438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5326), + [1441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4413), + [1444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5327), + [1447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5328), + [1450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3929), + [1453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3930), + [1456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3931), + [1459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3936), + [1462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5329), + [1465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5330), + [1468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5332), + [1471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(701), + [1474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(701), + [1477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(85), + [1480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1095), + [1483] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4435), + [1486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4434), + [1489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4248), + [1492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5712), + [1495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5711), + [1498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5707), + [1501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5707), + [1504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6706), + [1507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5335), + [1510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7182), + [1513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(237), + [1516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(236), + [1519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5336), + [1522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5337), + [1525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5341), + [1528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5342), + [1531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5343), + [1534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1431), + [1537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(723), + [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5349), + [1543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5350), + [1546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5351), + [1549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(671), + [1552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(71), + [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(69), + [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(183), + [1561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5358), + [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5359), + [1567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5360), + [1570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3757), + [1573] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5361), + [1576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5362), + [1579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5367), + [1582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5370), + [1585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5383), + [1588] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5383), + [1591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5682), + [1594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(703), + [1597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5402), + [1600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5403), + [1603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5408), + [1606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5398), + [1609] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4428), + [1612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5417), + [1615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5418), + [1618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3963), + [1621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3782), + [1624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3967), + [1627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3973), + [1630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5419), + [1633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5420), + [1636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5423), + [1639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(696), + [1642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(696), + [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), + [1647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(87), + [1650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1683), + [1653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4463), + [1656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4461), + [1659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4264), + [1662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5741), + [1665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5757), + [1668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5744), + [1671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5744), + [1674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6496), + [1677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4743), + [1680] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7176), + [1683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(352), + [1686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(351), + [1689] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4751), + [1692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4752), + [1695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4753), + [1698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4754), + [1701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4757), + [1704] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(859), + [1707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(694), + [1710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4759), + [1713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4762), + [1716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4657), + [1719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(664), + [1722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(44), + [1725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(45), + [1728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(164), + [1731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4784), + [1734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4785), + [1737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4787), + [1740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3753), + [1743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4788), + [1746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4793), + [1749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4794), + [1752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4795), + [1755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4796), + [1758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4796), + [1761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5752), + [1764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(697), + [1767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4805), + [1770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4809), + [1773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4810), + [1776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4817), + [1779] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4455), + [1782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4818), + [1785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4819), + [1788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3906), + [1791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3905), + [1794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3904), + [1797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3903), + [1800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4825), + [1803] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4826), + [1806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4827), + [1809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(685), + [1812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(685), + [1815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), + [1817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [1821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4393), + [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), + [1825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), + [1827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5631), + [1829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5632), + [1831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), + [1833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5659), + [1835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6356), + [1837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4854), + [1839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7172), + [1841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [1843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [1845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4853), + [1847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), + [1849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4851), + [1851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4849), + [1853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4848), + [1855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [1857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [1859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4847), + [1861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), + [1863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4845), + [1865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), + [1867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [1869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [1871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [1873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), + [1875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), + [1877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4839), + [1879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), + [1881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4836), + [1883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4834), + [1885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), + [1887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), + [1889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4814), + [1891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4814), + [1893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5750), + [1895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [1897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4807), + [1899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), + [1901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), + [1903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), + [1905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4456), + [1907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), + [1909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [1911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), + [1913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [1915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [1917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [1919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), + [1921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), + [1923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), + [1925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [1929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [1931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [1933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4359), + [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), + [1937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5783), + [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5782), + [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5781), + [1945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5781), + [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6566), + [1949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4947), + [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7178), + [1953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [1955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [1957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4952), + [1959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), + [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4956), + [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4971), + [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [1969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), + [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4980), + [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), + [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), + [1979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [1981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [1985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), + [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4987), + [1989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), + [1991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), + [1995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5000), + [1997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), + [1999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), + [2001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), + [2003] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5013), + [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), + [2007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [2009] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5022), + [2011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), + [2013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), + [2015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4901), + [2017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), + [2019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), + [2021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5030), + [2023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3803), + [2025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3804), + [2027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3816), + [2029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), + [2031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), + [2033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), + [2035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5036), + [2037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), + [2039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [2041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [2043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [2045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [2047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [2049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body_with_optional_parameter, 1), + [2053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3453), + [2055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), + [2057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [2059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [2061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4429), + [2063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4430), + [2065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [2067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5749), + [2069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5748), + [2071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5747), + [2073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5747), + [2075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6636), + [2077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5130), + [2079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7180), + [2081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [2083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [2085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5131), + [2087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5132), + [2089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5133), + [2091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5134), + [2093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [2095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [2097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), + [2099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), + [2101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5140), + [2103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), + [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), + [2107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [2109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [2111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [2113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [2115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), + [2117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), + [2119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5180), + [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), + [2125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), + [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), + [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5154), + [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5654), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5199), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5205), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5206), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5208), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3899), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), + [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5209), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5212), + [2165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(707), + [2167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [2169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(99), + [2172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1859), + [2175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4359), + [2178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4362), + [2181] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4185), + [2184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5783), + [2187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5782), + [2190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5781), + [2193] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5781), + [2196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6566), + [2199] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4947), + [2202] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7178), + [2205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(318), + [2208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(317), + [2211] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4952), + [2214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4954), + [2217] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4955), + [2220] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4956), + [2223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4971), + [2226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1052), + [2229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(699), + [2232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4976), + [2235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4980), + [2238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4981), + [2241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(659), + [2244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(53), + [2247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(54), + [2250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(168), + [2253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4985), + [2256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4987), + [2259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4990), + [2262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3748), + [2265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4998), + [2268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5000), + [2271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5001), + [2274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5007), + [2277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5013), + [2280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5013), + [2283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5701), + [2286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(674), + [2289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5022), + [2292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5023), + [2295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5024), + [2298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4901), + [2301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4364), + [2304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5028), + [2307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5030), + [2310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3803), + [2313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3804), + [2316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3816), + [2319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3817), + [2322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5031), + [2325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5035), + [2328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5036), + [2331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(702), + [2334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(702), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [2345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(104), + [2348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1316), + [2351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4393), + [2354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4399), + [2357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4211), + [2360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5631), + [2363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5632), + [2366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5659), + [2369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5659), + [2372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6356), + [2375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4854), + [2378] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7172), + [2381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(429), + [2384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(428), + [2387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4853), + [2390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4852), + [2393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4851), + [2396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4849), + [2399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4848), + [2402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1432), + [2405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(722), + [2408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4847), + [2411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4846), + [2414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4845), + [2417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(668), + [2420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(23), + [2423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(24), + [2426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(159), + [2429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4841), + [2432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4840), + [2435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4839), + [2438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3765), + [2441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4836), + [2444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4834), + [2447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4832), + [2450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4831), + [2453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4814), + [2456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4814), + [2459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5750), + [2462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(717), + [2465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4807), + [2468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4806), + [2471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4799), + [2474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4798), + [2477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4456), + [2480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4797), + [2483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4792), + [2486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4133), + [2489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4132), + [2492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4127), + [2495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4125), + [2498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4791), + [2501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4790), + [2504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4789), + [2507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(721), + [2510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(721), + [2513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(105), + [2516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(837), + [2519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4369), + [2522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4377), + [2525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4181), + [2528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5589), + [2531] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5571), + [2534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5595), + [2537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5595), + [2540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(6111), + [2543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5322), + [2546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(7165), + [2549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(642), + [2552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(645), + [2555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5321), + [2558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5320), + [2561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5319), + [2564] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5318), + [2567] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5316), + [2570] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(1772), + [2573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(689), + [2576] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5315), + [2579] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5314), + [2582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5313), + [2585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(661), + [2588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(19), + [2591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(18), + [2594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(154), + [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), + [2599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5308), + [2602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5307), + [2605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5305), + [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3775), + [2611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5304), + [2614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5303), + [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5302), + [2620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5301), + [2623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5300), + [2626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5300), + [2629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5628), + [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(676), + [2635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5298), + [2638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5297), + [2641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5296), + [2644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5295), + [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(4417), + [2650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5292), + [2653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5290), + [2656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3975), + [2659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3974), + [2662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3972), + [2665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(3968), + [2668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5288), + [2671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5287), + [2674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(5270), + [2677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(704), + [2680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_with_no_parameter, 2), SHIFT_REPEAT(704), + [2683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [2685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [2687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [2689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4463), + [2691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), + [2693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), + [2695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5741), + [2697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5757), + [2699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5744), + [2701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5744), + [2703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6496), + [2705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [2707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7176), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [2711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [2713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4751), + [2715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), + [2717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4753), + [2719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4754), + [2721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4757), + [2723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), + [2725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [2727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4759), + [2729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4762), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4657), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), + [2743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4785), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), + [2749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4788), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), + [2753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), + [2755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), + [2757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4796), + [2759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4796), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5752), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [2765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4805), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4809), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), + [2771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4817), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4455), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), + [2777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), + [2779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), + [2781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), + [2783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), + [2785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), + [2787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), + [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), + [2791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), + [2793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), + [2795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [2799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), + [2805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), + [2817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5686), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6426), + [2821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4712), + [2823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7174), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [2829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4711), + [2831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), + [2833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4708), + [2835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4707), + [2837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4706), + [2839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [2841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4705), + [2845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4704), + [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4702), + [2849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [2853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [2855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4697), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), + [2861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), + [2863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [2865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4694), + [2867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4693), + [2869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), + [2873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), + [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4690), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5775), + [2879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4688), + [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), + [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), + [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4682), + [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4680), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4679), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [2897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [2899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), + [2903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4662), + [2905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4661), + [2907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4655), + [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(673), + [2913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), + [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [2917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(113), + [2920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1771), + [2923] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4396), + [2926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4395), + [2929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4207), + [2932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5765), + [2935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5766), + [2938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5768), + [2941] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5768), + [2944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6531), + [2947] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4833), + [2950] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7177), + [2953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(334), + [2956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(333), + [2959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4870), + [2962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4871), + [2965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4880), + [2968] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4881), + [2971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4888), + [2974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(956), + [2977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(678), + [2980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4892), + [2983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4893), + [2986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4894), + [2989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(660), + [2992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(47), + [2995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(48), + [2998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(166), + [3001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4858), + [3004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4902), + [3007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4903), + [3010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3750), + [3013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4904), + [3016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4905), + [3019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4906), + [3022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4909), + [3025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4911), + [3028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4911), + [3031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5727), + [3034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(687), + [3037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4914), + [3040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4915), + [3043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4916), + [3046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4927), + [3049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4386), + [3052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4929), + [3055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4930), + [3058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3832), + [3061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3831), + [3064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3830), + [3067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3829), + [3070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4931), + [3073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4937), + [3076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4945), + [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(680), + [3082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(680), + [3085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [3087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [3089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [3093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4405), + [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4411), + [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), + [3099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5762), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5761), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5760), + [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5760), + [3107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6601), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), + [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7179), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [3117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5045), + [3119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5046), + [3121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5047), + [3123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5051), + [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5054), + [3127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [3131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5055), + [3133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5057), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), + [3145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5099), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [3153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5100), + [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), + [3159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [3163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5108), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5675), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5113), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), + [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), + [3185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3853), + [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3873), + [3191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5121), + [3193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5122), + [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5123), + [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [3201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(117), + [3204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1503), + [3207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4373), + [3210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4374), + [3213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4189), + [3216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5683), + [3219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5685), + [3222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5686), + [3225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5686), + [3228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6426), + [3231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4712), + [3234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7174), + [3237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(391), + [3240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(390), + [3243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4711), + [3246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4710), + [3249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4708), + [3252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4707), + [3255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4706), + [3258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(820), + [3261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(719), + [3264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4705), + [3267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4704), + [3270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4702), + [3273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(666), + [3276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(31), + [3279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(34), + [3282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(157), + [3285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4697), + [3288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4696), + [3291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4695), + [3294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3759), + [3297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4694), + [3300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4693), + [3303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4692), + [3306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4691), + [3309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4690), + [3312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4690), + [3315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5775), + [3318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(725), + [3321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4688), + [3324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4687), + [3327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4684), + [3330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4682), + [3333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4379), + [3336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4680), + [3339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4679), + [3342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4006), + [3345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4005), + [3348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4004), + [3351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4003), + [3354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4662), + [3357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4661), + [3360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4655), + [3363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(673), + [3366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(673), + [3369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(118), + [3372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1594), + [3375] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4357), + [3378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4426), + [3381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4175), + [3384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5792), + [3387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5780), + [3390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5779), + [3393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5779), + [3396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6041), + [3399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5465), + [3402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7163), + [3405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(597), + [3408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(599), + [3411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5464), + [3414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5462), + [3417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5461), + [3420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5460), + [3423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5459), + [3426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1949), + [3429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(693), + [3432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5457), + [3435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5456), + [3438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5455), + [3441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(663), + [3444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(52), + [3447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(51), + [3450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(167), + [3453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5451), + [3456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5450), + [3459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5449), + [3462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3749), + [3465] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5448), + [3468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5447), + [3471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5444), + [3474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5442), + [3477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5440), + [3480] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5440), + [3483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5599), + [3486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(705), + [3489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5422), + [3492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5421), + [3495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5415), + [3498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5414), + [3501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4376), + [3504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5407), + [3507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5406), + [3510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3825), + [3513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3834), + [3516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3846), + [3519] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3847), + [3522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5405), + [3525] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5400), + [3528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5399), + [3531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(727), + [3534] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(727), + [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if_statement_directive_body_with_optional_parameter, 2), + [3543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(122), + [3546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1593), + [3549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4437), + [3552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4438), + [3555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4252), + [3558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5714), + [3561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5715), + [3564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5716), + [3567] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5716), + [3570] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6461), + [3573] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4658), + [3576] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7175), + [3579] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(373), + [3582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(372), + [3585] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4663), + [3588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4665), + [3591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4666), + [3594] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4667), + [3597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4672), + [3600] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(800), + [3603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(672), + [3606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4673), + [3609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4674), + [3612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4675), + [3615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(665), + [3618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(39), + [3621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(40), + [3624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(162), + [3627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4678), + [3630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4681), + [3633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4683), + [3636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3756), + [3639] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4685), + [3642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4698), + [3645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4703), + [3648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4709), + [3651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4713), + [3654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4713), + [3657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5773), + [3660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(715), + [3663] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4716), + [3666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4717), + [3669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4718), + [3672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4719), + [3675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4446), + [3678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4720), + [3681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4724), + [3684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3961), + [3687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3956), + [3690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3955), + [3693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3954), + [3696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4726), + [3699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4727), + [3702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4728), + [3705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(691), + [3708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(691), + [3711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1138), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [3719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [3721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), + [3725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [3737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(136), + [3740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(957), + [3743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4371), + [3746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4370), + [3749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4223), + [3752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5590), + [3755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5679), + [3758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5670), + [3761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5670), + [3764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(6076), + [3767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5394), + [3770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(7164), + [3773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(622), + [3776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(623), + [3779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5392), + [3782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5391), + [3785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5390), + [3788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5389), + [3791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5388), + [3794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(1806), + [3797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(683), + [3800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5386), + [3803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5385), + [3806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5384), + [3809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(658), + [3812] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(36), + [3815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(35), + [3818] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(155), + [3821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5379), + [3824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5378), + [3827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5377), + [3830] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(3762), + [3833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5376), + [3836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5375), + [3839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5374), + [3842] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5373), + [3845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5372), + [3848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5372), + [3851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5615), + [3854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(677), + [3857] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5368), + [3860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5366), + [3863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5364), + [3866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5363), + [3869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4394), + [3872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5346), + [3875] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5345), + [3878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4055), + [3881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4056), + [3884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4063), + [3887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(4065), + [3890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5339), + [3893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5338), + [3896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(5331), + [3899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(716), + [3902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__if_statement_directive_body_repeat1, 2), SHIFT_REPEAT(716), + [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [3911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4396), + [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4395), + [3915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5765), + [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5766), + [3921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5768), + [3923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5768), + [3925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6531), + [3927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4833), + [3929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7177), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [3935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4870), + [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4871), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), + [3941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4881), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), + [3945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), + [3951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4893), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4894), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), + [3965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), + [3969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [3971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4904), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4909), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), + [3981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4911), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5727), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [3987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4914), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4915), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), + [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), + [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3829), + [4009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4931), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4937), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), + [4015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(680), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [4027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4465), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4462), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5663), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5665), + [4039] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5665), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6391), + [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), + [4045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7173), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [4051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4782), + [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), + [4057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4778), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4777), + [4061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), + [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), + [4067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4775), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4773), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), + [4083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4767), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [4087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4766), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4765), + [4091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [4097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4760), + [4099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5758), + [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [4103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4756), + [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4755), + [4107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), + [4109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4737), + [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), + [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4731), + [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), + [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4723), + [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), + [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), + [4131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), - [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), - [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4413), - [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5722), - [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5539), - [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), - [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5721), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7159), - [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), - [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7160), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5426), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), - [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5430), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), - [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5442), - [4257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5443), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5444), - [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), - [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5447), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5448), - [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [4277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5452), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5453), - [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5457), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5459), - [4287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5459), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5461), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5464), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5465), - [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4418), - [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5475), - [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), - [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3869), - [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), - [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), - [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), - [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), - [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(909), - [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), - [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), - [4331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4316), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), - [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5541), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7153), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5178), - [4349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7154), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), - [4355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5180), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5182), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), - [4361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5185), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5197), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5202), - [4367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5216), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [4387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5230), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5233), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5243), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5249), - [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5252), - [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5252), - [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5567), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5253), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), - [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5290), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5292), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5293), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5295), - [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_body_with_parameter, 2), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5296), - [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), - [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [4441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4392), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), - [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5577), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5543), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), - [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5542), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7095), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), - [4459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7096), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [4467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5271), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5270), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5269), - [4473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5268), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), - [4477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), - [4479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5265), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [4499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5256), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5255), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5246), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), - [4509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5245), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5706), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), - [4515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5244), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5240), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5238), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5227), - [4543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1851), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4409), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5703), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5699), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5698), - [4563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5698), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7097), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), - [4569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7098), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [4577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5215), - [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5214), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), - [4583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5212), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5210), - [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5209), - [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5207), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5203), - [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [4609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5199), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5198), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5196), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5194), - [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5194), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5193), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5188), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5187), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), - [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), - [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4377), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4378), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5700), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5701), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), - [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5702), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7157), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5353), - [4679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7158), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), - [4687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5356), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5359), - [4693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5362), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5367), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5368), - [4699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5369), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5374), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5382), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5384), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5385), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [4719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5396), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5399), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5403), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5405), - [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5405), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [4735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5406), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5408), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5358), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5414), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5415), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3830), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3831), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3832), - [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3833), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5417), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5419), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5424), - [4763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3669), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2082), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [4955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4358), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4362), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), - [4967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5549), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7107), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5001), - [4973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7108), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [4979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4994), - [4981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_body_with_parameter, 1), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), - [4987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4987), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), - [4993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4984), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), - [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), - [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), - [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), - [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [5013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4977), - [5015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4976), - [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), - [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4973), - [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4972), - [5023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4972), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5674), - [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [5029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4971), - [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), - [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), - [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), - [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4364), - [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4966), - [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), - [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3810), - [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3811), - [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), - [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), - [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4964), - [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4963), - [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4962), - [5057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), - [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [5085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [5101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(270), - [5104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3131), - [5107] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4412), - [5110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4413), - [5113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4254), - [5116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5722), - [5119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5539), - [5122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5721), - [5125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5721), - [5128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(7159), - [5131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5425), - [5134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(7160), - [5137] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(453), - [5140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(406), - [5143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5426), - [5146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5427), - [5149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5429), - [5152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5430), - [5155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5433), - [5158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5442), - [5161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5443), - [5164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5444), - [5167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(729), - [5170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(10), - [5173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(9), - [5176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(172), - [5179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5446), - [5182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5447), - [5185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5448), - [5188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3727), - [5191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5452), - [5194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5453), - [5197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5454), - [5200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5457), - [5203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5459), - [5206] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5459), - [5209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5550), - [5212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), - [5214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(924), - [5217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5461), - [5220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5463), - [5223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5464), - [5226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5465), - [5229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4418), - [5232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5475), - [5235] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5476), - [5238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3869), - [5241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3870), - [5244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3871), - [5247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3877), - [5250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5477), - [5253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5479), - [5256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5482), - [5259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(909), - [5262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(909), - [5265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), - [5267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [5269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [5271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [5273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [5275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), - [5277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [5279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [5281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [5283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [5285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [5287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [5289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), - [5291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(281), - [5294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3568), - [5297] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4409), - [5300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4408), - [5303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4163), - [5306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5703), - [5309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5699), - [5312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5698), - [5315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5698), - [5318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7097), - [5321] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5220), - [5324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7098), - [5327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(540), - [5330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(538), - [5333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), - [5335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5215), - [5338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5214), - [5341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5213), - [5344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5212), - [5347] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5211), - [5350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5210), - [5353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5209), - [5356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5207), - [5359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(743), - [5362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(71), - [5365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3), - [5368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(175), - [5371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5203), - [5374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5201), - [5377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5200), - [5380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3736), - [5383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5199), - [5386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5198), - [5389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5196), - [5392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5195), - [5395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5194), - [5398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5194), - [5401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5696), - [5404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1788), - [5407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5193), - [5410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5192), - [5413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5191), - [5416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5190), - [5419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4407), - [5422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5189), - [5425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5188), - [5428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3976), - [5431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3977), - [5434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3978), - [5437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3988), - [5440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5187), - [5443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5186), - [5446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5183), - [5449] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1781), - [5452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1781), - [5455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [5457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [5459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [5461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [5463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [5465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [5467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [5469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [5471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [5473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [5475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [5477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [5479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [5481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [5483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [5485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(293), - [5488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3045), - [5491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4377), - [5494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4378), - [5497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4271), - [5500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5700), - [5503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5701), - [5506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5702), - [5509] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5702), - [5512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7157), - [5515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5353), - [5518] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7158), - [5521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(507), - [5524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(519), - [5527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5356), - [5530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5357), - [5533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5359), - [5536] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5362), - [5539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5367), - [5542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5368), - [5545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5369), - [5548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5374), - [5551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(747), - [5554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(13), - [5557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(12), - [5560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(157), - [5563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5382), - [5566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5384), - [5569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5385), - [5572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3745), - [5575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5396), - [5578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5399), - [5581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5403), - [5584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5404), - [5587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5405), - [5590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5405), - [5593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5554), - [5596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(932), - [5599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5406), - [5602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5408), - [5605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5358), - [5608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5413), - [5611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4382), - [5614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5414), - [5617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5415), - [5620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3830), - [5623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3831), - [5626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3832), - [5629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3833), - [5632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5417), - [5635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5419), - [5638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5424), - [5641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(913), - [5644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(913), - [5647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [5649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1508), - [5651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [5653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [5655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [5657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [5659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [5661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [5663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(300), - [5666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3217), - [5669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4400), - [5672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4391), - [5675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4230), - [5678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5716), - [5681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5715), - [5684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5714), - [5687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5714), - [5690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7161), - [5693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5483), - [5696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7162), - [5699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(232), - [5702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(230), - [5705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5489), - [5708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5497), - [5711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5499), - [5714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5502), - [5717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5503), - [5720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5504), - [5723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5507), - [5726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5508), - [5729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(738), - [5732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(8), - [5735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7), - [5738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(176), - [5741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5515), - [5744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5516), - [5747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5517), - [5750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3716), - [5753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5518), - [5756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5520), - [5759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5521), - [5762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5522), - [5765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5523), - [5768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5523), - [5771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5545), - [5774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(918), - [5777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5525), - [5780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5526), - [5783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5528), - [5786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5529), - [5789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4381), - [5792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5530), - [5795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5534), - [5798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3898), - [5801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3901), - [5804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3902), - [5807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3903), - [5810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5535), - [5813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5536), - [5816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5537), - [5819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(905), - [5822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(905), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), - [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), - [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [5869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), - [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), - [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), - [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), - [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1685), - [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [5913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), - [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [5935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), - [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), - [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), - [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), - [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), - [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), - [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3038), - [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), - [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), - [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), - [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), - [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), - [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [5993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), - [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), - [6007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), - [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), - [6013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), - [6015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5559), - [6017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), - [6019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5560), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7109), - [6023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), - [6025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7110), - [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [6031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4958), - [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), - [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4956), - [6037] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4955), - [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4954), - [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4952), - [6043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4951), - [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4945), - [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), - [6057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), - [6059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), - [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4931), - [6065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), - [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4927), - [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), - [6071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), - [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4922), - [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5669), - [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [6079] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4918), - [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), - [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), - [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4911), - [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), - [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), - [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4909), - [6093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3883), - [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3884), - [6097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [6099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), - [6101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), - [6103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), - [6105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4906), - [6107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), - [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [6111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [6113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [6115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), - [6117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [6123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [6125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), - [6127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [6133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [6135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [6137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [6143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), - [6145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), - [6147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [6149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [6151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [6157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [6159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [6161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), - [6167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(383), - [6170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3473), - [6173] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4422), - [6176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4420), - [6179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4241), - [6182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5557), - [6185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5556), - [6188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5555), - [6191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5555), - [6194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7105), - [6197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5043), - [6200] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7106), - [6203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(584), - [6206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(590), - [6209] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5042), - [6212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5041), - [6215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5040), - [6218] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5039), - [6221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5038), - [6224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5037), - [6227] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5036), - [6230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5035), - [6233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(734), - [6236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(24), - [6239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(26), - [6242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(155), - [6245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5033), - [6248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5032), - [6251] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5031), - [6254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3729), - [6257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5030), - [6260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5028), - [6263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5027), - [6266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5020), - [6269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5019), - [6272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5019), - [6275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5679), - [6278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(751), - [6281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5018), - [6284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5017), - [6287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5016), - [6290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5012), - [6293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4402), - [6296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5011), - [6299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5010), - [6302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3817), - [6305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3749), - [6308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3750), - [6311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3751), - [6314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5009), - [6317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5008), - [6320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5007), - [6323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(839), - [6326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(839), - [6329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [6331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), - [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [6365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(397), - [6368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3657), - [6371] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4392), - [6374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4332), - [6377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4302), - [6380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5577), - [6383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5543), - [6386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5542), - [6389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5542), - [6392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7095), - [6395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5272), - [6398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7096), - [6401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(588), - [6404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(589), - [6407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5271), - [6410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5270), - [6413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5269), - [6416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5268), - [6419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5267), - [6422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5266), - [6425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5265), - [6428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5264), - [6431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(748), - [6434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4), - [6437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5), - [6440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(181), - [6443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5260), - [6446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5259), - [6449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5258), - [6452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3741), - [6455] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5256), - [6458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5255), - [6461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5247), - [6464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5246), - [6467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5245), - [6470] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5245), - [6473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5706), - [6476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1875), - [6479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5244), - [6482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5240), - [6485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5238), - [6488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5237), - [6491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4320), - [6494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5234), - [6497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5232), - [6500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3762), - [6503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3761), - [6506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3756), - [6509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3755), - [6512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5231), - [6515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5229), - [6518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5227), - [6521] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1851), - [6524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1851), - [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3670), - [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), - [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), - [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), - [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [6555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), - [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), - [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), - [6565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [6571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [6575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), - [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), - [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4422), - [6583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), - [6585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), - [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), - [6589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5556), - [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5555), - [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), - [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7105), - [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5043), - [6599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7106), - [6601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [6603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), - [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5042), - [6607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), - [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), - [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5039), - [6613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), - [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5036), - [6619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5035), - [6621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [6623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [6625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [6627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), - [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), - [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), - [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), - [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5030), - [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), - [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), - [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5019), - [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5019), - [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5679), - [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5018), - [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), - [6657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), - [6659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5012), - [6661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), - [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), - [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), - [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3817), - [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), - [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), - [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5007), - [6681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), - [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), - [6697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1188), - [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), - [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [6705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), - [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), - [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), - [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), - [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), - [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), - [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), - [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), - [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), - [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), - [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), - [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), - [6757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(441), - [6760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2960), - [6763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4340), - [6766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4343), - [6769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4297), - [6772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5624), - [6775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5625), - [6778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5626), - [6781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5626), - [6784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7155), - [6787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5306), - [6790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7156), - [6793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(572), - [6796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(571), - [6799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5307), - [6802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5308), - [6805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5309), - [6808] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5311), - [6811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5313), - [6814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5315), - [6817] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5316), - [6820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5320), - [6823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(746), - [6826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(16), - [6829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(15), - [6832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(166), - [6835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5324), - [6838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5325), - [6841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5327), - [6844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3743), - [6847] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5328), - [6850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5329), - [6853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5330), - [6856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5332), - [6859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5334), - [6862] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5334), - [6865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5562), - [6868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(940), - [6871] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5335), - [6874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5336), - [6877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5337), - [6880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5338), - [6883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4350), - [6886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5342), - [6889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5347), - [6892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3784), - [6895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3797), - [6898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3799), - [6901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3801), - [6904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5348), - [6907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5350), - [6910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5352), - [6913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(923), - [6916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(923), - [6919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), - [6921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [6923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), - [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), - [6937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(447), - [6940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2874), - [6943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4316), - [6946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4318), - [6949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4307), - [6952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5649), - [6955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5540), - [6958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5541), - [6961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5541), - [6964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7153), - [6967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5178), - [6970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7154), - [6973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(592), - [6976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(591), - [6979] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5180), - [6982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5182), - [6985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5184), - [6988] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5185), - [6991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5197), - [6994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5202), - [6997] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5216), - [7000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5217), - [7003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(744), - [7006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(23), - [7009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(18), - [7012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(149), - [7015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5222), - [7018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5224), - [7021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5225), - [7024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3742), - [7027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5230), - [7030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5233), - [7033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5243), - [7036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5249), - [7039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5252), - [7042] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5252), - [7045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5567), - [7048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(945), - [7051] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5253), - [7054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5254), - [7057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5154), - [7060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5290), - [7063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4322), - [7066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5291), - [7069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5292), - [7072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3767), - [7075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3768), - [7078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3769), - [7081] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3770), - [7084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5293), - [7087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5295), - [7090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5296), - [7093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(931), - [7096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(931), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), - [7103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4400), - [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5716), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5715), - [7113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5714), - [7115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5714), - [7117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7161), - [7119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5483), - [7121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7162), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [7127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5489), - [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), - [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5499), - [7133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5502), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), - [7139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5507), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5508), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5515), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5516), - [7155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), - [7157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), - [7159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5518), - [7161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), - [7163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), - [7165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), - [7167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), - [7169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5523), - [7171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5545), - [7173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), - [7175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5525), - [7177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5526), - [7179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5528), - [7181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), - [7183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4381), - [7185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5530), - [7187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5534), - [7189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3898), - [7191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3901), - [7193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3902), - [7195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [7197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5535), - [7199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), - [7201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), - [7203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), - [7205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [7207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [7209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), - [7211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), - [7213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [7215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [7217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4376), - [7219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), - [7221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [7223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5676), - [7225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), - [7227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5678), - [7229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5678), - [7231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7139), - [7233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5512), - [7235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7140), - [7237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), - [7239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), - [7241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), - [7243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), - [7245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5519), - [7247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5524), - [7249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), - [7251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5531), - [7253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5532), - [7255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5533), - [7257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), - [7259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [7265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5420), - [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), - [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), - [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [7273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5410), - [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5409), - [7277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5326), - [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5393), - [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5386), - [7283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5386), - [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5599), - [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), - [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5383), - [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5381), - [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), - [7295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), - [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), - [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5351), - [7301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), - [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), - [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), - [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), - [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5303), - [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5302), - [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5301), - [7317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [7321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), - [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), - [7331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(456), - [7334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2788), - [7337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4360), - [7340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4359), - [7343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4288), - [7346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5653), - [7349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5641), - [7352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5640), - [7355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5640), - [7358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7151), - [7361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5050), - [7364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7152), - [7367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(614), - [7370] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(612), - [7373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5064), - [7376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5067), - [7379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5070), - [7382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5072), - [7385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5073), - [7388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5078), - [7391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5081), - [7394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5088), - [7397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(742), - [7400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(27), - [7403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(25), - [7406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(152), - [7409] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5026), - [7412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5126), - [7415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5128), - [7418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3740), - [7421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5129), - [7424] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5140), - [7427] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5141), - [7430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5142), - [7433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5143), - [7436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5143), - [7439] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5569), - [7442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(952), - [7445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5148), - [7448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5149), - [7451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5101), - [7454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5160), - [7457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4354), - [7460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5167), - [7463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5173), - [7466] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3796), - [7469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3793), - [7472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3792), - [7475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3785), - [7478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5175), - [7481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5176), - [7484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5177), - [7487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(939), - [7490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(939), - [7493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [7495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [7497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4340), - [7499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), - [7501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), - [7503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5624), - [7505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5625), - [7507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5626), - [7509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5626), - [7511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7155), - [7513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), - [7515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7156), - [7517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), - [7519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [7521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5307), - [7523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5308), - [7525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5309), - [7527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5311), - [7529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5313), - [7531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5315), - [7533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5316), - [7535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5320), - [7537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [7539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [7543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5324), - [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5325), - [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5327), - [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), - [7553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5328), - [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5329), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5330), - [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5332), - [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5334), - [7563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), - [7565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), - [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [7569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5335), - [7571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5336), - [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5337), - [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5338), - [7577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), - [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5342), - [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), - [7583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3797), - [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3799), - [7589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3801), - [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), - [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5350), - [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), - [7597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), - [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), - [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [7609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4426), - [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), - [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), - [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5564), - [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5565), - [7619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), - [7621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5566), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7111), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4902), - [7627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7112), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [7633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4901), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4900), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), - [7639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4897), - [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), - [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), - [7645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4894), - [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4893), - [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [7653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4892), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), - [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4890), - [7663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [7665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4888), - [7669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), - [7671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), - [7673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4885), - [7675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4885), - [7677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5667), - [7679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [7681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4884), - [7683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), - [7685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), - [7687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4879), - [7689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), - [7691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4878), - [7693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), - [7695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3959), - [7697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3960), - [7699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [7701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3962), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), - [7707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), - [7709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [7711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [7713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [7715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [7729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(466), - [7732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2702), - [7735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4404), - [7738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4403), - [7741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4261), - [7744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5725), - [7747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5724), - [7750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5723), - [7753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5723), - [7756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7149), - [7759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4942), - [7762] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7150), - [7765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(632), - [7768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(631), - [7771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4947), - [7774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4948), - [7777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4949), - [7780] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4950), - [7783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4960), - [7786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4961), - [7789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4969), - [7792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4974), - [7795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(741), - [7798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(30), - [7801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(29), - [7804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(154), - [7807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4990), - [7810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4991), - [7813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4996), - [7816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3739), - [7819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4997), - [7822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4998), - [7825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4999), - [7828] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5002), - [7831] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5003), - [7834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5003), - [7837] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5574), - [7840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(956), - [7843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5004), - [7846] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5005), - [7849] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5006), - [7852] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5015), - [7855] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4397), - [7858] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5023), - [7861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5024), - [7864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3852), - [7867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3847), - [7870] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3846), - [7873] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3845), - [7876] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4898), - [7879] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5034), - [7882] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5045), - [7885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(943), - [7888] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(943), - [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [7895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [7901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), - [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), - [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), - [7913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(475), - [7916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2616), - [7919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4379), - [7922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4380), - [7925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4228), - [7928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5709), - [7931] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5710), - [7934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5711), - [7937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5711), - [7940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7147), - [7943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4844), - [7946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7148), - [7949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(651), - [7952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(650), - [7955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4845), - [7958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4852), - [7961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4853), - [7964] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4854), - [7967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4855), - [7970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4856), - [7973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4863), - [7976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4869), - [7979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(740), - [7982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(33), - [7985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(32), - [7988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(156), - [7991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4872), - [7994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4873), - [7997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4874), - [8000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3738), - [8003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4774), - [8006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4903), - [8009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4905), - [8012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4912), - [8015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4913), - [8018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4913), - [8021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5576), - [8024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(962), - [8027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4915), - [8030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4920), - [8033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4923), - [8036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4926), - [8039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4361), - [8042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4929), - [8045] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4930), - [8048] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3907), - [8051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3906), - [8054] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3905), - [8057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3904), - [8060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4935), - [8063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4939), - [8066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4941), - [8069] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(951), - [8072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(951), - [8075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), - [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), - [8081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4360), - [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4359), - [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), - [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), - [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5641), - [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5640), - [8093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5640), - [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7151), - [8097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), - [8099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7152), - [8101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [8103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [8105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5064), - [8107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), - [8109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), - [8111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5072), - [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5073), - [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), - [8117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5081), - [8119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), - [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [8123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [8127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [8129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), - [8131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), - [8133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), - [8135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [8137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5129), - [8139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), - [8141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), - [8143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), - [8145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), - [8147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5143), - [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5569), - [8151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [8153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5148), - [8155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), - [8157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), - [8159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), - [8161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), - [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), - [8165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), - [8167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3796), - [8169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), - [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3792), - [8173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), - [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), - [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), - [8179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), - [8181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [8183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), - [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [8189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [8191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(481), - [8194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3384), - [8197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4358), - [8200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4362), - [8203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4287), - [8206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5547), - [8209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5548), - [8212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5549), - [8215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5549), - [8218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7107), - [8221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5001), - [8224] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7108), - [8227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(499), - [8230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(484), - [8233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4994), - [8236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4993), - [8239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4992), - [8242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4987), - [8245] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4986), - [8248] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4985), - [8251] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4984), - [8254] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4983), - [8257] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(745), - [8260] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(28), - [8263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(31), - [8266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(158), - [8269] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4981), - [8272] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4979), - [8275] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4978), - [8278] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3744), - [8281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4977), - [8284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4976), - [8287] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4975), - [8290] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4973), - [8293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4972), - [8296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4972), - [8299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5674), - [8302] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(831), - [8305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4971), - [8308] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4970), - [8311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4968), - [8314] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4967), - [8317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4364), - [8320] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4966), - [8323] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4965), - [8326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3810), - [8329] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3811), - [8332] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3812), - [8335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3813), - [8338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4964), - [8341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4963), - [8344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4962), - [8347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1031), - [8350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1031), - [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), - [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [8377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(490), - [8380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3611), - [8383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4324), - [8386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4327), - [8389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4229), - [8392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5551), - [8395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5552), - [8398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5578), - [8401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5578), - [8404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(6663), - [8407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5509), - [8410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(6662), - [8413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(620), - [8416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(259), - [8419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5445), - [8422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5379), - [8425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5377), - [8428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5376), - [8431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5323), - [8434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5321), - [8437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4871), - [8440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5221), - [8443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(739), - [8446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(20), - [8449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(21), - [8452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(151), - [8455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5219), - [8458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5218), - [8461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5100), - [8464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3746), - [8467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5092), - [8470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5091), - [8473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4989), - [8476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4988), - [8479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4982), - [8482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4982), - [8485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5579), - [8488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(1929), - [8491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5407), - [8494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4652), - [8497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4762), - [8500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4761), - [8503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4319), - [8506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4634), - [8509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4630), - [8512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3875), - [8515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3867), - [8518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3866), - [8521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3805), - [8524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4925), - [8527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5300), - [8530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5485), - [8533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(1958), - [8536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(1958), - [8539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(491), - [8542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2530), - [8545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4410), - [8548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4411), - [8551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4186), - [8554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5704), - [8557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5705), - [8560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5707), - [8563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5707), - [8566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7145), - [8569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4715), - [8572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7146), - [8575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(556), - [8578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(564), - [8581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4719), - [8584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4720), - [8587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4721), - [8590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4722), - [8593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4728), - [8596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4738), - [8599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4746), - [8602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4760), - [8605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(728), - [8608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(37), - [8611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(36), - [8614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(159), - [8617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4768), - [8620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4769), - [8623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4763), - [8626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3737), - [8629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4777), - [8632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4778), - [8635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4779), - [8638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4787), - [8641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4795), - [8644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4795), - [8647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5584), - [8650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(968), - [8653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4796), - [8656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4797), - [8659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4798), - [8662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4816), - [8665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4417), - [8668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4818), - [8671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4822), - [8674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3954), - [8677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3953), - [8680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3952), - [8683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3950), - [8686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4836), - [8689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4837), - [8692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4838), - [8695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(955), - [8698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(955), - [8701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [8703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [8705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4404), - [8707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), - [8709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), - [8711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), - [8713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5724), - [8715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5723), - [8717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5723), - [8719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7149), - [8721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4942), - [8723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7150), - [8725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), - [8727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), - [8729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4947), - [8731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), - [8733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), - [8735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4950), - [8737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), - [8739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), - [8741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4969), - [8743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), - [8745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [8747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [8749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [8751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [8753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), - [8755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), - [8757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4996), - [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), - [8761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4997), - [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), - [8765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4999), - [8767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5002), - [8769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), - [8771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5003), - [8773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5574), - [8775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [8777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5004), - [8779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), - [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), - [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), - [8785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4397), - [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5023), - [8789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5024), - [8791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), - [8793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3847), - [8795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3846), - [8797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3845), - [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), - [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), - [8803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5045), - [8805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [8811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [8813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), - [8817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(497), - [8820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2154), - [8823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4390), - [8826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4389), - [8829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4146), - [8832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5570), - [8835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5571), - [8838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5572), - [8841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5572), - [8844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7113), - [8847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4864), - [8850] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7114), - [8853] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(197), - [8856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(198), - [8859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4860), - [8862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4858), - [8865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4857), - [8868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4851), - [8871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4849), - [8874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4847), - [8877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4846), - [8880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4842), - [8883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(732), - [8886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(44), - [8889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(47), - [8892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(174), - [8895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4841), - [8898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4840), - [8901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4835), - [8904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3714), - [8907] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4834), - [8910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4833), - [8913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4832), - [8916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4831), - [8919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4830), - [8922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4830), - [8925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5659), - [8928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1118), - [8931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4829), - [8934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4827), - [8937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4826), - [8940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4825), - [8943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4388), - [8946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4824), - [8949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4823), - [8952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4035), - [8955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4036), - [8958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4037), - [8961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4038), - [8964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4821), - [8967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4820), - [8970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4819), - [8973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1314), - [8976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1314), - [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [8981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), - [8983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), - [8985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [8987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), - [8989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [8991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [8993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3390), - [8995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [8997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [8999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), - [9001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(505), - [9004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2444), - [9007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4395), - [9010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4399), - [9013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4174), - [9016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5692), - [9019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5693), - [9022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5694), - [9025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5694), - [9028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7143), - [9031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4880), - [9034] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7144), - [9037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(530), - [9040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(531), - [9043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4767), - [9046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4794), - [9049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4752), - [9052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4624), - [9055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4625), - [9058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4627), - [9061] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4628), - [9064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4629), - [9067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(737), - [9070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(40), - [9073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(39), - [9076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(148), - [9079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4636), - [9082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4639), - [9085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4644), - [9088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3735), - [9091] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4645), - [9094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4649), - [9097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5157), - [9100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4653), - [9103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4654), - [9106] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4654), - [9109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5589), - [9112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(972), - [9115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4655), - [9118] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4666), - [9121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4689), - [9124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4690), - [9127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4401), - [9130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4691), - [9133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4695), - [9136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3987), - [9139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3985), - [9142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3982), - [9145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3981), - [9148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4696), - [9151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4698), - [9154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4711), - [9157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(961), - [9160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(961), - [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [9165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [9167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4379), - [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), - [9173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), - [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), - [9177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5711), - [9179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5711), - [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7147), - [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), - [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7148), - [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [9191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4845), - [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4852), - [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4853), - [9197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4854), - [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4855), - [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), - [9203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4863), - [9205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), - [9207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [9209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [9211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [9215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4872), - [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), - [9219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), - [9221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [9223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4774), - [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4903), - [9227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4905), - [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4912), - [9231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4913), - [9233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4913), - [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5576), - [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), - [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4915), - [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), - [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), - [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), - [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), - [9249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4929), - [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4930), - [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), - [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3905), - [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), - [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), - [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4941), - [9267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), - [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [9277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [9279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [9281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), - [9283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [9285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [9287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [9289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [9291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [9293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), - [9295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), - [9297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(517), - [9300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2358), - [9303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4314), - [9306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4393), - [9309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4155), - [9312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5685), - [9315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5686), - [9318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5687), - [9321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5687), - [9324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7141), - [9327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5299), - [9330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7142), - [9333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(487), - [9336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(488), - [9339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5297), - [9342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5287), - [9345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5284), - [9348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5280), - [9351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5274), - [9354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5273), - [9357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5262), - [9360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5261), - [9363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(736), - [9366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(43), - [9369] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(42), - [9372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(162), - [9375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5242), - [9378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5022), - [9381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5147), - [9384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3734), - [9387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5074), - [9390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5071), - [9393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5069), - [9396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5066), - [9399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5029), - [9402] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5029), - [9405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5594), - [9408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(978), - [9411] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5025), - [9414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5013), - [9417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4980), - [9420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4938), - [9423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4394), - [9426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4924), - [9429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4919), - [9432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4011), - [9435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4010), - [9438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4007), - [9441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4006), - [9444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4914), - [9447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4870), - [9450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4881), - [9453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(967), - [9456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(967), - [9459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [9461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [9463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4410), - [9465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4411), - [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4186), - [9469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5704), - [9471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5705), - [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5707), - [9475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5707), - [9477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7145), - [9479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4715), - [9481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7146), - [9483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [9485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), - [9487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4719), - [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4720), - [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4721), - [9493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4722), - [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), - [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4738), - [9499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4746), - [9501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), - [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [9511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4768), - [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), - [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4763), - [9517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), - [9519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4777), - [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4778), - [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), - [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), - [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4795), - [9529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4795), - [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5584), - [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [9535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4796), - [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4797), - [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4798), - [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), - [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4417), - [9545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), - [9547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), - [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3954), - [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), - [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), - [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3950), - [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), - [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), - [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), - [9563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), - [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), - [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), - [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), - [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), - [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), - [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), - [9595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [9601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [9607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), - [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), - [9613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), - [9617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(537), - [9620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2272), - [9623] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4376), - [9626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4383), - [9629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4142), - [9632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5676), - [9635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5677), - [9638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5678), - [9641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5678), - [9644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7139), - [9647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5512), - [9650] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7140), - [9653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(444), - [9656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(446), - [9659] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5513), - [9662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5514), - [9665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5519), - [9668] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5524), - [9671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5527), - [9674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5531), - [9677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5532), - [9680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5533), - [9683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(735), - [9686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(46), - [9689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(45), - [9692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(163), - [9695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5420), - [9698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5412), - [9701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5411), - [9704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3733), - [9707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5410), - [9710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5409), - [9713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5326), - [9716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5393), - [9719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5386), - [9722] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5386), - [9725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5599), - [9728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(983), - [9731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5383), - [9734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5381), - [9737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5380), - [9740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5354), - [9743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4387), - [9746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5351), - [9749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5333), - [9752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4042), - [9755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4041), - [9758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4040), - [9761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4039), - [9764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5303), - [9767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5302), - [9770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5301), - [9773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(971), - [9776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(971), - [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [9781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3551), - [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [9787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4395), - [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4399), - [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), - [9793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), - [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5693), - [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), - [9799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5694), - [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7143), - [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), - [9805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7144), - [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [9811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4767), - [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), - [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), - [9817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4624), - [9819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4625), - [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), - [9823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4628), - [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4629), - [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [9829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [9835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), - [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4639), - [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), - [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), - [9843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4645), - [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4649), - [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), - [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), - [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4654), - [9853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4654), - [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5589), - [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [9859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4655), - [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), - [9863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4689), - [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4690), - [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), - [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4691), - [9871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4695), - [9873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), - [9875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), - [9877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), - [9879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), - [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4696), - [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), - [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), - [9887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(961), - [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [9893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3552), - [9895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [9899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [9903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), - [9907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [9909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [9913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [9915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), - [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [9923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(552), - [9926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2236), - [9929] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4426), - [9932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4421), - [9935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4188), - [9938] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5564), - [9941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5565), - [9944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5566), - [9947] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5566), - [9950] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7111), - [9953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4902), - [9956] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7112), - [9959] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(261), - [9962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(467), - [9965] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4901), - [9968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4900), - [9971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4899), - [9974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4897), - [9977] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4896), - [9980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4895), - [9983] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4894), - [9986] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4893), - [9989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(733), - [9992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(38), - [9995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(41), - [9998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(164), - [10001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4892), - [10004] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4891), - [10007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4890), - [10010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3713), - [10013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4889), - [10016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4888), - [10019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4887), - [10022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4886), - [10025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4885), - [10028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4885), - [10031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5667), - [10034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1023), - [10037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4884), - [10040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4883), - [10043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4882), - [10046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4879), - [10049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4419), - [10052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4878), - [10055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4876), - [10058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3959), - [10061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3960), - [10064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3961), - [10067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3962), - [10070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4875), - [10073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4868), - [10076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4867), - [10079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1221), - [10082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1221), - [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [10093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4351), - [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), - [10097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), - [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), - [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), - [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), - [10105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5582), - [10107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7115), - [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4815), - [10111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7116), - [10113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [10117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4814), - [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4813), - [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), - [10123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4811), - [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4810), - [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4809), - [10129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4808), - [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4807), - [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4805), - [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4804), - [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), - [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), - [10149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4802), - [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), - [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4799), - [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4793), - [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), - [10159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4792), - [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), - [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), - [10165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4791), - [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4790), - [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), - [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), - [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), - [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4784), - [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4783), - [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4088), - [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4089), - [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), - [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), - [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), - [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4781), - [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4780), - [10193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1407), - [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), - [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), - [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [10209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4390), - [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4389), - [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), - [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), - [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5571), - [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5572), - [10221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5572), - [10223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7113), - [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), - [10227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7114), - [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), - [10233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4860), - [10235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4858), - [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), - [10239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4851), - [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4849), - [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4847), - [10245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4846), - [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4842), - [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4841), - [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), - [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), - [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [10265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4834), - [10267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4833), - [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4832), - [10271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4831), - [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), - [10275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4830), - [10277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5659), - [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [10281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4829), - [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), - [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4826), - [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4825), - [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), - [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), - [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), - [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), - [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), - [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4820), - [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4819), - [10309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), - [10311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), - [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), - [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), - [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), - [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), - [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), - [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2994), - [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), - [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), - [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), - [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), - [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), - [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), - [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [10363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(579), - [10366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3133), - [10369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4423), - [10372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4425), - [10375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4240), - [10378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5558), - [10381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5559), - [10384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5560), - [10387] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5560), - [10390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7109), - [10393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4959), - [10396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7110), - [10399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(474), - [10402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(391), - [10405] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4958), - [10408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4957), - [10411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4956), - [10414] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4955), - [10417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4954), - [10420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4952), - [10423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4951), - [10426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4945), - [10429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(730), - [10432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(34), - [10435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(35), - [10438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(161), - [10441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4940), - [10444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4934), - [10447] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4933), - [10450] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3712), - [10453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4931), - [10456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4928), - [10459] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4927), - [10462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4620), - [10465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4922), - [10468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4922), - [10471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5669), - [10474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(927), - [10477] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4918), - [10480] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4917), - [10483] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4916), - [10486] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4911), - [10489] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4427), - [10492] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4910), - [10495] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4909), - [10498] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3883), - [10501] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3884), - [10504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3885), - [10507] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3886), - [10510] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4908), - [10513] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4907), - [10516] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4906), - [10519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1126), - [10522] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1126), - [10525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), - [10527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), - [10529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), - [10531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), - [10533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), - [10535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [10537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), - [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2908), - [10545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), - [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [10555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), - [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), - [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), - [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), - [10565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), - [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), - [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), - [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), - [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), - [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), - [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [10585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [10587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [10589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), - [10591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), - [10593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), - [10595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), - [10597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [10599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [10601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [10603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [10605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(606), - [10608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2072), - [10611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4351), - [10614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4348), - [10617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4103), - [10620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5580), - [10623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5581), - [10626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5582), - [10629] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5582), - [10632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7115), - [10635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4815), - [10638] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7116), - [10641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(216), - [10644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(222), - [10647] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4814), - [10650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4813), - [10653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4812), - [10656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4811), - [10659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4810), - [10662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4809), - [10665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4808), - [10668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4807), - [10671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(731), - [10674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(50), - [10677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(52), - [10680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(168), - [10683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4805), - [10686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4804), - [10689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4803), - [10692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3715), - [10695] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4802), - [10698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4800), - [10701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4799), - [10704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4793), - [10707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4792), - [10710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4792), - [10713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5657), - [10716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1213), - [10719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4791), - [10722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4790), - [10725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4789), - [10728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4788), - [10731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4344), - [10734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4784), - [10737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4783), - [10740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4088), - [10743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4089), - [10746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4090), - [10749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4091), - [10752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4782), - [10755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4781), - [10758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4780), - [10761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1407), - [10764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1407), - [10767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [10769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [10771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [10773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4314), - [10775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4393), - [10777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), - [10779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5685), - [10781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5686), - [10783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5687), - [10785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5687), - [10787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7141), - [10789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), - [10791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7142), - [10793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [10795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [10797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5297), - [10799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5287), - [10801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), - [10803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5280), - [10805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5274), - [10807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5273), - [10809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5262), - [10811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5261), - [10813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [10815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [10817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [10819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [10821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), - [10823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5022), - [10825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), - [10827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), - [10829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5074), - [10831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), - [10833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), - [10835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), - [10837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), - [10839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5029), - [10841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), - [10843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [10845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5025), - [10847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5013), - [10849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4980), - [10851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), - [10853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4394), - [10855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4924), - [10857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), - [10859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), - [10861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), - [10863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), - [10865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [10867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4914), - [10869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), - [10871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4881), - [10873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(967), - [10875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [10877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2822), - [10879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), - [10881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [10883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), - [10885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_blade, 1), - [10887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [10889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), - [10891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), - [10893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [10895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), - [10897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [10899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [10901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [10903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), - [10905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), - [10907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), - [10909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), - [10911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [10913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), - [10915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [10917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [10919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [10921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [10923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [10925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), - [10927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [10929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), - [10931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), - [10933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4375), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5732), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5733), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5734), + [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5734), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7056), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4803), + [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7192), + [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), + [4245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), + [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4804), + [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4808), + [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4811), + [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4815), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4823), + [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4824), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4837), + [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [4265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [4267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), + [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), + [4275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4850), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), + [4279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4879), + [4281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), + [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4886), + [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4887), + [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4891), + [4289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4891), + [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5728), + [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4912), + [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4968), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4975), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), + [4303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4365), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), + [4309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), + [4311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3813), + [4313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3806), + [4315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3805), + [4317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5065), + [4319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), + [4321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5127), + [4323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [4325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), + [4331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4381), + [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4404), + [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), + [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5580), + [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5581), + [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5582), + [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5582), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6986), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5265), + [4349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7190), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), + [4355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5263), + [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5259), + [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5258), + [4361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5256), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5235), + [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5189), + [4367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5185), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), + [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), + [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), + [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), + [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), + [4387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5073), + [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), + [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), + [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5053), + [4395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), + [4397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5033), + [4399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5705), + [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(960), + [4403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4979), + [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4978), + [4407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), + [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4970), + [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4400), + [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4969), + [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4961), + [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), + [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), + [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4957), + [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4948), + [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_body_with_parameter, 1), + [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4926), + [4433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [4435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), + [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [4445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4436), + [4447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), + [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), + [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), + [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5719), + [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5721), + [4457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5721), + [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6006), + [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5536), + [4463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7162), + [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), + [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), + [4471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5535), + [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5533), + [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5532), + [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5531), + [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5530), + [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5529), + [4483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5528), + [4485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5527), + [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5523), + [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5520), + [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5518), + [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [4503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5516), + [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5515), + [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5498), + [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5497), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5491), + [4513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5491), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5585), + [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [4519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5483), + [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5482), + [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5481), + [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5476), + [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5475), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5474), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3941), + [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3940), + [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3939), + [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5473), + [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5472), + [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5471), + [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1773), + [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3441), + [4555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4431), + [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4427), + [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), + [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5613), + [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5616), + [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5617), + [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5617), + [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5971), + [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5401), + [4573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7161), + [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), + [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [4579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5409), + [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5413), + [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5416), + [4587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5424), + [4589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5428), + [4591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5429), + [4593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5430), + [4595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5439), + [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), + [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [4603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5484), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), + [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5552), + [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [4613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5567), + [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5566), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5559), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5558), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5557), + [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5557), + [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5573), + [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), + [4629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5551), + [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5550), + [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5549), + [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5548), + [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5547), + [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5546), + [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), + [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), + [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), + [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5544), + [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5543), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5542), + [4657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3165), + [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4416), + [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5785), + [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5771), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5770), + [4685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5770), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7091), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), + [4691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7193), + [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), + [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [4697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5168), + [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5183), + [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5184), + [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5188), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5190), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5191), + [4709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5203), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5217), + [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), + [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5218), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5230), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5239), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [4729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5240), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5260), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5264), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5266), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5267), + [4739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5267), + [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5639), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), + [4747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5271), + [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5272), + [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5280), + [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5294), + [4755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4353), + [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5306), + [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5034), + [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3787), + [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3788), + [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3791), + [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5052), + [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), + [4775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), + [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), + [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), + [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), + [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3428), + [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), + [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1007), + [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), + [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), + [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), + [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), + [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), + [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), + [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), + [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [4959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4378), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5710), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5709), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5680), + [4971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5680), + [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6181), + [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5193), + [4977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7167), + [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(446), + [4983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5187), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5186), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5179), + [4989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5178), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), + [4995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5171), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), + [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), + [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [5005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), + [5009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), + [5011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), + [5015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5162), + [5017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), + [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), + [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), + [5025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5157), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5664), + [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [5031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5155), + [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), + [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), + [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), + [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3840), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3841), + [5049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3842), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3843), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), + [5059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [5065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [5075] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(260), + [5078] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3078), + [5081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4375), + [5084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4367), + [5087] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4190), + [5090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5732), + [5093] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5733), + [5096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5734), + [5099] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5734), + [5102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7056), + [5105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4803), + [5108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7192), + [5111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), + [5113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(526), + [5116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(525), + [5119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4804), + [5122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4808), + [5125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4811), + [5128] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4815), + [5131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4816), + [5134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4823), + [5137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4824), + [5140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4837), + [5143] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(747), + [5146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(57), + [5149] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(58), + [5152] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(169), + [5155] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4838), + [5158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4843), + [5161] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4850), + [5164] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3781), + [5167] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4879), + [5170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4884), + [5173] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4886), + [5176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4887), + [5179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4891), + [5182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4891), + [5185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5728), + [5188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(946), + [5191] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4912), + [5194] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4968), + [5197] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4975), + [5200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4984), + [5203] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4365), + [5206] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4989), + [5209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5040), + [5212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3814), + [5215] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3813), + [5218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3806), + [5221] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3805), + [5224] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5065), + [5227] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5078), + [5230] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5127), + [5233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(931), + [5236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(931), + [5239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [5241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [5243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), + [5245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [5247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [5249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), + [5251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [5253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), + [5255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [5257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [5259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), + [5261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [5263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [5265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(271), + [5268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3165), + [5271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4416), + [5274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4360), + [5277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4209), + [5280] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5785), + [5283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5771), + [5286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5770), + [5289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5770), + [5292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(7091), + [5295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5167), + [5298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(7193), + [5301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(482), + [5304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(484), + [5307] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5168), + [5310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5183), + [5313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5184), + [5316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5188), + [5319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5190), + [5322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5191), + [5325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5203), + [5328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5217), + [5331] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(731), + [5334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(61), + [5337] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(62), + [5340] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(176), + [5343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5218), + [5346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5230), + [5349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5239), + [5352] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3779), + [5355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5240), + [5358] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5260), + [5361] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5264), + [5364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5266), + [5367] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5267), + [5370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5267), + [5373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5639), + [5376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), + [5378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(939), + [5381] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5271), + [5384] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5272), + [5387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5280), + [5390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5294), + [5393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4353), + [5396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5306), + [5399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5034), + [5402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3787), + [5405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3788), + [5408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3789), + [5411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3791), + [5414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5038), + [5417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5052), + [5420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5095), + [5423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(929), + [5426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(929), + [5429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [5431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), + [5433] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(273), + [5436] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3441), + [5439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4431), + [5442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4427), + [5445] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4204), + [5448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5613), + [5451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5616), + [5454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5617), + [5457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5617), + [5460] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5971), + [5463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5401), + [5466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7161), + [5469] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(556), + [5472] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(557), + [5475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5409), + [5478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5413), + [5481] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5416), + [5484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5424), + [5487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5428), + [5490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5429), + [5493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5430), + [5496] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5439), + [5499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(748), + [5502] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(68), + [5505] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(70), + [5508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(160), + [5511] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5484), + [5514] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5538), + [5517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5552), + [5520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3767), + [5523] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5567), + [5526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5566), + [5529] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5559), + [5532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5558), + [5535] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5557), + [5538] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5557), + [5541] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5573), + [5544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1869), + [5547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5551), + [5550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5550), + [5553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5549), + [5556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5548), + [5559] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4355), + [5562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5547), + [5565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5546), + [5568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4169), + [5571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4159), + [5574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4153), + [5577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4152), + [5580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5544), + [5583] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5543), + [5586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5542), + [5589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1861), + [5592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1861), + [5595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [5597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [5599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [5601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [5603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [5605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), + [5607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [5609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [5611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [5613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [5615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [5617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [5619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [5621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_body_with_parameter, 2), + [5623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [5625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(283), + [5628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3545), + [5631] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4436), + [5634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4440), + [5637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4253), + [5640] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5717), + [5643] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5719), + [5646] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5721), + [5649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5721), + [5652] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6006), + [5655] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5536), + [5658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7162), + [5661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(575), + [5664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(576), + [5667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5535), + [5670] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5533), + [5673] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5532), + [5676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5531), + [5679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5530), + [5682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5529), + [5685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5528), + [5688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5527), + [5691] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(742), + [5694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(66), + [5697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(65), + [5700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(147), + [5703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5523), + [5706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5520), + [5709] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5518), + [5712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3755), + [5715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5516), + [5718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5515), + [5721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5498), + [5724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5497), + [5727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5491), + [5730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5491), + [5733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5585), + [5736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1781), + [5739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5483), + [5742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5482), + [5745] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5481), + [5748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5476), + [5751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4444), + [5754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5475), + [5757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5474), + [5760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3942), + [5763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3941), + [5766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3940), + [5769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3939), + [5772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5473), + [5775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5472), + [5778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5471), + [5781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1773), + [5784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1773), + [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [5791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [5797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [5803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [5809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [5813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4441), + [5815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), + [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), + [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5790), + [5821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5788), + [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5787), + [5825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5787), + [5827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6146), + [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5254), + [5831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7166), + [5833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [5837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5253), + [5839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5248), + [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5247), + [5843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5246), + [5845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5245), + [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5244), + [5849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5243), + [5851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5242), + [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), + [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [5857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), + [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5237), + [5863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5236), + [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5234), + [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [5869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5233), + [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5232), + [5873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5231), + [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5229), + [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5228), + [5879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5228), + [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), + [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [5885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5226), + [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5225), + [5889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5224), + [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4653), + [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4407), + [5895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5222), + [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5221), + [5899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [5901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4061), + [5903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), + [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), + [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5220), + [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5219), + [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5216), + [5913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), + [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), + [5917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [5919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [5925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), + [5927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [5929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [5935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), + [5937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [5939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), + [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [5945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [5947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), + [5949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [5951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [5957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [5959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [5961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), + [5967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [5969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [5975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), + [5979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [5981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [5983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [5993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [5997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [5999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), + [6005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [6007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), + [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1848), + [6013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(327), + [6016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3252), + [6019] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4397), + [6022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4403), + [6025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4212), + [6028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5696), + [6031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5695), + [6034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5694), + [6037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5694), + [6040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7126), + [6043] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5452), + [6046] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7194), + [6049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(628), + [6052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(625), + [6055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5453), + [6058] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5454), + [6061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5487), + [6064] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5488), + [6067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5492), + [6070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5494), + [6073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5499), + [6076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5500), + [6079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(738), + [6082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(59), + [6085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(60), + [6088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(171), + [6091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5508), + [6094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5524), + [6097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5525), + [6100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3780), + [6103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5526), + [6106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5534), + [6109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5411), + [6112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5564), + [6115] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5568), + [6118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5568), + [6121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5708), + [6124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(932), + [6127] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5565), + [6130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5561), + [6133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5521), + [6136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5511), + [6139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4421), + [6142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5504), + [6145] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5493), + [6148] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3859), + [6151] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3860), + [6154] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3861), + [6157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3863), + [6160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5466), + [6163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5309), + [6166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5268), + [6169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(927), + [6172] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(927), + [6175] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(328), + [6178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(2006), + [6181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4366), + [6184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4445), + [6187] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4186), + [6190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5778), + [6193] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5777), + [6196] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5722), + [6199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5722), + [6202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(7123), + [6205] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4656), + [6208] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(7160), + [6211] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(617), + [6214] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(369), + [6217] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4677), + [6220] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4689), + [6223] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4729), + [6226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4732), + [6229] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4744), + [6232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4770), + [6235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4772), + [6238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4786), + [6241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(736), + [6244] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(21), + [6247] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(22), + [6250] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(152), + [6253] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4813), + [6256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4820), + [6259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4885), + [6262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3778), + [6265] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4900), + [6268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4913), + [6271] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4942), + [6274] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4946), + [6277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4953), + [6280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4953), + [6283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5720), + [6286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(1894), + [6289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4962), + [6292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4964), + [6295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4966), + [6298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4973), + [6301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4390), + [6304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(4999), + [6307] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5002), + [6310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3844), + [6313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3845), + [6316] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3855), + [6319] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(3856), + [6322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5061), + [6325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5083), + [6328] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(5085), + [6331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(1957), + [6334] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_blade_repeat1, 2), SHIFT_REPEAT(1957), + [6337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [6339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [6345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [6347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [6349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [6351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [6353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [6359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [6361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [6363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [6365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [6367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [6369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [6371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [6373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [6375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [6377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2723), + [6379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), + [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [6385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [6387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), + [6389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [6393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), + [6395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [6397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [6399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1682), + [6405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1681), + [6407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), + [6409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [6411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [6413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [6415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [6417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [6419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [6421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), + [6423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [6425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [6427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [6429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), + [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [6435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [6437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4453), + [6439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4464), + [6441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [6443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5649), + [6445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), + [6447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5647), + [6449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5647), + [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6216), + [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), + [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7168), + [6457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [6459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [6461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5136), + [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), + [6465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), + [6467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5117), + [6469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), + [6471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), + [6473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5103), + [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), + [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), + [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), + [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), + [6491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [6493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5091), + [6495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), + [6497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), + [6499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), + [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), + [6503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5086), + [6505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5570), + [6507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [6509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5084), + [6511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), + [6513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), + [6515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), + [6517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5079), + [6521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5077), + [6523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3915), + [6525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3916), + [6527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3917), + [6529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3918), + [6531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5076), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5075), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5074), + [6537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1040), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [6549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [6551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(368), + [6554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2991), + [6557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4448), + [6560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4447), + [6563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4236), + [6566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5656), + [6569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5657), + [6572] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5658), + [6575] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5658), + [6578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7021), + [6581] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4876), + [6584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7191), + [6587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(603), + [6590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(606), + [6593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4872), + [6596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4869), + [6599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4861), + [6602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4855), + [6605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4835), + [6608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4829), + [6611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4828), + [6614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4800), + [6617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(746), + [6620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(49), + [6623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(50), + [6626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(165), + [6629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4779), + [6632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4774), + [6635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4771), + [6638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3777), + [6641] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4749), + [6644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4741), + [6647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4740), + [6650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4659), + [6653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4660), + [6656] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4660), + [6659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5784), + [6662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(953), + [6665] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4671), + [6668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4699), + [6671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4700), + [6674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4701), + [6677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4422), + [6680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4736), + [6683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4739), + [6686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3886), + [6689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3885), + [6692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3880), + [6695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3879), + [6698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4747), + [6701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4748), + [6704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4761), + [6707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(945), + [6710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(945), + [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), + [6715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), + [6717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), + [6721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [6731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [6739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [6749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), + [6751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [6755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [6763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(386), + [6766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3656), + [6769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4441), + [6772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4385), + [6775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4267), + [6778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5790), + [6781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5788), + [6784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5787), + [6787] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5787), + [6790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6146), + [6793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5254), + [6796] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7166), + [6799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(567), + [6802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(554), + [6805] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5253), + [6808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5248), + [6811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5247), + [6814] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5246), + [6817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5245), + [6820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5244), + [6823] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5243), + [6826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5242), + [6829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(740), + [6832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(10), + [6835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(9), + [6838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(175), + [6841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5237), + [6844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5236), + [6847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5234), + [6850] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3761), + [6853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5233), + [6856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5232), + [6859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5231), + [6862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5229), + [6865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5228), + [6868] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5228), + [6871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5642), + [6874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(799), + [6877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5226), + [6880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5225), + [6883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5224), + [6886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4653), + [6889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4407), + [6892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5222), + [6895] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5221), + [6898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4052), + [6901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4061), + [6904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4141), + [6907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4124), + [6910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5220), + [6913] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5219), + [6916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5216), + [6919] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(846), + [6922] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(846), + [6925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [6927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [6929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [6931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [6933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [6935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [6937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), + [6939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [6941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [6943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [6945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [6947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [6949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [6951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [6953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [6955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [6957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), + [6959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [6961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [6963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [6969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [6971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [6973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [6975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), + [6977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), + [6979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [6981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), + [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), + [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), + [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), + [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), + [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [7001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [7003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [7005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), + [7007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [7009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), + [7011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [7017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [7019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), + [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [7023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), + [7025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), + [7027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3164), + [7029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [7031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [7033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [7035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [7037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [7039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(427), + [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), + [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), + [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), + [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), + [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [7083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), + [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), + [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), + [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), + [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), + [7097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), + [7099] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(448), + [7102] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2904), + [7105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4381), + [7108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4404), + [7111] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4193), + [7114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5580), + [7117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5581), + [7120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5582), + [7123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5582), + [7126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6986), + [7129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5265), + [7132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7190), + [7135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(362), + [7138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(496), + [7141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5263), + [7144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5259), + [7147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5258), + [7150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5256), + [7153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5235), + [7156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5189), + [7159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5185), + [7162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5176), + [7165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(745), + [7168] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(41), + [7171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(42), + [7174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(161), + [7177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5175), + [7180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5169), + [7183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5165), + [7186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3773), + [7189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5073), + [7192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5072), + [7195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5070), + [7198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5053), + [7201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5033), + [7204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5033), + [7207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5705), + [7210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(960), + [7213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4979), + [7216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4978), + [7219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4977), + [7222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4970), + [7225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4400), + [7228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4969), + [7231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4961), + [7234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3995), + [7237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3988), + [7240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3987), + [7243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3986), + [7246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4957), + [7249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4948), + [7252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4926), + [7255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(951), + [7258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(951), + [7261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [7263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), + [7265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4397), + [7267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4403), + [7269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), + [7271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5696), + [7273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5695), + [7275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5694), + [7277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5694), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7126), + [7281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5452), + [7283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7194), + [7285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [7287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [7289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5453), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5454), + [7293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5487), + [7295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5488), + [7297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5492), + [7299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5494), + [7301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5499), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5500), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [7307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [7309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [7311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [7313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5508), + [7315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5524), + [7317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5525), + [7319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), + [7321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5526), + [7323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5534), + [7325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5411), + [7327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5564), + [7329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5568), + [7331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5568), + [7333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5708), + [7335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [7337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5565), + [7339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5561), + [7341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5521), + [7343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5511), + [7345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4421), + [7347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5504), + [7349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5493), + [7351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3859), + [7353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), + [7355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3861), + [7357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3863), + [7359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5466), + [7361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5309), + [7363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5268), + [7365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(927), + [7367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [7369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [7371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), + [7373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [7375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), + [7377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), + [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [7383] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(455), + [7386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2817), + [7389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4432), + [7392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4354), + [7395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4218), + [7398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5583), + [7401] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5579), + [7404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5578), + [7407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5578), + [7410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6951), + [7413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5201), + [7416] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7189), + [7419] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(406), + [7422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(409), + [7425] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5204), + [7428] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5211), + [7431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5213), + [7434] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5227), + [7437] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5257), + [7440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5312), + [7443] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5353), + [7446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5354), + [7449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(744), + [7452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(37), + [7455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(38), + [7458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(151), + [7461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5541), + [7464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5507), + [7467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5503), + [7470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3772), + [7473] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5480), + [7476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5469), + [7479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5468), + [7482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5412), + [7485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5404), + [7488] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5404), + [7491] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5607), + [7494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(964), + [7497] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5393), + [7500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5365), + [7503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5357), + [7506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5356), + [7509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4361), + [7512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5348), + [7515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5311), + [7518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4030), + [7521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4029), + [7524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4028), + [7527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4027), + [7530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5310), + [7533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5291), + [7536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5289), + [7539] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(959), + [7542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(959), + [7545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), + [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), + [7549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [7551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), + [7553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4448), + [7555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4447), + [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), + [7559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5656), + [7561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5657), + [7563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5658), + [7565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5658), + [7567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7021), + [7569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4876), + [7571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7191), + [7573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [7575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [7577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4872), + [7579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4869), + [7581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4861), + [7583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4855), + [7585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4835), + [7587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [7589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4828), + [7591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), + [7593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), + [7595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [7597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [7599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [7601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4779), + [7603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4774), + [7605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4771), + [7607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3777), + [7609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4749), + [7611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4741), + [7613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), + [7615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4659), + [7617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4660), + [7619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4660), + [7621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5784), + [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [7625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4671), + [7627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4699), + [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4700), + [7631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4701), + [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4422), + [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4736), + [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4739), + [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3886), + [7641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), + [7643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3880), + [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), + [7647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4747), + [7649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4748), + [7651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [7653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), + [7655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [7657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), + [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [7661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [7663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(462), + [7666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2730), + [7669] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4424), + [7672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4458), + [7675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4263), + [7678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5602), + [7681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5601), + [7684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5600), + [7687] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5600), + [7690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6916), + [7693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4725), + [7696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7188), + [7699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(365), + [7702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(366), + [7705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4715), + [7708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4714), + [7711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4676), + [7714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4670), + [7717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4669), + [7720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4668), + [7723] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4654), + [7726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5128), + [7729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(743), + [7732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(32), + [7735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(33), + [7738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(150), + [7741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4664), + [7744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4686), + [7747] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4859), + [7750] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3770), + [7753] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4878), + [7756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4895), + [7759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4898), + [7762] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4928), + [7765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4960), + [7768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4960), + [7771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5718), + [7774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(970), + [7777] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4972), + [7780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4974), + [7783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4982), + [7786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5027), + [7789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4460), + [7792] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5029), + [7795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5125), + [7798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4092), + [7801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4087), + [7804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4086), + [7807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4085), + [7810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5126), + [7813] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5145), + [7816] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5181), + [7819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(963), + [7822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(963), + [7825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [7827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [7829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4414), + [7831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4350), + [7833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), + [7835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5594), + [7837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5593), + [7839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5592), + [7841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5592), + [7843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6251), + [7845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5069), + [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7169), + [7849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), + [7851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [7853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5068), + [7855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5067), + [7857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5064), + [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5062), + [7861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5060), + [7863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5059), + [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5042), + [7867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5041), + [7869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [7871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [7873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [7875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [7877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5026), + [7879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5025), + [7881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5020), + [7883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [7885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5019), + [7887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5018), + [7889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5017), + [7891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), + [7893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), + [7895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5015), + [7897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5702), + [7899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), + [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5012), + [7903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5011), + [7905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [7907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5009), + [7909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4401), + [7911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5008), + [7913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5006), + [7915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [7917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [7919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [7921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [7923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5005), + [7925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5004), + [7927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5003), + [7929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [7931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [7933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [7935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), + [7937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), + [7939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [7941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [7943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [7945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [7947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), + [7949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2993), + [7951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [7953] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(471), + [7956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2178), + [7959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4433), + [7962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4439), + [7965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4250), + [7968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5586), + [7971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5587), + [7974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5591), + [7977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5591), + [7980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6286), + [7983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4997), + [7986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7170), + [7989] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(261), + [7992] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(295), + [7995] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4996), + [7998] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4995), + [8001] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4994), + [8004] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4993), + [8007] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4992), + [8010] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4991), + [8013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4988), + [8016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4986), + [8019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(732), + [8022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(14), + [8025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(15), + [8028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(163), + [8031] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4965), + [8034] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4959), + [8037] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4958), + [8040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3771), + [8043] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4951), + [8046] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4950), + [8049] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4949), + [8052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4944), + [8055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4943), + [8058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4943), + [8061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5725), + [8064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1128), + [8067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4941), + [8070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4940), + [8073] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4939), + [8076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4938), + [8079] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4349), + [8082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4936), + [8085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4935), + [8088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4067), + [8091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4068), + [8094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4069), + [8097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4070), + [8100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4934), + [8103] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4933), + [8106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4932), + [8109] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1232), + [8112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1232), + [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [8117] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(473), + [8120] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2643), + [8123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4358), + [8126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4363), + [8129] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4188), + [8132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5620), + [8135] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5619), + [8138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5618), + [8141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5618), + [8144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6881), + [8147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5021), + [8150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7187), + [8153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(311), + [8156] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(312), + [8159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5014), + [8162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4983), + [8165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4967), + [8168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4963), + [8171] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4897), + [8174] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4896), + [8177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4877), + [8180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4874), + [8183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(741), + [8186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(27), + [8189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(28), + [8192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(148), + [8195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4857), + [8198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4856), + [8201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4842), + [8204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3768), + [8207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4830), + [8210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4822), + [8213] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4821), + [8216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4812), + [8219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4802), + [8222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4802), + [8225] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5753), + [8228] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(976), + [8231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4801), + [8234] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4758), + [8237] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4750), + [8240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4746), + [8243] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4368), + [8246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4745), + [8249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4742), + [8252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4157), + [8255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4156), + [8258] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4155), + [8261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4154), + [8264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4735), + [8267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4734), + [8270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4733), + [8273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(969), + [8276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(969), + [8279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), + [8281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [8283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4432), + [8285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4354), + [8287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), + [8289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5583), + [8291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5579), + [8293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5578), + [8295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5578), + [8297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6951), + [8299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5201), + [8301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7189), + [8303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), + [8305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), + [8307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5204), + [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5211), + [8311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5213), + [8313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5227), + [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5257), + [8317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5312), + [8319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5353), + [8321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5354), + [8323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [8327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5541), + [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5507), + [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5503), + [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [8339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5480), + [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5469), + [8343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5468), + [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5412), + [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5404), + [8349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5404), + [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5607), + [8353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [8355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5393), + [8357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5365), + [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5357), + [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5356), + [8363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4361), + [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5348), + [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5311), + [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5310), + [8379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5291), + [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5289), + [8383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(959), + [8385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), + [8387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), + [8391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), + [8399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4389), + [8401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), + [8403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [8405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5690), + [8407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5689), + [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5688), + [8411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5688), + [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6741), + [8415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5425), + [8417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7183), + [8419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [8421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [8423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5426), + [8425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5427), + [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5431), + [8429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5432), + [8431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5433), + [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5434), + [8435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5435), + [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5436), + [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), + [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5437), + [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5438), + [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5441), + [8453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), + [8455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5443), + [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5445), + [8459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5446), + [8461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5458), + [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5463), + [8465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5463), + [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5597), + [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(995), + [8471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5470), + [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5477), + [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5478), + [8477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5479), + [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4383), + [8481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5495), + [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5496), + [8485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [8489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [8491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [8493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5501), + [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5502), + [8497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5510), + [8499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), + [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), + [8505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [8509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), + [8513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [8515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), + [8517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), + [8521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(485), + [8524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3684), + [8527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4378), + [8530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4380), + [8533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4203), + [8536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5710), + [8539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5709), + [8542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5680), + [8545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5680), + [8548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6181), + [8551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5193), + [8554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7167), + [8557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(533), + [8560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(446), + [8563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5187), + [8566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5186), + [8569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5179), + [8572] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5178), + [8575] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5177), + [8578] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5172), + [8581] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5171), + [8584] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5170), + [8587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(739), + [8590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4), + [8593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3), + [8596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(182), + [8599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5166), + [8602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5164), + [8605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5163), + [8608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3747), + [8611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5162), + [8614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5161), + [8617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5160), + [8620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5158), + [8623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5157), + [8626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5157), + [8629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5664), + [8632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(838), + [8635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5155), + [8638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5153), + [8641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5152), + [8644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5151), + [8647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4391), + [8650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5150), + [8653] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5149), + [8656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3840), + [8659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3841), + [8662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3842), + [8665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3843), + [8668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5148), + [8671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5147), + [8674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5146), + [8677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(943), + [8680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(943), + [8683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), + [8685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(487), + [8688] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2556), + [8691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4420), + [8694] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4415), + [8697] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4215), + [8700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5638), + [8703] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5636), + [8706] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5635), + [8709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5635), + [8712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6846), + [8715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5200), + [8718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7186), + [8721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(255), + [8724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(259), + [8727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5197), + [8730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5192), + [8733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5159), + [8736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5156), + [8739] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5509), + [8742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5143), + [8745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5142), + [8748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5129), + [8751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(728), + [8754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6), + [8757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5), + [8760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(181), + [8763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5124), + [8766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5109), + [8769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5105), + [8772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3766), + [8775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5101), + [8778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5097), + [8781] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5096), + [8784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5071), + [8787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5066), + [8790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5066), + [8793] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5684), + [8796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(980), + [8799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5063), + [8802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5058), + [8805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5050), + [8808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5049), + [8811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4402), + [8814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5048), + [8817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5044), + [8820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4137), + [8823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4138), + [8826] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4140), + [8829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4148), + [8832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5039), + [8835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5037), + [8838] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5032), + [8841] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(975), + [8844] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(975), + [8847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), + [8849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [8851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4424), + [8853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4458), + [8855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [8857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5602), + [8859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5601), + [8861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5600), + [8863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5600), + [8865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6916), + [8867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4725), + [8869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7188), + [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [8873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [8875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4715), + [8877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4714), + [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), + [8881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4670), + [8883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4669), + [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), + [8887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4654), + [8889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5128), + [8891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [8893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [8899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), + [8901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4686), + [8903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4859), + [8905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3770), + [8907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4878), + [8909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4895), + [8911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4898), + [8913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4928), + [8915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4960), + [8917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4960), + [8919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5718), + [8921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [8923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4972), + [8925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4974), + [8927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4982), + [8929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5027), + [8931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4460), + [8933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5029), + [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5125), + [8937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4092), + [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4087), + [8941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), + [8943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4085), + [8945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5126), + [8947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), + [8949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5181), + [8951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(963), + [8953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [8955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [8957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), + [8959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [8961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(495), + [8963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [8965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [8967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), + [8969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [8971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), + [8973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [8975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [8977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), + [8979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [8981] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(498), + [8984] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2469), + [8987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4454), + [8990] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4451), + [8993] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4257), + [8996] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5653), + [8999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5652), + [9002] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5651), + [9005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5651), + [9008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6811), + [9011] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5397), + [9014] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7185), + [9017] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(190), + [9020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(189), + [9023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5396), + [9026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5395), + [9029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5387), + [9032] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5381), + [9035] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5380), + [9038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5371), + [9041] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5369), + [9044] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5355), + [9047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(737), + [9050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(13), + [9053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(12), + [9056] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(173), + [9059] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5352), + [9062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5347), + [9065] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5340), + [9068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3764), + [9071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5334), + [9074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5333), + [9077] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5324), + [9080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5299), + [9083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5284), + [9086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5284), + [9089] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5630), + [9092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(985), + [9095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5283), + [9098] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5282), + [9101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5281), + [9104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5279), + [9107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4450), + [9110] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5278), + [9113] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5277), + [9116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4100), + [9119] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4101), + [9122] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4102), + [9125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4103), + [9128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5276), + [9131] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5262), + [9134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5223), + [9137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(979), + [9140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(979), + [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [9147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4358), + [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4363), + [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5620), + [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5619), + [9159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5618), + [9161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5618), + [9163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6881), + [9165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5021), + [9167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7187), + [9169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [9171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [9173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5014), + [9175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), + [9177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4967), + [9179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4963), + [9181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), + [9183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), + [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4877), + [9187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4874), + [9189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [9191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [9193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [9195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [9197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4857), + [9199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4856), + [9201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4842), + [9203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3768), + [9205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4830), + [9207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [9209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), + [9211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), + [9213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4802), + [9215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4802), + [9217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5753), + [9219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), + [9221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4801), + [9223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), + [9225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4750), + [9227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), + [9229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4368), + [9231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), + [9233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4742), + [9235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [9237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), + [9239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), + [9241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [9243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4735), + [9245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), + [9247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4733), + [9249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), + [9251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [9253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(506), + [9255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), + [9257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), + [9259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [9261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), + [9263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), + [9265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [9267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [9269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [9271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), + [9273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), + [9275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), + [9277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [9279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(512), + [9282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2382), + [9285] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4352), + [9288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4351), + [9291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4225), + [9294] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5673), + [9297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5672), + [9300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5671), + [9303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5671), + [9306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6776), + [9309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5512), + [9312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7184), + [9315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(203), + [9318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(202), + [9321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5513), + [9324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5514), + [9327] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5517), + [9330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5519), + [9333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5522), + [9336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5410), + [9339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5539), + [9342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5540), + [9345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(735), + [9348] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(25), + [9351] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(20), + [9354] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(153), + [9357] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5545), + [9360] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5553), + [9363] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5554), + [9366] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3760), + [9369] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5555), + [9372] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5556), + [9375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5560), + [9378] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5562), + [9381] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5563), + [9384] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5563), + [9387] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5681), + [9390] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(991), + [9393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5569), + [9396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5537), + [9399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5506), + [9402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5505), + [9405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4408), + [9408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5490), + [9411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5489), + [9414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4047), + [9417] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4048), + [9420] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4049), + [9423] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4050), + [9426] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5486), + [9429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5485), + [9432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5467), + [9435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(984), + [9438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(984), + [9441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [9443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [9445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4420), + [9447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4415), + [9449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), + [9451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5638), + [9453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5636), + [9455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5635), + [9457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5635), + [9459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6846), + [9461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5200), + [9463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7186), + [9465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [9469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5197), + [9471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5192), + [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), + [9475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5156), + [9477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5509), + [9479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), + [9481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5142), + [9483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), + [9485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [9487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [9489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [9491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5124), + [9495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), + [9499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3766), + [9501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5101), + [9503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), + [9505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), + [9507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5071), + [9509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [9511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5066), + [9513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5684), + [9515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [9517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5063), + [9519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5058), + [9521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), + [9523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5049), + [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4402), + [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5048), + [9529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5044), + [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [9535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), + [9537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), + [9539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [9541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5037), + [9543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5032), + [9545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), + [9547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), + [9549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), + [9551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [9553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), + [9555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3337), + [9557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), + [9559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [9561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), + [9563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), + [9565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2230), + [9567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), + [9569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [9571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), + [9573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [9575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [9577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [9583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [9585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), + [9587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [9589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [9593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(532), + [9596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2295), + [9599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4389), + [9602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4388), + [9605] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4239), + [9608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5690), + [9611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5689), + [9614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5688), + [9617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5688), + [9620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6741), + [9623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5425), + [9626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7183), + [9629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(218), + [9632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(216), + [9635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5426), + [9638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5427), + [9641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5431), + [9644] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5432), + [9647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5433), + [9650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5434), + [9653] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5435), + [9656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5436), + [9659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(734), + [9662] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(43), + [9665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(26), + [9668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(178), + [9671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5437), + [9674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5438), + [9677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5441), + [9680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3758), + [9683] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5443), + [9686] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5445), + [9689] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5446), + [9692] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5458), + [9695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5463), + [9698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5463), + [9701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5597), + [9704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(995), + [9707] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5470), + [9710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5477), + [9713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5478), + [9716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5479), + [9719] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4383), + [9722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5495), + [9725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5496), + [9728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4001), + [9731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4002), + [9734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4008), + [9737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4009), + [9740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5501), + [9743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5502), + [9746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5510), + [9749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(990), + [9752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(990), + [9755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [9759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [9761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [9763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4454), + [9765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), + [9767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), + [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5653), + [9771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5652), + [9773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5651), + [9775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5651), + [9777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6811), + [9779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5397), + [9781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7185), + [9783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [9785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [9787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5396), + [9789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5395), + [9791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5387), + [9793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5381), + [9795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5380), + [9797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5371), + [9799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5369), + [9801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5355), + [9803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [9805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [9807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [9809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [9811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5352), + [9813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5347), + [9815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), + [9817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), + [9819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5334), + [9821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5333), + [9823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5324), + [9825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5299), + [9827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5284), + [9829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5284), + [9831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5630), + [9833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [9835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5283), + [9837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5282), + [9839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5281), + [9841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5279), + [9843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4450), + [9845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5278), + [9847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5277), + [9849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4100), + [9851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4101), + [9853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), + [9855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4103), + [9857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5276), + [9859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5262), + [9861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5223), + [9863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [9865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), + [9867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [9869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), + [9871] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(537), + [9874] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2262), + [9877] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4414), + [9880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4350), + [9883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4231), + [9886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5594), + [9889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5593), + [9892] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5592), + [9895] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5592), + [9898] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6251), + [9901] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5069), + [9904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7169), + [9907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(507), + [9910] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(515), + [9913] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5068), + [9916] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5067), + [9919] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5064), + [9922] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5062), + [9925] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5060), + [9928] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5059), + [9931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5042), + [9934] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5041), + [9937] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(733), + [9940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(8), + [9943] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7), + [9946] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(170), + [9949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5026), + [9952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5025), + [9955] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5020), + [9958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3774), + [9961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5019), + [9964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5018), + [9967] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5017), + [9970] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5016), + [9973] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5015), + [9976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5015), + [9979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5702), + [9982] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1032), + [9985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5012), + [9988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5011), + [9991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5010), + [9994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5009), + [9997] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4401), + [10000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5008), + [10003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5006), + [10006] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3991), + [10009] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3992), + [10012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3993), + [10015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3994), + [10018] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5005), + [10021] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5004), + [10024] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5003), + [10027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1136), + [10030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1136), + [10033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [10035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [10037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(602), + [10039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), + [10041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4409), + [10043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), + [10045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), + [10047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5633), + [10049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5609), + [10051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5611), + [10053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5611), + [10055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6321), + [10057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4925), + [10059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7171), + [10061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [10063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), + [10065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4924), + [10067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4923), + [10069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4922), + [10071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4921), + [10073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4920), + [10075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), + [10077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4918), + [10079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4917), + [10081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [10083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [10085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [10087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [10089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4910), + [10091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4908), + [10093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4907), + [10095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [10097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4890), + [10099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), + [10101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4883), + [10103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4882), + [10105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4875), + [10107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4875), + [10109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5740), + [10111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), + [10113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4873), + [10115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4868), + [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4867), + [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4866), + [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4382), + [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4865), + [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4864), + [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), + [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), + [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), + [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4863), + [10137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4862), + [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), + [10141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), + [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), + [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3739), + [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [10153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [10157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), + [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3743), + [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), + [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [10167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [10175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), + [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), + [10179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), + [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [10197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), + [10211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4433), + [10213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), + [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [10217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5586), + [10219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5587), + [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5591), + [10223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5591), + [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6286), + [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4997), + [10229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7170), + [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [10235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4996), + [10237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4995), + [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4994), + [10241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4993), + [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4992), + [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4991), + [10247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4988), + [10249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), + [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [10257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [10259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4965), + [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), + [10263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4958), + [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3771), + [10267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4951), + [10269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4950), + [10271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4949), + [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4944), + [10275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4943), + [10277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4943), + [10279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5725), + [10281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), + [10283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4941), + [10285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4940), + [10287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4939), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4938), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4349), + [10293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4936), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), + [10297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), + [10299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), + [10301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4069), + [10303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4070), + [10305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), + [10307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4933), + [10309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4932), + [10311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(585), + [10317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2981), + [10319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), + [10321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), + [10323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), + [10325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [10327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), + [10329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [10331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), + [10333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [10335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [10337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [10339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), + [10341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [10343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), + [10345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [10347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [10349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), + [10351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [10353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [10355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(579), + [10357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3565), + [10359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), + [10361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [10363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), + [10365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [10367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_blade, 1), + [10369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [10371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), + [10373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), + [10375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [10377] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(584), + [10380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3254), + [10383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4453), + [10386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4464), + [10389] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4260), + [10392] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5649), + [10395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5648), + [10398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5647), + [10401] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5647), + [10404] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6216), + [10407] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5138), + [10410] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7168), + [10413] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(468), + [10416] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(469), + [10419] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5136), + [10422] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5135), + [10425] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5118), + [10428] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5117), + [10431] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5111), + [10434] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5110), + [10437] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5103), + [10440] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5102), + [10443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(729), + [10446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(46), + [10449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(11), + [10452] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(172), + [10455] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5094), + [10458] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5093), + [10461] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5092), + [10464] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3776), + [10467] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5091), + [10470] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5090), + [10473] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5088), + [10476] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5087), + [10479] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5086), + [10482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5086), + [10485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5570), + [10488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(935), + [10491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5084), + [10494] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5082), + [10497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5081), + [10500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5080), + [10503] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4398), + [10506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5079), + [10509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5077), + [10512] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3915), + [10515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3916), + [10518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3917), + [10521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3918), + [10524] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5076), + [10527] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5075), + [10530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5074), + [10533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1040), + [10536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1040), + [10539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), + [10541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), + [10543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), + [10545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(598), + [10547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(591), + [10549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3639), + [10551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), + [10553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), + [10555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [10557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [10559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [10561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [10563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), + [10565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [10567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [10569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), + [10571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), + [10573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [10575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [10577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [10579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [10581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [10583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [10585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(602), + [10588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(2094), + [10591] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4409), + [10594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4406), + [10597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4217), + [10600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5633), + [10603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5609), + [10606] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5611), + [10609] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5611), + [10612] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(6321), + [10615] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4925), + [10618] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(7171), + [10621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(476), + [10624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(456), + [10627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4924), + [10630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4923), + [10633] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4922), + [10636] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4921), + [10639] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4920), + [10642] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4919), + [10645] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4918), + [10648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4917), + [10651] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(730), + [10654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(16), + [10657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(17), + [10660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(158), + [10663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4910), + [10666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4908), + [10669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4907), + [10672] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(3769), + [10675] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4890), + [10678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4889), + [10681] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4883), + [10684] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4882), + [10687] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4875), + [10690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4875), + [10693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(5740), + [10696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1224), + [10699] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4873), + [10702] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4868), + [10705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4867), + [10708] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4866), + [10711] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4382), + [10714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4865), + [10717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4864), + [10720] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4143), + [10723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4144), + [10726] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4145), + [10729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4146), + [10732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4863), + [10735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4862), + [10738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(4860), + [10741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1326), + [10744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__directive_body, 2), SHIFT_REPEAT(1326), + [10747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [10749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), + [10751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [10753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), + [10755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), + [10757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [10759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4352), + [10761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4351), + [10763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), + [10765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5673), + [10767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5672), + [10769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5671), + [10771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5671), + [10773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6776), + [10775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5512), + [10777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7184), + [10779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [10781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [10783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5513), + [10785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5514), + [10787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5517), + [10789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5519), + [10791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5522), + [10793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5410), + [10795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5539), + [10797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5540), + [10799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [10801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [10803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [10805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [10807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5545), + [10809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5553), + [10811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5554), + [10813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), + [10815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5555), + [10817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5556), + [10819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5560), + [10821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5562), + [10823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5563), + [10825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5563), + [10827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5681), + [10829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [10831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5569), + [10833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5537), + [10835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5506), + [10837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5505), + [10839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), + [10841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5490), + [10843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5489), + [10845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [10847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [10849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4049), + [10851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [10853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5486), + [10855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5485), + [10857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5467), + [10859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [10861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), + [10863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [10865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [10867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [10869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), + [10871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), + [10873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [10875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [10877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), + [10879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [10881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [10883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [10885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3072), + [10887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [10889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [10891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [10893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [10895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), + [10897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [10899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [10901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), + [10903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [10905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [10907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), + [10909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [10911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [10913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [10915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [10917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), + [10919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), + [10921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), + [10923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [10925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [10927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), + [10929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), + [10931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3251), + [10933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), [10935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [10937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [10939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [10941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), - [10943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), - [10945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [10947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [10949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [10951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), - [10953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [10955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3580), - [10957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [10959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3581), - [10961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [10963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), - [10965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), - [10967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), - [10969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), - [10971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), - [10973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [10975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [10977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [10979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), - [10981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [10983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [10985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [10987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [10989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [10991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [10993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [10995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [10997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), - [10999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [11001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [11003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), - [11005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [11007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [11009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [11011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [10937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), + [10939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [10941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [10943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), + [10945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [10947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), + [10949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [10951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [10953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [10955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [10957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [10959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [10961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), + [10963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [10965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [10967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [10969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [10971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), + [10973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), + [10975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [10977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [10979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [10981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [10983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [10985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [10987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), + [10989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [10991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), + [10993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(620), + [10995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [10997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [10999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [11001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [11003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [11005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [11007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [11009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), + [11011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), [11013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_operator, 1, .production_id = 1), [11015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_operator, 1, .production_id = 1), - [11017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [11019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text, 1), - [11021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_text, 1), - [11023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), - [11025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [11027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), - [11029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [11031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [11033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), - [11035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), - [11037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), - [11039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(675), - [11042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(675), - [11045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), - [11047] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(677), - [11050] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(677), - [11053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_keyword, 1), - [11055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_keyword, 1), - [11057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4545), - [11059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4571), - [11061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), - [11063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [11065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4541), - [11067] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(682), - [11070] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(682), - [11073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [11075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), - [11077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(684), - [11080] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(684), - [11083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(685), - [11086] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(685), - [11089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(687), - [11092] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(687), - [11095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), - [11097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(690), - [11100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(690), - [11103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), - [11105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(692), - [11108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(692), - [11111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(694), - [11114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(694), - [11117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(720), - [11119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [11121] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(697), - [11124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(697), - [11127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [11129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [11131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [11133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [11135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4609), - [11137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(685), - [11139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), - [11141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4606), - [11143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), - [11145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [11147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), - [11149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [11151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [11153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), - [11155] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(709), - [11158] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(709), - [11161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(718), - [11163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [11165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4481), - [11167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), - [11169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), - [11171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [11173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [11175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(718), - [11178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(718), - [11181] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(720), - [11184] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(720), - [11187] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(724), - [11190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(724), - [11193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), - [11195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [11197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__production, 3), - [11199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__production, 3), - [11201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__foreach, 3), - [11203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__foreach, 3), - [11205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), - [11207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 6), - [11209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 6), - [11211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 6, .production_id = 2), - [11213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 6, .production_id = 2), - [11215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 6, .production_id = 8), - [11217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 6, .production_id = 8), - [11219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use, 6, .production_id = 7), - [11221] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__use, 6, .production_id = 7), - [11223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 5), - [11225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 5), - [11227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 5, .production_id = 2), - [11229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 5, .production_id = 2), - [11231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 5, .production_id = 4), - [11233] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 5, .production_id = 4), - [11235] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 5, .production_id = 6), - [11237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 5, .production_id = 6), - [11239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use, 5, .production_id = 5), - [11241] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__use, 5, .production_id = 5), - [11243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 4), - [11245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 4), - [11247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 4, .production_id = 4), - [11249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 4, .production_id = 4), - [11251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 4, .production_id = 3), - [11253] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 4, .production_id = 3), - [11255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use, 4, .production_id = 2), - [11257] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__use, 4, .production_id = 2), - [11259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__volt, 3), - [11261] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__volt, 3), - [11263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__teleport, 3), - [11265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__teleport, 3), - [11267] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__persist, 3), - [11269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__persist, 3), - [11271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__finished, 3), - [11273] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__finished, 3), - [11275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__success, 3), - [11277] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__success, 3), - [11279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__after, 3), - [11281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__after, 3), - [11283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__before, 3), - [11285] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__before, 3), - [11287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__story, 3), - [11289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__story, 3), - [11291] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__task, 3), - [11293] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__task, 3), - [11295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setup, 3), - [11297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setup, 3), - [11299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__while, 3), - [11301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__while, 3), - [11303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__forelse, 3), - [11305] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__forelse, 3), - [11307] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for, 3), - [11309] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for, 3), - [11311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 3), - [11313] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 3), - [11315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__custom, 3), - [11317] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__custom, 3), - [11319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__feature, 3), - [11321] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__feature, 3), - [11323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__canany, 3), - [11325] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__canany, 3), - [11327] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cannot, 3), - [11329] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cannot, 3), - [11331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_keyword, 2), - [11333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_keyword, 2), - [11335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__can, 3), - [11337] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__can, 3), - [11339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__envoy_error, 3), - [11341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__envoy_error, 3), - [11343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__error, 3), - [11345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__error, 3), - [11347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sectionMissing, 3), - [11349] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__sectionMissing, 3), - [11351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__hasSection, 3), - [11353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__hasSection, 3), - [11355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__env, 3), - [11357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__env, 3), - [11359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__guest, 3), - [11361] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__guest, 3), - [11363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__auth, 3), - [11365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__auth, 3), - [11367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty, 3), - [11369] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty, 3), - [11371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__isset, 3), - [11373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__isset, 3), - [11375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unless, 3), - [11377] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unless, 3), - [11379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if, 3), - [11381] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__if, 3), - [11383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__prependOnce, 3), - [11385] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__prependOnce, 3), - [11387] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__prepend, 3), - [11389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__prepend, 3), - [11391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pushIf, 3), - [11393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pushIf, 3), + [11017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), + [11019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_keyword, 1), + [11021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_keyword, 1), + [11023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text, 1), + [11025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_text, 1), + [11027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), + [11029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), + [11031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4600), + [11033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), + [11035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), + [11037] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(675), + [11040] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(675), + [11043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), + [11045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), + [11047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), + [11049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(679), + [11052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(679), + [11055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [11057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(686), + [11059] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(681), + [11062] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(681), + [11065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(682), + [11068] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(682), + [11071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(684), + [11074] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(684), + [11077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [11079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [11081] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(686), + [11084] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(686), + [11087] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(688), + [11090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(688), + [11093] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(690), + [11096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(690), + [11099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [11101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [11103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(692), + [11106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(692), + [11109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4477), + [11111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), + [11113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(695), + [11116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(695), + [11119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), + [11121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [11123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(698), + [11126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(698), + [11129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(700), + [11132] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(700), + [11135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [11137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [11139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(684), + [11141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [11143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4624), + [11145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(682), + [11147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [11149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), + [11151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), + [11153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [11155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4605), + [11157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(710), + [11160] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(710), + [11163] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(711), + [11166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(711), + [11169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4529), + [11171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [11173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [11175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), + [11177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), + [11179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4593), + [11181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), + [11183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), + [11185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(700), + [11187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [11189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(695), + [11191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), + [11193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(710), + [11195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [11197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 5, .production_id = 3), + [11199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 5, .production_id = 3), + [11201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__can, 3), + [11203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__can, 3), + [11205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__prepend, 3), + [11207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__prepend, 3), + [11209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__prependOnce, 3), + [11211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__prependOnce, 3), + [11213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__if, 3), + [11215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__if, 3), + [11217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unless, 3), + [11219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unless, 3), + [11221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__isset, 3), + [11223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__isset, 3), + [11225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__empty, 3), + [11227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__empty, 3), + [11229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_keyword, 2), + [11231] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_keyword, 2), + [11233] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__auth, 3), + [11235] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__auth, 3), + [11237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__guest, 3), + [11239] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__guest, 3), + [11241] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__production, 3), + [11243] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__production, 3), + [11245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__env, 3), + [11247] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__env, 3), + [11249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__hasSection, 3), + [11251] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__hasSection, 3), + [11253] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__sectionMissing, 3), + [11255] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__sectionMissing, 3), + [11257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__error, 3), + [11259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__error, 3), + [11261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__envoy_error, 3), + [11263] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__envoy_error, 3), + [11265] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__cannot, 3), + [11267] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__cannot, 3), + [11269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__canany, 3), + [11271] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__canany, 3), + [11273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__feature, 3), + [11275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__feature, 3), + [11277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__custom, 3), + [11279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__custom, 3), + [11281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 3), + [11283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 3), + [11285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for, 3), + [11287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__for, 3), + [11289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__foreach, 3), + [11291] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__foreach, 3), + [11293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__forelse, 3), + [11295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__forelse, 3), + [11297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__while, 3), + [11299] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__while, 3), + [11301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setup, 3), + [11303] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setup, 3), + [11305] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__task, 3), + [11307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__task, 3), + [11309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__story, 3), + [11311] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__story, 3), + [11313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__before, 3), + [11315] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__before, 3), + [11317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__after, 3), + [11319] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__after, 3), + [11321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__success, 3), + [11323] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__success, 3), + [11325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__finished, 3), + [11327] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__finished, 3), + [11329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__persist, 3), + [11331] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__persist, 3), + [11333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__teleport, 3), + [11335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__teleport, 3), + [11337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__volt, 3), + [11339] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__volt, 3), + [11341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use, 4, .production_id = 3), + [11343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__use, 4, .production_id = 3), + [11345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 4, .production_id = 4), + [11347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 4, .production_id = 4), + [11349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 4, .production_id = 2), + [11351] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 4, .production_id = 2), + [11353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 4), + [11355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 4), + [11357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use, 5, .production_id = 5), + [11359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__use, 5, .production_id = 5), + [11361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 5, .production_id = 6), + [11363] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 5, .production_id = 6), + [11365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 5, .production_id = 2), + [11367] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 5, .production_id = 2), + [11369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 5), + [11371] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 5), + [11373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use, 6, .production_id = 7), + [11375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__use, 6, .production_id = 7), + [11377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_inlineSection, 6, .production_id = 8), + [11379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_inlineSection, 6, .production_id = 8), + [11381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_section, 6, .production_id = 3), + [11383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_section, 6, .production_id = 3), + [11385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch, 6), + [11387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch, 6), + [11389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4613), + [11391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_once, 3), + [11393] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_once, 3), [11395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pushOnce, 3), [11397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pushOnce, 3), [11399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__push, 3), [11401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__push, 3), [11403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verbatim, 3), [11405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verbatim, 3), - [11407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_once, 3), - [11409] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_once, 3), - [11411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verbatim, 2), - [11413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verbatim, 2), - [11415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_line_raw, 3), - [11417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_line_raw, 3), - [11419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped, 3), - [11421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped, 3), - [11423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__escaped, 3), - [11425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__escaped, 3), - [11427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(811), - [11430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(811), - [11433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__finished, 2), - [11435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__finished, 2), - [11437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__success, 2), - [11439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__success, 2), - [11441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__after, 2), - [11443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__after, 2), - [11445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__before, 2), - [11447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__before, 2), - [11449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setup, 2), - [11451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setup, 2), - [11453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_operator, 2, .production_id = 1), - [11455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_operator, 2, .production_id = 1), - [11457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__envoy_error, 2), - [11459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__envoy_error, 2), - [11461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_once, 2), - [11463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_once, 2), - [11465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_directive, 2), - [11467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inline_directive, 2), - [11469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2), - [11471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2), - [11473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__js, 2), - [11475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__js, 2), - [11477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_raw, 2, .production_id = 1), - [11479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inline_raw, 2, .production_id = 1), - [11481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_line_raw, 2), - [11483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_line_raw, 2), - [11485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped, 2), - [11487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped, 2), - [11489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__escaped, 2), - [11491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__escaped, 2), - [11493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_livewire, 1), - [11495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_livewire, 1), - [11497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_envoy, 1), - [11499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_envoy, 1), - [11501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), - [11503] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop, 1), - [11505] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop, 1), - [11507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_authorization, 1), - [11509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_authorization, 1), - [11511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional, 1), - [11513] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional, 1), - [11515] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stack, 1), - [11517] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stack, 1), - [11519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_php_statement, 1), - [11521] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_php_statement, 1), - [11523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword, 1), - [11525] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyword, 1), - [11527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1694), - [11529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [11531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_parameter, 2), - [11533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive_parameter, 2), - [11535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(891), - [11538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(891), - [11541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(892), - [11544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(892), - [11547] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(893), - [11550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(893), - [11553] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(895), - [11556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(895), - [11559] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(896), - [11562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(896), - [11565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(897), - [11568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(897), - [11571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(898), - [11574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(898), - [11577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(901), - [11580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(901), - [11583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment, 3), - [11585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment, 3), - [11587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(904), - [11590] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(904), - [11593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), - [11595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [11597] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(908), - [11600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(908), - [11603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), - [11605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [11607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_parameter, 3), - [11609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive_parameter, 3), - [11611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(912), - [11614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(912), - [11617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(893), - [11619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [11621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(914), - [11624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(914), - [11627] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(916), - [11630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(916), - [11633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4478), - [11635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), - [11637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [11639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), - [11641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4585), - [11643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [11645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [11647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), - [11649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(897), - [11651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [11653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4526), - [11655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), - [11657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [11659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), - [11661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), - [11663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [11665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), - [11667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [11669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [11671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), - [11673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), - [11675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), - [11677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4522), - [11679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [11681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [11683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4538), - [11685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [11687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), - [11689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4549), - [11691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4570), - [11693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4587), - [11695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4480), - [11697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), - [11699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), - [11701] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1049), - [11704] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1049), - [11707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), - [11709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1955), - [11711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [11713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1149), - [11716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1149), - [11719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4527), - [11721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), - [11723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), - [11725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1250), - [11728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1250), - [11731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [11733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [11735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1049), - [11737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [11739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1694), - [11742] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1694), - [11745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(811), - [11747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), - [11749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), - [11751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [11753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [11755] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1868), - [11758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1868), - [11761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4578), - [11763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4446), - [11765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1930), - [11768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1930), - [11771] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1955), - [11774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1955), - [11777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1930), - [11779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [11781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), - [11783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5642), - [11785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4416), - [11787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4416), - [11789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [11791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [11793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [11795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [11797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [11799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [11801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), - [11803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [11805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [11807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [11809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), - [11811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [11813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [11815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), - [11817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [11819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), - [11821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), - [11823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [11825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), - [11827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), - [11829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [11831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [11833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [11835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [11837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), - [11839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), - [11841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [11843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), - [11845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [11847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), - [11849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), - [11851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), - [11853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), - [11855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [11857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), - [11859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5648), - [11861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4385), - [11863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4385), - [11865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [11867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5538), - [11869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4386), - [11871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4386), - [11873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), - [11875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5683), - [11877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4396), - [11879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4396), - [11881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3449), - [11883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3448), - [11885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5608), - [11887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), - [11889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), - [11891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), - [11893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [11895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4441), - [11897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), - [11899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4312), - [11901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [11903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [11905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [11907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), - [11909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [11911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [11913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [11915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [11917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [11919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3635), - [11921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), - [11923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), - [11925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), - [11927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [11929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2897), - [11931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [11933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [11935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [11937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), - [11939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), - [11941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2939), - [11943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), - [11945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), - [11947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), - [11949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), - [11951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [11953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [11955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), - [11957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [11959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [11961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), - [11963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), - [11965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), - [11967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [11969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), - [11971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), - [11973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), - [11975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), - [11977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), - [11979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), - [11981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [11983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [11985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [11987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), - [11989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [11991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [11993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), - [11995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [11997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [11999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [12001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [12003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [12005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [12007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), - [12009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [12011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), - [12013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [12015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), - [12017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), - [12019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), - [12021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [12023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), - [12025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), - [12027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3360), - [12029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), - [12031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [12033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [12035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [12037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), - [12039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [12041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [12043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [12045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), - [12047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), - [12049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), - [12051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), - [12053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), - [12055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [12057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [12059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [12061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [12063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [12065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3068), - [12067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [12069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [12071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3071), - [12073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [12075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), - [12077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [12079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [12081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [12083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [12085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [12087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), - [12089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), - [12091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [12093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), - [12095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), - [12097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [12099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), - [12101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), - [12103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [12105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), - [12107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), - [12109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), - [12111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [12113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), - [12115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [12117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [12119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), - [12121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5608), - [12124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4384), - [12127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4384), - [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), - [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), - [12134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), - [12136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [12138] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5648), - [12141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4385), - [12144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4385), - [12147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4164), - [12149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [12151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [12153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [12155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1691), - [12157] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5683), - [12160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4396), - [12163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4396), - [12166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [12168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [12170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), - [12172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [12174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3154), - [12176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3155), - [12178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), - [12180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), - [12182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [12184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [12186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), - [12188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), - [12190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), - [12192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [12194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [12196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [12198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), - [12200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [12202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [12204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), - [12206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [12208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), - [12210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3199), - [12212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), - [12214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [12216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [12218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), - [12220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [12222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), - [12224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), - [12226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [12228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [12230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [12232] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5538), - [12235] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4386), - [12238] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4386), - [12241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [12243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [12245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), - [12247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), - [12249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), - [12251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [12253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [12255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [12257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), - [12259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [12261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [12263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [12265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [12267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [12269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [12271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [12273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [12275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), - [12277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [12279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), - [12281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [12283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), - [12285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), - [12287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), - [12289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [12291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [12293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), - [12295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), - [12297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [12299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [12301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [12303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), - [12305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [12307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), - [12309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [12311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), - [12313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), - [12315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), - [12317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [12319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), - [12321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [12323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [12325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [12327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [12329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), - [12331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [12333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), - [12335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), - [12337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [12339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [12341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), - [12343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [12345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [12347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [12349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [12351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), - [12353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [12355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [12357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [12359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), - [12361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [12363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [12365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [12367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [12369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [12371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [12373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [12375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [12377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [12379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), - [12381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), - [12383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1864), - [12385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [12387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), - [12389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [12391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [12393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [12395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), - [12397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [12399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [12401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [12403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), - [12405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [12407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [12409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), - [12411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [12413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [12415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [12417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [12419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), - [12421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [12423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [12425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [12427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), - [12429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [12431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), - [12433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [12435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [12437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [12439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [12441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [12443] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5642), - [12446] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4416), - [12449] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4416), - [12452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [12454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [12456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [12458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), - [12460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [12462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), - [12464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [12466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), - [12468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), - [12470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [12472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [12474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [12476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [12478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), - [12480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [12482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), - [12484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [12486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [12488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), - [12490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [12492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), - [12494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [12496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [12498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [12500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [12502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [12504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [12506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4252), - [12508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [12510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [12512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [12514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), - [12516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), - [12518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), - [12520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [12522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [12524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [12526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [12528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [12530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [12532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), - [12534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [12536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), - [12538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [12540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), - [12542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), - [12544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [12546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), - [12548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [12550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [12552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), - [12554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [12556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [12558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [12560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), - [12562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [12564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [12566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [12568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [12570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), - [12572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), - [12574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), - [12576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), - [12578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), - [12580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [12582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [12584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), - [12586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [12588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), - [12590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), - [12592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [12594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [12596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [12598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [12600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), - [12602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), - [12604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), - [12606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [12608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [12610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [12612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [12614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [12616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [12618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [12620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [12622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [12624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), - [12626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), - [12628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [12630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [12632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [12634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [12636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [12638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [12640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1101), - [12642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), - [12644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), - [12646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [12648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), - [12650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), - [12652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), - [12654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [12656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [12658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [12660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), - [12662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), - [12664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [12666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), - [12668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [12670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [12672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [12674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [12676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [12678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), - [12680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), - [12682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [12684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), - [12686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [12688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [12690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), - [12692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), - [12694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), - [12696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [12698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), - [12700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), - [12702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), - [12704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [12706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), - [12708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), - [12710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4334), - [12712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), - [12714] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4433), - [12716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [12718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [12720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [12722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), - [12724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), - [12726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), - [12728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1191), - [12730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [12732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), - [12734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), - [12736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), - [12738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), - [12740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), - [12742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), - [12744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4398), - [12746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), - [12748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), - [12750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [12752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), - [12754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [12756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [12758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), - [12760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [12762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), - [12764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1095), - [12766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [12768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), - [12770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1096), - [12772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [12774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), - [12776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [12778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [12780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), - [12782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [12784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), - [12786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), - [12788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [12790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [12792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), - [12794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), - [12796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), - [12798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), - [12800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [12802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), - [12804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), - [12806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), - [12808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [12810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3672), - [12812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [12814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [12816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [12818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [12820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [12822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [12824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [12826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [12828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), - [12830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), - [12832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), - [12834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [12836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), - [12838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [12840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), - [12842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [12844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [12846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [12848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [12850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [12852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), - [12854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [12856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), - [12858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [12860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [12862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), - [12864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [12866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), - [12868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), - [12870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), - [12872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [12874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), - [12876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [12878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [12880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [12882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [12884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [12886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [12888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), - [12890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [12892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [12894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [12896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), - [12898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [12900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [12902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [12904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), - [12906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(984), - [12908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [12910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), - [12912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [12914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [12916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [12918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [12920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), - [12922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), - [12924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [12926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), - [12928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [12930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), - [12932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [12934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [12936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), - [12938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), - [12940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), - [12942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [12944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), - [12946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), - [12948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [12950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [12952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [12954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [12956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [12958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [12960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [12962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [12964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [12966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [12968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [12970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), - [12972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [12974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), - [12976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), - [12978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), - [12980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), - [12982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [12984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [12986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), - [12988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [12990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), - [12992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), - [12994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), - [12996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [12998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), - [13000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [13002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), - [13004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(846), - [13006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [13008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [13010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), - [13012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), - [13014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [13016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3247), - [13018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), - [13020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [13022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4165), - [13024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), - [13026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [13028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [13030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [13032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [13034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [13036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [13038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), - [13040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [13042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [13044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), - [13046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [13048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), - [13050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [13052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), - [13054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4267), - [13056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), - [13058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [13060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [13062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), - [13064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [13066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [13068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), - [13070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [13072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [13074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), - [13076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), - [13078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [13080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), - [13082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), - [13084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), - [13086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [13088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), - [13090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), - [13092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [13094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [13096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), - [13098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [13100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), - [13102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [13104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [13106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), - [13108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), - [13110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [13112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), - [13114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [13116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2951), - [13118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [13120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), - [13122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [13124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [13126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), - [13128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), - [13130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), - [13132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), - [13134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [13136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [13138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [13140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), - [13142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4313), - [13144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4313), - [13147] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4313), - [13150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), - [13152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4442), - [13154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4442), - [13156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4315), - [13159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4315), - [13162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [13164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), - [13166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), - [13168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4439), - [13170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), - [13172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [13174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), - [13176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), - [13178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [13180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [13182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [13184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [13186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), - [13188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1863), - [13190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), - [13192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), - [13194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [13196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [13198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [13200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [13202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), - [13204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [13206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), - [13208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4335), - [13210] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4335), - [13213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4335), - [13216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [13218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [13220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [13222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [13224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), - [13226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [13228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), - [13230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [13232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [13234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [13236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), - [13238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [13240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2063), - [13242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [13244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [13246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [13248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [13250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), - [13252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [13254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [13256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [13258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), - [13260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3376), - [13262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [13264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [13266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [13268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), - [13270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [13272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), - [13274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), - [13276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [13278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [13280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), - [13282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [13284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4370), - [13287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4370), - [13290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4371), - [13293] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4371), - [13296] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4372), - [13299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4372), - [13302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4373), - [13305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4373), - [13308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4374), - [13311] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4374), - [13314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [13316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [13318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [13320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [13322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), - [13324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), - [13326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [13328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3067), - [13330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [13332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_php_only, 1), - [13334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4372), - [13336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [13338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4371), - [13340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), - [13342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4374), - [13344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), - [13346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [13348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [13350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [13352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [13354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), - [13356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3648), - [13358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [13360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [13362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [13364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), - [13366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), - [13368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [13370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4370), - [13372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4370), - [13374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [13376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), - [13378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [13380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), - [13382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), - [13384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [13386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [13388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [13390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [13392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), - [13394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [13396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), - [13398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [13400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), - [13402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [13404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [13406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [13408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4315), - [13410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), - [13412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [13414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), - [13416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [13418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), - [13420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), - [13422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), - [13424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [13426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [13428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), - [13430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), - [13432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [13434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [13436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [13438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [13440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [13442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), - [13444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4436), - [13446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4436), - [13448] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4434), - [13451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4434), - [13454] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4435), - [13457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4435), - [13460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4436), - [13463] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4436), - [13466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4440), - [13468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4440), - [13470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4435), - [13472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4435), - [13474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4440), - [13477] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4440), - [13480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), - [13482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4434), - [13484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5117), - [13486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), - [13488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [13490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5204), - [13492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), - [13494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [13496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), - [13498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [13500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [13502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4568), - [13504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3584), - [13506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4566), - [13508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5713), - [13510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5345), - [13512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), - [13514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [13516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [13518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1007), - [13520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [13522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [13524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2646), - [13526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), - [13528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [13530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_repeat1, 2), - [13532] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_repeat1, 2), SHIFT_REPEAT(5204), - [13535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), - [13537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3476), - [13539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3474), - [13541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__notification, 2), - [13543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__notification, 2), - [13545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [13547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [13549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4579), - [13551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4580), - [13553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4588), - [13555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [13557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), - [13559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4589), - [13561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4590), - [13563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), - [13565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), SHIFT_REPEAT(5345), - [13568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4596), - [13570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4597), - [13572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3318), - [13574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [13576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3477), - [13578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(960), - [13580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [13582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), - [13584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [13586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [13588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), - [13590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3319), - [13592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), - [13594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3322), - [13596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), - [13598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [13600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), - [13602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3325), - [13604] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), SHIFT_REPEAT(5117), - [13607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), - [13609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), - [13611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1609), - [13613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), - [13615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), - [13617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5720), - [13619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [13621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [13623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [13625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1055), - [13627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [13629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [13631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), - [13633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2516), - [13635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [13637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [13639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5708), - [13641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [13643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), - [13645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [13647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [13649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3541), - [13651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [13653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [13655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5719), - [13657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [13659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), - [13661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [13663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [13665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [13667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1102), - [13669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [13671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), - [13673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [13675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), - [13677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), - [13679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [13681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [13683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [13685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [13687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [13689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [13691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), - [13693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), - [13695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3629), - [13697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [13699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [13701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [13703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [13705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [13707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), - [13709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), - [13711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [13713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), - [13715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), - [13717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [13719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), - [13721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1564), - [13723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [13725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(929), - [13727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [13729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2258), - [13731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [13733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), - [13735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), - [13737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [13739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [13741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [13743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [13745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [13747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [13749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [13751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), - [13753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [13755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [13757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [13759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [13761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [13763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(934), - [13765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [13767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [13769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [13771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [13773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), - [13775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [13777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [13779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [13781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), - [13783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), - [13785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [13787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [13789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1784), - [13791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), - [13793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), - [13795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [13797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [13799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [13801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2818), - [13803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [13805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [13807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1989), - [13809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [13811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [13813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), - [13815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [13817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [13819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), - [13821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [13823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5450), - [13825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [13827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [13829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [13831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [13833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5455), - [13835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(576), - [13837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1988), - [13839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [13841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), - [13843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [13845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [13847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [13849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [13851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1914), - [13853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [13855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), - [13857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), - [13859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [13861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), - [13863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [13865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), - [13867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2931), - [13869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [13871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), - [13873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [13875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [13877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), - [13879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), - [13881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), - [13883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), - [13885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [13887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [13889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2860), - [13891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3475), - [13893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 1), - [13895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5717), - [13897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4509), - [13899] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1), - [13901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 2), - [13903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5712), - [13905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case, 3), - [13907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4518), - [13909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), - [13911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4444), - [13913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), - [13915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [13917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4595), - [13919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4231), - [13921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [13923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4264), - [13925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), - [13927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [13929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [13931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), - [13933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [13935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), - [13937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(600), - [13939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), - [13941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [13943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), - [13945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), - [13947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4225), - [13949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [13951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), - [13953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [13955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), - [13957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(512), - [13959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), - [13961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [13963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), - [13965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [13967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), - [13969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), - [13971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), - [13973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [13975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), - [13977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), - [13979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [13981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [13983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [13985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4193), - [13987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [13989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), - [13991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [13993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), - [13995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [13997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), - [13999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [14001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), - [14003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), - [14005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [14007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), - [14009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), - [14011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [14013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4169), - [14015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [14017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), - [14019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [14021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4152), - [14023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [14025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), - [14027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [14029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4248), - [14031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [14033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [14035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [14037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), - [14039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [14041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), - [14043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [14045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [14047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4217), - [14049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [14051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), - [14053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [14055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), - [14057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), - [14059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), - [14061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [14063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_with_parenthesis, 3), - [14065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 3), - [14067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_with_parenthesis, 4), - [14069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_with_parenthesis, 3), - [14071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_with_parenthesis, 4), - [14073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [14075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), - [14077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), - [14079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [14081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3086), - [14083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [14085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), - [14087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), - [14089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), - [14091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [14093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [14095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [14097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [14099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [14101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), - [14103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3097), - [14105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [14107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [14109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [14111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), - [14113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [14115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), - [14117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [14119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), - [14121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [14123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), - [14125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [14127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), - [14129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), - [14131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), - [14133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [14135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [14137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), - [14139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), - [14141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [14143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [14145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), - [14147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [14149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [14151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), - [14153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [14155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), - [14157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), - [14159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3601), - [14161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), - [14163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), - [14165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [14167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [14169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3599), - [14171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [14173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [14175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [14177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [14179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), - [14181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), - [14183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), - [14185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), - [14187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), - [14189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3160), - [14191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [14193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), - [14195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3163), - [14197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [14199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2678), - [14201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), - [14203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [14205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [14207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3169), - [14209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3170), - [14211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [14213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3172), - [14215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), - [14217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [14219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), - [14221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [14223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), - [14225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), - [14227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), - [14229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), - [14231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), - [14233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), - [14235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), - [14237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3184), - [14239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), - [14241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), - [14243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), - [14245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [14247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), - [14249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [14251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), - [14253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3192), - [14255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [14257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [14259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [14261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [14263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [14265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [14267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [14269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3200), - [14271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), - [14273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [14275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [14277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [14279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [14281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [14283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), - [14285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), - [14287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), - [14289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [14291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [14293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [14295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [14297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [14299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [14301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [14303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [14305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), - [14307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [14309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [14311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [14313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), - [14315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [14317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), - [14319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), - [14321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [14323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [14325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [14327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [14329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), - [14331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), - [14333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), - [14335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [14337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), - [14339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [14341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [14343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), - [14345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [14347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), - [14349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [14351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), - [14353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), - [14355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [14357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3256), - [14359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3257), - [14361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), - [14363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3259), - [14365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3260), - [14367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3261), - [14369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [14371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), - [14373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), - [14375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), - [14377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3266), - [14379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [14381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [14383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [14385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3270), - [14387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3271), - [14389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), - [14391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [14393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), - [14395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), - [14397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [14399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), - [14401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [14403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), - [14405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), - [14407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), - [14409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [14411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3073), - [14413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), - [14415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), - [14417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [14419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3287), - [14421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), - [14423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [14425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), - [14427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), - [14429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), - [14431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [14433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [14435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [14437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5340), - [14439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), - [14441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3299), - [14443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), - [14445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), - [14447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [14449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [14451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [14453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [14455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [14457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), - [14459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [14461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [14463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), - [14465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [14467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [14469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [14471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), - [14473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), - [14475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [14477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), - [14479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3538), - [14481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [14483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [14485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [14487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2570), - [14489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [14491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [14493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [14495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [14497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), - [14499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), - [14501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [14503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [14505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [14507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [14509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [14511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), - [14513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), - [14515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), - [14517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [14519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [14521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [14523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [14525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), - [14527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [14529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), - [14531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [14533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [14535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [14537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [14539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [14541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [14543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [14545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [14547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [14549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [14551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [14553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [14555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), - [14557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [14559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [14561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), - [14563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), - [14565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [14567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [14569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), - [14571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [14573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [14575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [14577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [14579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [14581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [14583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [14585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [14587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [14589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [14591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [14593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [14595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [14597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4108), - [14599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), - [14601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [14603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [14605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [14607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [14609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), - [14611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [14613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), - [14615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), - [14617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [14619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [14621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [14623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [14625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), - [14627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), - [14629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), - [14631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [14633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [14635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), - [14637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), - [14639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [14641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [14643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [14645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), - [14647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [14649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [14651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [14653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), - [14655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [14657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [14659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [14661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), - [14663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [14665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [14667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [14669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [14671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [14673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [14675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [14677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), - [14679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [14681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [14683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [14685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [14687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [14689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [14691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [14693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [14695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [14697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [14699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [14701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [14703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [14705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [14707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [14709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [14711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [14713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [14715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [14717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [14719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [14721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [14723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), - [14725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), - [14727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [14729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), - [14731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [14733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [14735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [14737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [14739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), - [14741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), - [14743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), - [14745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [14747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), - [14749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [14751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [14753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [14755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [14757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [14759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [14761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [14763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [14765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [14767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [14769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [14771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [14773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [14775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [14777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2325), - [14779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [14781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [14783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [14785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [14787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [14789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), - [14791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), - [14793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [14795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [14797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), - [14799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [14801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [14803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [14805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [14807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [14809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), - [14811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [14813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [14815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [14817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [14819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [14821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [14823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [14825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [14827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [14829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [14831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [14833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [14835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [14837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), - [14839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [14841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [14843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [14845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [14847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [14849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), - [14851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [14853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), - [14855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [14857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), - [14859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [14861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), - [14863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [14865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [14867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), - [14869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), - [14871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), - [14873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3675), - [14875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [14877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), - [14879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), - [14881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), - [14883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [14885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), - [14887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), - [14889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [14891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), - [14893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), - [14895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), - [14897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), - [14899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [14901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), - [14903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [14905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [14907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [14909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), - [14911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1032), - [14913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [14915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), - [14917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), - [14919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), - [14921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [14923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), - [14925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), - [14927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [14929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [14931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), - [14933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), - [14935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [14937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), - [14939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), - [14941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), - [14943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [14945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), - [14947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [14949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [14951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), - [14953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), - [14955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [14957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [14959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1097), - [14961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [14963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), - [14965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [14967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [14969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), - [14971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), - [14973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), - [14975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [14977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [14979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), - [14981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3005), - [14983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [14985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [14987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [14989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), - [14991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [14993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), - [14995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [14997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), - [14999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [15001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [15003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3683), - [15005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [15007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), - [15009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [15011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [15013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), - [15015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), - [15017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), - [15019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [15021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [15023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3021), - [15025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [15027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), - [15029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [15031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), - [15033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [15035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [15037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [15039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1148), - [15041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [15043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [15045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [15047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), - [15049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [15051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), - [15053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), - [15055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [15057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [15059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1186), - [15061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), - [15063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [15065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [15067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), - [15069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), - [15071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1196), - [15073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), - [15075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1199), - [15077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [15079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [15081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), - [15083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [15085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [15087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), - [15089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [15091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), - [15093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [15095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [15097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [15099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), - [15101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [15103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [15105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [15107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [15109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [15111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [15113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3012), - [15115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), - [15117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [15119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), - [15121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [15123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [15125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), - [15127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [15129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [15131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [15133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), - [15135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [15137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), - [15139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [15141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [15143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [15145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [15147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), - [15149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), - [15151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), - [15153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [15155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), - [15157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), - [15159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), - [15161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), - [15163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3009), - [15165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), - [15167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), - [15169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), - [15171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), - [15173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), - [15175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), - [15177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), - [15179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [15181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), - [15183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [15185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), - [15187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [15189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), - [15191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), - [15193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [15195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), - [15197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [15199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [15201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), - [15203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [15205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), - [15207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), - [15209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), - [15211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), - [15213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [15215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [15217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [15219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3532), - [15221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [15223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), - [15225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [15227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [15229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), - [15231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [15233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [15235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [15237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [15239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), - [15241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [15243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), - [15245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [15247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [15249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [15251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [15253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1968), - [15255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), - [15257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [15259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [15261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [15263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [15265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [15267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), - [15269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), - [15271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1180), - [15273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [15275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [15277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [15279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [15281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), - [15283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [15285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), - [15287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), - [15289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2999), - [15291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), - [15293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [15295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [15297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [15299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [15301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [15303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [15305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), - [15307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), - [15309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2997), - [15311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), - [15313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [15315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), - [15317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [15319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [15321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [15323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [15325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [15327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [15329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), - [15331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [15333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3699), - [15335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), - [15337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [15339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), - [15341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [15343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), - [15345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), - [15347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [15349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), - [15351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), - [15353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), - [15355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), - [15357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [15359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [15361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1082), - [15363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [15365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [15367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [15369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [15371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [15373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), - [15375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), - [15377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [15379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [15381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [15383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [15385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [15387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [15389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [15391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [15393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [15395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), - [15397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [15399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), - [15401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), - [15403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [15405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [15407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), - [15409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [15411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [15413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [15415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2989), - [15417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [15419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), - [15421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [15423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), - [15425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [15427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [15429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [15431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), - [15433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), - [15435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [15437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [15439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4257), - [15441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), - [15443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), - [15445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), - [15447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [15449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), - [15451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [15453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [15455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [15457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), - [15459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), - [15461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3664), - [15463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [15465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [15467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [15469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), - [15471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), - [15473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), - [15475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [15477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), - [15479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), - [15481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [15483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), - [15485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), - [15487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), - [15489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [15491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [15493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [15495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), - [15497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), - [15499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), - [15501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [15503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [15505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), - [15507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), - [15509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), - [15511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), - [15513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), - [15515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), - [15517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), - [15519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [15521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [15523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [15525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [15527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [15529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [15531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [15533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [15535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3621), - [15537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), - [15539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), - [15541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), - [15543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), - [15545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [15547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [15549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), - [15551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [15553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), - [15555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [15557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), - [15559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), - [15561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), - [15563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), - [15565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), - [15567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), - [15569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), - [15571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [15573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), - [15575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [15577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [15579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [15581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), - [15583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [15585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [15587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [15589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [15591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [15593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), - [15595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), - [15597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [15599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [15601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), - [15603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), - [15605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [15607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), - [15609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), - [15611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), - [15613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [15615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [15617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [15619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), - [15621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), - [15623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [15625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [15627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), - [15629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), - [15631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), - [15633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [15635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), - [15637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [15639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), - [15641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [15643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [15645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [15647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [15649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [15651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [15653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [15655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [15657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [15659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [15661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), - [15663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [15665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [15667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [15669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), - [15671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), - [15673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), - [15675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), - [15677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), - [15679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [15681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [15683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [15685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1631), - [15687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [15689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [15691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1628), - [15693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), - [15695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [15697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), - [15699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), - [15701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [15703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), - [15705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), - [15707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [15709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), - [15711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), - [15713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), - [15715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [15717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [15719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), - [15721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [15723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [15725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [15727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [15729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), - [15731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [15733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), - [15735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [15737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [15739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(880), - [15741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), - [15743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), - [15745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), - [15747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [15749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [15751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [15753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [15755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [15757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [15759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4109), - [15761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [15763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [15765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [15767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [15769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [15771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [15773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), - [15775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), - [15777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [15779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [15781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [15783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3638), - [15785] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [15787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [15789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [15791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [15793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [15795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [15797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [15799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [15801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [15803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), - [15805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [15807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [15809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [15811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [15813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [15815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [15817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [15819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [15821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [15823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [15825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), - [15827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), - [15829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [15831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), - [15833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [15835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [15837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [15839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [15841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [15843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [15845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [15847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [15849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), - [15851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), - [15853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [15855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [15857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [15859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [15861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), - [15863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2838), - [15865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), - [15867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [15869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [15871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [15873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [15875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [15877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [15879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [15881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [15883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [15885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [15887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [15889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [15891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), - [15893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), - [15895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [15897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [15899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [15901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [15903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), - [15905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [15907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [15909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), - [15911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [15913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), - [15915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [15917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), - [15919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [15921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [15923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [15925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [15927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [15929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [15931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [15933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [15935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [15937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [15939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [15941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), - [15943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [15945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [15947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), - [15949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), - [15951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [15953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [15955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [15957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [15959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [15961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2921), - [15963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [15965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [15967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [15969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), - [15971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), - [15973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), - [15975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [15977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [15979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [15981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [15983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [15985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [15987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [15989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [15991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [15993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [15995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2938), - [15997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [15999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [16001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [16003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [16005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [16007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [16009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [16011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [16013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), - [16015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), - [16017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [16019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [16021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), - [16023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [16025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [16027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), - [16029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [16031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [16033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [16035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [16037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [16039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [16041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [16043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [16045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [16047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [16049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [16051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [16053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [16055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [16057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), - [16059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), - [16061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2934), - [16063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [16065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), - [16067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), - [16069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [16071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [16073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [16075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), - [16077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [16079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [16081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [16083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), - [16085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [16087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [16089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), - [16091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [16093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [16095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [16097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [16099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [16101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [16103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [16105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [16107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [16109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [16111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [16113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [16115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [16117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [16119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [16121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), - [16123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), - [16125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [16127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), - [16129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [16131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [16133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [16135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [16137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [16139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [16141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), - [16143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), - [16145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [16147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [16149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), - [16151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), - [16153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [16155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [16157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [16159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [16161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [16163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), - [16165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [16167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), - [16169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), - [16171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), - [16173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [16175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2923), - [16177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2922), - [16179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [16181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [16183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [16185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [16187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [16189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [16191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), - [16193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [16195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [16197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [16199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [16201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [16203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [16205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [16207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [16209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [16211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [16213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [16215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), - [16217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), - [16219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [16221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [16223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [16225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [16227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [16229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [16231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [16233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [16235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [16237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [16239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [16241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [16243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [16245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [16247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [16249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [16251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), - [16253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [16255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [16257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [16259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2918), - [16261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [16263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [16265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [16267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [16269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [16271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [16273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [16275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [16277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [16279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [16281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [16283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), - [16285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), - [16287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), - [16289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), - [16291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), - [16293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [16295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [16297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [16299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), - [16301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), - [16303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [16305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [16307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [16309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [16311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [16313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [16315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [16317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), - [16319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2177), - [16321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [16323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2913), - [16325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [16327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), - [16329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [16331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [16333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [16335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [16337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [16339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), - [16341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [16343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [16345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [16347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), - [16349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2912), - [16351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [16353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [11407] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(806), + [11410] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(806), + [11413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_fragment, 3), + [11415] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_fragment, 3), + [11417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__use, 3, .production_id = 2), + [11419] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__use, 3, .production_id = 2), + [11421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_line_raw, 3), + [11423] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_line_raw, 3), + [11425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped, 3), + [11427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped, 3), + [11429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__escaped, 3), + [11431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__escaped, 3), + [11433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__escaped, 2), + [11435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__escaped, 2), + [11437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__finished, 2), + [11439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__finished, 2), + [11441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__success, 2), + [11443] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__success, 2), + [11445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__after, 2), + [11447] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__after, 2), + [11449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__before, 2), + [11451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__before, 2), + [11453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__setup, 2), + [11455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__setup, 2), + [11457] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop_operator, 2, .production_id = 1), + [11459] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop_operator, 2, .production_id = 1), + [11461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__envoy_error, 2), + [11463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__envoy_error, 2), + [11465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_verbatim, 2), + [11467] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_verbatim, 2), + [11469] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_once, 2), + [11471] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_once, 2), + [11473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_directive, 2), + [11475] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inline_directive, 2), + [11477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2), + [11479] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute, 2), + [11481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__js, 2), + [11483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__js, 2), + [11485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__inline_raw, 2, .production_id = 1), + [11487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__inline_raw, 2, .production_id = 1), + [11489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__multi_line_raw, 2), + [11491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__multi_line_raw, 2), + [11493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unescaped, 2), + [11495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unescaped, 2), + [11497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_livewire, 1), + [11499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_livewire, 1), + [11501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_envoy, 1), + [11503] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_envoy, 1), + [11505] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_loop, 1), + [11507] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_loop, 1), + [11509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_authorization, 1), + [11511] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_authorization, 1), + [11513] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional, 1), + [11515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional, 1), + [11517] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_stack, 1), + [11519] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_stack, 1), + [11521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_php_statement, 1), + [11523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_php_statement, 1), + [11525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_keyword, 1), + [11527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_keyword, 1), + [11529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), + [11531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [11533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), + [11535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_parameter, 2), + [11537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive_parameter, 2), + [11539] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__pushIf, 3), + [11541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__pushIf, 3), + [11543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(901), + [11546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(901), + [11549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(917), + [11552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(917), + [11555] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(918), + [11558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(918), + [11561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__directive_parameter, 3), + [11563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__directive_parameter, 3), + [11565] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(920), + [11568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(920), + [11571] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(921), + [11574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(921), + [11577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(922), + [11580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(922), + [11583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(923), + [11586] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(923), + [11589] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(924), + [11592] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(924), + [11595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(925), + [11598] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(925), + [11601] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(926), + [11604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(926), + [11607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(917), + [11609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(917), + [11611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(928), + [11614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(928), + [11617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(918), + [11619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [11621] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(930), + [11624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(930), + [11627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [11629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), + [11631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4518), + [11633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [11635] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(938), + [11638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(938), + [11641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4535), + [11643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1798), + [11645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [11647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [11649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [11651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4482), + [11653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [11655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [11657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4645), + [11659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(923), + [11661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [11663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), + [11665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(924), + [11667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [11669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4607), + [11671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [11673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [11675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), + [11677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [11679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [11681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), + [11683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), + [11685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [11687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4615), + [11689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [11691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [11693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4579), + [11695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [11697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [11699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), + [11701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), + [11703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), + [11705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), + [11707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), + [11709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), + [11711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1974), + [11713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), + [11715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1162), + [11718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1162), + [11721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4621), + [11723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), + [11725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [11727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1262), + [11730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1262), + [11733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [11735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), + [11737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1710), + [11740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1710), + [11743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [11745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), + [11747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [11749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1798), + [11752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1798), + [11755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [11757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [11759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4637), + [11761] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1886), + [11764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1886), + [11767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4479), + [11769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1948), + [11772] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1948), + [11775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), + [11777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [11779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1974), + [11782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(1974), + [11785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3606), + [11787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5575), + [11789] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4372), + [11791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), + [11793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [11795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [11797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [11799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [11801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [11803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [11805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [11807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3566), + [11809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [11811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [11813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [11815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [11817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), + [11819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [11821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [11823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [11825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [11827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [11829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [11831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3492), + [11833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), + [11835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [11837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [11839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2161), + [11841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [11843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2924), + [11845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), + [11847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [11849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [11851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3011), + [11853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), + [11855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [11857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3272), + [11859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [11861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [11863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5751), + [11865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4410), + [11867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), + [11869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [11871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5629), + [11873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4412), + [11875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), + [11877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4240), + [11879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [11881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4475), + [11883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4310), + [11885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4310), + [11887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4237), + [11889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [11891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [11893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3188), + [11895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5650), + [11897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4384), + [11899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4384), + [11901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [11903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), + [11905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5737), + [11907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4419), + [11909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4419), + [11911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [11913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [11915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [11917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [11919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), + [11921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [11923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [11925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), + [11927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3231), + [11929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3232), + [11931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [11933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4299), + [11935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [11937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [11939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), + [11941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [11943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [11945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [11947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [11949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [11951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [11953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3731), + [11955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3732), + [11957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), + [11959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [11961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [11963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [11965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [11967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [11969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [11971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4340), + [11973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1891), + [11975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [11977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), + [11979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), + [11981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [11983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), + [11985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [11987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), + [11989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [11991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [11993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [11995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), + [11997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), + [11999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [12001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [12003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [12005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [12007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), + [12009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3629), + [12011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [12013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [12015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3059), + [12017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [12019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [12021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [12023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3596), + [12025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), + [12027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [12029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3593), + [12031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), + [12033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3362), + [12035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [12037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [12039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [12041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3556), + [12043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), + [12045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), + [12047] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5650), + [12050] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4384), + [12053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4384), + [12056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4328), + [12058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [12060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), + [12062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [12064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [12066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [12068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [12070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [12072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3043), + [12074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1753), + [12076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [12078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), + [12080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [12082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [12084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), + [12086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [12088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [12090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [12092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [12094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3467), + [12096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), + [12098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [12100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3318), + [12102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [12104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), + [12106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [12108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [12110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4317), + [12112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), + [12114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3321), + [12116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4319), + [12118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [12120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), + [12122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [12124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [12126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [12128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3399), + [12130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3398), + [12132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [12134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3386), + [12136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [12138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [12140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [12142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [12144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [12146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), + [12148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), + [12150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [12152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [12154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [12156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [12158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [12160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [12162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), + [12164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [12166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [12168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [12170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [12172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4294), + [12174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1715), + [12176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1264), + [12178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [12180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), + [12182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [12184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [12186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [12188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), + [12190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [12192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [12194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [12196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), + [12198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [12200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [12202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4256), + [12204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(592), + [12206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3130), + [12208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [12210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [12212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), + [12214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [12216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [12218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [12220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [12222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4281), + [12224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), + [12226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [12228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [12230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4327), + [12232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [12234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), + [12236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [12238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [12240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1662), + [12242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4275), + [12244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [12246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [12248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [12250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [12252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [12254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [12256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [12258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [12260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), + [12262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [12264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4347), + [12266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1157), + [12268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), + [12270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3571), + [12272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3570), + [12274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), + [12276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [12278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), + [12280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), + [12282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1132), + [12284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), + [12286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [12288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4315), + [12290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), + [12292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1116), + [12294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), + [12296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [12298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2956), + [12300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [12302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), + [12304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [12306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [12308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1619), + [12310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [12312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), + [12314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), + [12316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2280), + [12318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [12320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), + [12322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [12324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [12326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(993), + [12328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4338), + [12330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3371), + [12332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [12334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1065), + [12336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), + [12338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [12340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), + [12342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [12344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), + [12346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [12348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [12350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), + [12352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), + [12354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [12356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), + [12358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [12360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), + [12362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2936), + [12364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), + [12366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [12368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [12370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), + [12372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [12374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), + [12376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [12378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), + [12380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), + [12382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [12384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), + [12386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [12388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1015), + [12390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), + [12392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [12394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), + [12396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [12398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), + [12400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), + [12402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), + [12404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [12406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [12408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), + [12410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [12412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [12414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4346), + [12416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [12418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [12420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [12422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [12424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [12426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [12428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [12430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3146), + [12432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [12434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [12436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [12438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), + [12440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [12442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [12444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [12446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), + [12448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), + [12450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [12452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), + [12454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), + [12456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), + [12458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [12460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [12462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), + [12464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), + [12466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [12468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), + [12470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), + [12472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [12474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [12476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [12478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [12480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2842), + [12482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [12484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [12486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [12488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [12490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), + [12492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), + [12494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), + [12496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [12498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [12500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [12502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [12504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3520), + [12506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), + [12508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), + [12510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3395), + [12512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), + [12514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [12516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [12518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4241), + [12520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [12522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [12524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [12526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [12528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), + [12530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [12532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [12534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4306), + [12536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [12538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [12540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5751), + [12543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4410), + [12546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4410), + [12549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), + [12551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [12553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [12555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [12557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [12559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [12561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [12563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [12565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3686), + [12567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [12569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), + [12571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), + [12573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [12575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [12577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(445), + [12579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2158), + [12581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [12583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [12585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2081), + [12587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [12589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [12591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [12593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [12595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [12597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [12599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2149), + [12601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2448), + [12603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [12605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4345), + [12607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [12609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [12611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [12613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [12615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [12617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [12619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [12621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), + [12623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [12625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [12627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [12629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [12631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [12633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [12635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), + [12637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [12639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [12641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [12643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [12645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), + [12647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [12649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), + [12651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [12653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), + [12655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [12657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [12659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [12661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [12663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3415), + [12665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), + [12667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [12669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4229), + [12671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [12673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [12675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [12677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [12679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), + [12681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [12683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2112), + [12685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [12687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [12689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), + [12691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [12693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [12695] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5575), + [12698] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4372), + [12701] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4372), + [12704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [12706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [12708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [12710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5629), + [12713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4412), + [12716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4412), + [12719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), + [12721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4309), + [12723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [12725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [12727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [12729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [12731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [12733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [12735] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(5737), + [12738] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4419), + [12741] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__before_repeat1, 2), SHIFT_REPEAT(4419), + [12744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [12746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [12748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [12750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [12752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [12754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [12756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), + [12758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [12760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), + [12762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [12764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3145), + [12766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [12768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [12770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [12772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [12774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3687), + [12776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), + [12778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [12780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [12782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [12784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), + [12786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [12788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [12790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [12792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [12794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [12796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [12798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [12800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [12802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), + [12804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3469), + [12806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3468), + [12808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [12810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [12812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [12814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), + [12816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [12818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [12820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), + [12822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [12824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [12826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [12828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [12830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [12832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3144), + [12834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), + [12836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [12838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [12840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4261), + [12842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [12844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), + [12846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [12848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [12850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4473), + [12852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4356), + [12854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4356), + [12856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [12858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [12860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [12862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [12864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4467), + [12866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [12868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1847), + [12870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [12872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [12874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [12876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(827), + [12878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), + [12880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3422), + [12882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), + [12884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1872), + [12886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [12888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), + [12890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [12892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [12894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [12896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [12898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3637), + [12900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [12902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), + [12904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), + [12906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), + [12908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [12910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [12912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [12914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [12916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [12918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), + [12920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3633), + [12922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [12924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [12926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [12928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [12930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), + [12932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [12934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [12936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [12938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [12940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), + [12942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [12944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [12946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [12948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), + [12950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [12952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [12954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [12956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [12958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [12960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [12962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [12964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [12966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), + [12968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [12970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [12972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1008), + [12974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [12976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [12978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [12980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [12982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), + [12984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [12986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [12988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2718), + [12990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [12992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [12994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [12996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [12998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [13000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [13002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), + [13004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [13006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [13008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [13010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1080), + [13012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [13014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), + [13016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [13018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [13020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3559), + [13022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1103), + [13024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [13026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [13028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [13030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [13032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [13034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [13036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1107), + [13038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [13040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [13042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [13044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), + [13046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [13048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), + [13050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [13052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [13054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [13056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [13058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), + [13060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1671), + [13062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [13064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [13066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [13068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [13070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4318), + [13072] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4318), + [13075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4318), + [13078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [13080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), + [13082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4472), + [13084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), + [13086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4469), + [13088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4469), + [13090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [13092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [13094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4466), + [13096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4466), + [13098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [13100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2829), + [13102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [13104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4459), + [13106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4459), + [13108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [13110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [13112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [13114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3177), + [13116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [13118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [13120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [13122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [13124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [13126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [13128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [13130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [13132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [13134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [13136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [13138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_php_only, 1), + [13140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4457), + [13142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), + [13144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [13146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [13148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3089), + [13150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [13152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), + [13154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [13156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [13158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), + [13160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [13162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [13164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [13166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4452), + [13168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), + [13170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [13172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [13174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [13176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [13178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2306), + [13180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [13182] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [13184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [13186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [13188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [13190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [13192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [13194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), + [13196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [13198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [13200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2926), + [13202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), + [13204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [13206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [13208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2916), + [13210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [13212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [13214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [13216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [13218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [13220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4449), + [13222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4449), + [13224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [13226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), + [13228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4425), + [13230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [13232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), + [13234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [13236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [13238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [13240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [13242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), + [13244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4423), + [13246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [13248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3274), + [13250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [13252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4423), + [13255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4423), + [13258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [13260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4425), + [13263] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4425), + [13266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [13268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3454), + [13270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [13272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [13274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [13276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3451), + [13278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [13280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), + [13282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), + [13284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), + [13286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [13288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), + [13290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [13292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), + [13294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), + [13296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3665), + [13298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), + [13300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [13302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [13304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), + [13306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [13308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [13310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), + [13312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4449), + [13315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4449), + [13318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [13320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [13322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4452), + [13325] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4452), + [13328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [13330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [13332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [13334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), + [13336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4457), + [13339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4457), + [13342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), + [13344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4459), + [13347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4459), + [13350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [13352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [13354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [13356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [13358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), + [13360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [13362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4470), + [13364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4470), + [13366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4474), + [13368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [13370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4468), + [13373] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4468), + [13376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4471), + [13378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4471), + [13380] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4470), + [13383] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4470), + [13386] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4471), + [13389] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4471), + [13392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), + [13394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), + [13396] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4474), + [13399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_php_only_repeat1, 2), SHIFT_REPEAT(4474), + [13402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [13404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5195), + [13406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5382), + [13408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(949), + [13410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), + [13412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [13414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), + [13416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [13418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [13420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), + [13422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [13424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), + [13426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3651), + [13428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), + [13430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4487), + [13432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), + [13434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4534), + [13436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(587), + [13438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), + [13440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [13442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [13444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), + [13446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [13448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [13450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [13452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4574), + [13454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [13456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [13458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2962), + [13460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [13462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [13464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4585), + [13466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1396), + [13468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [13470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [13472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4635), + [13474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4569), + [13476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [13478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [13480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), + [13482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), + [13484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [13486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), + [13488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4486), + [13490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), + [13492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [13494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1160), + [13496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4490), + [13498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), + [13500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [13502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [13504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), + [13506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(641), + [13508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), + [13510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2629), + [13512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [13514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), + [13516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), + [13518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), + [13520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3655), + [13522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1713), + [13524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [13526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), + [13528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), + [13530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), + [13532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), + [13534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [13536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), + [13538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), + [13540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [13542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2803), + [13544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5763), + [13546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4844), + [13548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), + [13550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [13552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), + [13554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [13556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [13558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5202), + [13560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), + [13562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [13564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [13566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [13568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [13570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [13572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [13574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2716), + [13576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [13578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [13580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), + [13582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(919), + [13584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__notification, 2), + [13586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__notification, 2), + [13588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [13590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [13592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), + [13594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [13596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [13598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3654), + [13600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4563), + [13602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5198), + [13604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [13606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3440), + [13608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(564), + [13610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3310), + [13612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [13614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), + [13616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [13618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), + [13620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1757), + [13622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2412), + [13624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [13626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [13628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [13630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [13632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2238), + [13634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3649), + [13636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5769), + [13638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [13640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [13642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [13644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [13646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1025), + [13648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [13650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), + [13652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1064), + [13654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [13656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), + [13658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), + [13660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3405), + [13662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [13664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [13666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), + [13668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [13670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [13672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), + [13674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5703), + [13676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_repeat1, 2), + [13678] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_repeat1, 2), SHIFT_REPEAT(5195), + [13681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3653), + [13683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1534), + [13685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [13687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3420), + [13689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), + [13691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), + [13693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), + [13695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1801), + [13697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), + [13699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), + [13701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1933), + [13703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), + [13705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), + [13707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(631), + [13709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2673), + [13711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), + [13713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [13715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), + [13717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [13719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [13721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [13723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [13725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [13727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [13729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3635), + [13731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3693), + [13733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [13735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [13737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [13739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1889), + [13741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), + [13743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [13745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), + [13747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3741), + [13749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), + [13751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), SHIFT_REPEAT(4844), + [13754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(936), + [13756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), + [13758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [13760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [13762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [13764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [13766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(594), + [13768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [13770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [13772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2847), + [13774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2368), + [13776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [13778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [13780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [13782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), + [13784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [13786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [13788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), + [13790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [13792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), + [13794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2760), + [13796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [13798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [13800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__text_with_parenthesis_repeat1, 2), SHIFT_REPEAT(5382), + [13803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(436), + [13805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [13807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [13809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5691), + [13811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4581), + [13813] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parameter, 1), + [13815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parameter, 1), + [13817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__case, 3), + [13819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 2), + [13821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5692), + [13823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 1), + [13825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5677), + [13827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4651), + [13829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), + [13831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4342), + [13833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2891), + [13835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), + [13837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [13839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [13841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [13843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [13845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4313), + [13847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [13849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4341), + [13851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [13853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4295), + [13855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [13857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), + [13859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(590), + [13861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), + [13863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [13865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), + [13867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [13869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), + [13871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [13873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4283), + [13875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), + [13877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [13879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [13881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4331), + [13883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [13885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), + [13887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [13889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [13891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [13893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4332), + [13895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3421), + [13897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4195), + [13899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [13901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), + [13903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [13905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4333), + [13907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [13909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [13911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [13913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), + [13915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [13917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [13919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4191), + [13921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(439), + [13923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4278), + [13925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [13927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), + [13929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(652), + [13931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [13933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [13935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4247), + [13937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [13939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4228), + [13941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [13943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), + [13945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [13947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [13949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [13951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), + [13953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [13955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [13957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4311), + [13959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [13961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), + [13963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [13965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), + [13967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [13969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [13971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), + [13973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4321), + [13975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [13977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4255), + [13979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), + [13981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), + [13983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [13985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4266), + [13987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [13989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [13991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2369), + [13993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), + [13995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), + [13997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [13999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), + [14001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_with_parenthesis, 3), + [14003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__section_parameter, 3), + [14005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), + [14007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [14009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), + [14011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [14013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), + [14015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1009), + [14017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4206), + [14019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [14021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__text_with_parenthesis, 4), + [14023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4230), + [14025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [14027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4344), + [14029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [14031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), + [14033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [14035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4348), + [14037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [14039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4182), + [14041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [14043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), + [14045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), + [14047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), + [14049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [14051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4323), + [14053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [14055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), + [14057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4282), + [14059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [14061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4303), + [14063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), + [14065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [14067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [14069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [14071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [14073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4216), + [14075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [14077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), + [14079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4316), + [14081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [14083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4276), + [14085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [14087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4198), + [14089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), + [14091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [14093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [14095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_with_parenthesis, 4), + [14097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), + [14099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [14101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), + [14103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [14105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__text_with_parenthesis, 3), + [14107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [14109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [14111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4219), + [14113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [14115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), + [14117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), + [14119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), + [14121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1846), + [14123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4288), + [14125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [14127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [14129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [14131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [14133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [14135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3137), + [14137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [14139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3139), + [14141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), + [14143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [14145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [14147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), + [14149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3148), + [14151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [14153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [14155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3156), + [14157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), + [14159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [14161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3053), + [14163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), + [14165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [14167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), + [14169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [14171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [14173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [14175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3127), + [14177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [14179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [14181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), + [14183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [14185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [14187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [14189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), + [14191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), + [14193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [14195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), + [14197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [14199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), + [14201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), + [14203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [14205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [14207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [14209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3207), + [14211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), + [14213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [14215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [14217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), + [14219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3119), + [14221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), + [14223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), + [14225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3215), + [14227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), + [14229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [14231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [14233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [14235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [14237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), + [14239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3222), + [14241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [14243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), + [14245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3225), + [14247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3226), + [14249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3227), + [14251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3228), + [14253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3229), + [14255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [14257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [14259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [14261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [14263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [14265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), + [14267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3236), + [14269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), + [14271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [14273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3107), + [14275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [14277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [14279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), + [14281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [14283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), + [14285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3063), + [14287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3062), + [14289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [14291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), + [14293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), + [14295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [14297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), + [14299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [14301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3033), + [14303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3052), + [14305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), + [14307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [14309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [14311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3047), + [14313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [14315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [14317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), + [14319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), + [14321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [14323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3040), + [14325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3039), + [14327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3037), + [14329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [14331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [14333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), + [14335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), + [14337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [14339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [14341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), + [14343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [14345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [14347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [14349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3290), + [14351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3291), + [14353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), + [14355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3293), + [14357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3294), + [14359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3295), + [14361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3296), + [14363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3297), + [14365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [14367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3032), + [14369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3300), + [14371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), + [14373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3302), + [14375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3303), + [14377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3031), + [14379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), + [14381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), + [14383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [14385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), + [14387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), + [14389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), + [14391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3311), + [14393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3312), + [14395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), + [14397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), + [14399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), + [14401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), + [14403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [14405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), + [14407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [14409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3027), + [14411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [14413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [14415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), + [14417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [14419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [14421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), + [14423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [14425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [14427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2987), + [14429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), + [14431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [14433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [14435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [14437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [14439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [14441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), + [14443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), + [14445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2968), + [14447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2967), + [14449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [14451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [14453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2964), + [14455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [14457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2961), + [14459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [14461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2959), + [14463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2958), + [14465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2957), + [14467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2955), + [14469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2954), + [14471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [14473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [14475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2950), + [14477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [14479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [14481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), + [14483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [14485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2946), + [14487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), + [14489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2944), + [14491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), + [14493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2942), + [14495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2941), + [14497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2940), + [14499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2937), + [14501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2935), + [14503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), + [14505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2932), + [14507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2901), + [14509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), + [14511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [14513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [14515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [14517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [14519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [14521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2881), + [14523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [14525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2879), + [14527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [14529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [14531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [14533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [14535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [14537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [14539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [14541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [14543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [14545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3921), + [14547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [14549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [14551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [14553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), + [14555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [14557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [14559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [14561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [14563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), + [14565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), + [14567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [14569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [14571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [14573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [14575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [14577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [14579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [14581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [14583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [14585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [14587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [14589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [14591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), + [14593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [14595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [14597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [14599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [14601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [14603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [14605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [14607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [14609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), + [14611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [14613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3851), + [14615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [14617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [14619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [14621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [14623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [14625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [14627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [14629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2776), + [14631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [14633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [14635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [14637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [14639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [14641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [14643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [14645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [14647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [14649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [14651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [14653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [14655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [14657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [14659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [14661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), + [14663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [14665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [14667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [14669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [14671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), + [14673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [14675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [14677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), + [14679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [14681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), + [14683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [14685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [14687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [14689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [14691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [14693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [14695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [14697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [14699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [14701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [14703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [14705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [14707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [14709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [14711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [14713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [14715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2684), + [14717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [14719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [14721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [14723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [14725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [14727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2676), + [14729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [14731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [14733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [14735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [14737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [14739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [14741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2628), + [14743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [14745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [14747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [14749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3947), + [14751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [14753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [14755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), + [14757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), + [14759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [14761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), + [14763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [14765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [14767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [14769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), + [14771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [14773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2607), + [14775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [14777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [14779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [14781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [14783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [14785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), + [14787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2599), + [14789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2598), + [14791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2597), + [14793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [14795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [14797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [14799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), + [14801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), + [14803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [14805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [14807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [14809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2584), + [14811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [14813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [14815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [14817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [14819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [14821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [14823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [14825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [14827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [14829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [14831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), + [14833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), + [14835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), + [14837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [14839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [14841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [14843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [14845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), + [14847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [14849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [14851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [14853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [14855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), + [14857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), + [14859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [14861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [14863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [14865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [14867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [14869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [14871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [14873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [14875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), + [14877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [14879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), + [14881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [14883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [14885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [14887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3848), + [14889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [14891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [14893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [14895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [14897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2453), + [14899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [14901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [14903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [14905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), + [14907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), + [14909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [14911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), + [14913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [14915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [14917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [14919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [14921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [14923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [14925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [14927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), + [14929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [14931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [14933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [14935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [14937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [14939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [14941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), + [14943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [14945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [14947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), + [14949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [14951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), + [14953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), + [14955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3923), + [14957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), + [14959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), + [14961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), + [14963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [14965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2379), + [14967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [14969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [14971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), + [14973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [14975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), + [14977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [14979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [14981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [14983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [14985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [14987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [14989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [14991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [14993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [14995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [14997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [14999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [15001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [15003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [15005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [15007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [15009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [15011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [15013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [15015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [15017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), + [15019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [15021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [15023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [15025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [15027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [15029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [15031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), + [15033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [15035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [15037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), + [15039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [15041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [15043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1011), + [15045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), + [15047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [15049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [15051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1012), + [15053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1018), + [15055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1019), + [15057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1020), + [15059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [15061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [15063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [15065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), + [15067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [15069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [15071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), + [15073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [15075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1030), + [15077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [15079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1035), + [15081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [15083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1037), + [15085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), + [15087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1041), + [15089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [15091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4075), + [15093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [15095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [15097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [15099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [15101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1047), + [15103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), + [15105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [15107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), + [15109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [15111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [15113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [15115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [15117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [15119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1099), + [15121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [15123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [15125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), + [15127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [15129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), + [15131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [15133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [15135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1120), + [15137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1121), + [15139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), + [15141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1123), + [15143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), + [15145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), + [15147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [15149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1130), + [15151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [15153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [15155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1134), + [15157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [15159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4151), + [15161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [15163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [15165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [15167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1141), + [15169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), + [15171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), + [15173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [15175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [15177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), + [15179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1151), + [15181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), + [15183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [15185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [15187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [15189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [15191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [15193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [15195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [15197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1203), + [15199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [15201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [15203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [15205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [15207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1217), + [15209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [15211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [15213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [15215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), + [15217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [15219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1226), + [15221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [15223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [15225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [15227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [15229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [15231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [15233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [15235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [15237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [15239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [15241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [15243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [15245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [15247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [15249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [15251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [15253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [15255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [15257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [15259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [15261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [15263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1257), + [15265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), + [15267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1260), + [15269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [15271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [15273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [15275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [15277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [15279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [15281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), + [15283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [15285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [15287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [15289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [15291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [15293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [15295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4054), + [15297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [15299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [15301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [15303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [15305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [15307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [15309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [15311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), + [15313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [15315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [15317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), + [15319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [15321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), + [15323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [15325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [15327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [15329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [15331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), + [15333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [15335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1982), + [15337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [15339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [15341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), + [15343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [15345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [15347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [15349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [15351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1932), + [15353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [15355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), + [15357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [15359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [15361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [15363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4000), + [15365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [15367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [15369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [15371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [15373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1917), + [15375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), + [15377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), + [15379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1914), + [15381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [15383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [15385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [15387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [15389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [15391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [15393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [15395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [15397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), + [15399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1902), + [15401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), + [15403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [15405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [15407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [15409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [15411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [15413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [15415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [15417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [15419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [15421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), + [15423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1727), + [15425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), + [15427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), + [15429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [15431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), + [15433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [15435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [15437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [15439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), + [15441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [15443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [15445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1832), + [15447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), + [15449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [15451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [15453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1827), + [15455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [15457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [15459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [15461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [15463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), + [15465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [15467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [15469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [15471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [15473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [15475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1814), + [15477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [15479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [15481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), + [15483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), + [15485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [15487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1808), + [15489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1804), + [15491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [15493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [15495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1799), + [15497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [15499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [15501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3900), + [15503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [15505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [15507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1755), + [15509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [15511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [15513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [15515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [15517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [15519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [15521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1744), + [15523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [15525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [15527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [15529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [15531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [15533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [15535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [15537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1734), + [15539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [15541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [15543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [15545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [15547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [15549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [15551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [15553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1725), + [15555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [15557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [15559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1722), + [15561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [15563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [15565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [15567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), + [15569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), + [15571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), + [15573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [15575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [15577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), + [15579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [15581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), + [15583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), + [15585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [15587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [15589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1660), + [15591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [15593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [15595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [15597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [15599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [15601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), + [15603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [15605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [15607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [15609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [15611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), + [15613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [15615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [15617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [15619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), + [15621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), + [15623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1640), + [15625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [15627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [15629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1637), + [15631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1636), + [15633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), + [15635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [15637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3818), + [15639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [15641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), + [15643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), + [15645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), + [15647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [15649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [15651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [15653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [15655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), + [15657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [15659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), + [15661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [15663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [15665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [15667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [15669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [15671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [15673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1566), + [15675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [15677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [15679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [15681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [15683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), + [15685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [15687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [15689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [15691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [15693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [15695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [15697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [15699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [15701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [15703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [15705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), + [15707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [15709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [15711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [15713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [15715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [15717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [15719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [15721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [15723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [15725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [15727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [15729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [15731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [15733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [15735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [15737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [15739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [15741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), + [15743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [15745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), + [15747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [15749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [15751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [15753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [15755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [15757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [15759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [15761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), + [15763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [15765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [15767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [15769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [15771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [15773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3907), + [15775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), + [15777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [15779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [15781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [15783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1456), + [15785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [15787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [15789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [15791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [15793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [15795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), + [15797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [15799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [15801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [15803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [15805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [15807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [15809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [15811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [15813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [15815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [15817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [15819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [15821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1385), + [15823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [15825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [15827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [15829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [15831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [15833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [15835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [15837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [15839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), + [15841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3938), + [15843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [15845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [15847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [15849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [15851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [15853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [15855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [15857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [15859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [15861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [15863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [15865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [15867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [15869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [15871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [15873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [15875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [15877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [15879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [15881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [15883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [15885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), + [15887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [15889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [15891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [15893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [15895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [15897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [15899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [15901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [15903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [15905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [15907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2041), + [15909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [15911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [15913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [15915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [15917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), + [15919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), + [15921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [15923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [15925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), + [15927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [15929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), + [15931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), + [15933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [15935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), + [15937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [15939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), + [15941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [15943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [15945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2061), + [15947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), + [15949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2067), + [15951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [15953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), + [15955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), + [15957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), + [15959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [15961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), + [15963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), + [15965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), + [15967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [15969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [15971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [15973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), + [15975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [15977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [15979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [15981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), + [15983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), + [15985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [15987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), + [15989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [15991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [15993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), + [15995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [15997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [15999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), + [16001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), + [16003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2136), + [16005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [16007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [16009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), + [16011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), + [16013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), + [16015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), + [16017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [16019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), + [16021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), + [16023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), + [16025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [16027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [16029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), + [16031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), + [16033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), + [16035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [16037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [16039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [16041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [16043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), + [16045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [16047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [16049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), + [16051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [16053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [16055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), + [16057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [16059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [16061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [16063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), + [16065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [16067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [16069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [16071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [16073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [16075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [16077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), + [16079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [16081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), + [16083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2222), + [16085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), + [16087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), + [16089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [16091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [16093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [16095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [16097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), + [16099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), + [16101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), + [16103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), + [16105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), + [16107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), + [16109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [16111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), + [16113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [16115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [16117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2277), + [16119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [16121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [16123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), + [16125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [16127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [16129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [16131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [16133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [16135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [16137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2293), + [16139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [16141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [16143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [16145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [16147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), + [16149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [16151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [16153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), + [16155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), + [16157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [16159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [16161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [16163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [16165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [16167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), + [16169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [16171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [16173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [16175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2732), + [16177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2757), + [16179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [16181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [16183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), + [16185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3339), + [16187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3340), + [16189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [16191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3365), + [16193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3372), + [16195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3373), + [16197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [16199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [16201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), + [16203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), + [16205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), + [16207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), + [16209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [16211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), + [16213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [16215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3452), + [16217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3363), + [16219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3466), + [16221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [16223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [16225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3476), + [16227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [16229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [16231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [16233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), + [16235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [16237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3518), + [16239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), + [16241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), + [16243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [16245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [16247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [16249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), + [16251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [16253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), + [16255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [16257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3587), + [16259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3591), + [16261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3697), + [16263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), + [16265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [16267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [16269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3737), + [16271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), + [16273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3730), + [16275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [16277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3728), + [16279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [16281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3726), + [16283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [16285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3724), + [16287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3722), + [16289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [16291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3720), + [16293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), + [16295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [16297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), + [16299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3715), + [16301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3746), + [16303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), + [16305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [16307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), + [16309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [16311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), + [16313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), + [16315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), + [16317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [16319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), + [16321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [16323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3703), + [16325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), + [16327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [16329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3696), + [16331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [16333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3690), + [16335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [16337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [16339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), + [16341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [16343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [16345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), + [16347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [16349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [16351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [16353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), [16355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), - [16357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), - [16359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [16361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2197), - [16363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [16365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [16367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [16369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [16371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [16373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [16375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [16377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [16379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), - [16381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), - [16383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), - [16385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [16387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [16389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [16391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2911), - [16393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2910), - [16395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2909), - [16397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), - [16399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [16401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [16403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [16405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [16407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [16409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [16411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4300), - [16413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), - [16415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [16417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [16419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [16421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [16423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [16425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [16427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [16429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [16431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [16433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [16435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [16437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [16439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [16441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [16443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [16445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [16447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [16449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [16451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [16453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), - [16455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [16457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [16459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [16461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [16463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [16465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), - [16467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2531), - [16469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [16471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [16473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [16475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4274), - [16477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), - [16479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), - [16481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), - [16483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), - [16485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [16487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3447), - [16489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [16491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2902), - [16493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), - [16495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [16497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3161), - [16499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3203), - [16501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [16503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2852), - [16505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2857), - [16507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [16509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [16511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), - [16513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3308), - [16515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2858), - [16517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3313), - [16519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3314), - [16521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3315), - [16523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3244), - [16525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [16527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), - [16529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [16531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), - [16533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), - [16535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [16537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3330), - [16539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4265), - [16541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), - [16543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), - [16545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [16547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), - [16549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3335), - [16551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3336), - [16553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), - [16555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), - [16557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3344), - [16559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), - [16561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [16563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3627), - [16565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3346), - [16567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3347), - [16569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3348), - [16571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3349), - [16573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3350), - [16575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), - [16577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3352), - [16579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), - [16581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3356), - [16583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3358), - [16585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3359), - [16587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [16589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), - [16591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [16593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), - [16595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), - [16597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [16599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4233), - [16601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [16603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), - [16605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), - [16607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), - [16609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), - [16611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), - [16613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), - [16615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), - [16617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), - [16619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), - [16621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), - [16623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), - [16625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), - [16627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3420), - [16629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3423), - [16631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), - [16633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3426), - [16635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3427), - [16637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), - [16639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3430), - [16641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3431), - [16643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), - [16645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3432), - [16647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), - [16649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), - [16651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), - [16653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3436), - [16655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), - [16657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3438), - [16659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), - [16661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), - [16663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3444), - [16665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3446), - [16667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [16669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3630), - [16671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [16673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), - [16675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), - [16677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), - [16679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), - [16681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), - [16683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [16685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), - [16687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4145), - [16689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [16691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), - [16693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [16695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), - [16697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [16699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [16701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [16703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), - [16705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [16707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), - [16709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), - [16711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), - [16713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), - [16715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), - [16717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), - [16719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), - [16721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [16723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4177), - [16725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [16727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4203), - [16729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), - [16731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), - [16733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [16735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), - [16737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3893), - [16739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4253), - [16741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3860), - [16743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [16745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3825), - [16747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4280), - [16749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [16751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), - [16753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3782), - [16755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), - [16757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [16759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4268), - [16761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3836), - [16763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4212), - [16765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), - [16767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), - [16769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), - [16771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), - [16773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), - [16775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [16777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [16779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), - [16781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), - [16783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), - [16785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [16787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [16789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3929), - [16791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), - [16793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [16795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4269), - [16797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [16799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4296), - [16801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [16803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), - [16805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [16357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [16359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [16361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [16363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [16365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [16367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [16369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [16371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), + [16373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [16375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [16377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [16379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), + [16381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [16383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), + [16385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), + [16387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [16389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [16391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [16393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [16395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [16397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [16399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [16401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [16403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [16405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [16407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [16409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [16411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [16413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [16415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), + [16417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [16419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [16421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [16423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [16425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [16427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [16429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), + [16431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [16433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [16435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [16437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), + [16439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [16441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [16443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [16445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [16447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [16449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), + [16451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [16453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [16455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [16457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [16459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [16461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [16463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [16465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [16467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [16469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [16471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [16473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), + [16475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [16477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [16479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), + [16481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [16483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [16485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [16487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [16489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [16491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), + [16493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), + [16495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(983), + [16497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [16499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [16501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [16503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), + [16505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [16507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), + [16509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [16511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(955), + [16513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), + [16515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [16517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [16519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), + [16521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [16523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3875), + [16525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), + [16527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [16529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), + [16531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), + [16533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [16535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [16537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [16539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), + [16541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1193), + [16543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [16545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [16547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), + [16549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1259), + [16551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [16553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [16555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [16557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), + [16559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [16561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [16563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [16565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3645), + [16567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), + [16569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3470), + [16571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [16573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3631), + [16575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3650), + [16577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [16579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), + [16581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3618), + [16583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), + [16585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [16587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), + [16589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3613), + [16591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3800), + [16593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), + [16595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [16597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), + [16599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), + [16601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [16603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), + [16605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [16607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [16609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3600), + [16611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [16613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), + [16615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3590), + [16617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), + [16619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), + [16621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), + [16623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), + [16625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), + [16627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [16629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), + [16631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [16633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3576), + [16635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [16637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3573), + [16639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), + [16641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [16643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [16645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [16647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), + [16649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [16651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [16653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), + [16655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [16657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [16659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3793), + [16661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), + [16663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [16665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3505), + [16667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [16669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [16671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [16673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [16675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3499), + [16677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [16679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3496), + [16681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [16683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [16685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3526), + [16687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [16689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [16691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [16693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [16695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [16697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), + [16699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [16701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3484), + [16703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3483), + [16705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3482), + [16707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [16709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3473), + [16711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [16713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3425), + [16715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [16717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [16719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4899), + [16721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [16723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [16725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [16727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3865), + [16729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3417), + [16731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3412), + [16733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3411), + [16735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [16737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [16739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3408), + [16741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3407), + [16743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [16745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [16747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3403), + [16749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3402), + [16751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [16753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3396), + [16755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [16757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3393), + [16759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [16761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3391), + [16763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3389), + [16765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), + [16767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [16769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), + [16771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [16773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3414), + [16775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3381), + [16777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3380), + [16779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3379), + [16781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3378), + [16783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3377), + [16785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3374), + [16787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3370), + [16789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3368), + [16791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3382), + [16793] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [16795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [16797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [16799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4074), + [16801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4131), + [16803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4171), + [16805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [16807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [16809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [16811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [16813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [16815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3944), + [16817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3909), + [16819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3890), + [16821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3820), + [16823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [16825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3828), + [16827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3897), + [16829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3946), + [16831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), + [16833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4045), + [16835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4105), + [16837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4170), + [16839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [16841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [16843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [16845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [16847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3854), + [16849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [16851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [16853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), + [16855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3928), + [16857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3878), + [16859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), + [16861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), + [16863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3912), }; #ifdef __cplusplus diff --git a/test/corpus/inline-directives.txt b/test/corpus/inline-directives.txt index c4b6aa1..c0a2087 100644 --- a/test/corpus/inline-directives.txt +++ b/test/corpus/inline-directives.txt @@ -208,3 +208,35 @@ (bracket_end) (text) (directive_end))) + +================================================================================ +@use +================================================================================ + +@use('App\Models\Flight') + +-------------------------------------------------------------------------------- + +(blade + (directive) + (bracket_start) + (parameter + (text)) + (bracket_end)) + +================================================================================ +@use alias +================================================================================ + +@use('App\Models\Flight', 'FlightModel') + +-------------------------------------------------------------------------------- + +(blade + (directive) + (bracket_start) + (parameter + (text)) + (parameter + (text)) + (bracket_end))